Comment 14 for bug 50430

Revision history for this message
Sebastian Stark (kybercran) wrote :

It's funny. The same problem exists on Mac OS X Tiger: ypbind starts before the system received an IP from DHCP. Now Ubuntu joins the crowd.

I put the following in /etc/network/interfaces:

auto eth1
iface eth1 inet dhcp
up /etc/init.d/nis restart

This seems to help sometimes.