Re: [systemd-devel] Unit file for motd (message of the day) (was: Trying systemd with Debian Sid/unstable on ASRock E350M1 with Crucial m4 SSD)

2012-06-10 Thread Paul Menzel
Dear systemd folks, Am Dienstag, den 22.05.2012, 11:06 +0200 schrieb Paul Menzel: […] 4. All units take less than a second to start. $ systemd-analyze blame 948ms avahi-daemon.service 729ms postfix.service 656ms rsyslog.service 632ms

Re: [systemd-devel] OT: Races with GDM3 and accountsservice

2012-06-10 Thread Paul Menzel
Am Mittwoch, den 23.05.2012, 22:54 +0200 schrieb Paul Menzel: Am Dienstag, den 22.05.2012, 23:48 +0200 schrieb Paul Menzel: Am Dienstag, den 22.05.2012, 18:41 +0200 schrieb Michael Biebl: 2012/5/22 Paul Menzel: 2. GDM 3 did not list the available users though, which had to be entered

[systemd-devel] `systemd-analyze blame` shows unit file although `systemctl list-units-files` shows it as disabled

2012-06-10 Thread Paul Menzel
Dear systemd folks, I do not understand why a disabled unit file is listed in `systemd-analyze blame`. $ systemctl list-unit-files […] accounts-daemon.servicedisabled […] $ systemd-analyze blame […] 35ms

Re: [systemd-devel] `systemd-analyze blame` shows unit file although `systemctl list-units-files` shows it as disabled

2012-06-10 Thread Dave Reisner
On Sun, Jun 10, 2012 at 03:10:52PM +0200, Paul Menzel wrote: Dear systemd folks, I do not understand why a disabled unit file is listed in `systemd-analyze blame`. $ systemctl list-unit-files […] accounts-daemon.servicedisabled […]

Re: [systemd-devel] Unit file for motd (message of the day) (was: Trying systemd with Debian Sid/unstable on ASRock E350M1 with Crucial m4 SSD)

2012-06-10 Thread Kay Sievers
On Sun, Jun 10, 2012 at 2:40 PM, Paul Menzel paulepan...@users.sourceforge.net wrote: Dear systemd folks, Am Dienstag, den 22.05.2012, 11:06 +0200 schrieb Paul Menzel: […] 4. All units take less than a second to start.         $ systemd-analyze blame            948ms

Re: [systemd-devel] [PATCH] Match udevlibexecdir with UDEVLIBEXECDIR

2012-06-10 Thread Kay Sievers
On Sat, Jun 9, 2012 at 12:46 AM, Malte Starostik li...@malte.homeip.net wrote: Rules get installed in $(libexecdir)/udev/, so are keymaps.  Helper binaries go to $(rootprefix)/lib/udev though.  Problem is, in the code, both are referenced via UDEVLIBEXECDIR which is defined to the former

Re: [systemd-devel] [PATCH] arch: drop sysvcompat support

2012-06-10 Thread Kay Sievers
On Sat, Jun 9, 2012 at 1:08 AM, Tom Gundersen t...@jklm.no wrote: Our downstream generator takes care of all the sysvcompat support we need. Nice stuff! Applied. Thanks, Kay ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] [PATCH] Match udevlibexecdir with UDEVLIBEXECDIR

2012-06-10 Thread Malte Starostik
Am Sonntag, 10. Juni 2012, 17:32:55 schrieb Kay Sievers: On Sat, Jun 9, 2012 at 12:46 AM, Malte Starostik li...@malte.homeip.net wrote: Rules get installed in $(libexecdir)/udev/, so are keymaps. Helper binaries go to $(rootprefix)/lib/udev though. Problem is, in the code, both are

Re: [systemd-devel] [PATCH] tmpfiles: allow lookup by fragment name alone

2012-06-10 Thread Kay Sievers
On Sat, Jun 9, 2012 at 4:31 AM, Dave Reisner dreis...@archlinux.org wrote: Allow passing fragment names alone, letting systemd-tmpfiles perform a path lookup for the proper fragment path. This allows distributions to properly recreate tmpfiles on upgrade of a package without concern for

[systemd-devel] [PATCH] vconsole-setup: enable utf-8 mode explicitly

2012-06-10 Thread Tom Gundersen
Rather than assuming the console is in utf-8 mode if nothing else is specified, be a bit more robust and enable it explicitly. This fixes a regression compared with Arch's initscripts when not using a framebuffer as the old VGA console would not be in utf-8 mode by default. Furthermore, this

Re: [systemd-devel] [PATCH] vconsole-setup: enable utf-8 mode explicitly

2012-06-10 Thread Kay Sievers
On Sun, Jun 10, 2012 at 8:37 PM, Tom Gundersen t...@jklm.no wrote: Rather than assuming the console is in utf-8 mode if nothing else is specified, be a bit more robust and enable it explicitly. This fixes a regression compared with Arch's initscripts when not using a framebuffer as the old

Re: [systemd-devel] [PATCH] vconsole-setup: enable utf-8 mode explicitly

2012-06-10 Thread Tom Gundersen
On Sun, Jun 10, 2012 at 10:30 PM, Kay Sievers k...@vrfy.org wrote: Hmm, what setup exactly would be fixed by this? In my case I can reprodce the problem by blacklisting my graphics driver (i915). In this case my console at boot is not in utf-8 mode, even though my locale is en_US.UTF-8.