[lfs-support] CoreUtils 8.21 - test-getlogin fails for su'ed user

2013-03-22 Thread Samir Seth
Hi Following LFS 7.3 instructions. I am logged in with user "foo", and the su into lfs user for the LFS build instructions. While building CoreUtils 8.21 i see one test failure. On debugging, i find that the failure is that getlogin() is returning "foo", while getenv("LOGNAME") is returning "lfs"

Re: [lfs-support] cannot execute /bin/bash : No such file or Directory exists

2013-03-22 Thread Ken Moffat
On Fri, Mar 22, 2013 at 12:01:50PM +0530, Mohamad Audhil wrote: > Hi, > > For the first time I builded my own LFS, everything is fine but when I boot > my LFS, it prompts me to give user name and password. > > But after issuing user name and password, it throws some error like this... > > > Can

Re: [lfs-support] lfs-support Digest, Vol 2824, Issue 1

2013-03-22 Thread Bruce Dubbs
Andi Blacktigerbro wrote: > 1. I got -- > bash: partprobe: command not found, how to resolve it? It's in parted (see blfs). However, looking below, you don't need it. > 2. I tried some LFS versions but at LFS 7.0 went more smoothly but > probably it was just my lack of experience. > ---

Re: [lfs-support] lfs-support Digest, Vol 2824, Issue 1

2013-03-22 Thread Andi Blacktigerbro
ount > - > mount -v --bind /dev $LFS/dev > mount -vt devpts devpts $LFS/dev/pts > mount -vt tmpfs shm $LFS/dev/shm > mount -vt proc proc $LFS/proc > mount -vt sysfs sysfs $LFS/sys > - > the command and result > > root:/# grub-instal