Re: How do I make NetworkManager not wait for a connection before it's marked active
Reply #2 –
That seems to work for Stubby. However, the messages at boot actually say that ntp-client actually fails. Here's the logging of my default runlevel from the last boot in /var/log/rc.log:
syslog-ng | * Checking your configfile (/etc/syslog-ng/syslog-ng.conf) ...
NetworkManager | * Starting NetworkManager ...
bluetoothd | * Starting bluetoothd ...
[ ok ]
[ ok ]
[ ok ]
syslog-ng | * Starting syslog-ng ...
[ ok ]
acpid | * Starting acpid ...
[ ok ]
NetworkManager |Connecting.............. 1sConnecting............... 0s [offline]
NetworkManager | * Marking NetworkManager as inactive. It will automatically be marked
NetworkManager | * as started after a network connection has been established.
NetworkManager | * WARNING: NetworkManager has started, but is inactive
stubby | * WARNING: stubby will start when NetworkManager has started
avahi-daemon | * Starting avahi-daemon ...
[ ok ]
netmount | * WARNING: netmount will start when NetworkManager has started
ntp-client | * Setting clock via the NTP client 'ntpdate' ...
lxdm | * Starting lxdm ...
ntp-client |Exiting, name server cannot be used: Temporary failure in name resolution (-3) * Failed to set clock
[ !! ]
ntp-client | * ERROR: ntp-client failed to start
cronie | * Starting cronie ...
[ ok ]
[ ok ]
virtlogd | * Starting virtlogd ...
[ ok ]
libvirtd | * WARNING: libvirtd will start when NetworkManager has started
cupsd | * Starting cupsd ...
[ ok ]
local | * Starting local ...
[ ok ]
What do I do to remedy this?