Re: [systemd-devel] Debian patches, typo fixes

2010-09-09 Thread Jens Persson
Ok, then try to add After=fsck.target to sysinit.target. Jens On Fri, Sep 10, 2010 at 1:28 AM, Santi Béjar wrote: > Hi *, > > On Thu, Sep 9, 2010 at 2:22 PM, Jens Persson wrote: > > Try to put your check services in sysinit.target.wants and add > > After=sysinit.target to local-fs.target. > >

Re: [systemd-devel] Debian patches, typo fixes

2010-09-09 Thread Santi Béjar
Hi *, On Thu, Sep 9, 2010 at 2:22 PM, Jens Persson wrote: > Try to put your check services in sysinit.target.wants and add > After=sysinit.target to local-fs.target. I've tried something like this. But first let me correct my report, the patch breaking my boot is the one introducing a separated

Re: [PATCH 1/2] units: Merge halt/poweroff/reboot for the different distros

2010-09-09 Thread Jens Persson
IIRC mezcalero said on irc that native killall/poweroff/reboot are eventually going to be imlemented but they are scheduled for F15. And IMHO the less people worry about sysv the better, it's dying anyway. > I can try to help there, but I don't want to do things in a way and > later people say it

Re: [PATCH 1/2] units: Merge halt/poweroff/reboot for the different distros

2010-09-09 Thread Gustavo Sverzut Barbieri
On Thu, Sep 9, 2010 at 12:37 PM, Bill Nottingham wrote: > Santi ([email protected]) said: >>  Makefile.am                   |   23 ++- >>  units/.gitignore              |    3 ++ >>  units/arch/halt.service       |   19 >>  units/arch/poweroff.service   |   19

Re: [PATCH 1/2] units: Merge halt/poweroff/reboot for the different distros

2010-09-09 Thread Bill Nottingham
Santi ([email protected]) said: > Makefile.am | 23 ++- > units/.gitignore |3 ++ > units/arch/halt.service | 19 > units/arch/poweroff.service | 19 > units/arch/reboot.service | 19 -

Re: [systemd-devel] Debian patches, typo fixes

2010-09-09 Thread Jens Persson
Try to put your check services in sysinit.target.wants and add After=sysinit.target to local-fs.target. Greets Jens On Thu, Sep 9, 2010 at 9:12 AM, Santi Béjar wrote: > Hi *, > > I just wanted to report that for the patch adding checkroot.service > and checkfs.service breaks my boot. The /home

Re: [systemd-devel] Debian patches, typo fixes

2010-09-09 Thread Santi Béjar
Hi *, I just wanted to report that for the patch adding checkroot.service and checkfs.service breaks my boot. The /home partition gets mounted before the /etc/init.d/checkfs.sh is run, so it fails. I'm using debian sid amd64. If you need more information just ask. Santi

Re: [PATCH 1/2] units: Merge halt/poweroff/reboot for the different distros

2010-09-09 Thread Santi Béjar
On Thu, Sep 9, 2010 at 2:30 AM, Gustavo Sverzut Barbieri wrote: > On Wed, Sep 8, 2010 at 9:11 PM, Santi wrote: >> --- /dev/null >> +++ b/units/halt.service.m4 >> @@ -0,0 +1,49 @@ >> +#  This file is part of systemd. >> +# >> +#  systemd is free software; you can redistribute it and/or modify it >