[systemd-devel] Underlinking in libsystemd-login

2013-03-10 Thread Canek Peláez Valdés
In Gentoo we are seeing the following failure with programs linking agains libsystemd-login, they all fail with: /usr/lib64/libsystemd-login.so: undefined reference to `sd_id128_to_string' /usr/lib64/libsystemd-login.so: undefined reference to `sd_id128_get_boot' /usr/lib64/libsystemd-login.so:

Re: [systemd-devel] coverity patches

2013-03-10 Thread Colin Guthrie
For the benefit of the list, these patches were posted separately and have been applied (if my fuzzy head has read the list properly!). Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited http://www.tribalogic.net/ Open Source: Mageia

Re: [systemd-devel] About “systemd-cat --priority=0”

2013-03-10 Thread Colin Guthrie
'Twas brillig, and Michal Schmidt at 08/03/13 11:10 did gyre and gimble: Dne 8.3.2013 10:57, Yan Lei napsal(a): Sorry for troubling you, but I have got an issue to confirm with you. My issue is when I use the following command: systemd-cat --priority=0 echo hello Nothing logged into

Re: [systemd-devel] Specifier support for Alias

2013-03-10 Thread Colin Guthrie
'Twas brillig, and Markus Rathgeb at 09/03/13 08:20 did gyre and gimble: Hi! I am using a NAS and want to create .mount and .automount service files for the shared. The service files differs only by the name of the share and mount target. So I thought I use a @ template for that. I

[systemd-devel] [PATCH] Prevent crash due to infinite .include loop

2013-03-10 Thread Timothée Ravier
Hi, A friend of mine found that with the current configuration system, it is possible for a unit to include itself thus creating an infinite loop. This is illustrated by the following example (do not try this at home!): # cd /etc/systemd/system/ # echo .include foo.service foo.service #

Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-10 Thread Lennart Poettering
On Sat, 09.03.13 22:48, Kok, Auke-jan H (auke-jan.h@intel.com) wrote: On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz pie...@archlinux.de wrote: Am 09.03.2013 23:41, schrieb Kok, Auke-jan H: The problem is that the code is now generating coordinates as follows: rect class=box

Re: [systemd-devel] systemd-analyze plot issues in 198

2013-03-10 Thread Kok, Auke-jan H
On Sun, Mar 10, 2013 at 6:29 PM, Lennart Poettering lenn...@poettering.net wrote: On Sat, 09.03.13 22:48, Kok, Auke-jan H (auke-jan.h@intel.com) wrote: On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz pie...@archlinux.de wrote: Am 09.03.2013 23:41, schrieb Kok, Auke-jan H: The problem is

Re: [systemd-devel] [PATCH] Prevent crash due to infinite .include loop

2013-03-10 Thread Tom Gundersen
On Mar 11, 2013 9:12 AM, Timothée Ravier sios...@gmail.com wrote: A friend of mine found that with the current configuration system, it is possible for a unit to include itself thus creating an infinite loop. Oops... I see two ways to fix this problem for good: * Limit the include depth