Re: [systemd-devel] [Patch 0/2] logind: make sure that closed sessions will be cleaned

2014-01-11 Thread Djalal Harouni
On Sat, Jan 11, 2014 at 10:26:13PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Jan 03, 2014 at 02:19:19PM +0100, Djalal Harouni wrote: > > On logout pam_systemd should ensures the following: > > "If the last concurrent session of a user ends, the $XDG_RUNTIME_DIR > > directory and all its c

Re: [systemd-devel] libsystemd-bus and glib port - problem with GVariant Serialization

2014-01-11 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jan 02, 2014 at 10:52:44AM +0100, Lukasz Skalski wrote: > As you can see above, path name, interface name and others string > are in the same place. Problem is with signature positions. Any > ideas on what could be causing the problem? http://cgit.freedesktop.org/systemd/systemd/commit/?id

Re: [systemd-devel] systemd --user and kdbus

2014-01-11 Thread Tom Gundersen
On Sat, Jan 11, 2014 at 6:04 PM, Kay Sievers wrote: > We got systemd git working to be able to run a full GNOME (Fedora 20) > user session with kdbus now. Instead of dbus-daemon running and > activating applications, they are directly started by the systemd > --user instance now. > > Here is the o

Re: [systemd-devel] [PATCH] gpt-auto-generator: skip nonexistent devices

2014-01-11 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jan 07, 2014 at 03:00:22PM +0100, Łukasz Stelmach wrote: > Hi, > > The devices we work with have eMMC chips for storage. The chips > provide four "hardware" partitions. The first is /dev/mmcblk0, it > takes almost whole space and holds a GPT with several real partitions > (/dev/mmcblk0p?)

Re: [systemd-devel] systemd --user and kdbus

2014-01-11 Thread Holger Schurig
Waa, all of these "tenthousand" bus proxies ... ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [Patch 0/2] logind: make sure that closed sessions will be cleaned

2014-01-11 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 03, 2014 at 02:19:19PM +0100, Djalal Harouni wrote: > On logout pam_systemd should ensures the following: > "If the last concurrent session of a user ends, the $XDG_RUNTIME_DIR > directory and all its contents are removed, too." from manpage. > > Using git HEAD, and a simple systemd-ns

Re: [systemd-devel] [PATCH] keymap: Add Toshiba Satellite P75-A7200

2014-01-11 Thread Unai Uribarri
I didn't realize that the patch I upload to RedHat's bugzilla was already adapted and commited. My apologies. On Sat, Jan 11, 2014 at 8:53 PM, Unai Uribarri wrote: > --- > hwdb/60-keyboard.hwdb | 8 > 1 file changed, 8 insertions(+) > > diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-key

[systemd-devel] [PATCH] keymap: Add Toshiba Satellite P75-A7200

2014-01-11 Thread Unai Uribarri
--- hwdb/60-keyboard.hwdb | 8 1 file changed, 8 insertions(+) diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index 0119568..0907955 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -1015,6 +1015,14 @@ keyboard:name:Toshiba*input*device:dmi:bvn*:bvr*:bd*:svn

[systemd-devel] systemd --user and kdbus

2014-01-11 Thread Kay Sievers
We got systemd git working to be able to run a full GNOME (Fedora 20) user session with kdbus now. Instead of dbus-daemon running and activating applications, they are directly started by the systemd --user instance now. Here is the output of "ps": http://people.freedesktop.org/~kay/kdbus-user.t

Re: [systemd-devel] [BUG] 8b255ecd99dfee

2014-01-11 Thread Kay Sievers
On Sat, Jan 11, 2014 at 7:49 PM, Daniel Buch wrote: > bisect tells me this commit, 8b255ecd99dfee, causes gdm to crash when > --enable-kdbus is configured and the kdbus module isn't loaded. > > Gdm starts but crashes and restarts as you enter your (correct)password. > > Is this correct? Or am i mi

Re: [systemd-devel] [PATCH] make socket_instantiate_service use cleanup gcc attribute

2014-01-11 Thread Tom Gundersen
On Sat, Jan 11, 2014 at 4:20 PM, wrote: > From: Michael Scherer > > --- > src/core/socket.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/src/core/socket.c b/src/core/socket.c > index 88599ca..1f2a2c0 100644 > --- a/src/core/socket.c > +++ b/src/core/socket.c > @

[systemd-devel] [PATCH] make socket_instantiate_service use cleanup gcc attribute

2014-01-11 Thread misc
From: Michael Scherer --- src/core/socket.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/socket.c b/src/core/socket.c index 88599ca..1f2a2c0 100644 --- a/src/core/socket.c +++ b/src/core/socket.c @@ -179,7 +179,8 @@ static int socket_arm_timer(Socket *s) { }

Re: [systemd-devel] [PATCH] initial sd-dns commit

2014-01-11 Thread Tom Gundersen
Hi Daniel, On Mon, Jan 6, 2014 at 12:41 PM, Daniel Buch wrote: > Im hopeing we can continue in-tree since its easier from here, and im unable > to get the time i want at the moment. > But i will ofcourse continue to help where i can when time permits. > > I think the file nameing and locations a

Re: [systemd-devel] [PATCH] udev/net_id: Introduce predictable network names for Linux on System z

2014-01-11 Thread Tom Gundersen
Hi Hendrik, On Thu, Jan 9, 2014 at 4:20 PM, Hendrik Brueckner wrote: >> Looks good to me (assuming the names are truly stable between boots, >> as I have no idea about how the internals of this work in the kernel). > > The bus-IDs do not change across reboots. Great. I pushed the patch just now.

[systemd-devel] [BUG] 8b255ecd99dfee

2014-01-11 Thread Daniel Buch
Hi, bisect tells me this commit, 8b255ecd99dfee, causes gdm to crash when --enable-kdbus is configured and the kdbus module isn't loaded. Gdm starts but crashes and restarts as you enter your (correct)password. Is this correct? Or am i missing something? _