1834821 Members
2045 Online
110070 Solutions
New Discussion

Re: tcsh problem !!!

 
Venky_1
Frequent Advisor

tcsh problem !!!

Hi ,

We have tcsh installed on HP-UX 11i server.
Lately, we are observing problems due to this shell and login for any account takes few minutes.

Any account having sh/ ksh/ csh as its shell works fine.

Any suggestions.

Venky
Winners never quit and quitters never win
2 REPLIES 2
Jeff Schussele
Honored Contributor

Re: tcsh problem !!!

Hi Venky,

Since you're not seeing the problem on other shells, you can probably rule out the /etc/profile file.
Take a look at an affected user ~/.login & ~/.cshrc files for problems.
One that comes to my mind is any who -R statements in there that cause hostname lookups of systems (workstations) that aren't in DNS. The time could be from multiple lookup failures - approx 30 seconds each. So you can see what 8 hosts w/no DNS can do to login times.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
H.Merijn Brand (procura
Honored Contributor

Re: tcsh problem !!!

What version of tcsh did you install, and does the architecture of the build match?

A recent version is available on https://www.beepz.com/personal/merijn/ or http://www.cmve.net/~merijn/ Please *do* read my comments:

--8<---
The tcsh ports here have small modifications from me: default is 'vi' instead of that horrible 'emacs', '.' first in $PATH is enabled - be sure to disable that in your personal settings, a =- hack enables '=-' to use it for "previous dir" everywhere in the commandline, so I can do less =-/xyzz for completion of files in the previous folder.
-->8---

The 11.00 version runs fine on 11.11. I have no problems whatsoever.

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn