[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-03 Thread Martin Pitt
Finally there are two dependency cycles which we need to fix: Found ordering cycle on basic.target/start Found dependency on sysinit.target/start Found dependency on apparmor.service/start Found dependency on remote-fs.target/start Found dependency on remote-fs-pre.target/start Found dependency

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-03 Thread Martin Pitt
Finally there are two dependency cycles which we need to fix: Found ordering cycle on basic.target/start Found dependency on sysinit.target/start Found dependency on apparmor.service/start Found dependency on remote-fs.target/start Found dependency on remote-fs-pre.target/start Found dependency

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Martin Pitt
There is an ordering cycle in rpcbind which needs to be fixed first. This is because /etc/init.d/rpcbind depends on $network which in Ubuntu is implemented to actually wait for ifupdown/NM/etc. But that needs dbus, which in turn needs $remote_fs, which needs rpcbind. ** Bug watch added: Debian

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Martin Pitt
There is an ordering cycle in rpcbind which needs to be fixed first. This is because /etc/init.d/rpcbind depends on $network which in Ubuntu is implemented to actually wait for ifupdown/NM/etc. But that needs dbus, which in turn needs $remote_fs, which needs rpcbind. ** Bug watch added: Debian

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/rpcbind -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rpcbind in Ubuntu. https://bugs.launchpad.net/bugs/1312976 Title: nfs-utils needs systemd unit or init.d script To manage

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Martin Pitt
** Changed in: rpcbind (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312976 Title: nfs-utils needs systemd unit or init.d script To manage

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/rpcbind -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312976 Title: nfs-utils needs systemd unit or init.d script To manage notifications about this bug

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Martin Pitt
** Changed in: rpcbind (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rpcbind in Ubuntu. https://bugs.launchpad.net/bugs/1312976 Title: nfs-utils needs systemd unit or init.d

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Martin Pitt
Taking over from Steve as discussed on IRC, he doesn't find enough time for this. These are the steps to set up a VM to test both server and client: # set up exports sudo apt-get install -y nfs-kernel-server echo -e '/home *(rw,no_subtree_check)\n/var/log/ *(ro,subtree_check)' | sudo tee -a

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Martin Pitt
** Changed in: nfs-utils (Ubuntu) Milestone: ubuntu-15.02 = ubuntu-15.03 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312976 Title: nfs-utils needs systemd unit or init.d script To manage

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-03-02 Thread Martin Pitt
As we are quite a few upstream versions behind, I went through all systemd related upstream commits. There were a ton for adding the systemd/ directory with the units, which we should just start with as a whole and adjust to the ubuntu specifics/what the upstart jobs do:

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-01-14 Thread Martin Pitt
I've recently seen some upstream activity on the native systemd jobs (like on http://www.spinics.net/lists/linux-nfs/msg48981.html), maybe we should just use these? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-01-08 Thread Martin Pitt
** Changed in: nfs-utils (Ubuntu) Milestone: None = ubuntu-15.02 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312976 Title: nfs-utils needs systemd unit or init.d script To manage

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2015-01-01 Thread Gabriel Mazetto
Can't we have a solution to this, please? My nfs-common doesn't upgrade if I'm using systemd instead of sysvinit and upstart: Configurando nfs-common (1:1.2.8-9ubuntu1.1) ... Failed to issue method call: Unit statd.service failed to load: No such file or directory. invoke-rc.d: initscript

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2014-12-05 Thread Tom H
I'd posted this to ubuntu-devel-discuss but I was just looking at systemd-boot bugs and thought that I'd post it here too, with apologies for the duplication. I hope that it helps whoever puts together the real thing. I installed the upstream nfs-utils units and adapted them with /etc/ overrides;

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2014-07-01 Thread Andy Whitcroft
Note there are three units needed. invoke-rc.d: Unit statd.service is masked invoke-rc.d: Unit gssd.service is masked invoke-rc.d: Unit idmapd.service is masked -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2014-06-02 Thread Martin Pitt
I had an attempt to bring back the init.d script in https://launchpad.net/ubuntu/+source/nfs-utils/1:1.2.8-6ubuntu2 but Steve Langasek didn't like this much. He'll soon split the init.d scripts in Debian as well, then we can bring them back into Ubuntu and fix booting under systemd. ** Summary

[Bug 1312976] Re: nfs-utils needs systemd unit or init.d script

2014-06-02 Thread Steve Langasek
** Changed in: nfs-utils (Ubuntu) Importance: Undecided = High ** Changed in: nfs-utils (Ubuntu) Assignee: (unassigned) = Steve Langasek (vorlon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.