Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:14 AM
09-27-2001 12:14 AM
have checked so it loads the /etc/profile but after that it hangs...
what hapens after loading of the /etc/profile ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:16 AM
09-27-2001 12:16 AM
Re: login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:29 AM
09-27-2001 12:29 AM
Re: login
See the passwd file for shell.It should look like this.
ac:*:3010:3000:Animesh,,,:/home/ac:/usr/bin/ksh
Another guess, Do you have diskquota enabled ?
Best of luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:30 AM
09-27-2001 12:30 AM
Re: login
I've seen this sort of problem when ksh is trying to write the user's HISTFILE to their home directory which is NFS mounted. Try modifying the HISTFILE environment variable in /etc/profile so that it points to some local filesystem, e.g. in /etc/profile add:
export HISTFILE=/tmp/.sh_history.$LOGNAME.$$
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:34 AM
09-27-2001 12:34 AM
Re: login
wounder why? since it worked just the other day...
and csh works fine...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:40 AM
09-27-2001 12:40 AM
Re: login
so the problem is still there...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:44 AM
09-27-2001 12:44 AM
Re: login
Immediately after running /etc/profile, it runs $HOME/.profile. I'd put comments in your .profile, and see where it's hanging.
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:47 AM
09-27-2001 12:47 AM
Re: login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:51 AM
09-27-2001 12:51 AM
Re: login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 12:58 AM
09-27-2001 12:58 AM
Re: login
reboot or restart rpc.lockd ..... result ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 01:12 AM
09-27-2001 01:12 AM
Re: login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 01:36 AM
09-27-2001 01:36 AM
Re: login
What O/S is your NIS master ?
Also things to look into .... are hpterm or xterm failing too .... I suspect they are.
ensure you have the latest CDE and NIS patches installed.
I've also seen cases where this disappears as mysteriously as it appeared - no explanation found so loathe as I am to say it have you tried a reboot ?
Good luck !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 01:49 AM
09-27-2001 01:49 AM
Re: login
have tried both hpterm and xterm.. no result.
the problem occured after i upgraded the mashine with another 256MB ram, and i changed /etc/rc.config.d/LANG so it used sv_SE.iso88591 instead of C..
ive changed back to default now, whitout any result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 02:36 AM
09-27-2001 02:36 AM
Re: login
just have to make it possible to redirect .sh.history when running dtlogin aswell.. how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 02:44 AM
09-27-2001 02:44 AM
Re: login
You need to edit $HOME/.dtprofile
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 02:45 AM
09-27-2001 02:45 AM
Re: login
from cmd line ( not CDE) vi $HOME/.Xdefaults : add :
dtterm*loginShell:True
wq!
login to CDE ....... open a dtterm .....result ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 03:08 AM
09-27-2001 03:08 AM
Re: login
is there a way to apply this change system wide? (like /etc/profile)
i do guess that this doesnt solve the problem but walks around it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 04:24 AM
09-27-2001 04:24 AM
Re: login
system wide =>add loginShell resource here =>
/etc/dt/app-defaults/C/Dtterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 04:28 AM