[systemd-devel] Manpage updates

2013-07-02 Thread Jan Engelhardt
The following changes since commit 5199cbe4a4cb0f3e4134e8577dda37c05abf7dc0: man: describe OBJECT_PID= (2013-07-02 23:35:38 -0400) are available in the git repository at: git://git.inai.de/systemd manpages for you to fetch changes up to 6ee704781d5ebf5e6ec6f1f96a0b129a04772c48: man: mor

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 d

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, [email protected] wrote: > From: Harald Hoyer > > $ systemctl status dracut-initqueue.service > dracut-initqueue.service - dracut initqueue hook >Loaded: loaded (/usr/lib/systemd/system/dracut-initqueue.service; > static) >Active: inactive (dead)

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 [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

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 > 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 -.slice. > >> aut

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

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 > 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 is a pr

[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 feedba

[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 r

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 s

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-sco

[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

[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 +++ b/src/cryptsetup/crypt

[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 --- a/src/cryptsetup/c

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_handl

[systemd-devel] Dynamic locale changes with localed

2013-07-02 Thread Tristan Van Berkom
Hello Mailing List. I have a quick question about the org.freedesktop.locale1 interface. I've been working on some locale bound addressbook features for Evolution Data Server, and we wanted a feature to handle locale changes dynamically. To handle this, we thought for starters it would be a good

[systemd-devel] FYI : [PATCH] insserv.conf[.d] support for systemd, as a generator

2013-07-02 Thread Frederic Crozat
Hi all, some time ago, I wrote support for insserv.conf inside systemd main daemon and we have been using this code in openSUSE for several releases. The main goal was to move this patch (which was adding parsing insserv.conf to systemd core) to a separate generator. This work is now complete and

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

2013-07-02 Thread Jason St. John
From: "Jason St. John" The affected files in this patch had inconsistent use of tabs vs. spaces for indentation, and this patch eliminates the stray tabs. Also, the opening brace of sigchld_hdl() in activate.c was moved so the opening braces are consistent throughout the file. --- NEWS

[systemd-devel] Latest systemd-logind reorganization and user session

2013-07-02 Thread Oleksii Shevchuk
Just for info Latest commits (01.07) broke systemd user session. Looks like user slices doesn't chowned, so 'systemd --user' exits with permission denied. ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mai