Re: [systemd-devel] Using btrfs subvolumes with systemd

2016-06-09 Thread Andrei Borzenkov
09.06.2016 23:30, Florent Peterschmitt пишет: > > The log with systemd.log_level=debug at boot is located here: > http://data.peterschmitt.fr/systemd.log > Unfortunately this log while being verbose does not add any useful information. > Here is the output from udevadm about /dev/mapper/root:

Re: [systemd-devel] Failed to start Container: minus sign is replaced to slash in container name

2016-06-09 Thread Stefan Schweter
Am 02.06.2016 um 01:27 schrieb Stefan Schweter: > Hi Lennart and all other systemd users, > > I tried to enable + start a container named debian-sid. E.g. the > following command works without any problems: > > systemd-nspawn -M debian-sid > > Then I used the machinectl tool for enabling the con

Re: [systemd-devel] [PATCH] rules: block - add scm block devices to whitelist

2016-06-09 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git __

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

2016-06-09 Thread Egor M.
Hello. How to enable IPv6 forwarding in systemd-nspawn containers? I have a container with network-bridge (--network-bridge=br0). Despite of net.ipv6.conf.all.forwarding value and corresponding interface values, IPv6 forwarding is still disabled inside container, while IPv4 forwarding inherited co

Re: [systemd-devel] [ANNOUNCE] systemd v230

2016-06-09 Thread Michael Biebl
2016-05-23 14:36 GMT+02:00 Zbigniew Jędrzejewski-Szmek : > On Mon, May 23, 2016 at 11:39:04AM +0200, Michael Biebl wrote: >> 2016-05-22 0:51 GMT+02:00 Zbigniew Jędrzejewski-Szmek : >> > * systemd-bootchart has been split out to a separate repository: >> > https://github.com/system

Re: [systemd-devel] Using btrfs subvolumes with systemd

2016-06-09 Thread Florent Peterschmitt
8 juin 2016 22:34 "Chris Murphy" a écrit: > On Wed, Jun 8, 2016 at 12:48 PM, Florent Peterschmitt > wrote: > >> Hi, >> >> I have a recurrent problem at boot time, when mounting filesystems. >> >> First : >> >> o This problem was on systemd v229 and is still here with v230 >> o I use BTRFS fo

[systemd-devel] [PATCH] rules: block - add scm block devices to whitelist

2016-06-09 Thread Sebastian Ott
Since the introduction of the whitelist in 60-persistent-storage.rules block device symlinks are no longer created for scm block devices. Add scm to the whitelist. Signed-off-by: Sebastian Ott --- rules/60-persistent-storage.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

Re: [systemd-devel] Using btrfs subvolumes with systemd

2016-06-09 Thread Lennart Poettering
On Thu, 09.06.16 11:10, Florent Peterschmitt (flor...@peterschmitt.fr) wrote: > My position on that problem is that systemd only looks for the > device file's path to generated mount units, and somehow a conflict > appears somewhere. With the symlinks it does generate some > etc-dev-usr-src, etc-d

Re: [systemd-devel] Using btrfs subvolumes with systemd

2016-06-09 Thread Florent Peterschmitt
9 juin 2016 11:53 "Lennart Poettering" a écrit: > On Wed, 08.06.16 18:48, Florent Peterschmitt (flor...@peterschmitt.fr) wrote: > >> Each time i boot, this error happen: >> # journalctl -xe >> [...] >> systemd[1]: dev-mapper-root.device: Job dev-mapper-root.device/start timed >> out. >> systemd[

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Ross Lagerwall
On Thu, Jun 9, 2016 at 11:00 AM, Jóhann B. Guðmundsson wrote: > On 06/09/2016 09:02 AM, Ross Lagerwall wrote: > >> On Thu, Jun 9, 2016 at 9:55 AM, Bao Nguyen wrote: >> With a new enough systemd, you should be able to add a snippet to extend >> the initscript like this: >> $ cat /etc/systemd/syste

