[Bug 568303] New: WLAN not started before NFS client
http://bugzilla.novell.com/show_bug.cgi?id=568303 http://bugzilla.novell.com/show_bug.cgi?id=568303#c0 Summary: WLAN not started before NFS client Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: i586 OS/Version: openSUSE 11.2 Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: erik@brakkee.org QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=334982) --> (http://bugzilla.novell.com/attachment.cgi?id=334982) config for my WLAN (without the password) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091210 SUSE/2.0.1-1.1.1 SeaMonkey/2.0.1 I have a laptop running opensuse 11.2. This laptop connects to my home network through a wireless LAN and mounts a NFS filesystem from my linux server (opensuse 11.1). I have configured the WLAN interface correctly and specified onboot for it to be started. However, at boot time, it is not started by /etc/init.d/network but by /etc/init.d/network-remotefs. And the latter script is started after the NFS client is started. Therefore when I boot up the laptop the NFS mounts are not there after startup. To work around this, I have edited the network script and disabled the network-remotefs script. I modiified the network script to didable the FS_FILTER settings: if [ -n "$INIT_VERSION" -a -z "$YAST_IS_RUNNING" ] ; then MODE=onboot # FS_FILTER=localfs fi This fixes the problem but in my opinion it is a bug. Either the nfs client should be started after the network-remotefs or the network script should respect the onboot setting. Reproducible: Always Steps to Reproduce: 1. Create a fstab with a NFS mount in it (to be mounted by WLAN). 2. Configure a WLAN with onboot setting 3. Go to runlevel 1 (Init 1) and then back to runlevel 3 Actual Results: The NFS filesystem specified in /etc/fstab is not mounted. Expected Results: The NFS filesystem in /etc/fstab should be mounted. Given this problem Major severity because regular users will have great difficulty in getting this to work. It worked fine in opensuse 10.3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568303 http://bugzilla.novell.com/show_bug.cgi?id=568303#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |jslaby@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568303 http://bugzilla.novell.com/show_bug.cgi?id=568303#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |mt@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568303 http://bugzilla.novell.com/show_bug.cgi?id=568303#c2 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Marius Tomaschewski <mt@novell.com> 2010-01-14 13:38:42 UTC --- The /etc/init.d/nfs script implements $remote_fs (see /etc/insserv.conf) and is intended to provide /usr over NFS (mandatory requirement :-/ ). All wireless utilities and most required libraries as well as the Network Manager are installed in /usr and intentionally delayed to start via the wrapper script network-remotefs that is started after the nfs script. Workaround for everybody that is not using /usr on NFS: In case of ifup: - use autofs, but see bug 522224 (add network-remotefs to ShouldStart and ShouldStop until the fix is available). - configure using "man 5 ifservices" (link to nfs bellow of ifservices-wlan0) In case of NM: use /etc/NetworkManager/dispatcher.d/ scripts More about in bug 557836, bug 487190, ... *** This bug has been marked as a duplicate of bug 557836 *** http://bugzilla.novell.com/show_bug.cgi?id=557836 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=568303 http://bugzilla.novell.com/show_bug.cgi?id=568303#c3 --- Comment #3 from Marius Tomaschewski <mt@novell.com> 2010-01-14 13:41:09 UTC --- (In reply to comment #2)
The /etc/init.d/nfs script implements $remote_fs (see /etc/insserv.conf) and is intended to provide /usr over NFS (mandatory requirement :-/ ). ..
in another words: start via nfs init script is not supported over wireless interfaces. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com