Bug 752747 - NFS service not starting
Summary: NFS service not starting
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: 16
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-10 10:15 UTC by Erik Terwan
Modified: 2011-11-14 12:14 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-14 12:14:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Erik Terwan 2011-11-10 10:15:36 UTC
When starting NFS on my freshly network-installed Fedora 16, I get the following error message from systemd:

# systemctl start nfs.service

Failed to issue method call: Unit nfs.service failed to load: No such file or directory. See system logs and 'systemctl status nfs.service' for details.

Well, the "details" are:

# systemctl status nfs.service
nfs.service
          Loaded: error (Reason: No such file or directory)
          Active: inactive (dead)

There's nothing in the system logs either.

Comment 1 Erik Terwan 2011-11-10 11:13:59 UTC
Right, filed this bug report too soon. The message: "Failed to issue method call: Unit nfs.service failed to load: No such file or directory. See system logs and 'systemctl status nfs.service' for details" seems to be systemd's way of telling that a service does not exist (there are better ways, I presume).

So there is no nfs.service. In Fedora 16 it is called nfs-server.service.

# systemctl start nfs-server.service

did start nfs.


Note You need to log in before you can comment on or make changes to this bug.