Operating System - Tru64 Unix
1827894 Members
1581 Online
109969 Solutions
New Discussion

can not telnet to the host.

 
hy_4
Advisor

can not telnet to the host.

OS is digital 4.0d.When I telnet the host,the following error appears:telnetd:fork:Operation would block.What is the matter?Thank you.
9 REPLIES 9
Ralf Puchner
Honored Contributor

Re: can not telnet to the host.

"operation would block means" you jump to a code segment/routine or use a resource already in use/progress (reentrance).

So it seems telnet is already busy connecting to the remote system..... could be all kind of network problem mostly host resolving....



Help() { FirstReadManual(urgently); Go_to_it;; }
hy_4
Advisor

Re: can not telnet to the host.

Thank you.Could you tell me how I can resolve
the problem at the host?
Michael Schulte zur Sur
Honored Contributor

Re: can not telnet to the host.

Hy,

I would look for error messages on the target system that the telnetd prints. It may be a resource problem. 4.0D is a bit old by now. Do you have at least the latest patch kit?

greetings,

Michael
Ralf Puchner
Honored Contributor

Re: can not telnet to the host.

hy,

why not using the troubleshooting section within the network guide....
Help() { FirstReadManual(urgently); Go_to_it;; }
hy_4
Advisor

Re: can not telnet to the host.

I have not the book.Who can help me to resolve the problem?Thank you.
Ralf Puchner
Honored Contributor

Re: can not telnet to the host.

there is no book, it is online delivered with your operation system cdrom....
Help() { FirstReadManual(urgently); Go_to_it;; }
hy_4
Advisor

Re: can not telnet to the host.

Could you please tell me in detail how I can find the guide from the cdrom?Thank you.
Han Pilmeyer
Esteemed Contributor

Re: can not telnet to the host.

All documentation is online available at http://tru64unix.compaq.com/docs

This particular information can be found in chapter 10 and later of this document: http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/ARH9CDTE/TITLE.HTM

No need to find the CDROM.
Ralf Puchner
Honored Contributor

Re: can not telnet to the host.

hy,
it is labeled "online documentation" and if you inserted the cd-rom into a pc it will start automatically....
Help() { FirstReadManual(urgently); Go_to_it;; }