Hi all,
Alas, I am at the end of my rope with this.
I'm trying to create a random share on my linux box using NFS that I can access from my Mac - all seems to be going ok apart from the fact that I cannot access my share from my Mac.
Now I think the issue is NFS-Server.service.
when I type "sudo systemctl status nfs-server.service" the return I get is;
Code:
nfs-server.service - NFS Server
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled)
Active: active (exited) since Wed, 06 Jun 2012 22:56:41 +0100; 10min ago
Process: 2051 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS)
Process: 2048 ExecStop=/usr/sbin/rpc.nfsd 0 (code=exited, status=0/SUCCESS)
Process: 2073 ExecStartPost=/usr/lib/nfs-utils/scripts/nfs-server.postconfig (code=exited, status=0/SUCCESS)
Process: 2060 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS ${RPCNFSDCOUNT} (code=exited, status=0/SUCCESS)
Process: 2057 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
Process: 2054 ExecStartPre=/usr/lib/nfs-utils/scripts/nfs-server.preconfig (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/nfs-server.service
Now then, from what I can see is the service is active but exited? - and for some reason no matter what I try and do I can't seem to get it to run.
I think this is the root of my problems.
Does anyone know what I can do to make that run?
I've tried "sudo systemctl enable nfs-server.service" and likewise restart to no avail.
Please someone help!!
Cheers
Alex
P.S. I'm running Fedora 17.