Re: [systemd-devel] [PATCH] delta: fix output alignment of [REDIRECTED] entries

2014-12-14 Thread Zbigniew Jędrzejewski-Szmek
[resent with cc:systemd-devel] On Sun, Dec 14, 2014 at 04:04:01PM +0300, Ivan Shapovalov wrote: > --- > src/delta/delta.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/delta/delta.c b/src/delta/delta.c > index a3a121f..de963f7 100644 > --- a/src/delta/delta.c > +++

Re: [systemd-devel] [PATCH v2] blkid: Warn when rejecting a superblock with a bad csum

2014-12-14 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Dec 13, 2014 at 01:56:56AM +0100, Gabriel de Perthuis wrote: > Bump libblkid requirement from 2.20 to 2.24. > util-linux 2.25 is actually required since > fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5 > --- > README| 2 +- > configure.ac | 2 +- > src

Re: [systemd-devel] [PATCH] build-sys: remove commented-out m4 from user@.service

2014-12-14 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Dec 14, 2014 at 07:12:34PM +0200, Mantas Mikulėnas wrote: > Otherwise this actually remains in the generated unit in /usr/lib. > > If you want to keep it commented out, a m4-compatible way would be: > > m4_ifdef(`HAVE_SMACK', > dnl Capabilities=cap_mac_admin=i > dnl SecureBits

[systemd-devel] [PATCH] build-sys: remove commented-out m4 from user@.service

2014-12-14 Thread Mantas Mikulėnas
Otherwise this actually remains in the generated unit in /usr/lib. If you want to keep it commented out, a m4-compatible way would be: m4_ifdef(`HAVE_SMACK', dnl Capabilities=cap_mac_admin=i dnl SecureBits=keep-caps ) --- units/u...@.service.m4.in | 4 1 file changed, 4 dele

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

2014-12-14 Thread Dave Reisner
On Sun, Dec 14, 2014 at 10:32:42AM -0500, Mike Gilbert wrote: > On Wed, Dec 10, 2014 at 7:16 PM, Lennart Poettering > wrote: > > Heya! > > > > Here's the next version of systemd, v218: > > > > http://www.freedesktop.org/software/systemd/systemd-218.tar.xz > > Hi Lennart, > > It looks like the ta

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

2014-12-14 Thread Mike Gilbert
On Wed, Dec 10, 2014 at 7:16 PM, Lennart Poettering wrote: > Heya! > > Here's the next version of systemd, v218: > > http://www.freedesktop.org/software/systemd/systemd-218.tar.xz Hi Lennart, It looks like the tarball is missing units/user/systemd-consoled.service. make[2]: *** No rule to make

[systemd-devel] "quiet" on kernel command line also prevents logging to journal

2014-12-14 Thread Andrei Borzenkov
Before commit d7b15e0a0161e8fd823bffd61a4799364871582f "quiet" would suppress console messages but still do normal logging. Now "quiet" also clamps log level to NOTICE meaning that all messages about starting/stopping services are no more logged. Is this change intentional? This makes it rather ha

Re: [systemd-devel] Using `systemctl edit` on "invalid" unit names

2014-12-14 Thread Ivan Shapovalov
On Saturday 13 December 2014 at 15:34:01, Ronny Chevalier wrote: > 2014-12-13 11:33 GMT+01:00 Ivan Shapovalov : > > Hello all, > > Hi, > > > > > it seems that the newly added `systemctl edit` command requires its > > arguments > > to be valid unit names. > > > > This causes `edit` operat

[systemd-devel] [PATCH] delta: fix output alignment of [REDIRECTED] entries

2014-12-14 Thread Ivan Shapovalov
--- src/delta/delta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/delta/delta.c b/src/delta/delta.c index a3a121f..de963f7 100644 --- a/src/delta/delta.c +++ b/src/delta/delta.c @@ -123,7 +123,7 @@ static int notify_override_redirected(const char *top, const char *bott

[systemd-devel] Execute custom command whenever network interface appears

2014-12-14 Thread DimanNe
Hello, I read manual about systemd-networkd module (http://www.freedesktop.org/software/systemd/man/systemd.network.html), and as far as I know, I can do only basic actions (like run dhcp, or assign static addresses/mac/routes and so on), but in general I want to run some script or command. He