Re: [systemd-devel] Using btrfs subvolumes with systemd

2016-06-09 Thread Lennart Poettering
On Wed, 08.06.16 18:48, Florent Peterschmitt (flor...@peterschmitt.fr) wrote: > Each time i boot, this error happen: > # journalctl -xe > [...] > systemd[1]: dev-mapper-root.device: Job dev-mapper-root.device/start timed > out. > systemd[1]: Timed out waiting for device /dev/mapper/root. > [...]

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Jóhann B . Guðmundsson
On 06/09/2016 09:02 AM, Ross Lagerwall wrote: On Thu, Jun 9, 2016 at 9:55 AM, Bao Nguyen wrote: With a new enough systemd, you should be able to add a snippet to extend the initscript like this: $ cat /etc/systemd/system/my_lsb_service.service.d/local.conf [Unit] Requires=systemd_1.service Afte

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Andrei Borzenkov
On Thu, Jun 9, 2016 at 1:00 PM, Jóhann B. Guðmundsson wrote: > On 06/09/2016 09:02 AM, Ross Lagerwall wrote: > >> On Thu, Jun 9, 2016 at 9:55 AM, Bao Nguyen wrote: >> With a new enough systemd, you should be able to add a snippet to extend >> the initscript like this: >> $ cat /etc/systemd/system

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Reindl Harald
Am 09.06.2016 um 12:02 schrieb Andrei Borzenkov: On Thu, Jun 9, 2016 at 1:00 PM, Jóhann B. Guðmundsson wrote: On 06/09/2016 09:02 AM, Ross Lagerwall wrote: On Thu, Jun 9, 2016 at 9:55 AM, Bao Nguyen wrote: With a new enough systemd, you should be able to add a snippet to extend the initscr

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Jóhann B . Guðmundsson
On 06/09/2016 08:55 AM, Bao Nguyen wrote: Can it be declared like that? Can it work as expected if LSB depends on systemd service? Migrate that scripted mess to type units and be done with it. JBG ___ systemd-devel mailing list systemd-devel@lis

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Bao Nguyen
Hi Michael, Thanks, do you know any document or manual talks about that like removing the .service extension as you said? I mean any proof to show it can work. Thanks again, Brs On Thu, Jun 9, 2016 at 4:13 PM, Michael Biebl wrote: > 2016-06-09 10:55 GMT+02:00 Bao Nguyen : > > Hi everyone, > >

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Michael Biebl
2016-06-09 10:55 GMT+02:00 Bao Nguyen : > Hi everyone, > > I have a script written by SysVinit, can I declare ordering of this script > with a systemd unit in "X-Start-Before:" and "X-Start-After:", for ex > > X-Start-Before: systemd_1.service > X-Start-After: systemd_2.service > > Can it be declar

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Reindl Harald
Am 09.06.2016 um 10:55 schrieb Bao Nguyen: Hi everyone, I have a script written by SysVinit, can I declare ordering of this script with a systemd unit in "X-Start-Before:" and "X-Start-After:", for ex X-Start-Before: systemd_1.service X-Start-After: systemd_2.service Can it be declared like

Re: [systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Ross Lagerwall
On Thu, Jun 9, 2016 at 9:55 AM, Bao Nguyen wrote: > Hi everyone, > > I have a script written by SysVinit, can I declare ordering of this script > with a systemd unit in "X-Start-Before:" and "X-Start-After:", for ex > > X-Start-Before: systemd_1.service > X-Start-After: systemd_2.service > > Can i

[systemd-devel] Can LSBInitScipts specify an dependency on systemd unit?

2016-06-09 Thread Bao Nguyen
Hi everyone, I have a script written by SysVinit, can I declare ordering of this script with a systemd unit in "X-Start-Before:" and "X-Start-After:", for ex X-Start-Before: systemd_1.service X-Start-After: systemd_2.service Can it be declared like that? Can it work as expected if LSB depends on