in reply to Systemd Network Problem
Problem: when your programs try to resolve a name, glibc caches the contents of /etc/resolv.conf, which may be still empty by the time when /etc/rc.local is run. Wget process is restarted and has a chance to read a valid /etc/resolv.conf with nameservers inside, while your Perl script just runs and doesn't know that resolv.conf was overwritten with valid nameservers.
Solutions:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Systemd Network Problem
by Anonymous Monk on Jun 14, 2015 at 07:37 UTC | |
by Anonymous Monk on Jun 14, 2015 at 13:16 UTC |