This is a discussion on telnetd: All network ports in use. when using rootfs over NFS within the Linux Networking forums, part of the Linux Forums category; Hi. For development of my embedded system, I have telnetd running. When I boot the system with the in-Flash ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi.
For development of my embedded system, I have telnetd running. When I boot the system with the in-Flash rootfs, I can telnet into the system without any problem. But when I use the rootfs over NFS (for development of a kernel module), I get an 'All network ports in use.' return form telnetd. Anybody an idea why? toni root # telnet 192.168.10.250 Trying 192.168.10.250... Connected to 192.168.10.250. Escape character is '^]'. telnetd: All network ports in use. Connection closed by foreign host. toni root # -- Groeten, Toni Van Remortel Wetenschappelijk medewerker, D-science lab, Hogeschool Antwerpen Real time Linux for embedded systems: http://linemb.d-sciencelab.com |