This line:
|
sed -i 's/mdns4_minimal/mdns/' /etc/nsswitch.conf |
changes the default configuration in /etc/nsswitch.conf.
Replacing mdns4_minimal with mdns generates issues at my home institute.
The reverse DNS hangs for approximately 10 seconds because the mdns method does not work.
A command as simple as ping hostname hangs a few seconds before starting to really ping hostname.
Doing apt-get update is also very slow because of this.
Is this change of configuration really necessary?
This line:
ubuntu/debian/network.sh
Line 114 in 666957b
changes the default configuration in
/etc/nsswitch.conf.Replacing
mdns4_minimalwithmdnsgenerates issues at my home institute.The reverse DNS hangs for approximately 10 seconds because the
mdnsmethod does not work.A command as simple as
ping hostnamehangs a few seconds before starting to really pinghostname.Doing
apt-get updateis also very slow because of this.Is this change of configuration really necessary?