Hello, I've got some information about the bug. I've encountered this problem while establishing new nfs share. Here is my fstab line: 10.7.0.33:/home /mnt/config nfs4 auto,rw 0 0
At the beginning I've had the similar error at boot time: DNS resolution failed for 10.7.0.33: name or service not found Mount script (/etc/rsS.d/S44nfs-common) was called before required interface eth0 was configured. I've found this with the help of ifconfig. It was called from modified mount script. Required interface eth0 is configured via DHCP. Also i found a bug devoted to this problem in initscripts: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540291 There is one solution in bug reports, i've found another. The problem was solved by changing network configuration file from: allow-hotplug eth0 to auto eth0 It seems that the process of hotplug initialization doesn't work properly. The configuration is done in background and mount script is not called afterwards. Andrew Vasilev. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

