Re[2]: klogd segfault

2008-02-06 Thread Dima
Hello Ken, Thursday, February 7, 2008, 1:58:36 AM, you wrote: KM> Good, that is what we expect people to do, but a lot of people make KM> changes and then don't tell us when they ask for help. >> If start with kernel parameter init=/bin/bash - no problem. >> >> If i remove S10sysklogd from sta

gcc 4.1.2, glibc 2.5.1, powerpc

2008-02-06 Thread Wartan Hachaturow
Hi. I am trying to do a stage 1 build of glibc 2.5.1 for powerpc, on Debian sid, with the following configure arguments: configure --prefix=/tools --disable-profile --enable-add-ons --enable-kernel=2.6.0 --with-binutils=/tools/bin --without-gd --with-headers=/tools/include --without-s

Re: LFS 6.3 6.59 Stripping Again

2008-02-06 Thread Steve Crosby
On Feb 4, 2008 12:47 PM, Baho Utot <[EMAIL PROTECTED]> wrote: > I am scripting a build of LFS 6.3 and I would like to be able to skip 6.59 > Stripping Again by adding CFLAGS=-s to the bashrc environment, then building > all the packages. > Stripping is done by the linker, not the compiler, so you

Re: klogd segfault

2008-02-06 Thread Ken Moffat
On Thu, Feb 07, 2008 at 01:33:45AM +0200, Dima wrote: > > KM> An application on i586 segfaulting _might_ be caused if the > KM> application, or glibc, was compiled for i686. In svn we build glibc > KM> for i486 : i586 is compatible with that. My guess is that 'init' > KM> (from sysvinit) is seg

Re[2]: klogd segfault

2008-02-06 Thread Dima
Hello Ken, Wednesday, February 6, 2008, 6:32:27 PM, you wrote: >> D> Hi All >> >> D>LFS : SVN-20080129 >> D>CPU : PentiumMMX-200 >> D>Base : Fedora Core 7 (with latest updates) >> D>Sysklogd ver : 1.5 >> D>During boot (first and all next) system stop

Re: Re: Problem with LFS 6.3

2008-02-06 Thread Dan Nicholson
On Feb 6, 2008 12:47 PM, Alessandro Corbelli <[EMAIL PROTECTED]> wrote: > Sorry for my quoting. > > jhalfs is guiding me through the end of Ch. 8. > The only step that it skip is grub loading. > That's fine. I want to install grub on my own. > > I've found my mistake: after building all, jhals

Re: Blender: How to track down origins of misconfiguration in Makefiles?

2008-02-06 Thread lynx . abraxas
On 06/02/08 17:11:20, Jeremy Henty wrote: > > I hope you don't mind receiving unsolicited thanks, but I wanted to > say how grateful I am for your message at > http://www.mail-archive.com/lfs-support@linuxfromscratch.org/msg08642.html > . I hit exactly the same problem. How on earth did you

Re: Problem with LFS 6.3

2008-02-06 Thread Dan Nicholson
On Feb 6, 2008 6:53 AM, Alessandro Corbelli <[EMAIL PROTECTED]> wrote: > > Il giorno mer, 06/02/2008 alle 05.52 -0800, Dan Nicholson ha scritto: > > This sounds like a jhalfs issue. I think what's happening as that the > > chroot gets setup properly when building all the packages. After all > > the

Re: klogd segfault

2008-02-06 Thread Ken Moffat
On Wed, Feb 06, 2008 at 02:04:52PM +0200, Dima wrote: > Hello Dima, > > Tuesday, February 5, 2008, 9:07:51 AM, you wrote: > > D> Hi All > > D>LFS : SVN-20080129 > D>CPU : PentiumMMX-200 > D>Base : Fedora Core 7 (with latest updates) > D>Sysklogd ver : 1.

Re: Problem with LFS 6.3

2008-02-06 Thread Alessandro Corbelli
Il giorno mer, 06/02/2008 alle 05.52 -0800, Dan Nicholson ha scritto: > This sounds like a jhalfs issue. I think what's happening as that the > chroot gets setup properly when building all the packages. After all > the packages are built, it tears down all the chroot setup. However, > this is when

