Re: [systemd-devel] [PATCHv2] login: Don't stop a running user manager from garbage-collecting the user.

2013-12-18 Thread Tom Gundersen
On Sun, Dec 15, 2013 at 12:06 PM, Thomas Bächler tho...@archlinux.org wrote: With the current logic, a user will never be garbage-collected, since its manager will always be around. Change the logic such that a user is garbage-collected when it has no sessions and linger is disabled. ---

[systemd-devel] systemd 187/201 on kernel 2.6.39

2013-12-18 Thread Davide Bettio
Hello, According to README minimum required kernel version for systemd 187 is 2.6.39, can anyone point me which features from that kernel version are required from systemd 187? I've been testing systemd 187 on 2.6.35 (on ARM) and it seemed to me rather stable, I've also checked git log

Re: [systemd-devel] systemd 187/201 on kernel 2.6.39

2013-12-18 Thread Kay Sievers
On Wed, Dec 18, 2013 at 11:58 AM, Davide Bettio davide.bet...@ispirata.com wrote: According to README minimum required kernel version for systemd 187 is 2.6.39, can anyone point me which features from that kernel version are required from systemd 187? Devtmpfs fixes in the kernel, If I

[systemd-devel] [PATCH] bus-driverd: fix flags translation in driver_request_name

2013-12-18 Thread Lukasz Skalski
Flags for a name entry (KDBUS_NAME_*) should be set for cmd_name-flags (not conn_flags) --- 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 b11eb55..f28dc57 100644 ---

Re: [systemd-devel] udev rules environment variable

2013-12-18 Thread Robert Milasan
On Tue, 17 Dec 2013 23:14:12 +0400 Andrey Borzenkov arvidj...@gmail.com wrote: В 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 #

Re: [systemd-devel] udev rules environment variable

2013-12-18 Thread Robert Milasan
On Wed, 18 Dec 2013 02:52:01 +0100 Kay Sievers k...@vrfy.org wrote: 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

Re: [systemd-devel] systemd 187/201 on kernel 2.6.39

2013-12-18 Thread Davide Bettio
Hello, On 18/12/2013 13:21, Kay Sievers wrote: Devtmpfs fixes in the kernel, If I remember that correctly. Do you think that 201 should work fine on top 2.6.35 like 187 used to? I'm thinking about updating to that version without introducing any possible regression. Thank you for your

Re: [systemd-devel] systemd 187/201 on kernel 2.6.39

2013-12-18 Thread Martin Jansa
On Wed, Dec 18, 2013 at 11:58:47AM +0100, Davide Bettio wrote: Hello, According to README minimum required kernel version for systemd 187 is 2.6.39, can anyone point me which features from that kernel version are required from systemd 187? I've been testing systemd 187 on 2.6.35 (on

Re: [systemd-devel] udev rules environment variable

2013-12-18 Thread Kay Sievers
On Wed, Dec 18, 2013 at 2:07 PM, Robert Milasan rmila...@suse.com wrote: One more question: Where exactly is 'test_device' variable saved, I mean physically? I suppose it should be in /run/udev/data or something similar no? Yes, in the udev database at /run/udev/data/device ID. It's plain

Re: [systemd-devel] udev rules environment variable

2013-12-18 Thread Robert Milasan
On Wed, 18 Dec 2013 14:39:57 +0100 Kay Sievers k...@vrfy.org wrote: On Wed, Dec 18, 2013 at 2:07 PM, Robert Milasan rmila...@suse.com wrote: One more question: Where exactly is 'test_device' variable saved, I mean physically? I suppose it should be in /run/udev/data or something similar

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

2013-12-18 Thread Dr. Werner Fink
On Tue, Dec 17, 2013 at 08:06:39PM +0100, Lennart Poettering wrote: But why? LXC should either provide a working /dev/kmsg or none at all. Providing something that doesn't work where we then have to check with a lot of code if they are playing games with us or not is not an option really,

Re: [systemd-devel] remote journal enhancements

2013-12-18 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Dec 18, 2013 at 08:44:36AM +0100, Holger Winkelmann [TP] wrote: 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

Re: [systemd-devel] udev rules environment variable

2013-12-18 Thread Andrey Borzenkov
В Wed, 18 Dec 2013 13:36:52 +0100 Robert Milasan rmila...@suse.com пишет: So basically it doesn't really work ?! It does not always work for net device as it looks like. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] udev rules environment variable

