Re: [systemd-devel] [systemd-commits] 10 commits - Makefile.am man/systemd-activate.xml man/systemd.exec.xml man/systemd.service.xml src/activate src/core src/python-systemd src/shared src/test TODO u

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Mar 15, 2013 at 07:58:54PM -0700, Zbigniew Jędrzejewski-Szmek wrote: > commit b04c8c83e8d5670b0923c7cd7d6ea622b0187289 > Author: Zbigniew J??drzejewski-Szmek > Date: Fri Mar 15 19:01:10 2013 -0400 > > systemd-python: add systemd.daemon wrapping sd-daemon > > Please see the

Re: [systemd-devel] [PATCH] Don't pull in sysctl on shutdown

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 13, 2013 at 10:27:38AM +0100, Umut Tezduyar wrote: > No need to try to stop systemd-sysctl on shutdown as > this service doesn't have ExecStop= anyways. > --- > units/systemd-sysctl.service.in |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/units/systemd-

Re: [systemd-devel] [PATCH 1/2] core: keep mountinfo .mounts until late shutdown

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Mar 11, 2013 at 04:30:10PM +0100, Umut Tezduyar wrote: > > > > > > .mount units coming from /proc/self/mountinfo file are > > > > > > unmounted after local-fs.target is reached during shutdown. > > > > > > > > > > > > Problem: .mount units popping up in mountinfo file are > > > > > > added

Re: [systemd-devel] [PATCH] TODO: uses for SO_REUSEPORT

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Mar 15, 2013 at 08:50:12AM -0700, Josh Triplett wrote: > The new socket option SO_REUSEPORT would enable some new functionality; > add it to TODO. > --- > TODO |5 + > 1 file changed, 5 insertions(+) > > diff --git a/TODO b/TODO > index f1a0bcf..f469e96 100644 > --- a/TODO > +++ b

Re: [systemd-devel] [PATCH] core: reuse the same /tmp, /var/tmp and inaccessible dir

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 14, 2013 at 06:12:27PM +0100, Michal Sekletar wrote: > All Execs within the service, will get mounted the same > /tmp and /var/tmp directories, if service is configured with > PrivateTmp=yes. Temporary directories are cleaned up by service > itself in addition to systemd-tmpfiles. Direc

Re: [systemd-devel] [PATCH 1/2] smack-setup: extract rule writing into a separate function

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Mar 15, 2013 at 06:15:12PM +, Chen, Nathaniel wrote: > > -Original Message- > > From: Zbigniew Jędrzejewski-Szmek [mailto:zbys...@in.waw.pl] > > Sent: Wednesday, March 13, 2013 8:40 PM > > To: Chen, Nathaniel > > Cc: systemd-devel@lists.freedesktop.org; Zbigniew Jędrzejewski-Szm

Re: [systemd-devel] [PATCH 1/2] add initrd-fs.target and root-fs.target

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Mar 16, 2013 at 11:05:12AM +0900, Tom Gundersen wrote: > On Mar 16, 2013 10:57 AM, "Zbigniew Jędrzejewski-Szmek" > wrote: > > > > On Wed, Mar 13, 2013 at 05:06:01PM +0900, Tom Gundersen wrote: > > > On Wed, Mar 13, 2013 at 3:41 AM, wrote: > > > > From: Harald Hoyer > > > > > > > > Inste

Re: [systemd-devel] [PATCH 1/2] add initrd-fs.target and root-fs.target

2013-03-15 Thread Tom Gundersen
On Mar 16, 2013 10:57 AM, "Zbigniew Jędrzejewski-Szmek" wrote: > > On Wed, Mar 13, 2013 at 05:06:01PM +0900, Tom Gundersen wrote: > > On Wed, Mar 13, 2013 at 3:41 AM, wrote: > > > From: Harald Hoyer > > > > > > Instead of using local-fs*.target in the initrd, use root-fs.target for > > > sysroo

Re: [systemd-devel] [PATCH 1/2] add initrd-fs.target and root-fs.target

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 13, 2013 at 05:06:01PM +0900, Tom Gundersen wrote: > On Wed, Mar 13, 2013 at 3:41 AM, wrote: > > From: Harald Hoyer > > > > Instead of using local-fs*.target in the initrd, use root-fs.target for > > sysroot.mount and initrd-fs.target for /sysroot/usr and friends. > > > > Using local

