This patch updates the manpage to reflect the new list of unit search
locations from commit adf70c. In particular, Systemd no longer looks
for units in "/usr/local/share/systemd/system", but rather
"/usr/local/lib/systemd/system".
-William
0001-man-update-the-list-of-unit-search-locations.patch
On Fri, 2011-05-20 at 16:16 -0300, Gustavo Sverzut Barbieri wrote:
> On Fri, May 20, 2011 at 3:01 PM, Henry Gebhardt
> wrote:
> > On Fri, May 20, 2011 at 10:37:42AM -0300, Gustavo Sverzut Barbieri wrote:
> >> On Fri, May 20, 2011 at 9:36 AM, Maciej Piechotka
> >> wrote:
> >> > ...
> >> >
> >> >
On Fri, May 20, 2011 at 3:01 PM, Henry Gebhardt
wrote:
> On Fri, May 20, 2011 at 10:37:42AM -0300, Gustavo Sverzut Barbieri wrote:
>> On Fri, May 20, 2011 at 9:36 AM, Maciej Piechotka
>> wrote:
>> > ...
>> >
>> > Ok - I won't. The file is:
>> >
>> > 0.00 1305883630 0.00
>> > 1305883630
>
On Fri, May 20, 2011 at 10:37:42AM -0300, Gustavo Sverzut Barbieri wrote:
> On Fri, May 20, 2011 at 9:36 AM, Maciej Piechotka
> wrote:
> > ...
> >
> > Ok - I won't. The file is:
> >
> > 0.00 1305883630 0.00
> > 1305883630
> > UTC
>
> I guess every Gentoo user that moved to systemd notice
On Fri, May 20, 2011 at 12:42 PM, Alexey Shabalin wrote:
> I want to check settings before starting the service.
> Check only True or False.
>
> For example, i can only install mdadm package, but have not configured
> any raid disk. Then don't need run mdadm.service.
>
> mdadm.service
> [Unit]
> C
于 2011年05月21日 00:50, Harald Hoyer 写道:
> Am 20.05.2011 18:49, schrieb microcai:
>> 于 2011年05月20日 23:35, Kay Sievers 写道:
>>> On Fri, May 20, 2011 at 17:32, microcai
>>> wrote:
>>>
Now I've full relized that, the problem is fsck-root.service.
udev.service stay idle as soon as fsck-root
Am 20.05.2011 18:49, schrieb microcai:
于 2011年05月20日 23:35, Kay Sievers 写道:
On Fri, May 20, 2011 at 17:32, microcai wrote:
Now I've full relized that, the problem is fsck-root.service.
udev.service stay idle as soon as fsck-root.service exit.
It is fsck-root.service that took so long to do
于 2011年05月20日 23:35, Kay Sievers 写道:
> On Fri, May 20, 2011 at 17:32, microcai wrote:
>
>> Now I've full relized that, the problem is fsck-root.service.
>>
>> udev.service stay idle as soon as fsck-root.service exit.
>>
>> It is fsck-root.service that took so long to do the job.
>
> Check that t
I want to check settings before starting the service.
Check only True or False.
For example, i can only install mdadm package, but have not configured
any raid disk. Then don't need run mdadm.service.
mdadm.service
[Unit]
ConditionKernelCommandLine=|!noraidtab
Condition... =| $(grep -qs
'^[[:spac
On Fri, May 20, 2011 at 17:32, microcai wrote:
> Now I've full relized that, the problem is fsck-root.service.
>
> udev.service stay idle as soon as fsck-root.service exit.
>
> It is fsck-root.service that took so long to do the job.
Check that the clock is right, that rtc is set by the kernel:
于 2011年05月20日 12:10, microcai 写道:
> 于 2011年05月20日 18:39, Lennart Poettering 写道:
>> On Fri, 20.05.11 17:40, Chen Jie ([email protected]) wrote:
>>
>>> 2011/5/19 Chen Jie :
2011/5/18 Kay Sievers :
>
> Completely different! That's an Intel Core Duo 1.4 GHz laptop:
> systemd-analyze bl
Resending with one debug line removed
___
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
From: Harald Hoyer
umount /boot
mount a tmpfs on /boot
mount bind all needed dirs
pivot_root to /boot
umount all mountpoints as before
see root be umounted properly and all dm devices deconstructed
---
src/shutdown.c | 154 +++
1 files changed
On Fri, May 20, 2011 at 04:20:47PM +0200, Kay Sievers wrote:
> On Fri, May 20, 2011 at 16:08, Gustavo Sverzut Barbieri
> wrote:
> > http://bugs.gentoo.org/show_bug.cgi?id=318365#c129 I complained about
> > it before :-)
> > http://bugs.gentoo.org/show_bug.cgi?id=318365#c135 (Lennart's
> > explanat
From: Harald Hoyer
---
src/umount.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/umount.c b/src/umount.c
index 31e91ec..35e04de 100644
--- a/src/umount.c
+++ b/src/umount.c
@@ -417,6 +417,7 @@ static int mount_points_list_umount(MountPoint **head, bool
*changed)
On Fri, May 20, 2011 at 12:31 PM, Lennart Poettering
wrote:
> On Fri, 20.05.11 11:03, Maciej Piechotka ([email protected]) wrote:
>> 1. I have custom init in which I initialise lvm by:
>>
>> /bin/lvm vgchange -ay
>>
> You need to ensure to place this service file after udev-settle.service
Th
On Fri, May 20, 2011 at 16:08, Gustavo Sverzut Barbieri
wrote:
> http://bugs.gentoo.org/show_bug.cgi?id=318365#c129 I complained about
> it before :-)
> http://bugs.gentoo.org/show_bug.cgi?id=318365#c135 (Lennart's
> explanation for them)
Yeah, cool, I'll not stop bitching until that is fixed. :)
On Fri, May 20, 2011 at 10:57 AM, Kay Sievers wrote:
> On Fri, May 20, 2011 at 15:34, Gustavo Sverzut Barbieri
> wrote:
>> On Fri, May 20, 2011 at 10:15 AM, Kay Sievers wrote:
>>>
>>> On Fri, May 20, 2011 at 13:56, Maciej Piechotka
>>> wrote:
>>>
>>> > # systemctl enable hwclock-load.service
>
于 2011年05月20日 21:57, Kay Sievers 写道:
> On Fri, May 20, 2011 at 15:34, Gustavo Sverzut Barbieri
> wrote:
>> On Fri, May 20, 2011 at 10:15 AM, Kay Sievers wrote:
>>>
>>> On Fri, May 20, 2011 at 13:56, Maciej Piechotka
>>> wrote:
>>>
# systemctl enable hwclock-load.service
Cannot link /l
On Fri, May 20, 2011 at 15:34, Gustavo Sverzut Barbieri
wrote:
> On Fri, May 20, 2011 at 10:15 AM, Kay Sievers wrote:
>>
>> On Fri, May 20, 2011 at 13:56, Maciej Piechotka
>> wrote:
>>
>> > # systemctl enable hwclock-load.service
>> > Cannot link /lib64/systemd/system/hwclock-load.service
>>
>>
On Fri, May 20, 2011 at 07:19, microcai wrote:
> 于 2011年05月20日 21:15, Kay Sievers 写道:
>> On Fri, May 20, 2011 at 13:56, Maciej Piechotka
>> wrote:
>>
>>> # systemctl enable hwclock-load.service
>>> Cannot link /lib64/systemd/system/hwclock-load.service
>>
>> Yikes, please fix that before trying
On Fri, May 20, 2011 at 6:16 AM, Michal Schmidt wrote:
> On 05/19/2011 06:09 PM, Gustavo Sverzut Barbieri wrote:
>>
>> If you happen to use icecream, give a try to the attached patch to
>> their SVN (svn://anonsvn.kde.org/home/kde/trunk/icecream revision
>> 1232790)
>
> You have in daemon/icecream
On Fri, May 20, 2011 at 4:42 AM, Stephan Kulow wrote:
> Am Donnerstag, 19. Mai 2011 schrieb Gustavo Sverzut Barbieri:
>>
>> I'd like to know some positive and negative tests before I ask someone
>> at kde.org to commit it :-)
> Too late - I'm listening :)
Don't listen - TEST IT :-)
Great to know
On Fri, May 20, 2011 at 9:36 AM, Maciej Piechotka wrote:
> On Fri, 2011-05-20 at 14:22 +0200, Lennart Poettering wrote:
>> On Fri, 20.05.11 12:56, Maciej Piechotka ([email protected]) wrote:
>>
>> > # systemctl enable hwclock-load.service
>> > Cannot link /lib64/systemd/system/hwclock-load.ser
On Fri, May 20, 2011 at 10:15 AM, Kay Sievers wrote:
>
> On Fri, May 20, 2011 at 13:56, Maciej Piechotka wrote:
>
> > # systemctl enable hwclock-load.service
> > Cannot link /lib64/systemd/system/hwclock-load.service
>
> Yikes, please fix that before trying anything else. And please hit the
> mis
于 2011年05月20日 21:15, Kay Sievers 写道:
> On Fri, May 20, 2011 at 13:56, Maciej Piechotka wrote:
>
>> # systemctl enable hwclock-load.service
>> Cannot link /lib64/systemd/system/hwclock-load.service
>
> Yikes, please fix that before trying anything else. And please hit the
> misguided Gentoo folks
On Fri, May 20, 2011 at 13:56, Maciej Piechotka wrote:
> # systemctl enable hwclock-load.service
> Cannot link /lib64/systemd/system/hwclock-load.service
Yikes, please fix that before trying anything else. And please hit the
misguided Gentoo folks with a cluebat. :)
There is never ever a valid
On Fri, 2011-05-20 at 14:22 +0200, Lennart Poettering wrote:
> On Fri, 20.05.11 12:56, Maciej Piechotka ([email protected]) wrote:
>
> > # systemctl enable hwclock-load.service
> > Cannot link /lib64/systemd/system/hwclock-load.service
> > to /etc/systemd/system/sysinit.target.wants/hwclock-lo
On Fri, 20.05.11 12:56, Maciej Piechotka ([email protected]) wrote:
> # systemctl enable hwclock-load.service
> Cannot link /lib64/systemd/system/hwclock-load.service
> to /etc/systemd/system/sysinit.target.wants/hwclock-load.service,
> symlink exists already and points
> to /lib/systemd/syste
于 2011年05月20日 18:39, Lennart Poettering 写道:
> On Fri, 20.05.11 17:40, Chen Jie ([email protected]) wrote:
>
>> 2011/5/19 Chen Jie :
>>> 2011/5/18 Kay Sievers :
Completely different! That's an Intel Core Duo 1.4 GHz laptop:
systemd-analyze blame | grep udev
87ms udev-trigger.se
2011/5/20 Kay Sievers :
> On Fri, May 20, 2011 at 12:40, Lennart Poettering
> wrote:
>> On Fri, 20.05.11 14:36, Alexey Shabalin ([email protected]) wrote:
>
>>> IP_TRANSPARENT defined in kernel headers , not in glibc
>>> headers.
>>
>> Hmm, if IP_TRANSPARENT is missing on your glibc we might
On Fri, 2011-05-20 at 12:31 +0200, Lennart Poettering wrote:
> On Fri, 20.05.11 11:03, Maciej Piechotka ([email protected]) wrote:
>
> > Hello. I tried to set up systemd on Gentoo and I've run into several
> > problems:
> >
> > 1. I have custom init in which I initialise lvm by:
> >
> > /bin
On Fri, May 20, 2011 at 12:40, Lennart Poettering
wrote:
> On Fri, 20.05.11 14:36, Alexey Shabalin ([email protected]) wrote:
>> IP_TRANSPARENT defined in kernel headers , not in glibc headers.
>
> Hmm, if IP_TRANSPARENT is missing on your glibc we might just add it to
> missing.h which is wh
On Fri, 20.05.11 14:36, Alexey Shabalin ([email protected]) wrote:
>
> 2011/5/20 [email protected] :
> > 2011/5/20 [email protected] :
> >> Hi Lennart,
> >>
> >> It seems we need to include in socket-util.c, to make
> >> build successful.
> >> I've made a patch in attachment.
> > Didn't notic
On Fri, May 20, 2011 at 11:40, Chen Jie wrote:
> 2011/5/19 Chen Jie :
>> 2011/5/18 Kay Sievers :
>>>
>>> Completely different! That's an Intel Core Duo 1.4 GHz laptop:
>>> systemd-analyze blame | grep udev
>>> 87ms udev-trigger.service
>>> 13ms udev.service
>> I updated systemd(to v26) and udev
On Fri, 20.05.11 17:40, Chen Jie ([email protected]) wrote:
> 2011/5/19 Chen Jie :
> > 2011/5/18 Kay Sievers :
> >>
> >> Completely different! That's an Intel Core Duo 1.4 GHz laptop:
> >> systemd-analyze blame | grep udev
> >> 87ms udev-trigger.service
> >> 13ms udev.service
> > I updated syste
2011/5/20 [email protected] :
> 2011/5/20 [email protected] :
>> Hi Lennart,
>>
>> It seems we need to include in socket-util.c, to make
>> build successful.
>> I've made a patch in attachment.
> Didn't notice that is already included in socket-util.h, sorry.
IP_TRANSPARENT defined in kernel head
On Fri, 20.05.11 11:03, Maciej Piechotka ([email protected]) wrote:
> Hello. I tried to set up systemd on Gentoo and I've run into several
> problems:
>
> 1. I have custom init in which I initialise lvm by:
>
> /bin/lvm vgchange -ay
>
> In /etc/fstab I have devices mentioned by UUID. Durin
于 2011年05月20日 17:40, Chen Jie 写道:
> 2011/5/19 Chen Jie :
>> 2011/5/18 Kay Sievers :
>>>
>>> Completely different! That's an Intel Core Duo 1.4 GHz laptop:
>>> systemd-analyze blame | grep udev
>>> 87ms udev-trigger.service
>>> 13ms udev.service
>> I updated systemd(to v26) and udev(to 168), stil
Hello. I tried to set up systemd on Gentoo and I've run into several
problems:
1. I have custom init in which I initialise lvm by:
/bin/lvm vgchange -ay
In /etc/fstab I have devices mentioned by UUID. During boot systemd
complains that fsck.ext2 cannot find /dev//root. If I use dracut
it works
On 05/19/2011 06:09 PM, Gustavo Sverzut Barbieri wrote:
If you happen to use icecream, give a try to the attached patch to
their SVN (svn://anonsvn.kde.org/home/kde/trunk/icecream revision
1232790)
You have in daemon/icecream.conf:
ICECREAM_CONF=""
But in daemon/icecream.service.in you use a
Am Donnerstag, 19. Mai 2011 schrieb Gustavo Sverzut Barbieri:
>
> I'd like to know some positive and negative tests before I ask someone
> at kde.org to commit it :-)
Too late - I'm listening :)
Greetings, Stephan
___
systemd-devel mailing list
systemd
42 matches
Mail list logo