[systemd-devel] [PATCH] bus-driverd: Fix unique name return in driver_get_name_owner

2013-12-17 Thread Lukasz Skalski
--- src/bus-driverd/bus-driverd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bus-driverd/bus-driverd.c b/src/bus-driverd/bus-driverd.c index ce2e1b2..d2b3e08 100644 --- a/src/bus-driverd/bus-driverd.c +++ b/src/bus-driverd/bus-driverd.c @@ -247,7 +247,7 @@ static int

[systemd-devel] First draft what to treat in the white-papers about systemd/journald

2013-12-17 Thread Cecil Westerhof
At the moment there are four white-papers I have to write: - Remote Log Server - Resource Management - Security - Process Management Here I am going to describe what I think I should include. When something is missing: I gladly get notified about it. - Remote Log Server Journald is primarily

[systemd-devel] [PATCH] [RFC] libsystemd-bus: true/false instead of yes/no in msg dump

2013-12-17 Thread Lukasz Skalski
Due to this patch, message dump (for message which includes boolean type) is more consistent with dbus-send (which display true/false instead of yes/no for boolean). It's only simple 'cosmetics change'. ** For dbus-send ** dbus-send --system --dest=org.freedesktop.DBus --type=method_call

Re: [systemd-devel] [PATCH] bus-driverd: Fix unique name return in driver_get_name_owner

2013-12-17 Thread Daniel Mack
On Tue, Dec 17, 2013 at 09:50:16AM +0100, Lukasz Skalski wrote: --- src/bus-driverd/bus-driverd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bus-driverd/bus-driverd.c b/src/bus-driverd/bus-driverd.c index ce2e1b2..d2b3e08 100644 ---

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Kay Sievers
On Tue, Dec 17, 2013 at 8:56 AM, Hannes Reinecke h...@suse.de wrote: On 12/17/2013 08:52 AM, Robert Milasan wrote: Hello, got a small question about creating a rule, like this: ACTION==add, , ENV{test_device}=1 ACTION==remove, , ENV{test_device}==1, RUN+=/path/to/some/script

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Hannes Reinecke
On 12/17/2013 11:52 AM, Kay Sievers wrote: On Tue, Dec 17, 2013 at 8:56 AM, Hannes Reinecke h...@suse.de wrote: On 12/17/2013 08:52 AM, Robert Milasan wrote: Hello, got a small question about creating a rule, like this: ACTION==add, , ENV{test_device}=1 ACTION==remove, ,

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Kay Sievers
On Tue, Dec 17, 2013 at 11:58 AM, Hannes Reinecke h...@suse.de wrote: On 12/17/2013 11:52 AM, Kay Sievers wrote: On Tue, Dec 17, 2013 at 8:56 AM, Hannes Reinecke h...@suse.de wrote: On 12/17/2013 08:52 AM, Robert Milasan wrote: Hello, got a small question about creating a rule, like this:

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Robert Milasan
On Tue, 17 Dec 2013 11:52:15 +0100 Kay Sievers k...@vrfy.org wrote: On Tue, Dec 17, 2013 at 8:56 AM, Hannes Reinecke h...@suse.de wrote: On 12/17/2013 08:52 AM, Robert Milasan wrote: Hello, got a small question about creating a rule, like this: ACTION==add, , ENV{test_device}=1

[systemd-devel] [PATCH] bus-driverd: Fix return code in driver_request_name

