Re: [systemd-devel] pyload.service

2012-11-05 Thread Lucas De Marchi
On Mon, Nov 5, 2012 at 1:19 PM, Sw@g wrote: > Dear all, > > As a Archlinux user which adopted systemd for the best, I moved my system to > it. I follow the wiki to start pyLoad as a service creating the following > file: > /etc/systemd/system/pyload.service (sweetth being my user) > > [Unit] > Des

[systemd-devel] [PATCH] cgroup: look up user session units from cgroups as well.

2012-11-05 Thread Mirco Tischler
This allows the journal code to set the _SYSTEMD_UNIT tag for messages generated by systemd --user session units. --- src/shared/cgroup-util.c | 79 +++- 1 file changed, 51 insertions(+), 28 deletions(-) diff --git a/src/shared/cgroup-util.c b/src/share

Re: [systemd-devel] [PATCH] cgroup: look up user session units from cgroups as well.

2012-11-05 Thread Mirco Tischler
2012/11/6 Mirco Tischler : > This allows the journal code to set the _SYSTEMD_UNIT tag for messages > generated > by systemd --user session units. Sorry forgot to commit some changes. Updated version follows. ___ systemd-devel mailing list systemd-devel

[systemd-devel] [PATCH] cgroup: look up user session units from cgroups as well.

2012-11-05 Thread Mirco Tischler
This allows the journal code to set the _SYSTEMD_UNIT tag for messages generated by systemd --user session units. --- src/shared/cgroup-util.c | 76 +++- 1 file changed, 49 insertions(+), 27 deletions(-) diff --git a/src/shared/cgroup-util.c b/src/share

Re: [systemd-devel] no log for user sessions in systemctl?

2012-11-05 Thread Mirco Tischler
2012/11/5 Thomas Meyer : > Hi, > > why is no log shown for user session? > > like this: > > $ systemctl --user status smServer.service > smServer.service - ShortMessage Server > Loaded: loaded (/usr/lib/systemd/user/smServer.service; enabled) > Active: active (running) since Mon

[systemd-devel] no log for user sessions in systemctl?

2012-11-05 Thread Thomas Meyer
Hi, why is no log shown for user session? like this: $ systemctl --user status smServer.service smServer.service - ShortMessage Server Loaded: loaded (/usr/lib/systemd/user/smServer.service; enabled) Active: active (running) since Mon, 05 Nov 2012 23:12:18 +0100; 42min ago

Re: [systemd-devel] pyload.service

2012-11-05 Thread Sw@g
Dear David, Many thanks for your prompt reply, See below the systemctl status: [sweetth@linuxbox ~]$ sudo systemctl status pyload.service pyload.service - Downloadtool for One-Click-Hoster written in python. Loaded: loaded (/etc/systemd/system/pyload.service; enabled) Active: failed

Re: [systemd-devel] pyload.service

2012-11-05 Thread David Strauss
Getting the "systemctl status " output would be helpful. It likely shows what exit error code the application returned on exiting. On Mon, Nov 5, 2012 at 7:19 AM, Sw@g wrote: > Dear all, > > As a Archlinux user which adopted systemd for the best, I moved my system to > it. I follow the wiki to st

Re: [systemd-devel] [PATCH] systemd: mount the EFI variable filesystem

2012-11-05 Thread Josh Boyer
On Wed, Oct 31, 2012 at 9:13 AM, Kay Sievers wrote: > On Wed, Oct 31, 2012 at 2:04 PM, Colin Walters wrote: >> On Mon, 2012-10-29 at 10:21 +0800, joeyli wrote: >> >>> I tested this patch on my UEFI notebook with latest EFI kernel git tree, >>> the efivarfs mounted normally after system boot and I

Re: [systemd-devel] Significant speedup of systemd boot time with CONFIG_HZ=1000

2012-11-05 Thread Kok, Auke-jan H
On Mon, Nov 5, 2012 at 7:19 AM, Henrik Grindal Bakken wrote: > > Hi. I'm setting up a systemd system with a Linux-from-scratch-ish > distro on a multi-core platform. > > For a while, I was rather unhappy with the boot times I was seeing, > but after changing CONFIG_HZ from 100 to 1000, that chang

[systemd-devel] Significant speedup of systemd boot time with CONFIG_HZ=1000

2012-11-05 Thread Henrik Grindal Bakken
Hi. I'm setting up a systemd system with a Linux-from-scratch-ish distro on a multi-core platform. For a while, I was rather unhappy with the boot times I was seeing, but after changing CONFIG_HZ from 100 to 1000, that changed dramatically. My userspace components (i.e. systemd + my scripts and

[systemd-devel] pyload.service

2012-11-05 Thread Sw@g
Dear all, As a Archlinux user which adopted systemd for the best, I moved my system to it. I follow the wiki to start pyLoad as a service creating the following file: /etc/systemd/system/pyload.service (sweetth being my user) [Unit] Description=Downloadtool for One-Click-Hoster written in pyt