Re: Problems installing iptables

2008-02-06 Thread S. Martinez
john wrote: > Following the instructions for installing iptables and get an error. > Think I may be specifing > my kernel directory wrong? > > As an ordinary user I execute: > > make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin KERNEL_DIR=/usr/src/linux-2.6.22.5 > > and then as root I do: > > make PREFIX

Re: Problems installing iptables

2008-02-06 Thread thorsten
> I've tried a make clean as suggested but still get the same error. I > looked in the INSTALL > file of ipheaders which stated that KERNEL_DIR should point to the > directory where I > build the kernel which was /usr/src/linux-2.6.22.5 Just a wild guess: is the kernel source still in /usr/src/lin

Re: Problem with LFS 6.3

2008-02-06 Thread Dan Nicholson
On Feb 6, 2008 3:57 AM, Alessandro Corbelli <[EMAIL PROTECTED]> wrote: > I think i've found the mistake. > > /dev directory is semy-empty! > > # ls -la /dev > crw--- 1 root root 5, 1 5 feb 16:35 console > crw-rw-rw- 1 root root 1, 3 5 feb 16:35 null > -rw-r--r-- 1 root root 21 6 feb 10:21 tty

Problems installing iptables

2008-02-06 Thread john
Following the instructions for installing iptables and get an error. Think I may be specifing my kernel directory wrong? As an ordinary user I execute: make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin KERNEL_DIR=/usr/src/linux-2.6.22.5 and then as root I do: make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin K

Re: klogd segfault

2008-02-06 Thread Dima
Hello Dima, Tuesday, February 5, 2008, 9:07:51 AM, you wrote: D> Hi All D>LFS : SVN-20080129 D>CPU : PentiumMMX-200 D>Base : Fedora Core 7 (with latest updates) D>Sysklogd ver : 1.5 D>During boot (first and all next) system stoped on starting klogd

Re: Problem with LFS 6.3

2008-02-06 Thread Alessandro Corbelli
I think i've found the mistake. /dev directory is semy-empty! # ls -la /dev crw--- 1 root root 5, 1 5 feb 16:35 console crw-rw-rw- 1 root root 1, 3 5 feb 16:35 null -rw-r--r-- 1 root root 21 6 feb 10:21 tty How to populate dev? Older version says to mount ramfs to /dev and startup udev

Re: Problem with LFS 6.3

2008-02-06 Thread Alessandro Corbelli
Il giorno mer, 06/02/2008 alle 11.09 +0100, Bauke Jan Douma ha scritto: > That /dev/tty is NOT a character special! How can I solve this issue? /dev is being populated by jhalfs? I don't find the relative section on the book... -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: h

Re: Problem with LFS 6.3

2008-02-06 Thread Bauke Jan Douma
Alessandro Corbelli wrote on 06-02-08 10:29: > Il giorno mar, 05/02/2008 alle 10.57 -0800, Dan Nicholson ha scritto: >> I had a look at the shadow source, and it seems that the messages for >> "New password: " and "Re-enter new password: " are not making it to >> the screen. These should be printed

Re: Problem with LFS 6.3

2008-02-06 Thread Alessandro Corbelli
Il giorno mar, 05/02/2008 alle 11.18 -0800, Dan Nicholson ha scritto: > # gcc -o getpass getpass.c > # ./getpass > # echo $? > > Does it let you enter a password? Does it return an error? I suspect > you'll get a permission denied error. # ./getpass getpass: Inappropriate ioctl for device # ech

Re: Problem with LFS 6.3

2008-02-06 Thread Alessandro Corbelli
Il giorno mar, 05/02/2008 alle 10.57 -0800, Dan Nicholson ha scritto: > I had a look at the shadow source, and it seems that the messages for > "New password: " and "Re-enter new password: " are not making it to > the screen. These should be printed when calling the function > getpass(). Reading th