Re: [systemd-devel] [PATCH 1/2] smack-setup: extract rule writing into a separate function

2013-03-15 Thread Chen, Nathaniel
> -Original Message- > From: Zbigniew Jędrzejewski-Szmek [mailto:zbys...@in.waw.pl] > Sent: Wednesday, March 13, 2013 8:40 PM > To: Chen, Nathaniel > Cc: systemd-devel@lists.freedesktop.org; Zbigniew Jędrzejewski-Szmek > Subject: [PATCH 1/2] smack-setup: extract rule writing into a separate

Re: [systemd-devel] [systemd-commits] Makefile.am man/bootup.xml man/systemd.special.xml src/core src/fstab-generator units/initrd-cleanup.service.in units/initrd-fs.target units/initrd-parse-etc.serv

2013-03-15 Thread Harald Hoyer
Am 15.03.2013 17:44, schrieb Zbigniew Jędrzejewski-Szmek: > On Fri, Mar 15, 2013 at 02:55:23PM +0100, Harald Hoyer wrote: >> Am 15.03.2013 14:45, schrieb Zbigniew Jędrzejewski-Szmek: >>> On Thu, Mar 14, 2013 at 11:01:58PM -0700, Harald Hoyer wrote: +++ b/units/initrd.target @@ -0,0 +1,17

Re: [systemd-devel] [systemd-commits] Makefile.am man/bootup.xml man/systemd.special.xml src/core src/fstab-generator units/initrd-cleanup.service.in units/initrd-fs.target units/initrd-parse-etc.serv

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Mar 15, 2013 at 02:55:23PM +0100, Harald Hoyer wrote: > Am 15.03.2013 14:45, schrieb Zbigniew Jędrzejewski-Szmek: > > On Thu, Mar 14, 2013 at 11:01:58PM -0700, Harald Hoyer wrote: > >> +++ b/units/initrd.target > >> @@ -0,0 +1,17 @@ > >> +# This file is part of systemd. > >> +# > >> +# sy

[systemd-devel] [PATCH] TODO: uses for SO_REUSEPORT

2013-03-15 Thread Josh Triplett
The new socket option SO_REUSEPORT would enable some new functionality; add it to TODO. --- TODO |5 + 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index f1a0bcf..f469e96 100644 --- a/TODO +++ b/TODO @@ -46,6 +46,11 @@ Fedora 19: Features: +* Support SO_REUSEPORT with soc

Re: [systemd-devel] [systemd-commits] Makefile.am man/bootup.xml man/systemd.special.xml src/core src/fstab-generator units/initrd-cleanup.service.in units/initrd-fs.target units/initrd-parse-etc.serv

2013-03-15 Thread Harald Hoyer
Am 15.03.2013 14:45, schrieb Zbigniew Jędrzejewski-Szmek: > On Thu, Mar 14, 2013 at 11:01:58PM -0700, Harald Hoyer wrote: >> +++ b/units/initrd.target >> @@ -0,0 +1,17 @@ >> +# This file is part of systemd. >> +# >> +# systemd is free software; you can redistribute it and/or modify it >> +# unde

Re: [systemd-devel] [systemd-commits] Makefile.am man/bootup.xml man/systemd.special.xml src/core src/fstab-generator units/initrd-cleanup.service.in units/initrd-fs.target units/initrd-parse-etc.serv

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 14, 2013 at 11:01:58PM -0700, Harald Hoyer wrote: > +++ b/units/initrd.target > @@ -0,0 +1,17 @@ > +# This file is part of systemd. > +# > +# systemd is free software; you can redistribute it and/or modify it > +# under the terms of the GNU Lesser General Public License as published

Re: [systemd-devel] systemctl link and systemctl enable/disable incompatibility

2013-03-15 Thread Frederic Crozat
Le vendredi 15 mars 2013 à 09:43 +0200, Oleksii Shevchuk a écrit : > Hi list. Currently we have next problem. systemctl have link option, and > manual says: > The effect of this command is that a unit file is available for > start and *other* commands although it isn't installed directly in the >

[systemd-devel] systemctl link and systemctl enable/disable incompatibility

2013-03-15 Thread Oleksii Shevchuk
Hi list. Currently we have next problem. systemctl have link option, and manual says: The effect of this command is that a unit file is available for start and *other* commands although it isn't installed directly in the unit search path. So, I assume at that point, that systemctl enable/disable