Since udevadm is required during early boot, we need udevadm in
rootbindir so support systems with a split-usr configuration.
For distributions like Fedora, which have done the usr-merge, this
patch doesn't change anything.
Ok to commit?
Michael
--
Why is it that all of the instruments seeking
On Mar 11, 2013 9:12 AM, "Timothée Ravier" 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 arbitrarily an
On Sun, Mar 10, 2013 at 6:29 PM, Lennart Poettering
wrote:
> On Sat, 09.03.13 22:48, Kok, Auke-jan H ([email protected]) wrote:
>
>>
>> On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz wrote:
>> > Am 09.03.2013 23:41, schrieb Kok, Auke-jan H:
>> >> The problem is that the code is now generat
On Sat, 09.03.13 22:48, Kok, Auke-jan H ([email protected]) wrote:
>
> On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz wrote:
> > Am 09.03.2013 23:41, schrieb Kok, Auke-jan H:
> >> The problem is that the code is now generating coordinates as follows:
> >>
> >>
> >>
> >> Obviously, th
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
# syst
'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.
'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 lo
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 Contributo
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: un