[systemd-devel] Time for sprint on Tuesday?

2012-08-24 Thread David Strauss
Is there a specific time the sprint starts on Tuesday? -- David Strauss | [email protected] ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] journal: add HAVE_XZ check to avoid build failure

2012-08-24 Thread Zbigniew Jędrzejewski-Szmek
On 08/24/2012 10:13 PM, shawn wrote: > On Fri, 2012-08-24 at 22:06 +0200, Zbigniew Jędrzejewski-Szmek wrote: >> On 08/24/2012 06:27 PM, shawn wrote: >>> On Fri, 2012-08-24 at 16:52 +0800, Yin Kangkai wrote: Without this, build fail if we --disable-xz or does not have xz installed in >>

Re: [systemd-devel] [PATCH] journal: add HAVE_XZ check to avoid build failure

2012-08-24 Thread Zbigniew Jędrzejewski-Szmek
On 08/24/2012 10:52 AM, Yin Kangkai wrote: > Without this, build fail if we --disable-xz or does not have xz installed in > system. Applied. Zbyszek ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/l

Re: [systemd-devel] [PATCH] journal: add HAVE_XZ check to avoid build failure

2012-08-24 Thread shawn
On Fri, 2012-08-24 at 22:06 +0200, Zbigniew Jędrzejewski-Szmek wrote: > On 08/24/2012 06:27 PM, shawn wrote: > > On Fri, 2012-08-24 at 16:52 +0800, Yin Kangkai wrote: > >> Without this, build fail if we --disable-xz or does not have xz installed > >> in > >> system. > > > > we have the same thi

Re: [systemd-devel] [PATCH] journal: add HAVE_XZ check to avoid build failure

2012-08-24 Thread Zbigniew Jędrzejewski-Szmek
On 08/24/2012 06:27 PM, shawn wrote: > On Fri, 2012-08-24 at 16:52 +0800, Yin Kangkai wrote: >> Without this, build fail if we --disable-xz or does not have xz installed in >> system. > > we have the same thing with --disable-manpages and docbook-xslt What do you mean? I just tried building with

Re: [systemd-devel] systemd security issue

2012-08-24 Thread shawn
On Fri, 2012-08-24 at 17:42 +0100, Richard Hughes wrote: > > Sure, but what do I then do to assign the fb and usb devices the right > seat, and to start X with the right parameters? I assumed it would be > a bit more plug-and-play than that :) > Well systemd sees it and should start a gdb3 all au

Re: [systemd-devel] systemd security issue

2012-08-24 Thread Richard Hughes
On 24 August 2012 17:40, shawn wrote: > ...if you use udevadm you should be able to figure out > which /dev/fb[0-9]* it is. Sure, but what do I then do to assign the fb and usb devices the right seat, and to start X with the right parameters? I assumed it would be a bit more plug-and-play than th

Re: [systemd-devel] systemd security issue

2012-08-24 Thread shawn
On Fri, 2012-08-24 at 15:34 +0100, Richard Hughes wrote: > On 23 August 2012 17:25, Kay Sievers wrote: > > F17 should already have proper multi-seat support, if that's what you look > > for. > > I plugged in the pluggable-dock thing, and got this in dmesg: > > [259482.053980] udlfb: open /dev/

Re: [systemd-devel] [PATCH v9002 1/2] timedated: gather timezone from /etc/localtime sym target

2012-08-24 Thread shawn
On Thu, 2012-08-23 at 14:21 +0200, Frederic Crozat wrote: > Le mardi 21 août 2012 à 23:11 -0700, Shawn Landden a écrit : > > > @@ -218,19 +248,21 @@ static int write_data_timezone(void) { > > return r; > > } > > > > -p = strappend("/usr/share/zoneinfo/", tz.zon

Re: [systemd-devel] [PATCH] journal: add HAVE_XZ check to avoid build failure

2012-08-24 Thread shawn
On Fri, 2012-08-24 at 16:52 +0800, Yin Kangkai wrote: > Without this, build fail if we --disable-xz or does not have xz installed in > system. we have the same thing with --disable-manpages and docbook-xslt > > Signed-off-by: Yin Kangkai > --- > src/journal/journal-verify.c |4 > 1 f

Re: [systemd-devel] systemd security issue

2012-08-24 Thread Richard Hughes
On 23 August 2012 17:25, Kay Sievers wrote: > F17 should already have proper multi-seat support, if that's what you look > for. I plugged in the pluggable-dock thing, and got this in dmesg: [259482.053980] udlfb: open /dev/fb1 user=1 fb_info=88020535f800 count=1 [259482.054006] udlfb: relea

[systemd-devel] [PATCH] journal: add HAVE_XZ check to avoid build failure

2012-08-24 Thread Yin Kangkai
Without this, build fail if we --disable-xz or does not have xz installed in system. Signed-off-by: Yin Kangkai --- src/journal/journal-verify.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/journal/journal-verify.c b/src/journal/journal-verify.c index 2401293..