Re: [systemd-devel] [PATCH] [RFC]logind: set locale in user sessions

2013-01-11 Thread Bastien Nocera
On Sun, 2013-01-06 at 00:08 +0100, Tom Gundersen wrote: > Hi Bastien, > > On Fri, Jan 4, 2013 at 5:36 PM, Bastien Nocera wrote: > > On Fri, 2013-01-04 at 11:23 -0500, Bill Nottingham wrote: > >> Lennart Poettering (lenn...@poettering.net) said: > >> > Bill Nottingham (nott...@redhat.com) said: >

Re: [systemd-devel] [systemd-commits] TODO

2013-01-11 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 10/01/13 19:29 did gyre and gimble: > On Thu, 10.01.13 21:06, Andrey Borzenkov (arvidj...@gmail.com) wrote: > >> В Thu, 10 Jan 2013 03:30:53 +0100 >> Zbigniew Jędrzejewski-Szmek пишет: >> >>> On Wed, Jan 09, 2013 at 06:10:58PM -0800, Lennart Poettering wro

[systemd-devel] [PATCH] continuation support in envinronment files

2013-01-11 Thread Michal Vyskocil
support for a continuations lines escaped by backslash (\). All lines ends on \ will be appended with a next one(s). fixes https://bugs.freedesktop.org/show_bug.cgi?id=58083 --- src/shared/util.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/src/shared/

Re: [systemd-devel] multiseat apart from Fedora

2013-01-11 Thread Olav Vitters
On Tue, Jan 08, 2013 at 06:48:18PM +0200, Damian Ivanov wrote: > Requirements for multiseat to work with the plugable devices is AFAIK > only running recent versions of systemd, gdm and have ConsoleKit > removed. I am trying to get the plugable automatic multiseat to work > on openSUSE but unfortun

Re: [systemd-devel] [PATCH] continuation support in envinronment files

2013-01-11 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 11, 2013 at 03:03:36PM +0100, Michal Vyskocil wrote: > support for a continuations lines escaped by backslash (\). All lines > ends on \ will be appended with a next one(s). Looks very useful. > fixes https://bugs.freedesktop.org/show_bug.cgi?id=58083 > --- > src/shared/util.c | 34

Re: [systemd-devel] multiseat apart from Fedora

2013-01-11 Thread Colin Guthrie
'Twas brillig, and Olav Vitters at 11/01/13 13:46 did gyre and gimble: > On Tue, Jan 08, 2013 at 06:48:18PM +0200, Damian Ivanov wrote: >> Requirements for multiseat to work with the plugable devices is AFAIK >> only running recent versions of systemd, gdm and have ConsoleKit >> removed. I am tryin

Re: [systemd-devel] [systemd-commits] TODO

2013-01-11 Thread Andrey Borzenkov
В Fri, 11 Jan 2013 11:23:41 + Colin Guthrie пишет: > 'Twas brillig, and Lennart Poettering at 10/01/13 19:29 did gyre and gimble: > > On Thu, 10.01.13 21:06, Andrey Borzenkov (arvidj...@gmail.com) wrote: > > > >> В Thu, 10 Jan 2013 03:30:53 +0100 > >> Zbigniew Jędrzejewski-Szmek пишет: > >>

Re: [systemd-devel] [PATCH] continuation support in envinronment files

2013-01-11 Thread Michal Vyskocil
On Fri, Jan 11, 2013 at 04:25:16PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Jan 11, 2013 at 03:03:36PM +0100, Michal Vyskocil wrote: > > support for a continuations lines escaped by backslash (\). All lines > > ends on \ will be appended with a next one(s). > Looks very useful. > > > fi

[systemd-devel] [PATCH 1/2] core: use correct argument of type JobResult

