Re: [systemd-devel] [PATCH] Generate a fake systemd-fsck-root.service in the initramfs

2015-05-10 Thread Andrei Borzenkov
В Sun, 10 May 2015 19:47:58 + Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl пишет: On Sun, May 10, 2015 at 09:59:18PM +0300, Andrei Borzenkov wrote: В Sun, 10 May 2015 17:23:12 + Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl пишет: On Wed, May 06, 2015 at 07:12:07PM +0200,

Re: [systemd-devel] [PATCH] nspawn: check the pid in SIGCHLD handler before terminating the container

2015-05-10 Thread systemd github import bot
Patchset imported to github. Pull request: https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1431278952-28662-1-git-send-email-alban%40endocode.com -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel mailing

[systemd-devel] [RESEND][PATCH] man: IPMasquerade only implies IPForward=ipv4

2015-05-10 Thread Benedikt Morbach
at least that's what the code does. --- I didn't get any feedback last time[1], maybe this fell through the cracks? [1] http://lists.freedesktop.org/archives/systemd-devel/2015-April/031353.html man/systemd.network.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2015-05-10 Thread Zbigniew Jędrzejewski-Szmek
On Mon, May 04, 2015 at 12:51:27PM +, Zbigniew Jędrzejewski-Szmek wrote: On Mon, May 04, 2015 at 02:55:39AM +0200, Lennart Poettering wrote: 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

Re: [systemd-devel] [PATCH] Generate a fake systemd-fsck-root.service in the initramfs

2015-05-10 Thread Zbigniew Jędrzejewski-Szmek
On Wed, May 06, 2015 at 07:12:07PM +0200, Lennart Poettering wrote: On Wed, 06.05.15 15:50, Harald Hoyer (harald.ho...@gmail.com) wrote: Works for me... booted with ro on the kernel cmdline: $ systemctl status systemd-fsck-root.service ● systemd-fsck-root.service - File System Check on

[systemd-devel] Systemd 215 cannot start journald 219 inside systemd-nspawn

2015-05-10 Thread Felipe Sateler
Hi, I'm having a problem with a systemd-nspawn'ed container. The guest journal will not start and thus I have no logs. The host is a 215 Debian Jessie system. The guest is a 219 Debian Sid system. The nspawn unit is at http://paste.debian.net/173849/ The host journal log for the systemd process

[systemd-devel] [PATCH] nspawn: check the pid in SIGCHLD handler before terminating the container

2015-05-10 Thread Alban Crequy
From: Alban Crequy al...@endocode.com When a process starts systemd-nspawn with exec*() without fork(), systemd-nspawn can be the parent process of children processes unknown to systemd-nspawn. It can then receive the signal SIGCHLD for both the container leader process and the previously started

[systemd-devel] [PATCH] networkd: don't touch global forwarding setting

2015-05-10 Thread Benedikt Morbach
This reverts commit 43c6d5abacaebf813845934ec8d5e5ee3c431854 (and a small part of 4046d8361c55c80ab8577aea52523b9e6eab0d0c) It turns out we don't actually need to set the global ip_forward setting. The only relevant setting is the one on each interface. What the global toggle actually does is

Re: [systemd-devel] [PATCH] Generate a fake systemd-fsck-root.service in the initramfs

2015-05-10 Thread Andrei Borzenkov
В Sun, 10 May 2015 17:23:12 + Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl пишет: On Wed, May 06, 2015 at 07:12:07PM +0200, Lennart Poettering wrote: On Wed, 06.05.15 15:50, Harald Hoyer (harald.ho...@gmail.com) wrote: Works for me... booted with ro on the kernel cmdline: $

Re: [systemd-devel] [PATCH] networkd: don't touch global forwarding setting

2015-05-10 Thread systemd github import bot
Patchset imported to github. Pull request: https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1431283960-2691-1-git-send-email-benedikt.morbach%40googlemail.com -- Generated by https://github.com/haraldh/mail2git ___

Re: [systemd-devel] [RESEND][PATCH] man: IPMasquerade only implies IPForward=ipv4

2015-05-10 Thread systemd github import bot
Patchset imported to github. Pull request: https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1431282734-1026-1-git-send-email-benedikt.morbach%40googlemail.com -- Generated by https://github.com/haraldh/mail2git ___

Re: [systemd-devel] [PATCH] Generate a fake systemd-fsck-root.service in the initramfs

2015-05-10 Thread Zbigniew Jędrzejewski-Szmek
On Sun, May 10, 2015 at 09:59:18PM +0300, Andrei Borzenkov wrote: В Sun, 10 May 2015 17:23:12 + Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl пишет: On Wed, May 06, 2015 at 07:12:07PM +0200, Lennart Poettering wrote: On Wed, 06.05.15 15:50, Harald Hoyer (harald.ho...@gmail.com) wrote: