Re: [systemd-devel] Network Manager and systemd-networkd.service

2014-04-15 Thread Thomas Bächler
Am 16.04.2014 06:10, schrieb Andy Johnson: > Hello, systemd-devel, > > I saw this in the manpage of systemd-networkd.service (in the systemd git > tree) > > systemd-networkd.service, systemd-networkd — Network manager > > My question is: is systemd-networkd.service a replacement for the > Netwo

[systemd-devel] Network Manager and systemd-networkd.service

2014-04-15 Thread Andy Johnson
Hello, systemd-devel, I saw this in the manpage of systemd-networkd.service (in the systemd git tree) systemd-networkd.service, systemd-networkd — Network manager My question is: is systemd-networkd.service a replacement for the Network Manager which is installed by default on many distros (like

[systemd-devel] [PATCH] Fix permissions on new journal files

2014-04-15 Thread Greg KH
When starting up journald on a new system, set the proper permissions on the system.journal files, not only on the journal directory. diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 7c6d6b9099b9..c47004532151 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf

Re: [systemd-devel] [PATCH] Fix permissions on new journal files

2014-04-15 Thread Greg KH
On Tue, Mar 25, 2014 at 12:13:56PM -0400, Dave Reisner wrote: > On Tue, Mar 25, 2014 at 09:09:57AM -0700, Greg KH wrote: > > On Tue, Mar 25, 2014 at 12:01:01PM -0400, Dave Reisner wrote: > > > On Tue, Mar 25, 2014 at 04:54:34PM +0100, Thomas Bächler wrote: > > > > Am 25.03.2014 01:40, schrieb Lenna

Re: [systemd-devel] [ systemd-devel ] [PATCH] Fix Bug 72611 (systemctl is-enabled scales poorly with many units

2014-04-15 Thread David Timothy Strauss
Posting here for discussion at the systemd hackfest today. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [ systemd-devel ] [PATCH] Fix Bug 72611 (systemctl is-enabled scales poorly with many units

2014-04-15 Thread david
From: Rami Rosen This patch fixes Bug 72611 (systemctl is-enabled scales poorly with many units) by using a hashmap for enabled/disabled services instead. The hashmap is a member of the manager and is initialized by a new method, build_enabled_cache(), which is called from the manager_startup()

Re: [systemd-devel] kdbus vs. pipe based ipc performance

2014-04-15 Thread Stefan Westerfeld
Hi! On Tue, Mar 04, 2014 at 05:36:16AM +0100, Kay Sievers wrote: > On Tue, Mar 4, 2014 at 5:00 AM, Kay Sievers wrote: > > On Mon, Mar 3, 2014 at 11:06 PM, Kay Sievers wrote: > >> On Mon, Mar 3, 2014 at 10:35 PM, Stefan Westerfeld > >> wrote: > >>> First of all: I'd really like to see kdbus