- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sshd: fatal: mm_request_send: write
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
08-16-2005 01:01 AM
08-16-2005 01:01 AM
sshd: fatal: mm_request_send: write
This was working fine before the patches and updated SSH. It worked fine after installing the patches and updated Secure Shell on an identical system. A Google search of the error didn't yield any clues about what this means.
I reinstalled Secure Shell fresh on the off chance that was a problem, but that didn't help. SSH otherwise seems to work on the system so it's something specific to this tunnel. Anyone know what this error means and can enlighten me?
Jeff Traigle
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 03:32 AM
08-16-2005 03:32 AM
Re: sshd: fatal: mm_request_send: write
This error message might be due to the sshd monitor process failure.
Also post us the detailed sshd debug messages and possibly the script you are using to setup the tunnel.
Does the new SSHD (ssh 4.0) works if path bundles are reinstalled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 03:46 AM
08-16-2005 03:46 AM
Re: sshd: fatal: mm_request_send: write
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 03:52 AM
08-16-2005 03:52 AM
Re: sshd: fatal: mm_request_send: write
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 03:57 AM
08-16-2005 03:57 AM
Re: sshd: fatal: mm_request_send: write
Here's the relevant portion of the debug info from sshd:
debug1: do_pam_account: called
Failed publickey for stunnel from 192.168.246.5 port 52447 ssh2
Access denied for user stunnel by PAM account configuration
debug1: Entering record_failed_login uid 0
debug1: do_cleanup
mm_request_send: write
debug1: PAM: cleanup
debug1: do_cleanup
debug1: PAM: cleanup
The command that sets up the tunnel is:
nohup /usr/bin/ssh -l stunnel -n -N ${HOST} -g -L ${FPORT}:${IPORT}:${RPORT}
(The variables are set correctly and haven't changed since it was working.)
The Privilege Separation did nothing.
Something with PAM? No idea what would have changed there. pam.conf is the same as another server that's working.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 04:26 AM
08-16-2005 04:26 AM
SolutionUntil last summer we absolutely had to have a "*" as the password to lock our accounts. An admin lock (passwd -l) didn't work.
Now since a newer patch bundle we installed in June, the rule has changed, the account needs an admin lock and must NOT have a "*" in the password field.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 05:24 AM
08-16-2005 05:24 AM
Re: sshd: fatal: mm_request_send: write
Jeff Traigle