Displaying 4 results from an estimated 4 matches for "leave_my_resolv_conf_alone".
2019 Mar 13
2
replication fails
...with systemd-resolved.
> Or by package: resolvconf
>
> Run these:
> networkctl status
> systemd-resolve --status
>
> Show the output.
>
> Other options:
> Server with dhcp ip?
> echo 'make_resolv_conf() { :; }' > /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone
> chmod 755 /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone
>
> Or edit /etc/dhcp/dhclient.conf
> supersede domain-name "example.com";
> supersede domain-search "example.com";
> supersede domain-name-servers 127.0.0.1;
>
>
> One of abov...
2019 Mar 13
4
replication fails
Am 13.03.19 um 11:22 schrieb L.P.H. van Belle via samba:
>
> Hi Stefan,
>
> Debian 8 ? 9?
> DC's samba version ?
Deb 9.8, Samba-4.8.9
> Can you post your smb.conf and resolv.conf
>
> If you check with (per server what is the outcome. )
> samba-tool dbcheck
0 errors
> samba-tool dbcheck --cross-nc
Checked 3754 objects (3174 errors)
on the DC1.
where
2019 Mar 13
0
replication fails
...terfaces
If you have dns-nameserver these are picked up with systemd-resolved.
Or by package: resolvconf
Run these:
networkctl status
systemd-resolve --status
Show the output.
Other options:
Server with dhcp ip?
echo 'make_resolv_conf() { :; }' > /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone
chmod 755 /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone
Or edit /etc/dhcp/dhclient.conf
supersede domain-name "example.com";
supersede domain-search "example.com";
supersede domain-name-servers 127.0.0.1;
One of above is your fix. ;-)
A last resort fix is :
r...
2019 Mar 13
0
replication fails
...; >
> > Run these:
> > networkctl status
> > systemd-resolve --status
> >
> > Show the output.
> >
> > Other options:
> > Server with dhcp ip?
> > echo 'make_resolv_conf() { :; }'
> > > /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone chmod
> > > 755 /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone
> >
> > Or edit /etc/dhcp/dhclient.conf
> > supersede domain-name "example.com";
> > supersede domain-search "example.com";
> > supersede domain-name-servers 127....