- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "connection closed" message after login
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
12-13-2002 03:39 AM
12-13-2002 03:39 AM
I have a user who is thrown out straight after logging in. I have checke /etc/passwd and all looks well. This is a 10.20 machine.
Has anyone seen this before?
Thanks,
Trystan.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:46 AM
12-13-2002 03:46 AM
Re: "connection closed" message after login
.profile for sh and ksh
.login and .cshrc for csh
whether anything like exit or logout is there.
Also check the /etc/profile file of /etc/csh.login file whether there is any script like for restricting the number of user logins.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:47 AM
12-13-2002 03:47 AM
Re: "connection closed" message after login
What shell is listed for his entry?
Look in the user's .profile (.cshrc) for an "exit 0" or "exit 1" or so forth.
Check that ther is a .profile or .cshrc, .login.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:51 AM
12-13-2002 03:51 AM
Re: "connection closed" message after login
You can check the current value of nstrpty on the kernel.
ALso check the number of telnet sessions.
#w|wc -l
should give you the number of telnet sessions.
If they are equal then must increase the value of nstrpty in your kernel.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:51 AM
12-13-2002 03:51 AM
Re: "connection closed" message after login
As root do this
#cd /home/thatuser/
#cp /dev/null .sh_history
#cp .profile .profile.bak
#cp /etc/profile .profile
#chmod +x .profile
#chown thatuser .profile
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:53 AM
12-13-2002 03:53 AM
Re: "connection closed" message after login
If I log in as another user and then "su - username" then I get the follopwing message: Memory fault.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:54 AM
12-13-2002 03:54 AM
Re: "connection closed" message after login
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:57 AM
12-13-2002 03:57 AM
Re: "connection closed" message after login
Check quota's for user.
# quota -v username
Think he reached his hard limit.
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 02:24 PM
12-13-2002 02:24 PM
Re: "connection closed" message after login
Accounts for Users adn Groups
Users
High light user
Actions ==> Modify Security Policies
General User Account Policies...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 02:41 PM
12-13-2002 02:41 PM
Re: "connection closed" message after login
There's probably a command in that users .profile that's kicking out that memory fault error. Is it creating a core file in the user's home dir?
If so run the file command against it to determine what's causing the core dump.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2002 04:06 PM
12-14-2002 04:06 PM
Re: "connection closed" message after login
Chris