Re: [systemd-devel] Dynamic locale changes with localed

2013-07-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jul 02, 2013 at 09:42:46PM +0900, Tristan Van Berkom wrote: Hello Mailing List. I have a quick question about the org.freedesktop.locale1 interface. I'm not aware of anyone working on something like that. I think you'd be best off simply reading the sources, esp. locale_message_handler

[systemd-devel] [PATCH 1/3] cryptsetup: Move password query out of main

2013-07-02 Thread Jan Janssen
Also use _cleanup_free_ where possible. --- src/cryptsetup/cryptsetup.c | 153 +--- 1 file changed, 72 insertions(+), 81 deletions(-) diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index 347394d..994a0e0 100644 ---

[systemd-devel] [PATCH 2/3] cryptsetup: Move attaching of the device out of main

2013-07-02 Thread Jan Janssen
--- src/cryptsetup/cryptsetup.c | 229 +++- 1 file changed, 121 insertions(+), 108 deletions(-) diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index 994a0e0..cb48009 100644 --- a/src/cryptsetup/cryptsetup.c +++

[systemd-devel] [PATCH 3/3] cryptsetup: Add tcrypt support

2013-07-02 Thread Jan Janssen
Tcrypt uses a different approach to passphrases/key files. The passphrase and all key files are incorpaorated into the password to open the volume. So, the idea of slots that provide a way to open the volume with different passphrases/key files that are independent from each other like with LUKS

Re: [systemd-devel] [PATCH] scope: Silence compiler warning

2013-07-02 Thread Dave Reisner
On Mon, Jul 01, 2013 at 05:16:02PM +0200, Jan Janssen wrote: --- src/core/dbus-scope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dbus-scope.c b/src/core/dbus-scope.c index bddf8f4..f6cfe38 100644 --- a/src/core/dbus-scope.c +++ b/src/core/dbus-scope.c

Re: [systemd-devel] No such file or directory when enabling a service

2013-07-02 Thread Dave Reisner
On Thu, Jun 27, 2013 at 08:14:03PM +, Lars Kellogg-Stedman wrote: I'm running systemd 204 under Fedora 19 (beta). I have /etc/systemd/system/postfix-update-hook.service installed as a symlink to /etc/postfix/support/postfix-update-hook.service. I can start it: # systemctl start

[systemd-devel] systemd config recipes for namespace-isolated webapps

2013-07-02 Thread Martin Langhoff
Hi folks! At OLPC, I got an early chance to use and abuse systemd, and I like it quite a bit. We currently have ~500 identical VMs (created from kickstarts, kept almost in sync via satellite), each hosts apache/mysql daemons, and 2 installs of the same PHP webapp (production, test). Goal is to

[systemd-devel] systemd and criu (checkpoint / restart)

2013-07-02 Thread Alex Polvi
Hello, TL;DR criu works if you disable the journal and stop the .socket before restore, criu appears to be incompatible with systemd-nspawn. I've been having fun with systemd, -nspawn, and the latest criu tools. These are just my research notes. I wanted to share progress, would love any

Re: [systemd-devel] [PATCH] man: improve grammar and word formatting in numerous man pages

2013-07-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jul 02, 2013 at 12:16:09PM +0200, Jason St. John wrote: On Sat, Jun 29, 2013 at 5:38 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Thu, Jun 27, 2013 at 09:51:44PM +0200, Jason St. John wrote: Hi David, you changed the spellings of 'file system' and 'namespace'. Here

Re: [systemd-devel] Broken build and CI strategy

2013-07-02 Thread William Giokas
On Fri, Jun 28, 2013 at 09:18:24AM +0200, Holger Hans Peter Freyther wrote: On Fri, Jun 28, 2013 at 09:05:40AM +0200, Peter Sztanojev wrote: there already is a jenkins ci for systemd kindly provided by Pantheon: http://systemd.getpantheon.com:8080/jenkins/ The jenkins script is still using

Re: [systemd-devel] [systemd-commits] 2 commits - Makefile.am TODO src/core src/login src/shared src/systemctl src/test units/-.slice units/slices.target units/system.slice

2013-07-02 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jun 27, 2013 at 09:34:24PM +0200, Kay Sievers wrote: On Thu, Jun 27, 2013 at 7:12 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Thu, Jun 27, 2013 at 06:40:37AM +0200, Zbigniew Jędrzejewski-Szmek wrote: make distcheck fails for me, because make uninstall chokes on

Re: [systemd-devel] [PATCH] replace tabs with spaces in various files

2013-07-02 Thread Zbigniew Jędrzejewski-Szmek
Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] Log failing start conditions

2013-07-02 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jun 26, 2013 at 03:06:38PM +0200, har...@redhat.com wrote: From: Harald Hoyer har...@redhat.com $ systemctl status dracut-initqueue.service dracut-initqueue.service - dracut initqueue hook Loaded: loaded (/usr/lib/systemd/system/dracut-initqueue.service; static) Active:

Re: [systemd-devel] systemd config recipes for namespace-isolated webapps

2013-07-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jul 02, 2013 at 05:18:57PM -0400, Martin Langhoff wrote: Hi folks! At OLPC, I got an early chance to use and abuse systemd, and I like it quite a bit. We currently have ~500 identical VMs (created from kickstarts, kept almost in sync via satellite), each hosts apache/mysql