1850038 Members
2683 Online
104049 Solutions
New Discussion

Re: CSH/TCSH Problem

 
Leonid Mishkind
Frequent Advisor

CSH/TCSH Problem

Hello. When I run csh /tcsh from certain account on my hp-ux11i , the shell is stuck, ctrl-c does not respond ,kill -9 to the process does not do anything help.

Please Help.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: CSH/TCSH Problem

Shalom,

stty -a

I'm thinking the terminal environment is not compatible with the shell.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Peter Nikitka
Honored Contributor

Re: CSH/TCSH Problem

Hi,

I assume 'stuck' means, that none of your input produces a reaction.

As a first attempt, change to the user via a plain
su usernam

Then call
tcsh -X
which will trace all calls done in .cshrc and friends. So you can determine the command causing the blocking.

If a SIGKILL did not terminate a process, then nearly always an I/O-request (like trying to open something via NFS) is involved - maybe the $path contents NFS mounted directories, which are not/no langer reachable.

mfG Peter

The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Pelephone System
Frequent Advisor

Re: CSH/TCSH Problem

I thought about nfs also, but even after i umounted all nfs`s the problem remained .
Actually I came to think its a patch problem,
I have a 5 years old patches installed.
HPUX sysadmin