Re: [systemd-devel] Inquiry about research paper

2017-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 14, 2017 at 08:19:10PM +0900, Jaewon Choi wrote: > Dear systemd Devs, > > Hello, my name is Irvin Choi I am student from Dwight School Seoul, and I > am writing a extended essay within IB (ibo.org) curriculum research paper > about systemd, service manager for Linux/GNU operating syste

[systemd-devel] libsystemd-network: ipv4ll: claimed address conflict kills state machine

2017-02-16 Thread Jason
I am running a compliance test that checks probe denials and address conflicts using ipv4ll. After my device acquires an address using ipv4ll, the compliance test issues two conflicting probes for the same address. I can see libsystemd-network following section 2.5 of RFC3927 correctly and taking

[systemd-devel] General question about dbus-activatable services

2017-02-16 Thread Jonathan de Boyne Pollard
Christian Rebischke: > I would like to start ibus-daemon automatically on login in my user session. The person who told you that this was unnecessary because ibus already has a way to run the daemon via "bus activation" is wrong. There are various good reasons to avoid bus activation, especially

Re: [systemd-devel] General question about dbus-activatable services

2017-02-16 Thread Simon McVittie
On Thu, 16 Feb 2017 at 02:01:29 +0100, Christian Rebischke wrote: > I would like to start > ibus-daemon automatically on login in my user session. ... > But it was rejected, due to the fact that a dbus-activatable service for > ibus exists. If there is a D-Bus service already, the way to get it st