LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   abnormal config output when login (https://www.linuxquestions.org/questions/linux-software-2/abnormal-config-output-when-login-51640/)

omababy 03-25-2003 09:19 AM

abnormal config output when login
 
When I login or start up my bash terminal I get the following output.


#################################
declare -x BASH_ENV="/root/.bashrc"
declare -x COLORTERM="gnome-terminal"
declare -x DISPLAY=":0"
declare -x GNOME_DESKTOP_SESSION_ID="Default"
declare -x GTK_RC_FILES="/etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2"
declare -x G_BROKEN_FILENAMES="1"
declare -x HISTSIZE="1000"
declare -x HOME="/root"
declare -x HOSTNAME="localhost"
declare -x INPUTRC="/etc/inputrc"
declare -x LANG="en_US.UTF-8"
declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s"
declare -x LOGNAME="root"
declare -x LS_COLORS="no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi =01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=0 0;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.g z=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00; 35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:"
declare -x MAIL="/var/spool/mail/root"
declare -x OLDPWD
declare -x PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/share/j2sdk1.4.1_01/bin:."
declare -x PVM_ROOT="/usr/share/pvm3"
declare -x PVM_RSH="/usr/bin/rsh"
declare -x PWD="/root"
declare -x QTDIR="/usr/lib/qt3-gcc3.2"
declare -x SESSION_MANAGER="local/localhost:/tmp/.ICE-unix/1020"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SSH_AGENT_PID="1035"
declare -x SSH_ASKPASS="/usr/libexec/openssh/gnome-ssh-askpass"
declare -x SSH_AUTH_SOCK="/tmp/ssh-XXkns5qu/agent.1020"
declare -x TERM="xterm"
declare -x USER="root"
declare -x USERNAME="root"
declare -x WINDOWID="35651727"
declare -x XAUTHORITY="/root/.Xauthority"
declare -x XMODIFIERS="@im=none"
[root@localhost root]#
########################################

I know these are my configurations, but I'm unsure why these are appearing.
Could you please advise/enlighten me.
thanks,
;)

:Pengy:

tcaptain 03-25-2003 11:28 AM

what distro are you using?

omababy 03-25-2003 08:11 PM

Redhat 8.0 with kernel 2.4.18-14
I had no problems like this until I partitioned my harddrive to have windows xp pro as well.

rnturn 03-25-2003 10:09 PM

Quote:

Originally posted by omababy
Redhat 8.0 with kernel 2.4.18-14
I had no problems like this until I partitioned my harddrive to have windows xp pro as well.

That looks like the output you'd see when you issue the command ``export'' from the command line. Are you sure that an export command didn't make its way into one of the start up scripts like /etc/profile, ~/.bashrc, etc.

omababy 03-25-2003 11:52 PM

Doh, I didn't finish an export command.
thanks
s;)


All times are GMT -5. The time now is 09:21 PM.