Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [SOLVED AGAIN]

2014-02-13 Thread James Hogarth
On 11 Feb 2014 22:20, "Jonathan Ryshpan" wrote: > As often happens, Ed has got to the root of the problem. The last line > of the transcript is the important one.: > > # systemctl status nfs.service > nfs-server.service - NFS Server >Loaded: loaded (/usr/lib/systemd/system/nfs-server.service;

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [SOLVED AGAIN]

2014-02-11 Thread Jonathan Ryshpan
On Mon, 2014-02-10 at 10:28 +0800, Ed Greshko wrote: > On 02/10/14 09:55, Jonathan Ryshpan wrote: > > Setting up an nfs server on a laptop running Fedora-20, I get the > > following perplexing results: > > > > # systemctl start nfs.service > > # systemctl enable nfs.service > >

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [NOW UNSOLVED]

2014-02-11 Thread Chris Murphy
On Feb 10, 2014, at 3:08 PM, Ed Greshko wrote: > Ohand FYI > > [egreshko@f20f ~]$ systemctl list-unit-files | grep nfs > proc-fs-nfsd.mount static > var-lib-nfs-rpc_pipefs.mountstatic > nfs-blkmap.service disabled > nfs

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't

2014-02-11 Thread poma
FTR https://bugzilla.redhat.com/show_bug.cgi?id=1051052 $ rpm -q --changelog nfs-utils | grep nfs.target - Added Also=nfs.target to nfs-service file. (bz 1047972) - Make sure nfs.target is enabled (bz 970595) https://bugzilla.redhat.com/show_bug.cgi?id=970595 https://bugzilla.redhat.com/show_bug

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [NOW UNSOLVED]

2014-02-10 Thread Ed Greshko
On 02/11/14 06:20, Robert P. J. Day wrote: > On Tue, 11 Feb 2014, Ed Greshko wrote: > >> On 02/11/14 05:54, Jonathan Ryshpan wrote: >>> On Sun, 2014-02-09 at 17:55 -0800, Jonathan Ryshpan wrote: Setting up an nfs server on a laptop running Fedora-20, I get the following perplexing results

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [NOW UNSOLVED]

2014-02-10 Thread Robert P. J. Day
On Tue, 11 Feb 2014, Ed Greshko wrote: > On 02/11/14 05:54, Jonathan Ryshpan wrote: > > On Sun, 2014-02-09 at 17:55 -0800, Jonathan Ryshpan wrote: > >> Setting up an nfs server on a laptop running Fedora-20, I get the > >> following perplexing results: > >> > >> # systemctl start nfs.servi

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [NOW UNSOLVED]

2014-02-10 Thread Ed Greshko
On 02/11/14 05:54, Jonathan Ryshpan wrote: > What's going on? How can I fix it One other thing You say you're using a laptop. Possibly you are also using DHCP to get your IP addresses In that case you should also make sure that NetworkManager-wait-online.service is enabled. --

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [NOW UNSOLVED]

2014-02-10 Thread Ed Greshko
Ohand FYI [egreshko@f20f ~]$ systemctl list-unit-files | grep nfs proc-fs-nfsd.mount static var-lib-nfs-rpc_pipefs.mountstatic nfs-blkmap.service disabled nfs-idmap.service disabled nfs-lock.servi

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [NOW UNSOLVED]

2014-02-10 Thread Ed Greshko
On 02/11/14 05:54, Jonathan Ryshpan wrote: > On Sun, 2014-02-09 at 17:55 -0800, Jonathan Ryshpan wrote: >> Setting up an nfs server on a laptop running Fedora-20, I get the >> following perplexing results: >> >> # systemctl start nfs.service >> # systemctl enable nfs.service >>

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [NOW UNSOLVED]

2014-02-10 Thread Jonathan Ryshpan
On Sun, 2014-02-09 at 17:55 -0800, Jonathan Ryshpan wrote: > Setting up an nfs server on a laptop running Fedora-20, I get the > following perplexing results: > > # systemctl start nfs.service > # systemctl enable nfs.service > Failed to issue method call: No such file or

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't

2014-02-10 Thread Ian Pilcher
On 02/09/2014 07:55 PM, Jonathan Ryshpan wrote: > Setting up an nfs server on a laptop running Fedora-20, I get the > following perplexing results: > > # systemctl start nfs.service > # systemctl enable nfs.service > Failed to issue method call: No such file or directory >

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't [SOLVED]

2014-02-09 Thread Jonathan Ryshpan
On Sun, 2014-02-09 at 17:55 -0800, Jonathan Ryshpan wrote: > Setting up an nfs server on a laptop running Fedora-20, I get the > following perplexing results: > > # systemctl start nfs.service > # systemctl enable nfs.service > Failed to issue method call: No such file or d

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't

2014-02-09 Thread Ed Greshko
On 02/10/14 09:55, Jonathan Ryshpan wrote: > Setting up an nfs server on a laptop running Fedora-20, I get the > following perplexing results: > > # systemctl start nfs.service > # systemctl enable nfs.service > Failed to issue method call: No such file or directory > > Sure

Re: # systemctl start nfs.service works -- # systemctl enable nfs.service doesn't

2014-02-09 Thread poma
On 10.02.2014 02:55, Jonathan Ryshpan wrote: > Setting up an nfs server on a laptop running Fedora-20, I get the > following perplexing results: > > # systemctl start nfs.service > # systemctl enable nfs.service > Failed to issue method call: No such file or directory > >

# systemctl start nfs.service works -- # systemctl enable nfs.service doesn't

2014-02-09 Thread Jonathan Ryshpan
Setting up an nfs server on a laptop running Fedora-20, I get the following perplexing results: # systemctl start nfs.service # systemctl enable nfs.service Failed to issue method call: No such file or directory Sure enough, as promised, nfs works up to the next reboot, th