Re: [systemd-devel] [PATCH] honor SELinux labels, when creating and writing config files

2013-05-29 Thread Harald Hoyer
On 05/29/2013 07:42 AM, poma wrote: > On 14.02.2013 16:21, Harald Hoyer wrote: >> Am 14.02.2013 12:27, schrieb har...@redhat.com: >>> From: Harald Hoyer >>> >>> see https://bugzilla.redhat.com/show_bug.cgi?id=881577 >> >> >> obsoleted by >> http://cgit.freedesktop.org/systemd/systemd/commit/?id=a5

[systemd-devel] [PATCH] core: read "debug" from kernel commandline and set log level and target

2013-05-29 Thread Lukas Nykryn
--- TODO| 3 --- man/kernel-command-line.xml | 12 man/systemd.xml | 16 src/core/main.c | 4 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index f8a1b1b..7883b7e 100644 --- a/TODO ++

Re: [systemd-devel] [PATCH] journald: DO recalculate the ACL mask, but only if it doesn't exist

2013-05-29 Thread Colin Walters
On Tue, 2013-05-28 at 20:45 +0200, Jan Alexander Steffens (heftig) wrote: First, it's worth mentioning in the commit that this regression was introduced by 11ec7cede5bd0255e9df7bf95325d8b69993e40f . > +int acl_calc_mask_if_needed(acl_t *acl_p) { I fully realize you did not introduce the current

Re: [systemd-devel] [PATCH] systemd: record efi timestamps after /sys is mounted

2013-05-29 Thread Tom Gundersen
On Tue, May 14, 2013 at 12:00 AM, Zachary Cook wrote: > This partially reverts commit c3a170f3, which moved > efi_get_boot_timestamps too early in main(), before > /sys is assured to be mounted Applied, thanks! I forgot to add to the commit message: this does not introduce a functional change on

Re: [systemd-devel] [PATCH] journald: DO recalculate the ACL mask, but only if it doesn't exist

2013-05-29 Thread Colin Walters
On Wed, 2013-05-29 at 09:14 -0400, Colin Walters wrote: > On Tue, 2013-05-28 at 20:45 +0200, Jan Alexander Steffens (heftig) > wrote: > > First, it's worth mentioning in the commit that this regression > was introduced by 11ec7cede5bd0255e9df7bf95325d8b69993e40f . Sorry, you did that, ignore me!

[systemd-devel] [PATCH] systemctl: add command set-log-level

2013-05-29 Thread Vaclav Pavlin
From: Václav Pavlín Command changes current log level --- man/systemctl.xml | 8 src/systemctl/systemctl.c | 42 ++ 2 files changed, 50 insertions(+) diff --git a/man/systemctl.xml b/man/systemctl.xml index 9c3a5b0..af72972 100644 --- a/

Re: [systemd-devel] [PATCH] systemctl: add command set-log-level

2013-05-29 Thread Colin Walters
On Wed, 2013-05-29 at 15:54 +0200, Vaclav Pavlin wrote: > +!dbus_message_iter_append_basic(&sub, DBUS_TYPE_STRING, &value) > || You need to use dbus_message_iter_abandon_container() if this fails. ___ systemd-devel mailing list systemd-d

[systemd-devel] [PATCH] systemctl: add command set-log-level

2013-05-29 Thread Vaclav Pavlin
From: Václav Pavlín Command changes current log level --- man/systemctl.xml | 8 src/systemctl/systemctl.c | 48 +++ 2 files changed, 56 insertions(+) diff --git a/man/systemctl.xml b/man/systemctl.xml index 9c3a5b0..af72972 100644 -

Re: [systemd-devel] [PATCH] honor SELinux labels, when creating and writing config files

2013-05-29 Thread poma
On 29.05.2013 12:11, Harald Hoyer wrote: > Doesn't that say, that the selinux policy has to be updated to allow > /usr/lib/systemd/systemd-timedated to create a file with > tcontext=system_u:object_r:adjtime_t:s0 in /etc ? Solved, thanks. poma ___

[systemd-devel] [PATCH] journalctl: Add support for showing messages from a previous boot

2013-05-29 Thread Jan Janssen
The format to specify the boot ID is inspired by git's ^n syntax and it even allows to look into the future. Unfortuneately, to get a chronological list of boot IDs, we need to first iterate over all journal entries. sd_journal_enumerate_unique() doesn't help us here, because order of returned val

Re: [systemd-devel] Automatic Reboot Protocol

2013-05-29 Thread systemdkiosk
Andrey Borzenkov, > May be if you explain what you are trying to achieve A nightly "cron job" with post-execution reboot upon successful completion. We may use cron if systemd can't do it. I expect it can, but know not how. Obvious things and list advice didn't work. Thanks. Files under test: ht

Re: [systemd-devel] [PATCH] journald: DO recalculate the ACL mask, but only if it doesn't exist

2013-05-29 Thread Jan Alexander Steffens
On Wed, May 29, 2013 at 3:14 PM, Colin Walters wrote: > I fully realize you did not introduce the current naming scheme in > acl-util.c, but more stomping on the "acl_" namespace that currently > lives in libacl.so seems like a bad idea - they'd be fully within their > rights to introduce a symbol

Re: [systemd-devel] [PATCH] journald: DO recalculate the ACL mask, but only if it doesn't exist

2013-05-29 Thread Zbigniew Jędrzejewski-Szmek
On Thu, May 30, 2013 at 03:22:36AM +0200, Jan Alexander Steffens wrote: > On Wed, May 29, 2013 at 3:14 PM, Colin Walters wrote: > > I fully realize you did not introduce the current naming scheme in > > acl-util.c, but more stomping on the "acl_" namespace that currently > > lives in libacl.so see

Re: [systemd-devel] [PATCH] Fix CPUShares configuration option

2013-05-29 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 24, 2013 at 01:34:53PM -0400, Eelco Dolstra wrote: > This fixes the error message "Unknown or unsupported cgroup attribute > CPUShares". Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesk