Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
keychain --quiet not working with Eterm
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
XenoTerraCide
Veteran
Veteran


Joined: 18 Jan 2004
Posts: 1418
Location: MI, USA

PostPosted: Tue May 08, 2007 12:36 pm    Post subject: keychain --quiet not working with Eterm Reply with quote

if I source .bashrc it's nice and quite like it's supposed to be. but if I start up a terminal it spits out all of it's messages. I don't want to see it.
Code:
if [[ $- != *i* ]] ; then
        # Shell is non-interactive.  Be done now!
        return
fi

# Enable colors for ls, etc.  Prefer ~/.dir_colors #64489
if [[ -f ~/.dir_colors ]]; then
        eval `dircolors -b ~/.dir_colors`
else
        eval `dircolors -b /etc/DIR_COLORS`
fi
#aliases
alias ls="ls --color"
alias ll="ls --color -lh"
alias la="ls --color -ah"
alias du="du -h"
alias df="df -h"
alias ssr="ssh -l root"

# keychain
keychain --quiet id_rsa
. ~/.keychain/$HOSTNAME-sh
clear #a hack to get a clear terminal

# Change the window title of X terminals
case ${TERM} in
        xterm*|rxvt*|Eterm|aterm|kterm|gnome)
                PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$
                ;;
        screen)
                PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HO
                ;;
esac


I see nothing that makes any sense that it should be silent. I even tried logging out and logging back in. This only seems to happen with Eterm as it works as it's supposed to with aterm, and xterm, anyone have any ideas?
_________________
I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help.
Back to top
View user's profile Send private message
XenoTerraCide
Veteran
Veteran


Joined: 18 Jan 2004
Posts: 1418
Location: MI, USA

PostPosted: Tue May 08, 2007 3:11 pm    Post subject: Reply with quote

it seems it happens when I ssh to the machine with keychain too.
_________________
I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum