your .cshrc is broken...  It looks like someone added some bash
type assignments to your .cshrc...

ie in the csh you use:

set var = exp

not

var = exp

which is 'bashy' syntax.  :)

You have some editing to do...

maybe as simple as adding 'set ' to the front of those assignments
will do the trick...


Robert Hyatt                    Computer and Information Sciences
[EMAIL PROTECTED]               University of Alabama at Birmingham
(205) 934-2213                  115A Campbell Hall, UAB Station 
(205) 934-5473 FAX              Birmingham, AL 35294-1170

On Fri, 6 Aug 1999, Jeffrey Mark Siskind wrote:

> This is not an smp or beowulf question but people might be able to offer a
> quick answer.
> 
> I upgraded 14 machines (including my cluster) to RH6.0. And all worked fine.
> Then I installed almost all of the errata RPMS from the RedHat site, among
> them:
> 
>    kdeadmin-1.1.1-1.i386.rpm
>    kdebase-1.1.1-1.i386.rpm
>    kdegames-1.1.1-1.i386.rpm
>    kdegraphics-1.1.1-1.i386.rpm
>    kdelibs-1.1.1-1.i386.rpm
>    kdemultimedia-1.1.1-1.i386.rpm
>    kdenetwork-1.1.1-1.i386.rpm
>    kdesupport-1.1.1-1.i386.rpm
>    kdetoys-1.1.1-1.i386.rpm
>    kdeutils-1.1.1-1.i386.rpm
> 
> Now, login and rsh is broken:
> 
>    qobi@qobi-demo>rsh vc0 id
>    kdepath=/usr/bin: Command not found.
>    kdepath: Undefined variable.
>    uid=1648(qobi) gid=210(CSI) groups=210(CSI),100(users),19(floppy)
>    qobi@qobi-demo>
> 
>    qobi@qobi-demo>rlogin vc0
>    Last login: Thu Aug  5 19:48:30 from qobi
>    kdepath=/usr/bin: Command not found.
>    kdepath: Undefined variable.
>    [qobi@vc0 ~]$ 
> 
> My shell is tcsh. I never used to get the messages:
> 
>    kdepath=/usr/bin: Command not found.
>    kdepath: Undefined variable.
> 
> And when I rlogin my .cshrc file is not read (as evidenced by my prompt).
> 
> How do I fix this?
> 
>     Jeff (http://www.neci.nj.nec.com/homepages/qobi)
> -
> Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
> To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]
> 

-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to