Re: [systemd-devel] Socket is dying, how to automatically restart it?

2013-05-09 Thread Koen Kooi
Op 23 apr. 2013, om 23:03 heeft George McCollister george.mccollis...@gmail.com het volgende geschreven: On 04/20/2013 08:04 AM, Koen Kooi wrote: Op 18 apr. 2013, om 19:18 heeft George McCollistergeorge.mccollis...@gmail.com het volgende geschreven: On 04/10/2013 12:03 PM, Koen Kooi

[systemd-devel] systemd-nspawn/LXC containers pam login failure

2013-05-09 Thread Daniel P. Berrange
Following the suggestion in the systemd-nspawn manpage I populated a mini Fedora 19 chroot, on a Fedora 19 host # yum -y --releasever=19 --nogpg --installroot=/srv/mycontainer \ --disablerepo='*' --enablerepo=fedora \ install systemd passwd yum fedora-release vim-minimal #

Re: [systemd-devel] systemd-nspawn/LXC containers pam login failure

2013-05-09 Thread Lennart Poettering
On Thu, 09.05.13 11:38, Daniel P. Berrange (berra...@redhat.com) wrote: Following the suggestion in the systemd-nspawn manpage I populated a mini Fedora 19 chroot, on a Fedora 19 host # yum -y --releasever=19 --nogpg --installroot=/srv/mycontainer \ --disablerepo='*'

Re: [systemd-devel] systemd-nspawn/LXC containers pam login failure

2013-05-09 Thread Daniel P. Berrange
On Thu, May 09, 2013 at 03:32:09PM +0200, Lennart Poettering wrote: On Thu, 09.05.13 11:38, Daniel P. Berrange (berra...@redhat.com) wrote: Following the suggestion in the systemd-nspawn manpage I populated a mini Fedora 19 chroot, on a Fedora 19 host # yum -y --releasever=19 --nogpg

Re: [systemd-devel] systemd-nspawn/LXC containers pam login failure

2013-05-09 Thread Lennart Poettering
On Thu, 09.05.13 14:38, Daniel P. Berrange (berra...@redhat.com) wrote: On Thu, May 09, 2013 at 03:32:09PM +0200, Lennart Poettering wrote: On Thu, 09.05.13 11:38, Daniel P. Berrange (berra...@redhat.com) wrote: Following the suggestion in the systemd-nspawn manpage I populated a

Re: [systemd-devel] [PATCH] [RFCv6] Optionally save core dumps as plain files

2013-05-09 Thread Colin Walters
On Tue, 2013-04-30 at 22:32 +0300, Oleksii Shevchuk wrote: +termvarnameUser=/varname/term +termvarnameGroup=/varname/term + +listitemparaEnforce UID/GID of +

Re: [systemd-devel] systemd-nspawn/LXC containers pam login failure

2013-05-09 Thread Daniel P. Berrange
On Thu, May 09, 2013 at 03:32:09PM +0200, Lennart Poettering wrote: On Thu, 09.05.13 11:38, Daniel P. Berrange (berra...@redhat.com) wrote: Following the suggestion in the systemd-nspawn manpage I populated a mini Fedora 19 chroot, on a Fedora 19 host # yum -y --releasever=19 --nogpg

[systemd-devel] [ANNOUNCE] systemd 204

2013-05-09 Thread Lennart Poettering
Heya, this is pretty much only a bugfix release, but there are two smaller feature additions too. http://www.freedesktop.org/software/systemd/systemd-204.tar.xz CHANGES WITH 204: * The Python bindings gained some minimal support for the APIs exposed by libsystemd-logind.

[systemd-devel] Service is ignoring dependencies

2013-05-09 Thread Chad Anonymous
I have an issue where the postgresql.service is being started and does not appear to be obeying the dependency ordering that is specified using a Before= entry that is in another oneshot service file. After turning on systemd debug it appears that the postgresql.service is being enqueud with the

Re: [systemd-devel] [RFC][PATCH] Escape unit name from udev

2013-05-09 Thread MUNEDA Takahiro
On Mon, 6 May 2013 23:18:33 +0200, Kay Sievers k...@vrfy.org wrote: On Mon, May 6, 2013 at 11:12 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 23.04.13 13:34, MUNEDA Takahiro (muneda.takah...@jp.fujitsu.com) wrote: This patch escapes a unit name which was derived from udev.

Re: [systemd-devel] Service is ignoring dependencies (suse)

2013-05-09 Thread Colin Guthrie
'Twas brillig, and Chad Anonymous at 09/05/13 20:13 did gyre and gimble: I have an issue where the postgresql.service is being started and does not appear to be obeying the dependency ordering that is specified using a Before= entry that is in another oneshot service file. After turning on

Re: [systemd-devel] [PATCH] Start ctrl-alt-del.target irreversibly

2013-05-09 Thread Zbigniew Jędrzejewski-Szmek
On Tue, May 07, 2013 at 02:16:53PM +0200, Eelco Dolstra wrote: This makes ctrl-alt-del reboots more robust, just like systemctl reboot. Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] Service is ignoring dependencies (suse)

2013-05-09 Thread Chad Anonymous
Thanks, that looks to be it. /usr/sbin/rcpostgresql has an explicit --ignore-dependencies in there that I somehow missed. It would be good to know why exactly that was done but that is another search... Thanks for the pointer. Chad On Thu, May 9, 2013 at 5:26 PM, Colin Guthrie