On Tue, 15 Nov 2011 14:09:31 -0600 W. Michael Petullo wrote:
Does anyone else know what might be causing this?
I have lots of problems with random "network stuff" not working at boot now that systemd is starting everything. I've taken to putting lines like this in /etc/rc.d/rc.local
/bin/bash -c 'sleep 5 ; service ypbind restart' > /dev/null 2>&1 < /dev/null & /bin/bash -c 'sleep 10 ; service nscd restart' > /dev/null 2>&1 < /dev/null &