[systemd-devel] Howto run script at begin and end of session: sessionsupport?

2011-07-14 Thread Stef Bon
Hi, howdo I start scripts at the begin and end of a session?? I used ConsoleKit for that, which launched scripts it finds in /etc/ConsoleKit/run-session.d Stef ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop

Re: [systemd-devel] FYI: glibc getaddrinfo problem with boot

2011-07-14 Thread Nick Jones
On Thu, 2011-07-14 at 13:16 +0200, Michal Schmidt wrote: > On Thu, 14 Jul 2011 12:03:30 +0100 Barry Scott wrote: > > As systemd is helping get to a fully dynamic > > plug-n-play world this might interest you. > > > > I encounted a problem getting httpd to startup reliably on Fedora 15 > > because

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

2011-07-14 Thread Kay Sievers
On Fri, Jul 15, 2011 at 00:35, Chris Ferron wrote: > isn't it now a requirement for libudev >= 172 now and not 163? Fixed. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/syst

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

2011-07-14 Thread Chris Ferron
isn't it now a requirement for libudev >= 172 now and not 163? That is what I am seeing with v30 -Chris On 07/14/2011 02:54 PM, Lennart Poettering wrote: README |3 +++ 1 file changed, 3 insertions(+) New commits: commit 673eab9bf0d2d79a72f3d7c430807b8786de7ee3 Author: Lennart Poettering

Re: [systemd-devel] [PATCH] systemd-cgroup-limits.patch

2011-07-14 Thread Patrascu, Cristian
I've changed the options, it was indeed confusing, sorry for that. Very good observation, Thank you! From: Kok, Auke-jan H [auke-jan.h@intel.com] Sent: Thursday, July 14, 2011 12:41 AM To: Patrascu, Cristian Cc: lenn...@poettering.net; Zaharia, Adrian;

Re: [systemd-devel] FYI: glibc getaddrinfo problem with boot

2011-07-14 Thread Barry Scott
On Thursday 14 July 2011 12:16:58 Michal Schmidt wrote: > On Thu, 14 Jul 2011 12:03:30 +0100 Barry Scott wrote: > > As systemd is helping get to a fully dynamic > > plug-n-play world this might interest you. > > > > I encounted a problem getting httpd to startup reliably on Fedora 15 > > because o

Re: [systemd-devel] systemctl -H/-P does not work

2011-07-14 Thread Lennart Poettering
On Thu, 14.07.11 12:43, Mantas Mikulėnas (graw...@gmail.com) wrote: > Hello. > > I've been trying to use the -H (remote host) and -P (policykit) options in > both 'systemctl' and 'systemd-loginctl', but they always return the same DBus > error message: > > > $ systemctl -H localhost Failed to

Re: [systemd-devel] nspawn remounts /selinux readonly, thus breaking logins

2011-07-14 Thread Zbigniew Jędrzejewski-Szmek
On 07/08/2011 02:39 PM, Lennart Poettering wrote: What we currently do is mount a "fresh" selinuxfs into the container, and not just a bind mount. Apparently that instance isn't so fresh after all... So we probably should use explicit bind mounts after all, and then make them read-only. Most lik

Re: [systemd-devel] FYI: glibc getaddrinfo problem with boot

2011-07-14 Thread Michal Schmidt
On Thu, 14 Jul 2011 12:03:30 +0100 Barry Scott wrote: > As systemd is helping get to a fully dynamic > plug-n-play world this might interest you. > > I encounted a problem getting httpd to startup reliably on Fedora 15 > because of failures of the getaddrinfo function in glibc. > > I have raised

[systemd-devel] FYI: glibc getaddrinfo problem with boot

2011-07-14 Thread Barry Scott
As systemd is helping get to a fully dynamic plug-n-play world this might interest you. I encounted a problem getting httpd to startup reliably on Fedora 15 because of failures of the getaddrinfo function in glibc. I have raised this bug to track the issue. https://bugzilla.redhat.com/show_bug.c

[systemd-devel] systemctl -H/-P does not work

2011-07-14 Thread Mantas Mikulėnas
Hello. I've been trying to use the -H (remote host) and -P (policykit) options in both 'systemctl' and 'systemd-loginctl', but they always return the same DBus error message: > $ systemctl -H localhost > Failed to get D-Bus connection: Could not parse server address: Unknown > address type (ex

Re: [systemd-devel] [ANNOUNCE] systemd v30

2011-07-14 Thread Stef Bon
Hi, what I've read is great, about session support and multiseat. In my opinion the managment of seats and sessions always could be much better, and your work looks good. Futher it's smart to assign a usb hub to a certain seat and let all devices connected be part of the same seat. In practice th