Re: [systemd-devel] Does systemd have points to spend many times to complete its process?

2013-07-26 Thread Kok, Auke-jan H
On Thu, Jul 25, 2013 at 4:58 AM, Tony Seo wrote: > Hello > > I'm Tony Seo. > > I've analyzed a plot resulted in systemd-analyze plot. > > As you can see an attached image file, I got this image from my systemd. > > While I have analyzed it, I have several questions. > > > 1. what is "-.mount" ? >

Re: [systemd-devel] Does systemd have points to spend many times to complete its process?

2013-07-26 Thread David Strauss
Oh, just noticed your attached boot chart. That definitely doesn't look right, but I'm not really sure what the problem is. It looks like no single service is blocking the other services, just that a ton of things already running in parallel are taking excessive time. __

Re: [systemd-devel] Does systemd have points to spend many times to complete its process?

2013-07-26 Thread David Strauss
Please don't send HTML mail to this list. On Thu, Jul 25, 2013 at 4:58 AM, Tony Seo wrote: > 1. what is "-.mount" ? > when I first saw "-.mout", I was confused how to configure it. You configure it from the /etc/fstab entry for the root file system, which then generates that unit during boot-up.

Re: [systemd-devel] [PATCH] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Lennart Poettering
On Fri, 26.07.13 19:00, Kay Sievers ([email protected]) wrote: > > On Fri, Jul 26, 2013 at 12:42 PM, Kay Sievers wrote: > > >> cat /proc/$(pidof systemd-logind)/environ > >> SYSFONT=latarcyrheb-sun16PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/binbiosdevname=0LANG=de_DE.UTF-8divider=20KEYTABL

Re: [systemd-devel] [PATCH] unit: fix unit_stop

2013-07-26 Thread Lennart Poettering
On Fri, 26.07.13 16:28, Ronny Chevalier ([email protected]) wrote: > If we don't add the unit to the cleanup queue after it has been > stopped, no UnitRemoved will be sent. Since this signal is only sent > when we free a unit. So we need to add it to the cleanup queue if we > mana

Re: [systemd-devel] [PATCH] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Kay Sievers
On Fri, Jul 26, 2013 at 12:42 PM, Kay Sievers wrote: >> cat /proc/$(pidof systemd-logind)/environ >> SYSFONT=latarcyrheb-sun16PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/binbiosdevname=0LANG=de_DE.UTF-8divider=20KEYTABLE=de-latin1-nodeadkeysBOOT_IMAGE=/vmlinuz-3.9.10-100.fc17.x86_64 > > Wh

Re: [systemd-devel] udev within a container

2013-07-26 Thread Daniel P. Berrange
On Fri, Jul 26, 2013 at 05:16:16PM +0200, Kay Sievers wrote: > On Fri, Jul 26, 2013 at 5:09 PM, Rob Spanton wrote: > > I would like to run some processes inside a container that interact with > > udev. Ideally udev would be within the same container as those > > processes, as then I could also ha

Re: [systemd-devel] udev within a container

2013-07-26 Thread Kay Sievers
On Fri, Jul 26, 2013 at 5:09 PM, Rob Spanton wrote: > I would like to run some processes inside a container that interact with > udev. Ideally udev would be within the same container as those > processes, as then I could also have udev rules that started other > things within that container too..

[systemd-devel] udev within a container

2013-07-26 Thread Rob Spanton
Hi, I would like to run some processes inside a container that interact with udev. Ideally udev would be within the same container as those processes, as then I could also have udev rules that started other things within that container too... However, as far as I can tell, it's not possible to r

[systemd-devel] [PATCH] unit: fix unit_stop

2013-07-26 Thread Ronny Chevalier
If we don't add the unit to the cleanup queue after it has been stopped, no UnitRemoved will be sent. Since this signal is only sent when we free a unit. So we need to add it to the cleanup queue if we manage to stop it. --- src/core/unit.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(

[systemd-devel] Is ExecStop executed when service terminates by itself?

2013-07-26 Thread Andrey Borzenkov
The https://bugzilla.novell.com/show_bug.cgi?id=830675 describes a problem where vbox initscript apparently stopped working under systemd. Script is supposed to start VMs on system boot. As long as I can tell, script actually does work - but when it finishes, systemd interprets it as service has fi

Re: [systemd-devel] [PATCH] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Kay Sievers
On Fri, Jul 26, 2013 at 12:38 PM, Reindl Harald wrote: > > > Am 26.07.2013 12:03, schrieb Kay Sievers: man/systemd.exec.xml | 7 +++ 1 file changed, 7 insertions(+) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index c0e1d86..b78f255 100644 --- a/man/s

Re: [systemd-devel] [PATCH] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Reindl Harald
Am 26.07.2013 12:03, schrieb Kay Sievers: >>> man/systemd.exec.xml | 7 +++ >>> 1 file changed, 7 insertions(+) >>> >>> diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml >>> index c0e1d86..b78f255 100644 >>> --- a/man/systemd.exec.xml >>> +++ b/man/systemd.exec.xml >>> @@ -77,6 +77,13

Re: [systemd-devel] [PATCH] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Colin Guthrie
'Twas brillig, and Kay Sievers at 26/07/13 11:03 did gyre and gimble: > On Fri, Jul 26, 2013 at 11:57 AM, Kay Sievers wrote: >> On Fri, Jul 26, 2013 at 11:21 AM, Colin Guthrie wrote: >>> This question was asked by a user trying to debug a problem with Java >>> services >>> which required JAVA_HO

[systemd-devel] [PATCHv2] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Colin Guthrie
This question was asked by a user trying to debug a problem with Java services which required JAVA_HOME to be set. --- v2 Change the word "set" to "inherited (from PID1)" for clarity as to their default values. man/systemd.exec.xml | 8 1 file changed, 8 insertions(+) diff --git a/man/

Re: [systemd-devel] [PATCH] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Kay Sievers
On Fri, Jul 26, 2013 at 11:57 AM, Kay Sievers wrote: > On Fri, Jul 26, 2013 at 11:21 AM, Colin Guthrie wrote: >> This question was asked by a user trying to debug a problem with Java >> services >> which required JAVA_HOME to be set. >> --- >> man/systemd.exec.xml | 7 +++ >> 1 file changed

Re: [systemd-devel] [PATCH] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Kay Sievers
On Fri, Jul 26, 2013 at 11:21 AM, Colin Guthrie wrote: > This question was asked by a user trying to debug a problem with Java services > which required JAVA_HOME to be set. > --- > man/systemd.exec.xml | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/man/systemd.exec.xml b/man/sys

[systemd-devel] [PATCH] man: Add a note about what environment variables are available by default.

2013-07-26 Thread Colin Guthrie
This question was asked by a user trying to debug a problem with Java services which required JAVA_HOME to be set. --- man/systemd.exec.xml | 7 +++ 1 file changed, 7 insertions(+) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index c0e1d86..b78f255 100644 --- a/man/systemd.exec.xm

Re: [systemd-devel] [PATCH v2] shell-completion: fix zsh completion installation

2013-07-26 Thread Tollef Fog Heen
]] William Giokas > On Thu, Jul 25, 2013 at 07:02:14PM -0500, William Giokas wrote: > > On Fri, Jul 26, 2013 at 12:41:11AM +0200, Michael Biebl wrote: > > > I was told [1], the directory for 3rd party packages would be > > > /usr/share/zsh/vendor-completions. But I'm not a zsh user, so I'm just >