Re: systemd

2011-08-02 Thread 天蓬元��
2011/8/3 Lemon Lime : > Hello list, > > I have just installed systemd on my LFS-based system, and I would like > to share my experience. Is there anyone here who is interested in > installation instructions, boot time measurements, configuration options > and other information on this package? Is t

Re: systemd

2011-08-02 Thread Robert Xu
On Aug 3, 2011, at 0:39, 侯红勋 wrote: > On 2011年08月03日 12:23, Lemon Lime wrote: >> Hello list, >> >> I have just installed systemd on my LFS-based system, and I would like >> to share my experience. Is there anyone here who is interested in >> installation instructions, boot time measurements, conf

Re: systemd

2011-08-02 Thread xinglp
2011/8/3 侯红勋 : > On 2011年08月03日 12:23, Lemon Lime wrote: >> Hello list, >> >> I have just installed systemd on my LFS-based system, and I would like >> to share my experience. Is there anyone here who is interested in >> installation instructions, boot time measurements, configuration options >> an

Re: systemd

2011-08-02 Thread 侯红勋
On 2011年08月03日 12:23, Lemon Lime wrote: > Hello list, > > I have just installed systemd on my LFS-based system, and I would like > to share my experience. Is there anyone here who is interested in > installation instructions, boot time measurements, configuration options > and other information on

systemd

2011-08-02 Thread Lemon Lime
Hello list, I have just installed systemd on my LFS-based system, and I would like to share my experience. Is there anyone here who is interested in installation instructions, boot time measurements, configuration options and other information on this package? Is this the right list for this? --

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread Nathan Coulson
On Mon, Aug 1, 2011 at 7:27 PM, Bruce Dubbs wrote: > I have made a very large, invasive change to LFS.  All the bootscripts > have been rewritten. > >  From the change log: > > [bdubbs] - Rewrite bootscripts and Chaper 7. > o Make scripts compatible with initd format (see BLFS). > o Move functions

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread Bruce Dubbs
Matthew Burgess wrote: > On 02/08/2011 22:16, Bruce Dubbs wrote: > >> I could ask that the util-linux guys omit /run also. >> >> Alternatively, we could do something like: >> >> [ -d /run/var ] || return >> >> in the appropriate places in functions so the attempt to write is >> skipped if the

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread Matthew Burgess
On 02/08/2011 22:16, Bruce Dubbs wrote: > I could ask that the util-linux guys omit /run also. > > Alternatively, we could do something like: > > [ -d /run/var ] || return > > in the appropriate places in functions so the attempt to write is > skipped if the /run/var directory is missing. > >

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread Bruce Dubbs
Matthew Burgess wrote: > On 02/08/2011 21:07, xinglp wrote: >> 2011/8/2 Bruce Dubbs: >>> I have made a very large, invasive change to LFS. All the bootscripts >>> have been rewritten. >>> >>> From the change log: >>> >>> [bdubbs] - Rewrite bootscripts and Chaper 7. >>> o Make scripts compatible

Re: r9574 - in trunk/BOOK: . bootscripts bootscripts/lfs/init.d bootscripts/lfs/sysconfig/network-devices bootscripts/lfs/sysconfig/network-devices/services chapter01 chapter06 chapter07 prologue

2011-08-02 Thread Bruce Dubbs
Matthew Burgess wrote: > On 02/08/2011 03:15, bdu...@linuxfromscratch.org wrote: >> Author: bdubbs >> Date: 2011-08-01 20:15:42 -0600 (Mon, 01 Aug 2011) >> New Revision: 9574 > > > >> Modified: trunk/BOOK/bootscripts/lfs/init.d/sysklogd > > This hunk... > >> case "${1}" in >> -start) >>

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread Matthew Burgess
On 02/08/2011 21:07, xinglp wrote: > 2011/8/2 Bruce Dubbs: >> I have made a very large, invasive change to LFS. All the bootscripts >> have been rewritten. >> >> From the change log: >> >> [bdubbs] - Rewrite bootscripts and Chaper 7. >> o Make scripts compatible with initd format (see BLFS). >>

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread xinglp
2011/8/2 Bruce Dubbs : > I have made a very large, invasive change to LFS.  All the bootscripts > have been rewritten. > >  From the change log: > > [bdubbs] - Rewrite bootscripts and Chaper 7. > o Make scripts compatible with initd format (see BLFS). > o Move functions and services to /lib/boot. >

Re: missing __attribute__ ((constructor)) support?

2011-08-02 Thread Andrew Benton
On Tue, 02 Aug 2011 11:40:18 -0500 Bruce Dubbs wrote: > Andrew Benton wrote: > > Hello World! > > I've been following an interesting thread here: > > http://www.linuxquestions.org/questions/linux-from-scratch-13/segfault-in-ld-2-14-so-running-alsa-utils-893812/ > > about alsa-utils' aplay and s

Re: missing __attribute__ ((constructor)) support?

2011-08-02 Thread Bruce Dubbs
Andrew Benton wrote: > Hello World! > I've been following an interesting thread here: > http://www.linuxquestions.org/questions/linux-from-scratch-13/segfault-in-ld-2-14-so-running-alsa-utils-893812/ > about alsa-utils' aplay and speaker-test segfaulting with glibc-2.14. > It looks like a bug in

missing __attribute__ ((constructor)) support?

2011-08-02 Thread Andrew Benton
Hello World! I've been following an interesting thread here: http://www.linuxquestions.org/questions/linux-from-scratch-13/segfault-in-ld-2-14-so-running-alsa-utils-893812/ about alsa-utils' aplay and speaker-test segfaulting with glibc-2.14. It looks like a bug in glibc so I wondered if it was f

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread Bruce Dubbs
xinglp wrote: > 2011/8/2 Bruce Dubbs : >> xinglp wrote: >>> 2011/8/2 Bruce Dubbs : I have made a very large, invasive change to LFS. All the bootscripts have been rewritten. From the change log: [bdubbs] - Rewrite bootscripts and Chaper 7. > > In Chaper 7, LFS-Boots

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread xinglp
2011/8/2 Bruce Dubbs : > xinglp wrote: >> 2011/8/2 Bruce Dubbs : >>> I have made a very large, invasive change to LFS.  All the bootscripts >>> have been rewritten. >>> >>>  From the change log: >>> >>> [bdubbs] - Rewrite bootscripts and Chaper 7. In Chaper 7, LFS-Bootscript was installed at first

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread Bruce Dubbs
xinglp wrote: > 2011/8/2 Bruce Dubbs : >> I have made a very large, invasive change to LFS. All the bootscripts >> have been rewritten. >> >> From the change log: >> >> [bdubbs] - Rewrite bootscripts and Chaper 7. >> o Make scripts compatible with initd format (see BLFS). >> o Move functions and

Re: Rewrite bootscripts and Chaper 7

2011-08-02 Thread xinglp
2011/8/2 Bruce Dubbs : > I have made a very large, invasive change to LFS.  All the bootscripts > have been rewritten. > >  From the change log: > > [bdubbs] - Rewrite bootscripts and Chaper 7. > o Make scripts compatible with initd format (see BLFS). > o Move functions and services to /lib/boot.