LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-13-2011, 02:21 AM   #1
androidd
LQ Newbie
 
Registered: Oct 2009
Location: Albuquerque
Distribution: Slackware 13.1 / Debian / Ubuntu 10.10
Posts: 4

Rep: Reputation: 0
Bash Problems - Random Headers when starting bash in X


Ok I have searched and searched and maybe I don't know how to articulate this issue with out just posting the problem I'm having....

Every time I bring up a terminal window I get the following "Header"

declare -x COLORTERM="gnome-terminal"
declare -x CPLUS_INCLUDE_PATH="/usr/lib64/qt/include"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-xSFd6zqrYQ,guid=dc5e07974559da016842742900000090"
declare -x DISPLAY=":0.0"
declare -x GDK_USE_XFT="1"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNOME_KEYRING_SOCKET="/tmp/keyring-COCYLg/socket"
declare -x GPG_AGENT_INFO="/tmp/seahorse-GMAt3f/S.gpg-agent:2278:1"
declare -x GTK_RC_FILES="/etc/gtk/gtkrc:/home/llllllll/.gtkrc-1.2-gnome2"
declare -x G_BROKEN_FILENAMES="1"
declare -x HISTCONTROL="ignoreboth"
declare -x HOME="**********"
declare -x HOSTNAME="**********"
declare -x HUSHLOGIN="FALSE"
declare -x HZ="100"
declare -x INPUTRC="/etc/inputrc"
declare -x JAVA_HOME="/usr/lib64/java"
declare -x KDEDIRS="/usr"
declare -x LANG="en_US"
declare -x LC_COLLATE="C"
declare -x LESS="-M"
declare -x LESSOPEN="|lesspipe.sh %s"
declare -x LIBGL_DRIVERS_PATH="/usr/lib/dri:/usr/lib64/dri"
declare -x LOGNAME="*******"
declare -x LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00i=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01r=40;31; 01:su=37;41:sg=30;43:ca=30;41:tw=30;42w=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;3 1:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz= 01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*. deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=0 1;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;3 5:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35: *.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m 4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=0 1;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:* .yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au= 00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00; 36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:"
declare -x LS_OPTIONS="-F -b -T 0 --color=auto"
declare -x MAIL="/var/spool/mail/********"
declare -x MANPATH="/usr/local/man:/usr/man:/usr/lib64/java/man:/usr/share/texmf/man"
declare -x MINICOM="-c on"
declare -x OLDPWD
declare -x ORBIT_SOCKETDIR="/tmp/orbit-*******"
declare -x PATH="/usr/local/bin:/usr/bin:/bin:
declare -x PKG_CONFIG_PATH="/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig"
declare -x PWD="/home/androidd"
declare -x QT4DIR="/usr/lib64/qt"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SSH_AGENT_PID="2268"
declare -x SSH_AUTH_SOCK="*****************"
declare -x T1LIB_CONFIG="/usr/share/t1lib/t1lib.config"
declare -x TERM="xterm"
declare -x USER="**********"
declare -x WINDOWID="60880003"
declare -x WINDOWPATH="7"
declare -x XAUTHORITY="/home/********/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg:/etc/gnome/xdg"
declare -x XDG_SESSION_COOKIE="8ae1d68b050d16887e4e1b7300000013-1294884206.632641-728044646"


To be honest I cheated and used the .bashrc / .profile files from Ubuntu and all was working fine for a while now and it seems something changed to cause this... any ideas on why I am getting this? I checked my .bashrc and my /etc/profile and it doesn't look like anything is amiss...

Thanks for the help
 
Old 01-13-2011, 06:11 AM   #2
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
Remove .bashrc and .profile.

If the error persists
. report here
else
. post .bashrc and .profile
 
Old 01-13-2011, 10:54 AM   #3
androidd
LQ Newbie
 
Registered: Oct 2009
Location: Albuquerque
Distribution: Slackware 13.1 / Debian / Ubuntu 10.10
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by guanx View Post
Remove .bashrc and .profile.

If the error persists
. report here
else
. post .bashrc and .profile
Yeah that for sure works, Seems after a little investigation this is happenening when editing my PATH...

If the string I'm adding in causes terminal to start a new line (USING nano in bash to edit) thats when it happens.
I just broke up the string which worked plus more organized.
Thanks for the help
 
Old 01-13-2011, 04:29 PM   #4
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Don't forget to mark the thread as solved
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bash script? how to rename files in random way? lefty.crupps Linux - Software 16 11-03-2015 02:07 PM
Bash Random Number joelhop Programming 6 12-18-2006 11:13 AM
creating table headers in bash panchosansa Programming 3 10-16-2006 04:22 AM
can bash generate random digit? sorno Linux - Newbie 5 08-17-2005 06:05 AM
bash random function NSKL Programming 6 02-02-2003 01:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration