Mailinglist Archive: opensuse-bugs (15090 mails)

< Previous Next >
[Bug 325763] New: nfs service doesn't start if portmap is not running
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 17 Sep 2007 13:05:48 -0600 (MDT)
  • Message-id: <bug-325763-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=325763

           Summary: nfs service doesn't start if portmap is not running
           Product: openSUSE 10.3
           Version: Beta 2
          Platform: x86-64
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Network
        AssignedTo: ro@xxxxxxxxxx
        ReportedBy: pcerny@xxxxxxxxxx
         QAContact: qa@xxxxxxx
          Found By: ---


$ service nfs stop 
Shutting down NFS client services: idmapd                             done
$ service portmap stop
Shutting down RPC portmap daemon                                      done
$ service nfs start   
Starting NFS client services: sm-notify idmapd
<... freeze for cca 1-2 minutes ...>                  done
$ mount <nfs_export>
mount.nfs: rpc.statd is not running but is required for remote locking
   Either use "-o nolocks" to keep locks local, or start statd.

I think the init.d/nfs script should test for status of portmap and either run
it or report an error (assigning according to `rpm -qf /etc/init.d/nfs`)


-- 
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.

< Previous Next >