Re: [systemd-devel] shutdown delayed by failure to start a service

2016-06-14 Thread Felix Miata
Lennart Poettering composed on 2016-05-30 17:37 (UTC+0200): > Felix Miata wrote: >> Lennart Poettering composed on 2016-05-29 18:40 (UTC+0200): >> >Felix Miata wrote: >> >>The message I see is equivalent in form as during boot, e.g. when a >> >>filesystem not noauto in fstab is to be mounted bu

Re: [systemd-devel] shutdown delayed by failure to start a service

2016-06-14 Thread Felix Miata
Lennart Poettering composed on 2016-05-30 17:37 (UTC+0200): > Felix Miata wrote: >> Lennart Poettering composed on 2016-05-29 18:40 (UTC+0200): >> >Felix Miata wrote: >> >>The message I see is equivalent in form as during boot, e.g. when a >> >>filesystem not noauto in fstab is to be mounted bu

[systemd-devel] List of built-in services? (was: Best practice to set values in /proc?)

2016-06-14 Thread Nikolaus Rath
On Jun 14 2016, Mantas Mikulėnas wrote: > On Tue, Jun 14, 2016 at 9:16 PM, Nikolaus Rath wrote: > >> Hello, >> >> Are there any best practices for adjusting values in /proc on system >> boot? Specifically, I'm looking for a way to do >> >>echo 1 > /proc/sys/kernel/safename/mode_for_unprivile

Re: [systemd-devel] Best practice to set values in /proc?

2016-06-14 Thread Mantas Mikulėnas
On Tue, Jun 14, 2016 at 9:16 PM, Nikolaus Rath wrote: > Hello, > > Are there any best practices for adjusting values in /proc on system > boot? Specifically, I'm looking for a way to do > >echo 1 > /proc/sys/kernel/safename/mode_for_unprivileged >echo 1 > /proc/sys/kernel/safename/mode_f

[systemd-devel] Best practice to set values in /proc?

2016-06-14 Thread Nikolaus Rath
Hello, Are there any best practices for adjusting values in /proc on system boot? Specifically, I'm looking for a way to do echo 1 > /proc/sys/kernel/safename/mode_for_unprivileged echo 1 > /proc/sys/kernel/safename/mode_for_privileged ..as soon as possible when booting. I think this fil

Re: [systemd-devel] What is udev_enumerate_scan_subsystems actually supposed to be doing?

2016-06-14 Thread Anne Mulhern
I also noticed that the directories yielded by using udev_enumerate_scan_subsystems do not actually include, using a pretty loose meaning of include, every subsystem that udevadm info --export-db considers at least one device to belong to. So, I'm really not sure what these values that it yields

Re: [systemd-devel] machine: which is the right way to unregister a machine?

2016-06-14 Thread Lennart Poettering
On Sun, 12.06.16 02:07, Christian Rebischke ([email protected]) wrote: > Hello, > I am currently working on a fix for: > https://github.com/systemd/systemd/issues/2809 > > How does a machine get deregistered? > I look for a proper way to remove the machine from the hashmap > (see bel

Re: [systemd-devel] IPv6 forwarding inside systemd-nspawn containers

2016-06-14 Thread Lennart Poettering
On Mon, 13.06.16 14:33, Egor M. ([email protected]) wrote: > Hello Lennart. > > I made more tests, it looks like networking controls are indeed properly > namespaced. > > I don't know what's PR means in this context, so can't make it. I actually meant an issue, not a PR. https://

Re: [systemd-devel] IPv6 forwarding inside systemd-nspawn containers

2016-06-14 Thread Lennart Poettering
On Sat, 11.06.16 14:08, Egor M. ([email protected]) wrote: > Hello Lennart. > > In this case there's a slight inconsistence somewhere since > net.ipv4.ip_forward > setting is inherited from host but net.ipv6.conf.all.forwarding isn't. One way > or another, remounting /proc/sys r/w seems to be h