Re: LiveCD 6.2 install trouble

2006-12-19 Thread Jeremy Henty
On Tue, Dec 19, 2006 at 05:12:54PM +0530, arnuld wrote: > [ i checked the file ".bash_profile" to make sure that it contains this line: > > "exec env -i HOME=$HOME TERM=$TERM PS1=`\u:\w\$ ` bin/bash" You used backquotes "`" so the shell tries to execute \u:\w\$ as a command. Change them to sin

Re: LiveCD 6.2 install trouble

2006-12-19 Thread M Sandell
On Tue, 19 Dec 2006, arnuld wrote: > hai all, > > this is my very 1st post & also my 1st try at LFS. I also meant to say "Hi" and "Welcome"! Mike. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information

Re: LiveCD 6.2 install trouble

2006-12-19 Thread M Sandell
On Tue, 19 Dec 2006, arnuld wrote: > -su "u:w$": command not found > > [ i checked the file ".bash_profile" to make sure that it contains this > line: > > "exec env -i HOME=$HOME TERM=$TERM PS1=`\u:\w\$ ` bin/bash" > > > i know, PS1 here has "ticks" not "inverted commas" ] This is the proble

LiveCD 6.2 install trouble

2006-12-19 Thread arnuld
hai all, this is my very 1st post & also my 1st try at LFS. installtion from LiveCD 6.2 works fine. i only had a trouble at one place.when i issue the command: "source ~/.bash_profile" i get an error,something like: -su "u:w$": command not found [ i checked the file ".bash_profile" to make s