2013-01-11 Thread Michal Sekletar
--- src/core/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/job.c b/src/core/job.c index 5ff95f5..31ab118 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -821,7 +821,7 @@ int job_finish_and_invalidate(Job *j, JobResult result, bool recursive) {

[systemd-devel] [PATCH 2/2] logind: remove unused variable

2013-01-11 Thread Michal Sekletar
--- src/login/logind-session.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/login/logind-session.c b/src/login/logind-session.c index b64a5d3..b981e14 100644 --- a/src/login/logind-session.c +++ b/src/login/logind-session.c @@ -772,7 +772,6 @@ static int get_process_ct

[systemd-devel] failure to disable a servie from restarting

2013-01-11 Thread Paul Wouters
I am using fedora 18 beta for some automated tests. Sometimes it is unclear when the daemon has been restarted by systemd. In the old sysv world, we had a restart wrapper that took an option in the config file to say restart=no. Obviously, I can just set Restart=no in the service file, but we e

Re: [systemd-devel] failure to disable a servie from restarting

2013-01-11 Thread Reindl Harald
Am 11.01.2013 19:47, schrieb Paul Wouters: > So the daemon restarts all the time. So let's tell systemd to disable > it, while leaving the service running: > > [root@west ~]# systemctl disable ipsec.service > [root@west ~]# pidof pluto > 1992 > [root@west ~]# killall -9 pluto > [root@west ~]# pi

Re: [systemd-devel] [systemd-commits] TODO

2013-01-11 Thread Lennart Poettering
On Thu, 10.01.13 21:17, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > On Thu, Jan 10, 2013 at 08:30:53PM +0100, Lennart Poettering wrote: > > On Thu, 10.01.13 03:30, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) > > wrote: > > > > > > > > On Wed, Jan 09, 2013 at 06:10:58PM -0800, L

Re: [systemd-devel] [systemd-commits] TODO

2013-01-11 Thread Lennart Poettering
On Fri, 11.01.13 11:23, Colin Guthrie (gm...@colin.guthr.ie) wrote: > >> List of all zsh's man pages appears on top of zshall(1) simply because > >> it includes zsh(1) as well :) > > > > Uh, ah. I prefer having systemdall however as an index only. Not really > > convinced such a merged page makes

Re: [systemd-devel] setroubleshoot integration.

2013-01-11 Thread Lennart Poettering
On Wed, 09.01.13 22:52, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > > > We'd define a new special field OBJECT_PID. If this is included in a > > > message, and that message comes from a privileged service, then journald > > > will automatically add in OBJECT_EXE, OBJECT_UID, OBJECT_

Re: [systemd-devel] [systemd-commits] TODO

2013-01-11 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 11, 2013 at 09:00:44PM +0100, Lennart Poettering wrote: > On Fri, 11.01.13 11:23, Colin Guthrie (gm...@colin.guthr.ie) wrote: > > > >> List of all zsh's man pages appears on top of zshall(1) simply because > > >> it includes zsh(1) as well :) > > > > > > Uh, ah. I prefer having system

Re: [systemd-devel] setroubleshoot integration.

2013-01-11 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 11, 2013 at 09:03:52PM +0100, Lennart Poettering wrote: > On Wed, 09.01.13 22:52, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > > > > > We'd define a new special field OBJECT_PID. If this is included in a > > > > message, and that message comes from a privileged service, th

[systemd-devel] [PATCH] udev: link accelerometor and cdrom_id to the internal library

2013-01-11 Thread William Hubbs
These helpers were originally linking to libudev; this changes them to link to libudev-private. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3318829..df2022e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2053,7 +2053,7 @@

Re: [systemd-devel] setroubleshoot integration.

2013-01-11 Thread David Strauss
On Sat, Jan 12, 2013 at 6:23 AM, Zbigniew Jędrzejewski-Szmek wrote: > I don't think that this is safe. We want to prevent spoofing of > messages by unpriviledged processes. Agreed. User sessions are the uncommon case in server environments. -- David Strauss | da...@davidstrauss.net | +1 51

Re: [systemd-devel] [PATCH] udev: link accelerometor and cdrom_id to the internal library

2013-01-11 Thread William Hubbs
Thanks to Dave Reisner, I withdraw my request. I found another way to take care of this that doesn't require a patch. :-) William On Fri, Jan 11, 2013 at 04:11:49PM -0600, William Hubbs wrote: > These helpers were originally linking to libudev; this changes them to > link to libudev-private. > --