Re: [systemd-devel] [PATCH 1/3] generators: rename add_{root, usr}_mount to add_{sysroot, sysroot_usr}_mount

2015-05-03 Thread Lennart Poettering
On Sat, 02.05.15 13:16, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: This makes it obvious that those functions are only usable in the initramfs. Also, add a warning when noauto, nofail, or automount is used for the root fs, instead of silently ignoring. Using those options would

Re: [systemd-devel] [PATCH 2/3] Allow $SYSTEMD_PRETEND_INITRD to override initramfs detection

2015-05-03 Thread Lennart Poettering
On Sat, 02.05.15 13:16, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: When testing generators and other utilities, it is extremely useful to be able to trigger initramfs behaviour. Hmm, what about the following solution: instead of checking with access() for /etc/initrd-release and

Re: [systemd-devel] [Q] About supporting nested systemd daemon

2015-05-03 Thread Lennart Poettering
On Thu, 30.04.15 15:42, Alban Crequy (al...@endocode.com) wrote: systemd-nspawn nowadays mounts all hierarchies into the container, but mounts all controller hierarchies read-only, and of the name=systemd hierarchy mounts everything read-only, except the subtree the container is allowed

Re: [systemd-devel] Sending a SIGABRT to PID1

2015-05-03 Thread Lennart Poettering
On Sun, 03.05.15 17:54, Víctor Fernández (vfr...@gmail.com) wrote: Ok, Thanks for your reply. But, just out of curiosity, why init process gets down with a SIGABRT and not with a SIGKILL (9), being this a signal which cannot be caught, blocked or ignored? The kernel refuses to deliver

Re: [systemd-devel] Sending a SIGABRT to PID1

2015-05-03 Thread Lennart Poettering
On Sun, 03.05.15 19:10, Mantas Mikulėnas (graw...@gmail.com) wrote: On Sun, May 3, 2015 at 6:54 PM, Víctor Fernández vfr...@gmail.com wrote: Ok, Thanks for your reply. But, just out of curiosity, why init process gets down with a SIGABRT and not with a SIGKILL (9), being this a signal

Re: [systemd-devel] Journald logging handler for Python 3 and AsyncIO integration

2015-05-03 Thread Lennart Poettering
On Sat, 02.05.15 15:12, Ludovic Gasc (gml...@gmail.com) wrote: 2. We use heavily AsyncIO module to have async pattern in Python, especially for I/O: https://docs.python.org/3/library/asyncio.html In the source code of python-systemd, I've seen that you use a C glue to interact

Re: [systemd-devel] [PATCH 3/3] Use a stamp file to avoid running systemd-fsck-root.service twice

2015-05-03 Thread Lennart Poettering
On Sun, 03.05.15 18:06, Andrei Borzenkov (arvidj...@gmail.com) wrote: On Sat, 02.05.15 13:16, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: So, the last time we discussed this we figured we should do this differently, and simply generate systemd-fsck-root.service in the

Re: [systemd-devel] pam_systemd.so indirectly calling pam_acct_mgmt

2015-05-03 Thread Lennart Poettering
On Sat, 02.05.15 07:01, Stephen Gallagher (sgall...@redhat.com) wrote: Well, I guess for now. But note that eventually we hope to move most programs invoked from .desktop into this as systemd services. This then means that the actual sessions will become pretty empty, with only stubs

Re: [systemd-devel] networkd: Is auto-negotiation turned off when specifying parameters in a link file?

2015-05-03 Thread Lennart Poettering
On Sat, 02.05.15 12:00, Paul Menzel (paulepan...@users.sourceforge.net) wrote: /etc/udev/rules.d/10-speed1G-enp1s6.rules ACTION==add, SUBSYSTEM==net, RUN+=/usr/sbin/ethtool -s enp1s6 advertise 0x20 :03 systemd[1]: Starting Network Service... :05 systemd-networkd[1612]: enp1s6

Re: [systemd-devel] systemd-nspawn --template: should it delete /etc/hostname?

2015-05-03 Thread Lennart Poettering
On Fri, 01.05.15 19:38, Kai Krakow (hurikha...@gmail.com) wrote: Hello! If I create a new machine by cloning using systemd-nspawn --template, should it remove etc/hostname? It already creates a new machine-id etc, and the hostname should probably not be set for a new container in this

Re: [systemd-devel] Sending a SIGABRT to PID1

2015-05-03 Thread Víctor Fernández
Ok, Thanks for your reply. But, just out of curiosity, why init process gets down with a SIGABRT and not with a SIGKILL (9), being this a signal which cannot be caught, blocked or ignored? PD: I definitely not try the command above 2015-05-03 17:22 GMT+02:00 Lennart Poettering