2013-12-17 Thread Lukasz Skalski
RequestName return codes should be consistent with Dbus Specification. VALUE - DESCRIPTION 1 - The caller is now the primary owner of the name, replacing any previous owner, 2 - The name already had an owner (QUEUE flag was not specified), 3 - The name already has an owner (QUEUE flag was

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Martin Pitt
Robert Milasan [2013-12-17 12:44 +0100]: I have this rule as a test, but doesn't do squat (meaning it doesnt work) :) ACTION==add, SUBSYSTEM==net, KERNEL==?*, ENV{test_device}=1 ACTION==remove, SUBSYSTEM==net, KERNEL==?*, ENV{test_device}==1, RUN+=/bin/sh -c 'echo test_device

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Robert Milasan
On Tue, 17 Dec 2013 13:54:34 +0100 Martin Pitt martin.p...@ubuntu.com wrote: Robert Milasan [2013-12-17 12:44 +0100]: I have this rule as a test, but doesn't do squat (meaning it doesnt work) :) ACTION==add, SUBSYSTEM==net, KERNEL==?*, ENV{test_device}=1 ACTION==remove,

Re: [systemd-devel] [PATCH] bus-driverd: Fix return code in driver_request_name

2013-12-17 Thread Lukasz Skalski
Please ignore this patch - it contains errors. Sorry. BR, Lukasz On 12/17/2013 01:48 PM, Lukasz Skalski wrote: RequestName return codes should be consistent with Dbus Specification. VALUE - DESCRIPTION 1 - The caller is now the primary owner of the name, replacing any previous owner, 2 - The

[systemd-devel] [PATCHv2] bus-driverd: Fix return code in driver_request_name

2013-12-17 Thread Lukasz Skalski
RequestName return codes should be consistent with Dbus Specification. VALUE - DESCRIPTION 1-The caller is now the primary owner of the name, replacing any previous owner, 2-The name already had an owner (QUEUE flag was not specified), 3-The name already has an owner (QUEUE flag was specified),

Re: [systemd-devel] [systemd-commits] 5 commits - Makefile.am man/systemd.unit.xml src/bus-driverd src/libsystemd-bus src/shared src/systemctl

2013-12-17 Thread Lennart Poettering
On Mon, 16.12.13 20:28, Zbigniew Jędrzejewski-Szmek (zbys...@kemper.freedesktop.org) wrote: commit c0fdf09885ce83cc7edc31f51b03ef284980dfa8 Author: Zbigniew J??drzejewski-Szmek zbys...@in.waw.pl Date: Mon Dec 16 22:34:07 2013 -0500 systemctl: highlight filenames in cat diff --git

Re: [systemd-devel] [gummiboot] misaligned menu

2013-12-17 Thread János Illés
On Wed, Dec 4, 2013 at 4:33 PM, Kay Sievers k...@vrfy.org wrote: On Wed, Dec 4, 2013 at 4:26 PM, János Illés ija...@gmail.com wrote: I would like to report a small cosmetic bug for gummiboot. It looks like this: http://i.imgur.com/cDRwIwX.jpg [62 kbyte] It's probably the firmware ... Not

Re: [systemd-devel] [PATCHv2] bus-driverd: Fix return code in driver_request_name

2013-12-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 17, 2013 at 02:31:42PM +0100, Lukasz Skalski wrote: RequestName return codes should be consistent with Dbus Specification. VALUE - DESCRIPTION 1-The caller is now the primary owner of the name, replacing any previous owner, 2-The name already had an owner (QUEUE flag was not

Re: [systemd-devel] [systemd-commits] 5 commits - Makefile.am man/systemd.unit.xml src/bus-driverd src/libsystemd-bus src/shared src/systemctl

2013-12-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 17, 2013 at 02:58:23PM +0100, Lennart Poettering wrote: On Mon, 16.12.13 20:28, Zbigniew Jędrzejewski-Szmek (zbys...@kemper.freedesktop.org) wrote: commit c0fdf09885ce83cc7edc31f51b03ef284980dfa8 Author: Zbigniew J??drzejewski-Szmek zbys...@in.waw.pl Date: Mon Dec 16

Re: [systemd-devel] systemd-consoled: architecture

2013-12-17 Thread David Herrmann
Hi On Fri, Dec 13, 2013 at 9:12 PM, Jonathan de Boyne Pollard j.deboynepollard-newsgro...@ntlworld.com wrote: There's an adage that holds that the best design is a stolen design. On that basis, I recommend reading about how the Hurd console system works.

Re: [systemd-devel] [PATCHv2] bus-driverd: Fix return code in driver_request_name

2013-12-17 Thread Lennart Poettering
On Tue, 17.12.13 15:54, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Tue, Dec 17, 2013 at 02:31:42PM +0100, Lukasz Skalski wrote: RequestName return codes should be consistent with Dbus Specification. VALUE - DESCRIPTION 1-The caller is now the primary owner of the name,

Re: [systemd-devel] [PATCHv2] bus-driverd: Fix return code in driver_request_name

2013-12-17 Thread Lukasz Skalski
On 12/17/2013 05:16 PM, Lennart Poettering wrote: On Tue, 17.12.13 15:54, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Tue, Dec 17, 2013 at 02:31:42PM +0100, Lukasz Skalski wrote: RequestName return codes should be consistent with Dbus Specification. VALUE - DESCRIPTION 1-The

Re: [systemd-devel] systemd-consoled: terminal hangup misconceptions

2013-12-17 Thread David Herrmann
Hi On Fri, Dec 13, 2013 at 7:17 PM, Jonathan de Boyne Pollard j.deboynepollard-newsgro...@ntlworld.com wrote: I'll patch the comment. The code is up to you. (-: --- consoled-pty-old.c 2013-12-05 12:53:24.0 + +++ consoled-pty.c 2013-12-05 12:53:11.0 + @@ -40,26

[systemd-devel] [PATCHv3] bus-driverd: Fix return code in driver_request_name

2013-12-17 Thread Lukasz Skalski
RequestName return codes should be consistent with Dbus Specification. VALUE - DESCRIPTION 1-The caller is now the primary owner of the name, replacing any previous owner, 2-The name already had an owner (QUEUE flag was not specified), 3-The name already has an owner (QUEUE flag was specified),

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Kay Sievers
On Tue, Dec 17, 2013 at 2:05 PM, Robert Milasan rmila...@suse.com wrote: On Tue, 17 Dec 2013 13:54:34 +0100 Martin Pitt martin.p...@ubuntu.com wrote: Robert Milasan [2013-12-17 12:44 +0100]: I have this rule as a test, but doesn't do squat (meaning it doesnt work) :) ACTION==add,

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Andrey Borzenkov
В Tue, 17 Dec 2013 14:05:56 +0100 Robert Milasan rmila...@suse.com пишет: On Tue, 17 Dec 2013 13:54:34 +0100 Martin Pitt martin.p...@ubuntu.com wrote: Robert Milasan [2013-12-17 12:44 +0100]: I have this rule as a test, but doesn't do squat (meaning it doesnt work) :)

Re: [systemd-devel] [PATCH] Avoid a busy systemd-journald in LXC environments

2013-12-17 Thread Dr. Werner Fink
On Tue, Dec 10, 2013 at 09:53:22PM +0100, Lennart Poettering wrote: Sorry for the late answer but I had been away sick last week ... On Mon, 02.12.13 16:27, Werner Fink (wer...@suse.de) wrote: that is the systemd-journald may ignore /dec/kmsg which are not a valid device but a lint to

[systemd-devel] Logind lingering processes despite KillUserProcess=yes

2013-12-17 Thread Tyson Whitehead
I've got a system running Fedora 20 with systemd 208-9. It doesn't seem to be honouring the KillUserProcess=yes setting in logind.conf. $ grep KillUserProcesses /etc/systemd/logind.conf #KillUserProcesses=no KillUserProcesses=yes $ loginctl SESSIONUID USER SEAT

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Robert Milasan
On Tue, 17 Dec 2013 17:36:21 +0100 Kay Sievers k...@vrfy.org wrote: On Tue, Dec 17, 2013 at 2:05 PM, Robert Milasan rmila...@suse.com wrote: On Tue, 17 Dec 2013 13:54:34 +0100 Martin Pitt martin.p...@ubuntu.com wrote: Robert Milasan [2013-12-17 12:44 +0100]: I have this rule as a

Re: [systemd-devel] [systemd-commits] 5 commits - Makefile.am man/systemd.unit.xml src/bus-driverd src/libsystemd-bus src/shared src/systemctl

2013-12-17 Thread Lennart Poettering
On Tue, 17.12.13 15:59, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 327eb85..aab92c4 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -3797,7 +3797,10 @@ static int

Re: [systemd-devel] [systemd-commits] 5 commits - Makefile.am man/systemd.unit.xml src/bus-driverd src/libsystemd-bus src/shared src/systemctl

2013-12-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 17, 2013 at 08:30:35PM +0100, Lennart Poettering wrote: Hmm, but that sounds like we should grey it out, no? The same way we have a way to highlight things maybe we want the opposite as a way to deemphasize things and color it grey in some way? (Not sure though whether there's a

Re: [systemd-devel] default dbus socket path being /run

2013-12-17 Thread Umut Tezduyar
On Tue, Dec 17, 2013 at 8:26 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 17.12.13 20:23, Umut Tezduyar Lindskog (umut.tezdu...@axis.com) wrote: Hi, Now that dbus sockets are by default expected to be in /run by systemd; /var/run by other dbus libraries, we have to use env

Re: [systemd-devel] [PATCH] bus-util: return errors when encountered

2013-12-17 Thread Thomas H.P. Andersen
On Fri, Dec 13, 2013 at 9:34 PM, Thomas H.P. Andersen pho...@gmail.com wrote: From: Thomas Hindoe Paaboel Andersen pho...@gmail.com Introduced in: 9f6eb1cd58f2ddf2eb6ba0e4de056e13d938af75 31b403439360c0396a50d77d0a1ee2bca4df --- src/libsystemd-bus/bus-util.c | 10 -- 1 file

Re: [systemd-devel] [PATCHv3] bus-driverd: Fix return code in driver_request_name

2013-12-17 Thread Lennart Poettering
On Tue, 17.12.13 17:31, Lukasz Skalski (l.skal...@partner.samsung.com) wrote: RequestName return codes should be consistent with Dbus Specification. VALUE - DESCRIPTION 1-The caller is now the primary owner of the name, replacing any previous owner, 2-The name already had an owner (QUEUE

Re: [systemd-devel] [PATCH] [RFC] libsystemd-bus: true/false instead of yes/no in msg dump

2013-12-17 Thread Lennart Poettering
On Tue, 17.12.13 10:55, Lukasz Skalski (l.skal...@partner.samsung.com) wrote: Due to this patch, message dump (for message which includes boolean type) is more consistent with dbus-send (which display true/false instead of yes/no for boolean). It's only simple 'cosmetics change'. Yeah, makes

Re: [systemd-devel] default dbus socket path being /run

2013-12-17 Thread Lennart Poettering
On Tue, 17.12.13 20:23, Umut Tezduyar Lindskog (umut.tezdu...@axis.com) wrote: Hi, Now that dbus sockets are by default expected to be in /run by systemd; /var/run by other dbus libraries, we have to use env variables to tell one of them the correct socket path. Both systemd and glib

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Andrey Borzenkov
В Tue, 17 Dec 2013 19:59:47 +0100 Kay Sievers k...@vrfy.org пишет: Works just fine here as expected, it's probably something in your setup. No, it *your* default interface renaming :) Kay # head -2 /etc/udev/rules.d/10-local.rules ACTION==add, SUBSYSTEM==net, ENV{test_device}=1

Re: [systemd-devel] [systemd-commits] 5 commits - Makefile.am man/systemd.unit.xml src/bus-driverd src/libsystemd-bus src/shared src/systemctl

2013-12-17 Thread Lennart Poettering
On Tue, 17.12.13 21:08, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Tue, Dec 17, 2013 at 08:30:35PM +0100, Lennart Poettering wrote: Hmm, but that sounds like we should grey it out, no? The same way we have a way to highlight things maybe we want the opposite as a way to

Re: [systemd-devel] default dbus socket path being /run

2013-12-17 Thread Lennart Poettering
On Tue, 17.12.13 20:46, Umut Tezduyar (u...@tezduyar.com) wrote: On Tue, Dec 17, 2013 at 8:26 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 17.12.13 20:23, Umut Tezduyar Lindskog (umut.tezdu...@axis.com) wrote: Hi, Now that dbus sockets are by default expected to

[systemd-devel] [PATCH 3/4] loginctl: use show_properties() to get login1 properties

2013-12-17 Thread Djalal Harouni
Commit f8f14b3654bcd introduced a regression that makes loginctl ignore the --property option. This patch fixes the bug, it uses the new show_properties() function to query and filter properties. --- src/login/loginctl.c | 48 ++-- 1 file changed, 18

Re: [systemd-devel] [systemd-commits] 5 commits - Makefile.am man/systemd.unit.xml src/bus-driverd src/libsystemd-bus src/shared src/systemctl

2013-12-17 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 17, 2013 at 09:33:46PM +0100, Lennart Poettering wrote: On Tue, 17.12.13 21:08, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Tue, Dec 17, 2013 at 08:30:35PM +0100, Lennart Poettering wrote: Hmm, but that sounds like we should grey it out, no? The same way we

[systemd-devel] default dbus socket path being /run

2013-12-17 Thread Umut Tezduyar Lindskog
Hi, Now that dbus sockets are by default expected to be in /run by systemd; /var/run by other dbus libraries, we have to use env variables to tell one of them the correct socket path. Both systemd and glib (gio) are hardcoding the default dbus socket path and having an override with

[systemd-devel] [PATCH 2/4] loginctl: add show_properties() to get login1 properties

2013-12-17 Thread Djalal Harouni
Commit f8f14b3654bcd introduced a regression that makes loginctl ignore the --property option. Fix this in two patches. This patch is just preparation, it introduces the show_properties() function that will be used in the next patch to query properties. --- src/login/loginctl.c | 15

Re: [systemd-devel] [PATCH] __thread -- thread_local for C11 compat

2013-12-17 Thread Lennart Poettering
On Sun, 15.12.13 16:19, Shawn Landden (sh...@churchofgit.com) wrote: to actually use this we would have to add this patch: diff --git a/configure.ac b/configure.ac index f85e86e..5ead127 100644 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,7 @@ AS_IF([test

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Kay Sievers
On Tue, Dec 17, 2013 at 6:57 PM, Robert Milasan rmila...@suse.com wrote: On Tue, 17 Dec 2013 17:36:21 +0100 Kay Sievers k...@vrfy.org wrote: On Tue, Dec 17, 2013 at 2:05 PM, Robert Milasan rmila...@suse.com wrote: On Tue, 17 Dec 2013 13:54:34 +0100 Martin Pitt martin.p...@ubuntu.com

Re: [systemd-devel] [PATCH 1/2] util: no need for in_initrd() cache to be thread-local

2013-12-17 Thread Lennart Poettering
On Sun, 15.12.13 16:56, Shawn Landden (sh...@churchofgit.com) wrote: the process only has one working directory, and a race is harmless Thanks! Applied! Lennart -- Lennart Poettering, Red Hat ___ systemd-devel mailing list

Re: [systemd-devel] [PATCH] __thread -- thread_local for C11 compat

2013-12-17 Thread Lennart Poettering
On Sun, 15.12.13 16:24, Shawn Landden (sh...@churchofgit.com) wrote: Also make thread_local available w/o including threads.h. (as the latter hasn't been implemented, but this part is trivial) Thanks! Applied! --- src/libsystemd-bus/sd-bus.c | 4 ++-- src/libsystemd-bus/sd-event.c

Re: [systemd-devel] [PATCH] bus-util: return errors when encountered

2013-12-17 Thread Lennart Poettering
On Fri, 13.12.13 21:34, Thomas H.P. Andersen (pho...@gmail.com) wrote: From: Thomas Hindoe Paaboel Andersen pho...@gmail.com Introduced in: 9f6eb1cd58f2ddf2eb6ba0e4de056e13d938af75 31b403439360c0396a50d77d0a1ee2bca4df Applied! Thanks! --- src/libsystemd-bus/bus-util.c | 10

Re: [systemd-devel] [PATCH] _noreturn_ -- noreturn for C11 compat

2013-12-17 Thread Lennart Poettering
On Mon, 16.12.13 08:53, Shawn Landden (sh...@churchofgit.com) wrote: Thanks! Applied! also define noreturn w/o stdnoreturn.h --- src/core/main.c | 2 +- src/journal/test-journal-interleaving.c | 2 +- src/shared/log.c| 4 ++--

[systemd-devel] [PATCH 0/4] loginctl --property option fixes

2013-12-17 Thread Djalal Harouni
The following patches try to fix a regression in the loginctl --property logic and improve the code. [Patch 1/4] loginctl: replace strv_append() by strv_extend() [Patch 2/4] loginctl: add show_properties() to get login1 properties [Patch 3/4] loginctl: use show_properties() to get login1

Re: [systemd-devel] default dbus socket path being /run

2013-12-17 Thread Simon McVittie
On 17/12/13 20:19, Lennart Poettering wrote: Hmm, D-Bus and glib both try to be compatible with various older systems, so connecting to /var/run appears to be the safe choice. That said, I am pretty sure it would be a good idea to patch make them avoid /var/run on systems where that's just

Re: [systemd-devel] [PATCH] __thread -- thread_local for C11 compat

2013-12-17 Thread Shawn Landden
On Tue, Dec 17, 2013 at 12:46 PM, Lennart Poettering lenn...@poettering.net wrote: On Sun, 15.12.13 16:19, Shawn Landden (sh...@churchofgit.com) wrote: to actually use this we would have to add this patch: diff --git a/configure.ac b/configure.ac index f85e86e..5ead127 100644 ---

Re: [systemd-devel] [PATCH] Avoid a busy systemd-journald in LXC environments

2013-12-17 Thread Lennart Poettering
On Tue, 17.12.13 18:02, Dr. Werner Fink (wer...@suse.de) wrote: + +if (fstat(s-dev_kmsg_fd, st) 0) { +log_error(Failed to stat /dev/kmsg fd, ignoring: %m); +close_nointr_nofail(s-dev_kmsg_fd); +s-dev_kmsg_fd = -1; +

[systemd-devel] [PATCH 1/4] loginctl: replace strv_append() by strv_extend()

2013-12-17 Thread Djalal Harouni
--- src/login/loginctl.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/login/loginctl.c b/src/login/loginctl.c index f96a568..e03b0b9 100644 --- a/src/login/loginctl.c +++ b/src/login/loginctl.c @@ -1089,7 +1089,7 @@ static int parse_argv(int argc, char

[systemd-devel] [PATCH 1/2] man: fix grammar issues in journalctl(1)

2013-12-17 Thread Jason St. John
And add a missing option tag around --setup-keys under --force. --- This is mostly fixes for typos, incorrect comma usage, lack of articles (e.g. the, a, an), poor wording, etc. man/journalctl.xml | 71 +++--- 1 file changed, 36 insertions(+), 35

[systemd-devel] [PATCH 2/2] man: be more explicit about option arguments that take 128-bit IDs in journalctl(1)

2013-12-17 Thread Jason St. John
It may not be immediately obvious to the reader what ID128 is, so replace the example option argument ID128 with 128-bit-ID. --- ID128 is developer jargon/shorthand for 128-bit ID that is regularly used in function definitions. For those new to systemd, non-native English speakers, or for those

Re: [systemd-devel] udev rules environment variable

2013-12-17 Thread Kay Sievers
On Tue, Dec 17, 2013 at 8:14 PM, Andrey Borzenkov arvidj...@gmail.com wrote: В Tue, 17 Dec 2013 19:59:47 +0100 Kay Sievers k...@vrfy.org пишет: # modprobe dummy dummy is not renamed. UDEV [80256.274447] move /devices/pci:00/:00:03.0/net/ens3 (net) ACTION=move ...

[systemd-devel] [PATCH 2/2] journalctl: indent line-wrapped descriptions in --help message

2013-12-17 Thread Jason St. John
It's difficult to read the --help text when there are no indents for line-wrapped descriptions, so add indenting to provide a visual cue. --- I used an eight-space indent to match the coding style for systemd. If this is too much indentation space, I can resubmit with four-space indents or

[systemd-devel] [PATCH 1/2] journalctl: fix several issues in --help message text

2013-12-17 Thread Jason St. John
-- fix grammar and reword some descriptions for clarity -- add a useful description of what --follow does -- fix the description for --after-cursor -- properly introduce the FSS acronym for Forward Secure Sealing in both sections -- clarify the --disk-usage command --- src/journal/journalctl.c |

[systemd-devel] remote journal enhancements

2013-12-17 Thread Holger Winkelmann [TP]
Hi all, we are following the discussion initiated by Cecil about systemd journal for a while. The last couple of weeks we have developed a Erlang adapter for the journal to allow structured native logging. Therefore we have developed a ejournald [1] backend for the Erlang logging framework lager