Re: [systemd-devel] [ANNOUNCE] systemd v41

2012-02-20 Thread Santi Béjar
he flow of commits to git log. > > Or in short: a new --show-tags switch for git log sounds like an awesome > solution here. It is spelled --decorate :-) You can even put it in the config log.decorate HTH, Santi ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] boot problems with recent git and debian

2011-04-03 Thread Santi Béjar
u should try purging nfs-common/portmap in >> case you don't need it. > > I don't have those packages installed, Are those purged? Because if not the init.d files are still there causing troubles. $dpkg -l nfs-common ... rc nfs-common ... ? HTH, Santi

Re: [systemd-devel] [PATCH] debian: Fix fsck/checkroot/checkfs/syinit order

2010-09-18 Thread Santi Béjar
On Mon, Sep 13, 2010 at 10:44 AM, Santi Béjar wrote: > On Mon, Sep 13, 2010 at 2:19 AM, Michael Biebl wrote: >> 2010/9/13 Santi Béjar : >>> (with and w/o your patch) and no changes. I've just found other >>> "interesting things", some boot scripts

Re: [PATCH] debian: Fix fsck/checkroot/checkfs/syinit order

2010-09-13 Thread Santi Béjar
On Mon, Sep 13, 2010 at 2:19 AM, Michael Biebl wrote: > 2010/9/13 Santi Béjar : >> (with and w/o your patch) and no changes. I've just found other >> "interesting things", some boot scripts are failing with "read-only >> filesystem". Quite a few (or

Re: [PATCH] debian: Fix fsck/checkroot/checkfs/syinit order

2010-09-12 Thread Santi Béjar
st commit I have is v8-71-gae7f031 (Add pam-config file, 2010-08-30) Santi ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [PATCH] debian: Fix fsck/checkroot/checkfs/syinit order

2010-09-12 Thread Santi Béjar
On Sun, Sep 12, 2010 at 12:41 AM, Michael Biebl wrote: > 2010/9/11 Santi : >> Properly order these units so that the a partition is not mount >> before the fsck is done in a Debian system. > as already said on IRC, I'm curious why you get this error but I can't > r

[PATCH] debian: Fix fsck/checkroot/checkfs/syinit order

2010-09-10 Thread Santi
Properly order these units so that the a partition is not mount before the fsck is done in a Debian system. --- Makefile.am |6 +- units/debian/fsck.target |2 ++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index e1fe9e6..c1c243

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

2010-09-10 Thread Santi Béjar
On Fri, Sep 10, 2010 at 2:58 PM, Michael Biebl wrote: > 2010/9/10 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.targe

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

2010-09-10 Thread Santi Béjar
On Fri, Sep 10, 2010 at 1:45 PM, Jens Persson wrote: > On Fri, Sep 10, 2010 at 10:32 AM, Santi Béjar wrote: >> >> On Fri, Sep 10, 2010 at 1:53 AM, Jens Persson wrote: >> > Ok, then try to add After=fsck.target to sysinit.target. >> > >> >> Ok, this w

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

2010-09-10 Thread Santi Béjar
;ll do more tests and will send a patch. Thanks, Santi > 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 >> > A

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

2010-09-09 Thread Santi Béjar
\x1d429b\x1d80b1\x1dac2763026e01.device fsck.target -.mount Description=/home ... Thanks, Santi ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

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.

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; y

[PATCH 2/2] README: Update requirements

2010-09-08 Thread Santi
--- Hi *, I don't know if it's worth saying Linux >= 2.6.30 with an additional patch, but as 2.6.36 is not released yet... HTH, Santi README | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 492e374..96da36c 100644 --- a

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

2010-09-08 Thread Santi
--- Makefile.am | 23 ++- units/.gitignore |3 ++ units/arch/halt.service | 19 units/arch/poweroff.service | 19 units/arch/reboot.service | 19 units/debian/halt.service