Date: Fri, 19 Mar 2004 17:30:11 -0600 From: Joseph Boyd To: Alan L. Stone Cc: jonckheere fnal.gov Subject: Re: cshell & hostname I understand your problem now. I fixed it. We upgraded the version of ssh we were using. In your case, you are running commands (`hostname` for one) before you set any PATH variables so it is only looking in the PATH that sshd gives you. The PATH that ssh gives you changed because it is compiled into sshd. I just set some default paths in /etc files. Believe it or not, we've never done that before as we've always told people to source the /usr/local/etc/fermi* files first thing. It was only working for you when you did "source .cshrc" because at the bottom of your .cshrc you alias the hostname command to a uname command so the second time it runs you are actually running uname and not hostname. joe Alan L. Stone wrote: >>How are you loggin in? ssh? Can you try telnet or something else and >>see if the behaviour changes? > > > Hi Joe, > > Sorry - I was busy giving a tour of the detector. > > I first saw (noticed?) this problem this week. It is only when I do ssh, > say from the online system or from my clued0 node (morgan). If I use the > Reflection 9.0 telnet from home or my laptop, I don't see this problem. > > Thanks, Alan