Re: [systemd-devel] [PATCH 3/3] Use a stamp file to avoid running systemd-fsck-root.service twice

2015-05-03 Thread Lennart Poettering
On Sat, 02.05.15 13:16, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: So, the last time we discussed this we figured we should do this differently, and simply generate systemd-fsck-root.service in the initrd as well, that uses a different command line internally. The end result would

Re: [systemd-devel] mount crypto_LUKS device in conatiner

2015-05-03 Thread Lennart Poettering
On Fri, 01.05.15 11:39, arnaud gaboury (arnaud.gabo...@gmail.com) wrote: My container will need access to a Luks encrypted device (/dev/sdd4) for its DB. Only very select devices are accessible from inside containers, more specifically the ones where it is fully safe to share them between

Re: [systemd-devel] udev interface naming for SR-IOV VFs

2015-05-03 Thread Lennart Poettering
On Fri, 01.05.15 11:04, Dan Kenigsberg (dan...@redhat.com) wrote: On Mon, Apr 20, 2015 at 08:43:21PM +0200, Lennart Poettering wrote: On Fri, 17.04.15 14:19, Nir Soffer (nir...@gmail.com) wrote: - You may wait for unrelated events that happen to trigger in the same time, waiting

Re: [systemd-devel] [PATCH 3/3] Use a stamp file to avoid running systemd-fsck-root.service twice

2015-05-03 Thread Zbigniew Jędrzejewski-Szmek
On Sun, May 03, 2015 at 06:06:58PM +0300, Andrei Borzenkov wrote: В Sun, 3 May 2015 16:17:15 +0200 Lennart Poettering lenn...@poettering.net пишет: On Sat, 02.05.15 13:16, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: So, the last time we discussed this we figured we should

Re: [systemd-devel] Sending a SIGABRT to PID1

2015-05-03 Thread Lennart Poettering
On Sun, 03.05.15 17:18, Víctor Fernández (vfr...@gmail.com) wrote: Hello I'm using rigth now a Manjaro distribution (derived from arch). Making some test, i've discovered that sending SIGABRT (6) to PID 1 (systemd) will cause system to enter on unstable mode: after doing this, the system

Re: [systemd-devel] [PATCH 3/3] Use a stamp file to avoid running systemd-fsck-root.service twice

2015-05-03 Thread Andrei Borzenkov
В Sun, 3 May 2015 16:17:15 +0200 Lennart Poettering lenn...@poettering.net пишет: On Sat, 02.05.15 13:16, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: So, the last time we discussed this we figured we should do this differently, and simply generate systemd-fsck-root.service in the

[systemd-devel] Sending a SIGABRT to PID1

2015-05-03 Thread Víctor Fernández
Hello I'm using rigth now a Manjaro distribution (derived from arch). Making some test, i've discovered that sending SIGABRT (6) to PID 1 (systemd) will cause system to enter on unstable mode: after doing this, the system reboot graphic server (at least, it request to login again) and if you

Re: [systemd-devel] [PATCH 3/3] Use a stamp file to avoid running systemd-fsck-root.service twice

2015-05-03 Thread Andrei Borzenkov
В Sun, 3 May 2015 15:33:56 + Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl пишет: On Sun, May 03, 2015 at 06:06:58PM +0300, Andrei Borzenkov wrote: В Sun, 3 May 2015 16:17:15 +0200 Lennart Poettering lenn...@poettering.net пишет: On Sat, 02.05.15 13:16, Zbigniew Jędrzejewski-Szmek

Re: [systemd-devel] Sending a SIGABRT to PID1

2015-05-03 Thread Mantas Mikulėnas
On Sun, May 3, 2015 at 6:18 PM, Víctor Fernández vfr...@gmail.com wrote: Hello I'm using rigth now a Manjaro distribution (derived from arch). Making some test, i've discovered that sending SIGABRT (6) to PID 1 (systemd) will cause system to enter on unstable mode: after doing this, the

Re: [systemd-devel] Sending a SIGABRT to PID1

2015-05-03 Thread Mantas Mikulėnas
On Sun, May 3, 2015 at 6:54 PM, Víctor Fernández vfr...@gmail.com wrote: Ok, Thanks for your reply. But, just out of curiosity, why init process gets down with a SIGABRT and not with a SIGKILL (9), being this a signal which cannot be caught, blocked or ignored? pid 1 is allowed to catch

Re: [systemd-devel] systemd-nspawn: cannot join existing macvlan

2015-05-03 Thread Kai Krakow
Kai Krakow hurikha...@gmail.com schrieb: Hello again! Amended below... I'm not sure about this but I suspect that I cannot start a second nspawn container with --network-macvlan when another nspawn instance has created it before: # systemd-nspawn -b --network-macvlan=enp4s0 Spawning