https://bugzilla.novell.com/show_bug.cgi?id=694461 https://bugzilla.novell.com/show_bug.cgi?id=694461#c2 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nfbrown@novell.com AssignedTo|nfbrown@novell.com |ro@novell.com --- Comment #2 from Neil Brown <nfbrown@novell.com> 2011-05-24 00:12:18 UTC --- This isn't an NFS problem exactly. Rather it is a problem wit /etc/init.d/boot.localfs The "mount" command in the "list_missed" function is trying to mount nfs filesystems (which is strange in itself) and that call mount.nfs mount.nfs is producing some error message (which given the lack of network is not strange), and list_missed isn't filtering that out so "mount.nfs:" is getting reported as a device that doesn't exist yet - which is clearly silly. It could be fixed by adding: mount.nfs:* ) continue ;; # messages from mount into the 'case' statement. Or by adding -t $nofs to the mount command maybe.... Though that "nofs" thing looks wrong. It puts 'no' in front of each type, but the man page says you only need 'no' in front of the first type (though the source suggests that both work). Anyway there is something wrong in boot.localfs and as Rudi is the maintainer .. reassigning to Rudi. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.