[Bug 529961] New: /etc/init.d/nfs: line 102: test: too many arguments
http://bugzilla.novell.com/show_bug.cgi?id=529961 Summary: /etc/init.d/nfs: line 102: test: too many arguments Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: werner@novell.com ReportedBy: kkaempf@novell.com QAContact: qa@suse.de Found By: --- $summary appears when booting 11.2 (factory) This line reads if !test $nfs = no -o -x /sbin/portmap -o -x /sbin/rpcbind; then but $nfs does not seem to be defined anywhere. -- 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=529961 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=529961#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |werner@novell.com AssignedTo|werner@novell.com |nfbrown@novell.com --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2009-08-11 05:24:06 MDT --- /suse/werner> rpm -qf /etc/init.d/nfs nfs-client-1.1.3-18.1.5 /suse/werner> maintainer nfs-client nfbrown@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=529961 User nfbrown@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=529961#c2 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Neil Brown <nfbrown@novell.com> 2009-08-16 22:39:31 MDT --- $nfs is initialsed from NFS_START_SERVICES which should be set in /etc/sysconfig/nfs I guess it isn't set in your case. You could just add: NFS_START_SERVICES=no to the end of that file. I will submit an update for the package shortly. -- 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=529961 User kailed@kailed.net added comment http://bugzilla.novell.com/show_bug.cgi?id=529961#c3 Daniele Tombolini <kailed@kailed.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |kailed@kailed.net Resolution|FIXED | --- Comment #3 from Daniele Tombolini <kailed@kailed.net> 2009-10-05 15:56:11 MDT --- Still not fixed in M8. Reopened just to be sure. Sorry but "shortly" should be less then a month :) -- 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=529961 User kkaempf@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=529961#c4 Klaus Kämpf <kkaempf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Found By|--- |Development Version|Factory |Milestone 8 --- Comment #4 from Klaus Kämpf <kkaempf@novell.com> 2009-10-06 01:24:23 MDT --- Confirmed, this warning still exists after upgrading to M8. /etc/sysconfig/nfs reads NFS_START_SERVICES="" -- 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=529961 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=529961#c5 --- Comment #5 from Dr. Werner Fink <werner@novell.com> 2009-10-06 06:06:54 MDT --- IMHO your system is broken: ## Path: Network/File systems/NFS server ## Description: Always start NFS services ## Type: yesno ## Default: no ## ServiceRestart nfs # # Always start NFS services (gssd, idmapd), not only if # there are nfs mounts in /etc/fstab. This is likely to be # needed if you use an automounter for NFS. # NFS_START_SERVICES="no" in other words, the value NFS_START_SERVICES="" is simply wrong as it can be only "yes" or "no" ... now the warning could be avoided by using if ! test "$nfs" = no -o -x /sbin/portmap -o -x /sbin/rpcbind; then instead of if ! test $nfs = no -o -x /sbin/portmap -o -x /sbin/rpcbind; then -- 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=529961 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=529961#c6 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #6 from Dr. Werner Fink <werner@novell.com> 2009-10-06 06:15:38 MDT --- Fixed the one liner -- 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