2013-12-18 Thread Andrey Borzenkov
В Wed, 18 Dec 2013 02:52:01 +0100 Kay Sievers k...@vrfy.org пишет: 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

Re: [systemd-devel] remote journal enhancements

2013-12-18 Thread Holger Winkelmann [TP]
Hi By writing distributed applications we will look further for log aggregation in the style of the systems-journal-gateway. Regarding this I would like to know about the idea and plans of the systemd community. Following the emails about logger optimization Lennart mentioned something

[systemd-devel] Erlang binding for Journal

2013-12-18 Thread Holger Winkelmann [TP]
Hi, We have just released the Erlang Binding ejournald [1] for the journal. It exposes the journal native API to log natively and query the journal. There is also a Erlang lager_journald_backend [2] which can be used for Erlang applications. [1] https://github.com/travelping/ejournald [2]

Re: [systemd-devel] remote journal enhancements

2013-12-18 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Dec 18, 2013 at 05:22:48PM +0100, Holger Winkelmann [TP] wrote: means to send a message over HTTP which ends up in the journal, basically the counterpart of systems-journal.gatewayd? Yes. What do think is the best transport representation for remote logging: a) keep the binary

[systemd-devel] (no subject)

2013-12-18 Thread Tony Seo
Hello. I tried to execute a process by using socket activation. As it is referred at systemd manual, I made server and client process by using sd-daemon.h and sd-daemon.c. when I made those processes, I used UDS(Unix Domain Socket) to make communication between server and client. (I also made

[systemd-devel] How to control socket activation when it run respawn infinitely.

2013-12-18 Thread Tony Seo
Hello. I tried to execute a process by using socket activation. As it is referred at systemd manual, I made server and client process by using sd-daemon.h and sd-daemon.c. when I made those processes, I used UDS(Unix Domain Socket) to make communication between server and client. (I also made

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

2013-12-18 Thread Lennart Poettering
On Wed, 18.12.13 15:30, Dr. Werner Fink (wer...@suse.de) wrote: Anyway, I suggested in my original reply that I'd be happy to merge a patch that downgrades the warning message to debug on ENOENT. I have now made such a change in git, and also added another change that closes /dev/kmsg if

Re: [systemd-devel] [PATCH] bus-driverd: fix flags translation in driver_request_name

2013-12-18 Thread Lennart Poettering
On Wed, 18.12.13 13:32, Lukasz Skalski (l.skal...@partner.samsung.com) wrote: Thanks! Applied! Flags for a name entry (KDBUS_NAME_*) should be set for cmd_name-flags (not conn_flags) --- src/bus-driverd/bus-driverd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [systemd-devel] (no subject)

2013-12-18 Thread David Timothy Strauss
I replied in the thread with a subject line. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] How to control socket activation when it run respawn infinitely.

2013-12-18 Thread David Timothy Strauss
It seems odd to combine Type=oneshot with Accept=false (which is the default for socket activation). The latter setting causes systemd to expect a persistent daemon to accept() connections. ___ systemd-devel mailing list

Re: [systemd-devel] remote journal enhancements

2013-12-18 Thread Holger Winkelmann [TP]
Hi David, - Original Message - On Wed, Dec 18, 2013 at 10:32 AM, Holger Winkelmann [TP] h...@travelping.com wrote: with HTTP you need to setup another server and provide a Call back URL Folks seem to increasingly call this pattern web hooks. I know, but i tried to avoid to use the

Re: [systemd-devel] Erlang binding for Journal

2013-12-18 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Dec 18, 2013 at 05:40:55PM +0100, Holger Winkelmann [TP] wrote: Hi, We have just released the Erlang Binding ejournald [1] for the journal. It exposes the journal native API to log natively and query the journal. There is also a Erlang lager_journald_backend [2] which can be

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

2013-12-18 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 17, 2013 at 09:36:28PM -0500, Jason St. John wrote: 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

Re: [systemd-devel] [PATCH] man: add DOI for refereed article on Forward Secure Sealing to journald.conf(5)

2013-12-18 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 17, 2013 at 07:40:02PM -0500, Jason St. John wrote: In journalctl(1), be more explicit about the reference to Seal= in journald.conf(5) and what information can be found there. --- It took a decent amount of searching to find the actual peer refereed conference paper that

Re: [systemd-devel] [PATCH] machinectl: show_properties() already logs the error

2013-12-18 Thread Zbigniew Jędrzejewski-Szmek
Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel