Re: cannot execute /bin/bash : No such file or Directory exists

2006-09-02 Thread Orestes leal Rodríguez
congratulations!! > Now i have my Own Distro with my Rules . > Thanks to all. -- Este mensaje ha sido analizado por MailScanner en busca de virus y otros contenidos peligrosos, y se considera que está limpio. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.

Re: cannot execute /bin/bash : No such file or Directory exists

2006-09-02 Thread yogesh prabhu
Thanks Pv, Dan and all. The problem was because of the file /etc/inputrc ... Now i had replaced the correct file. All the character keys work well Now i have my Own Distro with my Rules . Thanks to all. GNU/Linux Rocks yoge -- http://linuxfromscratch.org/mailman/lis

Re: cannot execute /bin/bash : No such file or Directory exists

2006-09-01 Thread Dan Nicholson
On 9/1/06, Vladimir A. Pavlov <[EMAIL PROTECTED]> wrote: > Is it due to a problem of the wrongly loaded keyboard > configuration??? > > How cud i make it work . I think the problem can be solved by proper configuring the files that are described in these sections: http://www.linuxfromscrat

Re: cannot execute /bin/bash : No such file or Directory exists

2006-09-01 Thread Vladimir A. Pavlov
On Friday 01 September 2006 22:45, yogesh prabhu wrote: > Thanks Pv, > Its solved . It's good. I was happy to help you. > i can enter my Bash prompt... > The problem was due to /etc/fstab file and the symbol "#" > > Editing that solved my problem .. I don't understand: was the problem

Re: cannot execute /bin/bash : No such file or Directory exists

2006-09-01 Thread yogesh prabhu
Thanks Pv, Its solved . i can enter my Bash prompt... The problem was due to /etc/fstab file and the symbol "#" Editing that solved my problem .. But , The "e" key does not work after i get into my LFS version .. But the same key "e" works with other Host. Is it due to a pr

Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-31 Thread Vladimir A. Pavlov
On Thursday 31 August 2006 21:54, yogesh prabhu wrote: > # Begin /etc/fstab > # filesystem mount-point type options dump fsck > order > /dev/hdc6 /ext2 defaults 1 1 > /dev/hdc10swap swap

Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-31 Thread yogesh prabhu
Thanks Pv again As per ur mail please note below Seems OK for me. I don't see a problem here. Just a note, I asked you to run "ls -ld /" but you run "ls -l /". Sorry, in my earlier mail i had made a mistake. Now Please see the output of "ls -ld /" below drwxr-xr-x 22 root root 4096

Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-30 Thread Vladimir A. Pavlov
On Wednesday 30 August 2006 21:43, yogesh prabhu wrote: > Thanks for ur reply... > > As per the earlier mail of Pavlov (PV) > the output i got is listed below > ... Seems OK for me. I don't see a problem here. Just a note, I asked you to run "ls -ld /" but you run "ls -l /". You gave me the

Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-30 Thread yogesh prabhu
Thanks for ur reply... As per the earlier mail of Pavlov (PV) the output i got is listed below 1) ls -l /bin/bash /lib/libreadline.so.5.0 /lib/libhistory.so.5.0 -rwxr-xr-x 1 root root 1152240 2006-08-11 04:43 /bin/bash -rwxr-xr-x 1 root root 30852 2006-08-07 05:05 /lib/libhistory.so.5.0

Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-29 Thread Vladimir A. Pavlov
On Tuesday 29 August 2006 10:30, yogesh prabhu wrote: > " Cannot execute /bin/bash No such file or directory " It would be interesting (and useful as well) to look at the output of the following commands: ls -l /bin/bash /lib/libreadline.so.5.0 /lib/libhistory.so.5.0 ls -l /lib/libncurses.so.5

Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-29 Thread yogesh prabhu
hi chris , Thanks for ur reply ... when give ldd bin/bash ...i get this message linux-gate.so.1 => (0xe000) libreadline.so.5.0 => /lib/libreadline.so.5.0 (0xb7fbd000) libhistory.so.5.0 => /lib/libhistory.so.5.0 (0xb7fb5000) libncurses.so.5 => /lib/libnc

Re: cannot execute /bin/bash : No such file or Directory exists

2006-08-28 Thread Chris Staub
yogesh prabhu wrote: Dear all, This is my first email to the groups with the error ... i am stuck atlast !! I had finished my LFS installation... compiled my kernel too... installed the grub then i rebooted with my beauty grub into my distro LFS 6.1 everything went well i g