Re: [systemd-devel] Jenkins Failing and Not Updating Github Mirror

2015-01-28 Thread Chris Atkinson
On Wed, 28 Jan 2015 03:42:33 +0100 Lennart Poettering wrote: > On Sun, 18.01.15 01:58, Simon Peeters (peeters.si...@gmail.com) wrote: > > > 2015-01-18 1:28 GMT+01:00 Chris Atkinson : > > > It looks like Jenkins has been failing to build for the last > > > thr

Re: [systemd-devel] [PATCH 05/11] tmpfiles: add 'a' type to set ACLs

2015-01-19 Thread Chris Atkinson
s/aditional/additional/ Regards, ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] Jenkins Failing and Not Updating Github Mirror

2015-01-17 Thread Chris Atkinson
It looks like Jenkins has been failing to build for the last three days and hasn't updated the Github mirror for a similar period (since commit 435fc3176520a58f1c20ccb983c9fb40b30a1471). https://github.com/systemd/systemd http://systemd.getpantheon.com:8080/jenkins/ Regards, ___

[systemd-devel] [PATCH] Grammar changes to catalog

2015-01-13 Thread Chris Atkinson
See attached patch. Regards,>From 8c77af83fe18dbb0d2230cbfc619a7e0a66f5183 Mon Sep 17 00:00:00 2001 From: Chris Atkinson Date: Tue, 13 Jan 2015 10:06:25 -0500 Subject: [PATCH] Grammar changes to catalog --- catalog/systemd.catalog | 22 +++--- 1 file changed, 11 inserti

[systemd-devel] [PATCH] Clarify path escaping and reference systemd-escape

2015-01-01 Thread Chris Atkinson
to be closed. Regards>From 84fd39e106a13ec8a546c7d8ecc114f2901d1d82 Mon Sep 17 00:00:00 2001 From: Chris Atkinson Date: Thu, 1 Jan 2015 16:16:56 -0500 Subject: [PATCH 2/2] Clarify path escaping and reference systemd-escape --- man/systemd.unit.xml | 17 +++-- 1 file changed,

[systemd-devel] [PATCH] Clarify effect when both calendar day and date are listed in timer

2014-12-31 Thread Chris Atkinson
rom c118fbac2799e7d7d441c16f5cab0747ebe58f93 Mon Sep 17 00:00:00 2001 From: Chris Atkinson Date: Wed, 31 Dec 2014 21:39:24 -0500 Subject: [PATCH] Clarify effect when both calendar day and date listed in timer --- man/systemd.time.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.time.xm

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

2014-12-12 Thread Chris Atkinson
Should the line: PKG_CHECK_MODULES(BLKID, [ blkid >= 2.24 ], instead read PKG_CHECK_MODULES(BLKID, [ blkid >= 2.25 ], instead since the commit message appears to mandate 2.25 not 2.24? Regards, ___ systemd-devel mailing list systemd-devel@lists.freed

Re: [systemd-devel] build issues & "enabled" output in `systemctl status`

2014-12-10 Thread Chris Atkinson
I had the same problem and can confirm that it now builds for me (including the Python stuff). Regards, ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [BUG] too many rfkill services

2014-12-03 Thread Chris Atkinson
I had the same issue with rfkill as Łukasz did. I have rebuilt including commit 4844262f25a3ff6bd23de05a0a6f84a8e2983d74. I tested by cycling suspend/resume 15 times without reboot, and did not experience any failed phantom rfkill services. I also tested rfkill functionality, and the state of a

[systemd-devel] [PATCH] DISTRO_PORTING: Full path for /usr/lib/systemd/systemd

2014-12-02 Thread Chris Atkinson
rom fd6831e6568d7a57989ce3410be46d870523b827 Mon Sep 17 00:00:00 2001 From: Chris Atkinson Date: Tue, 2 Dec 2014 08:30:59 -0500 Subject: [PATCH] Full path for /usr/lib/systemd/systemd; grammar/punctuation --- DISTRO_PORTING | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --gi

[systemd-devel] [PATCH] Delete ZX as sole compression; "Compress=" as boolean

2014-11-30 Thread Chris Atkinson
Mon Sep 17 00:00:00 2001 From: Chris Atkinson Date: Sun, 30 Nov 2014 21:51:49 -0500 Subject: [PATCH] Delete ZX as sole compression; "Compress=" as boolean --- man/coredump.conf.xml | 2 +- man/journald.conf.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/man/

Re: [systemd-devel] [PATCH] Documentation changes to reflect that isolate is for target and snapshot only and that no extension filenames default to .target.

2014-11-29 Thread Chris Atkinson
On Fri, 28 Nov 2014 23:43:33 +0100 Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Nov 28, 2014 at 03:37:25PM -0500, Chris Atkinson wrote: > > See > > > > http://lists.freedesktop.org/archives/systemd-devel/2014-November/025644.html > > > > et seq. > Hi,

[systemd-devel] [PATCH] Documentation changes to reflect that isolate is for target and snapshot only and that no extension filenames default to .target.

2014-11-28 Thread Chris Atkinson
See http://lists.freedesktop.org/archives/systemd-devel/2014-November/025644.html et seq. --- man/systemctl.xml | 12 src/systemctl/systemctl.c | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 4a7abab..e6f43

Re: [systemd-devel] systemctl isolate "foo.service" expands to "foo.service.target"

2014-11-28 Thread Chris Atkinson
Commit e80733be33e52d8ab2f1ae845326d39c600f5612 seems to have done the trick. I'm able to start, stop and status services, isolate .target and .snapshot files and a filename with no extension following "isolate" is treated as a .target, all of which seems right. The systemctl man page will still

Re: [systemd-devel] systemctl isolate "foo.service" expands to "foo.service.target"

2014-11-28 Thread Chris Atkinson
The commit (5e03c6e3b517286bbd65b48d88f60e5b83721894) seems to be having some side effects. When I attempt to query status, stop or start a service I get the following: $ sudo systemctl stop transmission Assertion 'suffix' failed at src/shared/unit-name.c:515, function unit_name_mangle_with_suffi

Re: [systemd-devel] systemctl isolate "foo.service" expands to "foo.service.target"

2014-11-28 Thread Chris Atkinson
How does this interact with snapshots? While I was looking at man systemctl it seems that one uses isolate to restore to a previous snapshot: Snapshot Commands snapshot [NAME] Create a snapshot. If a snapshot name is specified, the new snapshot will be named after it. If no

[systemd-devel] [PATCH] man/logind.conf.xml: make consistent with default logind.conf

2014-11-22 Thread Chris Atkinson
See Bug 86263 --- man/logind.conf.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/logind.conf.xml b/man/logind.conf.xml index d245bf4..d37fcba 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -281,17 +281,17 @@ sleep k