Steve, sorry for the time to answer :-(
hal9000 is the same server (TFTPBOOT, NFS root and so on). There is no NetworkManager running : ------------------------------------------------ tron:~$ ps ax | grep Net 1984 pts/1 S+ 0:00 grep --color=auto Net tron:~$ ------------------------------------------------ Here is my /etc/network/interfaces : ---------------------- auto lo iface lo inet loopback iface eth0 inet manual ---------------------- Here an output of cat /proc/mounts : --------------------------------------------------- rootfs / rootfs rw 0 0 none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 none /proc proc rw,nosuid,nodev,noexec,relatime 0 0 udev /dev tmpfs rw,relatime,mode=755 0 0 192.168.101.199:/nfsroot/ubuntu-9.10-desktop-i386 / nfs rw,relatime,vers=3,rsize=262144,wsize=262144,namlen=255,hard,nolock,proto=tcp,timeo=7,retrans=10,sec=sys,addr=192.168.101.199 0 0 none /sys/kernel/security securityfs rw,relatime 0 0 none /sys/fs/fuse/connections fusectl rw,relatime 0 0 none /sys/kernel/debug debugfs rw,relatime 0 0 none /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 none /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0 none /var/run tmpfs rw,nosuid,relatime,mode=755 0 0 none /var/lock tmpfs rw,nosuid,nodev,noexec,relatime 0 0 none /lib/init/rw tmpfs rw,nosuid,relatime,mode=755 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0 gvfs-fuse-daemon /home/sab/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0 ---------------------------------------------------- Cheers SteF On Tue, 22 Dec 2009 09:47:11 -0000, Steve Langasek <[email protected]> wrote: > SteF, > >> One or more of the mounts listed in /etc/fstab cannot yet be mounted: >> (ESC for recovery shell) >> /home:waiting fr hal9000:/home > > This looks a lot like a typical dependency loop between the network > being fully configured, and /home being mounted so that the boot can > continue. > > Is hal9000 the same machine as 192.168.101.199? If not the same > machine, are the two machines both on the same local segment with the > client? How are your network interfaces managed from within the system > - is NetworkManager running, or do you have configuration options set in > /etc/network/interfaces? -- We can change -- nfsroot not working anymore in 9.10 https://bugs.launchpad.net/bugs/496623 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
