- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sshd error message
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
05-01-2002 07:40 AM
05-01-2002 07:40 AM
sshd error message
AUTHENTICATION SUCCESSFUL
RECEIVED SIGNAL 11. (NO CORE)
Any ideas? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 08:07 AM
05-01-2002 08:07 AM
Re: sshd error message
Awaiting the info...
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 08:12 AM
05-01-2002 08:12 AM
Re: sshd error message
I looked up signal 11 in /usr/include/sys/signal.h. It is defined as a segmentation violation. You may want to see if there is anything in syslog about a segmentaion problem.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 08:15 AM
05-01-2002 08:15 AM
Re: sshd error message
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x72537e990647d4118fee0090279cd0f9,00.html
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 06:33 AM
05-02-2002 06:33 AM
Re: sshd error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 07:41 AM
05-02-2002 07:41 AM
Re: sshd error message
You definately have a protocol error. The protocol that your clients are using is different than the protocol the server is running. There may be more that just that, but I would say you also have a tooltalk problem as well based on all the rpc.ttdbserver errors you had in there. Is CDE working ok?
A ssh -v output would be helpful as well.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 07:47 AM
05-02-2002 07:47 AM
Re: sshd error message
There is one option StrictModes which is by default yes. sshd will not permit logins if the permissions on the corresponding home directory are world-writable. Try changing the permissions and see.
If possible, you can start sshd in debug mode with the command line option sshd -d and it will printout debug messages and you should be able to make out what is causing the problem.
FYI,
Sridhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 08:21 AM
05-02-2002 08:21 AM
Re: sshd error message
There may be a configuration issue with the X environment. My reasoning behind this theory is the error message I received -
/usr/bin/X11/xauth: (argv):1: bad display name "2" in "list" command
Your thoughts?