alex, your syslog shows the events firing in the right order: static-
network-up, then filesystem, and only then does ypbind start.

So you and vagk are seeing two different bugs, unfortunately.

Your bug is that, even though static-network-up has been emitted, name
resolution is failing on the system.

It appears that this is because you are using network-manager for your network 
configuration, not ifupdown.  Boot-time scripts have no way to automatically 
determine if they should wait for NM-controlled interfaces; to fix the 
reliability of your boot, you will need to do one of two things:
 - configure your eth0 interface via /etc/network/interfaces instead of through 
NetworkManager, or
 - edit /etc/init/ypbind.conf locally, to replace 'static-network-up' with 
'net-device-up IFACE=eth0'.

Unfortunately, as I said there's no way for upstart jobs to know
automatically which NM interfaces they should wait for, so there doesn't
seem to be anything we can do to fix this in the Ubuntu package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007293

Title:
  nis doesn't work anymore after upgrade to 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/1007293/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to