Re: [systemd-devel] setting up to allow separate udev and systemd builds

2012-06-15 Thread Bryan Kadzban
microcai wrote: > 2012/6/15 William Hubbs > >> On Fri, Jun 15, 2012 at 07:27:26PM +0800, microcai wrote: >>> 2012/6/15 William Hubbs systemd has several more dependencies than udev. Because of that and because of the way the build system is setup to only do a full systemd build, I

Re: [systemd-devel] setting up to allow separate udev and systemd builds

2012-06-15 Thread microcai
2012/6/15 William Hubbs > On Fri, Jun 15, 2012 at 07:27:26PM +0800, microcai wrote: > > 2012/6/15 William Hubbs > > > systemd has several more dependencies than udev. Because of that and > > > because of the way the build system is setup to only do a full systemd > > > build, I have to install a

[systemd-devel] "systemctl --all" does not really list all units

2012-06-15 Thread Foudil BRETEL
Hi all, I know this is the devel list, and that there are maybe more important things, but from my user perspective, this is really annoying: https://bugzilla.redhat.com/show_bug.cgi?id=748512 Are we only handful to find that 'systemctl list-unit-files' is just misleading, since users are dea

[systemd-devel] login/logout hooks in fedora 17?

2012-06-15 Thread Fernando Lopez-Lezcano
Hi all, Any suggestions on how I may run a script when a user logins or logouts of the graphical console? I used to do this with gdm by customizing the Post* and Pre* scripts in /etc/gdm. I see that the login/logout process is (appears to be) controlled by systemd. What would be a good approach t

Re: [systemd-devel] setting up to allow separate udev and systemd builds

2012-06-15 Thread William Hubbs
On Tue, Jun 12, 2012 at 12:52:37PM -0500, William Hubbs wrote: > All, > > on source-based distros like gentoo or lfs, and on distros that do not > use systemd as their init system, we need a way to build systemd and > udev separately from each other so that udev can be built without all of > syste

Re: [systemd-devel] setting up to allow separate udev and systemd builds

2012-06-15 Thread William Hubbs
On Fri, Jun 15, 2012 at 07:27:26PM +0800, microcai wrote: > 2012/6/15 William Hubbs > > systemd has several more dependencies than udev. Because of that and > > because of the way the build system is setup to only do a full systemd > > build, I have to install all of systemd's dependencies on ever

Re: [systemd-devel] setting up to allow separate udev and systemd builds

2012-06-15 Thread microcai
2012/6/15 William Hubbs > Hello Auke, > > On Fri, Jun 15, 2012 at 04:26:36AM +, Kok, Auke-jan H wrote: > > On Fri, Jun 15, 2012 at 2:32 AM, William Hubbs > wrote: > > > Hello Auke, > > > > > > I will answer your concerns as best as I can below. > > > > > > On Thu, Jun 14, 2012 at 03:35:09PM

Re: [systemd-devel] [PATCH] analyze: Python 3 compatibility

2012-06-15 Thread Zbigniew Jędrzejewski-Szmek
On 06/15/2012 12:08 AM, Shawn Landden wrote: > Plot verb doesn't currently work b/c Cairo bug sending to stdout in python 3. Hi, since you're using 'except ... as', this is compatible with python 2.6 or higher. Makes sense. This also means, that print function can be used instead os sys.stdout.wri