Hi Charles Lane! On 2015.05.18 at 09:42:42 -0400, Charles Lane wrote next:
> Hi Vladimir, > well, I was seeing that the nfs-server was not > starting, on boot, in spite of having the "nfs-server" > enabled in systemd. I could start the nfs-server > (and all the various nfs-related services) manually > with no problem. > > In /etc/systemd/system/multi-user.target.wants > there was a broken link from nfs.target to the > /usr/lib/systemd/system/nfs.target > > I put back a nfs.target file, and a reboot started > the nfs system, as it should. The correct way to fix it would be (as root): rm /usr/lib/systemd/system/nfs.target /etc/systemd/system/multi-user.target.wants/*nfs* systemctl daemon-reload systemctl enable nfs-server and reboot to try that it works. Can you try that? -- Vladimir
