|
Re: Some problems with busybox-1.0.0-pre1: msg#00214linux.busybox
> > BusyBox v1.00-pre2 (2003.07.28-14:56+0000) Built-in shell (ash) > > Enter 'help' for a list of built-in commands. > > > > export: 11: (none):: bad variable name > > export: 12: (none):: bad variable name > > > But why you do not put an your 11 and 12 profile line?!! > Top secret? I don`t help you... > > Vodz, No ofcourse not :-) No this is what is showing in my screen, I didn't even realize that the error was somewhere generated from my profile. Below are the complete /etc/profile and /root/.profile: Regards, Eric # ~/.profile: executed for shells. export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" #Set the prompt case $TERM in *xterm*) export PS1=`echo -n -e "\033]0;$HOSTNAME: -$USER- \007\n$HOSTNAME: -$USER-\n# "` ;; *) export PS1=`echo -n -e "\n$HOSTNAME: -$USER-\n# "` ;; esac umask 022 #Uncomment to run at login /usr/sbin/lrcfg # /etc/profile: system-wide .profile file for sh. export PATH="/usr/local/bin:/usr/bin:/bin" export LD_LIBRARY_PATH="/usr/local/lib:/usr/lib:/lib" export HOSTNAME="$(hostname)" umask 022 #Set the prompt export PS1=`echo -n -e "\n$HOSTNAME: -$USER-\n$ "` #This fixes the backspace when telnetting in. if [ "$TERM" != "linux" ]; then stty erase ^H # Fix screen size issues stty rows 24 fi alias dir="ls" alias vdir="ls -l" alias d="ls" alias v="ls -l" alias da="ls -a" alias va="ls -la" alias m="more" alias +="more" alias less="more" alias lo="exit" alias w="uptime; who" echo echo "Type in help if you are really lost" # echo |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: patch to login, dmesg and obscure: 00214, Ronny L Nilsson |
|---|---|
| Next by Date: | Re: Some problems with busybox-1.0.0-pre1: 00214, Manuel Novoa III |
| Previous by Thread: | Re: Some problems with busybox-1.0.0-pre1i: 00214, Vladimir N. Oleynik |
| Next by Thread: | Re: Some problems with busybox-1.0.0-pre1: 00214, Vladimir N. Oleynik |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |