- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Command terminated on signal 11
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
Discussions
Discussions
Discussions
Forums
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
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-17-2002 12:34 AM
тАО12-17-2002 12:34 AM
Command terminated on signal 11
I wasn't sure what i have done to my HP-UX, but every time when i try SSH from my Windows (using Putty) into the server it log me out immediately with error message...
Server sent disconnect message:
"Command terminated on signal 11"
I can only click on the OK button and my session will then be inactive.
Hope to get some advice from you. Thank you in advance.
TSYap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 12:47 AM
тАО12-17-2002 12:47 AM
Re: Command terminated on signal 11
Any error messages in /var/adm/syslog/syslog.log ?
Are you using openssh ?
Try disabling X11 forwarding in ssh and restart the sshd .
problem should not come now.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 01:18 AM
тАО12-17-2002 01:18 AM
Re: Command terminated on signal 11
My syslog.log shown ...
sshd[5056]: Could not reverse map address 10.x.x.x
sshd[5056]: Accepted password for myself from 10.x.x.xxx port 2710
sshd[5060]: Disconnecting: Command terminated on signal 11
My sshd_config shown X11 forwarding wasn't enable...
#X11Forwarding no
What will be the possible cause?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 01:25 AM
тАО12-17-2002 01:25 AM
Re: Command terminated on signal 11
Comment this line as below in sshd config file.
#ReverseMappingCheck yes
(or) put this line
ReverseMappingCheck no
restart sshd daemon.
Hope your problem is solved now.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 02:05 AM
тАО12-17-2002 02:05 AM
Re: Command terminated on signal 11
#sshd -d -d -d
Debug messages will be displayed on the screen
Now try using putty to connect to the ssh server in debug mode. paste the ouput here.
Does the problem comes if you connect to server using ssh command from unix .
#ssh root@localhost
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2002 06:26 PM
тАО12-17-2002 06:26 PM
Re: Command terminated on signal 11
But the login back to it's normal after I remove and re-created back the user login.
Thanks for all your advice and response, appreciated your help very much.
TSYap