Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-10-05 Thread Martin Steigerwald
Hi Lennart, Am Mittwoch, 1. Oktober 2014, 23:33:43 schrieb Lennart Poettering: > On Sun, 21.09.14 15:31, Martin Steigerwald (mar...@lichtvoll.de) wrote: > > I just have one question. In the light of > > [...] Heck, I started a thread here and then didn´t manage to take time to carefully read it

Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-10-05 Thread Martin Steigerwald
Am Sonntag, 5. Oktober 2014, 12:20:01 schrieb Martin Steigerwald: > Well… I may post much more in this thread. not post much more -- Martin 'Helios' Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 ___ syste

Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-10-05 Thread Martin Steigerwald
Am Mittwoch, 1. Oktober 2014, 23:33:43 schrieb Lennart Poettering: > (What I didn't expect though is how awful the Linux community can > actually be. That people collect Bitcoins to hire a hitman on me, that > people start petitions to make me stop working, and all that other > really hateful, pers

Re: [systemd-devel] I wonder… why systemd provokes this amount of polarity and resistance

2014-10-05 Thread Martin Steigerwald
Hi Jóhann, Am Sonntag, 21. September 2014, 22:15:32 schrieb Jóhann B. Guðmundsson: > On 09/21/2014 01:31 PM, Martin Steigerwald wrote: > > in the light of the ongoing discussions on linux-kernel > > Could you provide a link to that ongoing discussion that is taking place > in the kernel community

Re: [systemd-devel] A way to better integrate rsyslog into systemd?

2014-10-05 Thread Andrei Borzenkov
В Fri, 3 Oct 2014 22:55:13 -0700 Aleksei Besogonov пишет: > With all the recent noise about systemd abusing its position with the way it > takes over logging I’ve been thinking about a way to solve it. > > As far as I understand the following holds: > - Systemd takes over /dev/log socket which

[systemd-devel] [PATCH 1/2] sd-event: be more careful when enabling/disabling signals

2014-10-05 Thread Zbigniew Jędrzejewski-Szmek
When a child event is disabled (in order to be freed) and there is no SIGCHLD signal event, sd_event_source_set_enabled will disable SIGCHLD even if there are other child events. Also remove some unneeded signalfd updates. https://bugs.freedesktop.org/show_bug.cgi?id=84659 Based-on-a-patch-by: H

[systemd-devel] [PATCH 2/2] sd-event: update signal mask when disconnecting sources

2014-10-05 Thread Zbigniew Jędrzejewski-Szmek
--- Looks like src/libsystemd/sd-event/sd-event.c | 68 +- 1 file changed, 38 insertions(+), 30 deletions(-) diff --git a/src/libsystemd/sd-event/sd-event.c b/src/libsystemd/sd-event/sd-event.c index c5f062b3e0..80a2ae97e8 100644 --- a/src/libsystemd/sd-even

Re: [systemd-devel] [PATCH] ask-password: Add --echo to enable echoing the user input

2014-10-05 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Oct 03, 2014 at 03:53:45PM +0200, David Sommerseth wrote: > Programs such as OpenVPN may use ask-password for not only retrieving > passwords, but also usernames. Masking usernames with * seems just silly. > > v2 - Don't mess with termios flags, instead print the input > instead of

Re: [systemd-devel] [PATCH] Added test for unit file state returned by unit_file_get_state and unit_file_get_list.

2014-10-05 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Oct 03, 2014 at 04:03:14PM -0700, Ken Sedgwick wrote: > +const char *subdir = "/test-enabled-root"; > +char root_dir[UNIT_NAME_MAX + 2 + 1] = TEST_DIR; > + > +#define confirm_unit_state(unit, expected) \ > +assert_se(unit_file_get_state(UNIT_FILE_SYSTEM,

Re: [systemd-devel] [RFC 22/25] support POSIX strerror_r returning int

2014-10-05 Thread Zbigniew Jędrzejewski-Szmek
Why do you define both posix_strerror_r and gnu_strerror_r? Isn't it enough to define the second one for compatibility purposes? Zbyszek On Thu, Sep 18, 2014 at 03:24:58PM +0200, Emil Renner Berthing wrote: > --- > configure.ac | 2 ++ > src/journal/journal-send.c|

Re: [systemd-devel] A way to better integrate rsyslog into systemd?

2014-10-05 Thread Aleksei Besogonov
On 05 Oct 2014, at 11:02, Andrei Borzenkov wrote: > В Fri, 3 Oct 2014 22:55:13 -0700 > Aleksei Besogonov пишет: > >> With all the recent noise about systemd abusing its position with the way it >> takes over logging I’ve been thinking about a way to solve it. >> >> As far as I understand the f

Re: [systemd-devel] instantiated services set up

2014-10-05 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 16, 2014 at 01:22:39PM +0200, Jan Včelák wrote: > Hi Colin, > > > This approach gives you nice flexibility and control over instance > > units, but still gives you the ability to start/stop individual > > instances and control all of them at once too! > > Yes, you are right. I tried t

Re: [systemd-devel] _H Online_ articles about systemd restored by Thorsten Leemhuis

2014-10-05 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 30, 2014 at 09:24:16PM +, Chaiken, Alison wrote: > I asked Thorsten Leemhuis of Heise if it wouldn't be possible to bring back > the excellent _H Online_ systemd articles that he, Lennart and Kay wrote. > They now are here, still without figures: > > http://www.h-online.com/ope

Re: [systemd-devel] [PATCH] Added test for unit file state returned by unit_file_get_state and unit_file_get_list.

2014-10-05 Thread Ken Sedgwick
Will do. Ken On Sun, Oct 5, 2014 at 2:27 PM, Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > On Fri, Oct 03, 2014 at 04:03:14PM -0700, Ken Sedgwick wrote: > > +const char *subdir = "/test-enabled-root"; > > +char root_dir[UNIT_NAME_MAX + 2 + 1] = TEST_DIR; > > + > > +#define confirm_un

Re: [systemd-devel] [PATCH] buildsys, missing: include linux/memfd.h if found

2014-10-05 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Sep 16, 2014 at 07:10:41PM -0300, Cristian Rodríguez wrote: > That's in order to get the system 's definitions of memfd API flags > instead of relying on the locally defined ones. > --- > configure.ac | 1 + > src/shared/missing.h | 4 > 2 files changed, 5 insertions(+) > > d

Re: [systemd-devel] A way to better integrate rsyslog into systemd?

2014-10-05 Thread Mantas Mikulėnas
On Oct 6, 2014 12:54 AM, "Aleksei Besogonov" wrote: > > On 05 Oct 2014, at 11:02, Andrei Borzenkov wrote: > > В Fri, 3 Oct 2014 22:55:13 -0700 > > Aleksei Besogonov пишет: > > > >> With all the recent noise about systemd abusing its position with the way it takes over logging I’ve been thinking

Re: [systemd-devel] A way to better integrate rsyslog into systemd?

2014-10-05 Thread Jóhann B. Guðmundsson
On 10/04/2014 05:55 AM, Aleksei Besogonov wrote: With all the recent noise about systemd abusing its position with the way it takes over logging I’ve been thinking about a way to solve it. As far as I understand the following holds: - Systemd takes over /dev/log socket which is normally served