- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd[2624]: telnet/tcp: accept: Invalid argument
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-22-2005 11:59 PM
08-22-2005 11:59 PM
inetd[2624]: telnet/tcp: accept: Invalid argument
I had installed OnlineJFS and rebooted the server after that i have a strange issue, telnet or any other internet services dont work, there are no error messages in syslog expect for the below error when there is an incomming connection
"Aug 23 16:55:05 magpie inetd[2624]: telnet/tcp: accept: Invalid argument"
there is no issue with /etc/hosts, nsswitch.conf, services inetd.conf all are fine, but still i am not able to connect through telnet
any ideas! on how could i solve this issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 12:11 AM
08-23-2005 12:11 AM
Re: inetd[2624]: telnet/tcp: accept: Invalid argument
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 12:18 AM
08-23-2005 12:18 AM
Re: inetd[2624]: telnet/tcp: accept: Invalid argument
Just check the telnet service/port is properly activated or not.
# netstat -na|grep *.23
Is this problem started after reboot? Or observed now.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 12:48 AM
08-23-2005 12:48 AM
Re: inetd[2624]: telnet/tcp: accept: Invalid argument
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 01:15 AM
08-23-2005 01:15 AM
Re: inetd[2624]: telnet/tcp: accept: Invalid argument
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 06:27 PM
08-23-2005 06:27 PM
Re: inetd[2624]: telnet/tcp: accept: Invalid argument
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 09:53 PM
08-23-2005 09:53 PM
Re: inetd[2624]: telnet/tcp: accept: Invalid argument
thanks for all your responses, I figured out the problem, it was with respect to a patch that was installed during installtion of onlinejfs implicitly,
Solution was to install the PHNE_28525 patch.
I rebooted after this, and the problem is now resolved.
-Nagashankar