- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- core file created on starting sshd
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-29-2002 12:31 AM
05-29-2002 12:31 AM
core file created on starting sshd
The ssh daemon ran successfully but a core file is also created. Meanwhile, the ssh daemon seemed to be working OK.
Anyone got any idea what is wrong ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 12:36 AM
05-29-2002 12:36 AM
Re: core file created on starting sshd
Try running sshd in foreground and look for any errors reported.
#./opt/openssh2/sbin/sshd
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 12:45 AM
05-29-2002 12:45 AM
Re: core file created on starting sshd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 12:55 AM
05-29-2002 12:55 AM
Re: core file created on starting sshd
maybe it is something sshd calls.
do
file core
show us the output
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 01:04 AM
05-29-2002 01:04 AM
Re: core file created on starting sshd
# file core
core: core file from 'last' - received SIGSEGV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 01:52 AM
05-29-2002 01:52 AM
Re: core file created on starting sshd
What is the timestamp of the generated core (same time as sshd daemon startup)? Did sshd wrote any error messages into syslog?
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 03:19 AM
05-29-2002 03:19 AM
Re: core file created on starting sshd
The hpux porting archive:
http://hpux.cs.utah.edu/ ?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 04:30 AM
05-29-2002 04:30 AM
Re: core file created on starting sshd
I found the reason behind the core file. It is not caused by sshd. The acct facility was trying to write the login session into the wtmp file. The file was corrupted => memory core dump when "last" tries to access it.
I recreate the wtmp file and everything was OK. No more core file when sshd was started up.
Thanks to all who replied.