Re: [systemd-devel] network and remote-fs on shutdown

2012-09-11 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 11, 2012 at 04:15:27PM +0200, Lennart Poettering wrote: > On Tue, 11.09.12 16:06, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > > > > Yes, this seems right. > > > > > > Now, the question is what to do about it... I really have no nice way > > > out here short of biting the

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-11 Thread Lennart Poettering
On Tue, 11.09.12 16:06, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > > Yes, this seems right. > > > > Now, the question is what to do about it... I really have no nice way > > out here short of biting the bullet and adding the ability of allowing > > configuration of shutdown ordering

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-11 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 11, 2012 at 03:03:31PM +0200, Lennart Poettering wrote: > On Tue, 11.09.12 14:14, Michel Lafon-Puyo ([email protected]) wrote: > > Heya, > > > So the simplified dependency graph I obtain is: > > > > remote-fs-pre.target mnt-be.automount > > \ /

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-11 Thread Lennart Poettering
On Tue, 11.09.12 14:14, Michel Lafon-Puyo ([email protected]) wrote: Heya, > So the simplified dependency graph I obtain is: > > remote-fs-pre.target mnt-be.automount > \ / | > \/ | > \ /| >

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-10 Thread Lennart Poettering
On Wed, 05.09.12 20:52, Colin Guthrie ([email protected]) wrote: > > [Mount] > > What=//192.168.1.37/be > > Where=/mnt/be > > Type=cifs > > FsckPassNo=0 > > Options=/home/mlo/.samba/credentials,noauto,user,x-systemd.automount,x-systemd.device-timeout=60 > > > > > > If I understand it correctl

Re: [systemd-devel] network and remote-fs on shutdown

2012-09-05 Thread Colin Guthrie
'Twas brillig, and Michel Lafon-Puyo at 05/09/12 14:19 did gyre and gimble: > Hi, > > I use systemd on an ArchLinux system and I use some remote fs that are > described in /etc/fstab (with the x-systemd.automount option). On > start-up, everything is fine and the fs is mounted when I cd into one o

[systemd-devel] network and remote-fs on shutdown

2012-09-05 Thread Michel Lafon-Puyo
Hi, I use systemd on an ArchLinux system and I use some remote fs that are described in /etc/fstab (with the x-systemd.automount option). On start-up, everything is fine and the fs is mounted when I cd into one of the directories. Actually, this is quite impressive because it is so simple to