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
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-
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
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
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
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
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
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
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
> -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
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
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
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
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
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
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
>
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
17 matches
Mail list logo