[lfs-support] Why system accounts bin, nobody not in locked status?

2012-08-13 Thread xinglp
When I try to login my lfs with user name sshd. I found this message in /var/log/auth.log . Aug 13 15:05:10 lfs_xxx sshd[5674]: User sshd not allowed because account is locked But when I use bin and nobody, I didn't get this message. And there are some different in /etc/shadow . root::15564:0:99

[lfs-support] Google Chrome disappears after running script to remove $LFS/dev/shm symlink

2012-08-13 Thread Richard Melville
> > Richard Melville wrote: > > Can anybody tell me why the above happens? I'm using Chrome on the host > to > > follow the book. Chrome won't restart and I'm now using Firefox. I > > noticed that the symlink was also removed from the host /dev directory; > > If LFS is not defined in the environ

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-13 Thread Richard Melville
> Just went through this step in linux mint 32bit in vmware and found > > no issues. > > > > That's because it's an intermittent bug. I've just had the same > > problem using Linux Mint Cinnamon 64 bit. Sometimes the error > > message appears and sometimes it doesn't. If you look back through >

Re: [lfs-support] live cd

2012-08-13 Thread xinglp
2012/8/13 Robert Cox : > ok , > there's a big red notice on the live cd page don't use on 7.0 I > see the script and my distro seems to need many changes... could someone be > kinnd enough to give me a hint as to what live cd might work? thanks in > advance I have my lfs system publishe

Re: [lfs-support] Why system accounts bin, nobody not in locked status?

2012-08-13 Thread Bruce Dubbs
xinglp wrote: > When I try to login my lfs with user name sshd. I found this message > in /var/log/auth.log . > > Aug 13 15:05:10 lfs_xxx sshd[5674]: User sshd not allowed because > account is locked > > But when I use bin and nobody, I didn't get this message. And there > are some different in /et

Re: [lfs-support] Google Chrome disappears after running script to remove $LFS/dev/shm symlink

2012-08-13 Thread Bruce Dubbs
Richard Melville wrote: >> Richard Melville wrote: >>> Can anybody tell me why the above happens? I'm using Chrome on the host >> to >>> follow the book. Chrome won't restart and I'm now using Firefox. I >>> noticed that the symlink was also removed from the host /dev directory; >> >> If LFS is

Re: [lfs-support] Help with GCC Compile Pass 1 errors

2012-08-13 Thread Bruce Dubbs
Richard Melville wrote: >> Just went through this step in linux mint 32bit in vmware and found >>> no issues. >>> >>> That's because it's an intermittent bug. I've just had the same >>> problem using Linux Mint Cinnamon 64 bit. Sometimes the error >>> message appears and sometimes it doesn't. If

Re: [lfs-support] LFS-BOOK-7.0:Section 8.3: Linux 3.1 Compilation.

2012-08-13 Thread William Harrington
On Aug 13, 2012, at 13:41 PM, Emerson Yesupatham wrote: > Hi Team, > > I am currently working on Section 8.3 of Book 7.0. Section is about > Linux 3.1 compilation. > > I am new to kernel compilation from Scratch. Book recommends to do > the kernel compilation from Scratch, is there any online

Re: [lfs-support] LFS-BOOK-7.0:Section 8.3: Linux 3.1 Compilation.

2012-08-13 Thread Bruce Dubbs
Emerson Yesupatham wrote: > Hi Team, > > I am currently working on Section 8.3 of Book 7.0. Section is about Linux > 3.1 compilation. > > I am new to kernel compilation from Scratch. Book recommends to do the > kernel compilation from Scratch, is there any online material to go through > or I shoul

Re: [lfs-support] LFS-BOOK-7.0:Section 8.3: Linux 3.1 Compilation.

2012-08-13 Thread Ken Moffat
On Tue, Aug 14, 2012 at 12:11:41AM +0530, Emerson Yesupatham wrote: > Hi Team, > > I am currently working on Section 8.3 of Book 7.0. Section is about Linux > 3.1 compilation. > > I am new to kernel compilation from Scratch. Book recommends to do the > kernel compilation from Scratch, is there an

[lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Michael Robinson
root:/# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') bash: command substitution: line 45: syntax error near unexpected token `)' bash: command substitution: line 45: `readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')' root:/# I seem to be having a proble

Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Bruce Dubbs
Michael Robinson wrote: > root:/# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') > bash: command substitution: line 45: syntax error near unexpected token `)' > bash: command substitution: line 45: `readelf -l /bin/sh | sed -n > 's@.*interpret.*/tools\(.*\)]$@\1@p')' > root

Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Michael Robinson
On Mon, 2012-08-13 at 20:38 -0500, Bruce Dubbs wrote: > Michael Robinson wrote: > > root:/# DL=$(readelf -l /bin/sh | sed -n > > 's@.*interpret.*/tools\(.*\)]$@\1@p') > > bash: command substitution: line 45: syntax error near unexpected token `)' > > bash: command substitution: line 45: `readelf -

Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Bruce Dubbs
Michael Robinson wrote: > On Mon, 2012-08-13 at 20:38 -0500, Bruce Dubbs wrote: >> Michael Robinson wrote: >>> root:/# DL=$(readelf -l /bin/sh | sed -n >>> 's@.*interpret.*/tools\(.*\)]$@\1@p') >>> bash: command substitution: line 45: syntax error near unexpected token `)' >>> bash: command substi