[systemd-devel] [ANNOUNCE] systemd 10

2010-09-13 Thread Lennart Poettering
Heya! http://www.freedesktop.org/software/systemd/systemd-10.tar.bz2 Changes: Gustavo Sverzut Barbieri (1): util: add Gentoo welcome message. Kay Sievers (3): work around busted capability.h update fixme update fixme Lennart Poettering (31): build-sys: fix fedpkg

Re: [systemd-devel] Provide INIT_VERSION?

2010-09-13 Thread Lennart Poettering
On Mon, 13.09.10 14:52, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > >> Anyway, maybe it's better to just ignore it and go straight with > >> systemd-native actions. Would you mind sharing your ideas about them? > >> Maybe I can help there as well. > > > > I figure you are aware th

Re: [systemd-devel] [PATCH] util: add Debian welcome message

2010-09-13 Thread Lennart Poettering
On Sun, 12.09.10 23:17, Sedat Dilek (sedat.di...@googlemail.com) wrote: > Hi, > > after talked with Michael on IRC, here is the patch to see a systemd > Welcome message on Debian systems. Thanks! Applied. Lennart -- Lennart Poettering - Red Hat, Inc. __

Re: [systemd-devel] [PATCH] Allow disable of SysV init/rcN.d support at compile time.

2010-09-13 Thread Lennart Poettering
On Wed, 08.09.10 11:35, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to > isolate code dealing with /etc/init.d and /etc/rcN.d for systems where > it does not make sense (one that does not use sysv or one that is fully

Re: [systemd-devel] Provide INIT_VERSION?

2010-09-13 Thread Gustavo Sverzut Barbieri
On Mon, Sep 13, 2010 at 2:14 PM, Lennart Poettering wrote: > On Wed, 08.09.10 20:14, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) > wrote: > >> >> On Wed, Sep 8, 2010 at 7:16 PM, Lennart Poettering >> wrote: >> > On Wed, 08.09.10 11:24, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) >

Re: [systemd-devel] [PATCH] fedora: don't quit plymouth too early

2010-09-13 Thread Lennart Poettering
On Mon, 13.09.10 14:44, Michal Schmidt (mschm...@redhat.com) wrote: > Do not quit plymouth until the dependencies for ge...@tty1.service are > ready, in order to minimize the time a black screen is displayed. Thanks! Applied! Lennart -- Lennart Poettering - Red Hat, Inc. _

Re: [systemd-devel] [PATCH] util: add Arch welcome message

2010-09-13 Thread Lennart Poettering
On Mon, 13.09.10 18:54, Tom Gundersen (t...@jklm.no) wrote: > Hi, > > This patch adds a welcome message to Arch systems, similarly to what > is done for the other systems. The only difference is that Arch does > not have releases, so no release name either. It therefore just prints > "Welcome to

Re: [systemd-devel] Provide INIT_VERSION?

2010-09-13 Thread Lennart Poettering
On Wed, 08.09.10 20:14, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > > On Wed, Sep 8, 2010 at 7:16 PM, Lennart Poettering > wrote: > > On Wed, 08.09.10 11:24, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) > > wrote: > > > >> Hi all, > >> > >> Seems that sysvinit provides IN

Re: [systemd-devel] Running a systemd-based Gentoo system

2010-09-13 Thread Lennart Poettering
On Wed, 08.09.10 15:45, Tomasz Torcz (to...@pipebreaker.pl) wrote: > On Wed, Sep 08, 2010 at 08:41:48AM -0500, Jack Byer wrote: > > > > The two examples you've listed are supported already. > > > > > > Jack, did you check EnvironmentFile=/etc/conf.d/xyz? > > > if this file defines ABC=123, then yo

Re: [systemd-devel] Running a systemd-based Gentoo system

2010-09-13 Thread Lennart Poettering
On Wed, 08.09.10 08:41, Jack Byer (ftn...@gmail.com) wrote: > > > > The two examples you've listed are supported already. > > > > Jack, did you check EnvironmentFile=/etc/conf.d/xyz? > > if this file defines ABC=123, then you can use ExecStart=/path/to/app $ABC > > > I don't believe that feature

Re: [systemd-devel] Running a systemd-based Gentoo system

2010-09-13 Thread Lennart Poettering
On Wed, 08.09.10 10:37, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > > On Wed, Sep 8, 2010 at 10:31 AM, Matthew Miller wrote: > > On Wed, Sep 08, 2010 at 08:28:09AM -0500, Jack Byer wrote: > >> If you mean "no, there are no plans to support that" then please just say > >> so > >

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

2010-09-13 Thread Matthew Miller
On Mon, Sep 13, 2010 at 06:57:47PM +0200, Lennart Poettering wrote: > > Cool. Do you think you could build for Rawhide too, by the way? The > > f14 packages have to go through updates-testing before they get to Rawhide > > users. I've got no problem doing it myself for my own system, but it seems >

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

2010-09-13 Thread Lennart Poettering
On Thu, 02.09.10 23:51, Matthew Miller (mat...@mattdm.org) wrote: > > On Fri, Sep 03, 2010 at 05:38:45AM +0200, Lennart Poettering wrote: > > http://www.freedesktop.org/software/systemd/systemd-9.tar.bz2 > > Cool. Do you think you could build for Rawhide too, by the way? The > f14 packages have

[systemd-devel] [PATCH] util: add Arch welcome message

2010-09-13 Thread Tom Gundersen
Hi, This patch adds a welcome message to Arch systems, similarly to what is done for the other systems. The only difference is that Arch does not have releases, so no release name either. It therefore just prints "Welcome to Arch Linux!". Cheers, Tom From 736fb6ca7d57df793d11c0cb2c038c91f2e6f1d2

Re: [PATCH] Support IPv6-less systems with runtime check.

2010-09-13 Thread Lennart Poettering
On Wed, 08.09.10 23:02, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: > This patch introduces socket_ipv6_is_supported() call that checks for > IPv6 availability. Code then check for it before using specific calls. > > In order to be less intrusive, this patch avoids IPv6 entries bei

[PATCH] fedora: don't quit plymouth too early

2010-09-13 Thread Michal Schmidt
Do not quit plymouth until the dependencies for ge...@tty1.service are ready, in order to minimize the time a black screen is displayed. --- units/fedora/plymouth-quit.service |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/units/fedora/plymouth-quit.service b/units/fedo

Re: [HEADS-UP] Interface Stability Promise

2010-09-13 Thread Michael Biebl
2010/9/13 Lennart Poettering : > > Comments? Anything I forgot to cover? Yeah, the set of (default) targets shipped by systemd, like multi-user, fsck, umount etc. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?

[HEADS-UP] Interface Stability Promise

2010-09-13 Thread Lennart Poettering
Heya, I'd like to draw your attention to this short text I just put together in the wiki: http://www.freedesktop.org/wiki/Software/systemd/InterfaceStabilityPromise Given that Fedora 14 will be released as first distribution including systemd it's time to make some stability promises on the inte

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 a lot) of boot scripts are run before / >> is re