[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] Why telned not work?



Hi,
I don't understand, if FTP and HTTP servers work, why Telnet not work.
inetd.conf file:
ftp     stream tcp nowait root /bin/ftpd -l
telnet  stream tcp nowait root /bin/telnetd
 
Link on port in services exist.
 
If try connecting, receive:
Connecting to 192.168.0.2 ...
[TELNET] CONNECT (<unnamed>/192.168.0.2)
telnetd: All network ports in use.
 
Try use SSH, but image don't make :(
 
Please, any ideas.