Re: [systemd-devel] Fwd: messing with .mount/.automount units

2016-01-29 Thread Andrei Borzenkov
29.01.2016 23:07, arnaud gaboury пишет: > BUMP. > > I run once a week a simple backup with rsync. For that purpose, I > wrote a service file (rsync) and a timer unit. They both work with no > issues. > > /etc/systemd/system/backup-external.service > --

Re: [systemd-devel] systemctl isolate disconnects network

2016-01-29 Thread Andrei Borzenkov
30.01.2016 03:22, Justin Garrison пишет: > When trying to isolate targets I run systemctl isolate multi-user.target > but on the systems I've tested (rhel 7.0-7.2 and Fedora 21-23) will also > restart networking. It also appears that the network restart does not wait > for NetworkManager-wait-onlin

[systemd-devel] systemctl isolate disconnects network

2016-01-29 Thread Justin Garrison
When trying to isolate targets I run systemctl isolate multi-user.target but on the systems I've tested (rhel 7.0-7.2 and Fedora 21-23) will also restart networking. It also appears that the network restart does not wait for NetworkManager-wait-online or systemd-networkd-wait-online even if I manua

[systemd-devel] Fwd: messing with .mount/.automount units

2016-01-29 Thread arnaud gaboury
BUMP. I run once a week a simple backup with rsync. For that purpose, I wrote a service file (rsync) and a timer unit. They both work with no issues. /etc/systemd/system/backup-external.service [Unit] Description=Backup system to external driv

Re: [systemd-devel] Query on libpam-systemd

2016-01-29 Thread Lennart Poettering
On Fri, 29.01.16 11:38, pavi1729 ([email protected]) wrote: > Hi, > I have an issue with libpam-systemd which is interfering with > scheduler settings on my machine. Details as below > > -- > File: linux/kernel/sched/co

[systemd-devel] bind mounts are not delayed until the underlying fs gets mounted

2016-01-29 Thread Frank Steiner
Hi, this problem occurs in SLES 12 with systemd-210-70.30.1 which might be to old to handle this situation correctly. So my question is if the following situation should work in systemd or for some reason would not (so that I can plan how to get around this). We have two entries in /etc/fstab: /

Re: [systemd-devel] Query on libpam-systemd

2016-01-29 Thread pavi1729
# systemd --version systemd 219 +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN On Fri, Jan 29, 2016 at 12:49 PM, Mantas Mikulėnas wrote: > On Fri, Jan 29, 2016 at 8:08 AM, pavi1729 wrote: >> >> Hi, >>