Re: No more ptys???

2008-01-30 Thread Ag. D. Hatzimanikas
On Wed, Jan 30, at 09:46 Brandon Wamboldt wrote: > Hey, I am in my chroot enviroment doing binutils again: > http://www.linuxfromscratch.org/lfs/view/development/chapter06/binutils.html > > and I get this message: > root:/source/binutils-2.18# expect -c "spawn ls" > spawn ls > The system has no mo

Re: Suggestions for change in setting up "lfs" user

2008-01-30 Thread Ag. D. Hatzimanikas
On Wed, Jan 30, at 04:35 [EMAIL PROTECTED] wrote: > Chapter 4.3 - 4.4: Is there any particular crucial reason why the bash > startup scripts for lfs user have to be created and subsequently sourced > ("source ~/.bash_profile" instruction) by user after having logged in? It is > not a big deal with

Suggestions for change in setting up "lfs" user

2008-01-30 Thread [EMAIL PROTECTED]
Chapter 4.3 - 4.4: Is there any particular crucial reason why the bash startup scripts for lfs user have to be created and subsequently sourced ("source ~/.bash_profile" instruction) by user after having logged in? It is not a big deal with the book, but is a problem if the host has persistent stor

No more ptys???

2008-01-30 Thread Brandon Wamboldt
Hey, I am in my chroot enviroment doing binutils again: http://www.linuxfromscratch.org/lfs/view/development/chapter06/binutils.html and I get this message: root:/source/binutils-2.18# expect -c "spawn ls" spawn ls The system has no more ptys. Ask your system administrator to create more. whi

Re: LFS 6.3 chap 6 ncurses in HTML and XML documents

2008-01-30 Thread lanas
On Wednesday, 30 January 2008 15:20:39 +0200, "Ag. D. Hatzimanikas" <[EMAIL PROTECTED]> wrote : > Yes, but the patch is comment out in the XML sources. Indeed. I should pay more attention (and get a XML text highlighting module for emacs). Al -- http://linuxfromscratch.org/mailman/listinfo/lf

Re: OpenSSH installation problem.

2008-01-30 Thread Dan Nicholson
On Jan 30, 2008 12:35 PM, amarsoft amarsoft <[EMAIL PROTECTED]> wrote: > I am in chroot. I don't have those /dev/random or /dev/urandom. > > > - Original Message > From: Dan Nicholson <[EMAIL PROTECTED]> > To: BLFS Support List <[EMAIL PROTECTED]> > Sent: Wednesday, January 30, 2008 12:32:

Re: OpenSSH installation problem.

2008-01-30 Thread amarsoft amarsoft
I am in chroot. I don't have those /dev/random or /dev/urandom. - Original Message From: Dan Nicholson <[EMAIL PROTECTED]> To: BLFS Support List <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2008 12:32:26 PM Subject: Re: OpenSSH installation problem. On Jan 30, 2008 12:21 PM, amarsof

Re: OpenSSH installation problem.

2008-01-30 Thread Dan Nicholson
On Jan 30, 2008 12:21 PM, amarsoft amarsoft <[EMAIL PROTECTED]> wrote: > PRNG initialisation failed -- exiting. > ssh-rand-helper child produced insufficient data > PRNG initialisation failed -- exiting. > ssh-rand-helper child produced insufficient data > PRNG initialisation failed -- exiting. >

OpenSSH installation problem.

2008-01-30 Thread amarsoft amarsoft
I am installing OpenSSH-4.5p1 on fresh LFS(6.3) system and following BLFS-6.2.0 book. I installed required OpenSSL-0.9.8d without problem. Here is my installation for OpenSSH-4.5p1 -- 1. #install -v -m700 -d /var/lib/sshd && ch

Re: openSSH installation problem.

2008-01-30 Thread Ken Moffat
On Wed, Jan 30, 2008 at 10:38:06AM -0800, amarsoft amarsoft wrote: > Hi, > Did anyone install OpenSSH successfully on LFS system? if so, please send > me insructions. > I followed book. It doesn't work. > Lots of people have done this, and the instructions usually work. If you want to get help

Re: openSSH installation problem.

2008-01-30 Thread Ag. D. Hatzimanikas
On Wed, Jan 30, at 10:38 amarsoft amarsoft wrote: > Hi, > Did anyone install OpenSSH successfully on LFS system? if so, please send > me insructions. > I followed book. It doesn't work. > And failed in which point? Generally, I would like to see the build error first before I make assumptions

Fallen at the last fence.

2008-01-30 Thread martin welsh
Xandros 4.1 OS, AMD64 SATA disks. menu.1st - # By default boot the first menu entry. default 0 # Allow 30 seconds before booting the default. timeout 30 # Use prettier colors. color green/black light-green/black # The first entry is for LFS. title LFS 6.3 root (hd0,6) kernel /boot/lfskernel-2.

Re: compilation error for inetutils-1.5 in LFS-6.3

2008-01-30 Thread Justin O'Neil
On Jan 29, 2008 8:38 AM, Chris Staub <[EMAIL PROTECTED]> wrote: ... > something. Do this... > > echo 'main(){}' > dummy.c > gcc dummy.c > readelf -l a.out | grep interpret "[Requesting program interpreter: /lib/ld-linux.so.2] > What output do you get? Also, give the output of "type -p gcc", "type

Re: LFS 6.3 chap 6 ncurses in HTML and XML documents

2008-01-30 Thread Ag. D. Hatzimanikas
On Wed, Jan 30, at 07:25 lanas wrote: > Folks, > > While grinding the installation I noticed that there's a difference > between the XML and HTML files regarding the procedure to install > ncurses in LFS 6.3, chapter 6. > > The XML has the rollup patch whereas the HTMl does not mention it. > >

LFS 6.3 chap 6 ncurses in HTML and XML documents

2008-01-30 Thread lanas
Folks, While grinding the installation I noticed that there's a difference between the XML and HTML files regarding the procedure to install ncurses in LFS 6.3, chapter 6. The XML has the rollup patch whereas the HTMl does not mention it. The batch of files to download for that LFS version doe