Re: [systemd-devel] [PATCH] fstab-generator: introduce rd.weak_sysroot to bypass failures in sysroot.mount

2013-08-05 Thread WANG Chao
On 07/30/13 at 06:52pm, Zbigniew Jędrzejewski-Szmek wrote: On Wed, Jul 31, 2013 at 12:46:22AM +0800, WANG Chao wrote: On 07/31/13 at 12:32am, WANG Chao wrote: On 07/30/13 at 03:46pm, Zbigniew Jędrzejewski-Szmek wrote: On Tue, Jul 30, 2013 at 09:43:16AM -0400, Vivek Goyal wrote: [CC

[systemd-devel] Lightweight OS for containers based on systemd

2013-08-05 Thread David Strauss
CoreOS [1] is a systemd-centric mini-OS based on distributing applications as containers. I'll be following up with them to see if there are good coordination opportunities, especially around socket activation, security isolation, and resource management. Containers are a major professional focus

Re: [systemd-devel] Slow firmware timeouts again (Re: [3.11 regression?] iwlwifi firmware takes two minutes to load)

2013-08-05 Thread Kay Sievers
On Fri, Aug 2, 2013 at 6:28 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Fri, Aug 02, 2013 at 09:04:44AM -0700, Andy Lutomirski wrote: CONFIG_FW_LOADER_USER_HELPER=y Do you need this? Unsetting this should help. This option enables / disables the invocation of user-helper

Re: [systemd-devel] Create a new logind session from a systemd --user unit

2013-08-05 Thread Simon McVittie
On 04/08/13 15:46, Colin Walters wrote: 1) Pretty much all the user processes are no longer inside a session at all. 2) It is now much harder to log in multiple times graphically; this is kind of a crazy thing to do, but it's still *possible*. How (if at all) does this cope with gdm

Re: [systemd-devel] [PATCH] journal: handle multiline syslog messages

2013-08-05 Thread Lennart Poettering
On Thu, 01.08.13 12:22, har...@redhat.com (har...@redhat.com) wrote: From: Harald Hoyer har...@redhat.com Since the journal can handle multiple lines just well natively, and rsyslog can be configured to handle them as well, there is no need to truncate messages from syslog() after the first

Re: [systemd-devel] Create a new logind session from a systemd --user unit

2013-08-05 Thread Colin Walters
On Mon, 2013-08-05 at 12:24 +0100, Simon McVittie wrote: On 04/08/13 15:46, Colin Walters wrote: 1) Pretty much all the user processes are no longer inside a session at all. 2) It is now much harder to log in multiple times graphically; this is kind of a crazy thing to do, but it's

[systemd-devel] advice for fixing systemd206 installation please

2013-08-05 Thread lux-integ
greetings, I am attempt to learn how to use systemd. I installed systemd-206 on a machine with these:- --OS cblfs pure 64bit --cpu amd64 --kerernel linux-3.10.5 --no X11 but radeon GPU I am using all the 'systemd' defaults:- These are my findings:- --A) The machine boots to command prompt

Re: [systemd-devel] advice for fixing systemd206 installation please

2013-08-05 Thread lux-integ
On Monday 05 August 2013 16:15:03 Mantas Mikulėnas wrote: Does `findmnt` show the same? Also, is your /etc/mtab a regular file, or a symlink to /proc/self/mounts? thanks i had overlooked this and this has fixed the phantom mount point problem On Monday 05 August 2013 16:15:03 Mantas

Re: [systemd-devel] Slow firmware timeouts again (Re: [3.11 regression?] iwlwifi firmware takes two minutes to load)

2013-08-05 Thread Andy Lutomirski
On Mon, Aug 5, 2013 at 4:18 AM, Kay Sievers k...@vrfy.org wrote: On Fri, Aug 2, 2013 at 6:28 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Fri, Aug 02, 2013 at 09:04:44AM -0700, Andy Lutomirski wrote: CONFIG_FW_LOADER_USER_HELPER=y Do you need this? Unsetting this should help.

Re: [systemd-devel] advice for fixing systemd206 installation please

2013-08-05 Thread Anton Aylward
lux-integ said the following on 08/05/2013 11:56 AM: [..] On Monday 05 August 2013 16:15:03 Mantas Mikulėnas wrote: The filesystem is irrelevant, since it is checked at mount time, and you mount disks after they show up in /dev. Make sure you have USB mass storage drivers enabled (compiled in

[systemd-devel] [PATCH] Change CONFIG_FW_LOADER_USER_HELPER to default n and don't select it

2013-08-05 Thread Andy Lutomirski
The systemd commit below can delay firmware loading by multiple minutes if CONFIG_FW_LOADER_USER_HELPER=y. Unfortunately no one noticed that the systemd-udev change would break new kernels as well as old kernels. Since the kernel apparently can't count on reasonable userspace support, turn this

Re: [systemd-devel] Create a new logind session from a systemd --user unit

2013-08-05 Thread Colin Walters
On Sun, 2013-08-04 at 21:02 +0300, Oleksii Shevchuk wrote: What about logind/polkit? I.e. if i start nm-applet from systemd@user, than polkit doesn't authenticate it, as it not belong to active session Ok, I tossed up: https://people.gnome.org/~walters/user-session-patches/polkit/ With this

Re: [systemd-devel] Create a new logind session from a systemd --user unit

2013-08-05 Thread Colin Walters
On Sun, 2013-08-04 at 10:46 -0400, Colin Walters wrote: https://people.gnome.org/~walters/user-session-patches Now updated with various bugfixes. PolicyKit works, the lock screen works, etc. However...let me call out one particular change: diff --git a/src/login/logind-dbus.c