If the Touch the same as the Radio, then the following would equally
apply.

I guess it's a "mistake" in the firmware which I suppose might be of no
great consequence.

Port 23 is the -telnet- port, and there is no telnet daemon installed on
the Radio that will respond to it:

Code:
--------------------
    
  telnet blackradio
  Trying xxx.xxx.xxx.xxx...
  Connected to blackradio.home.
  Escape character is '^]'.
  Connection closed by foreign host.
  
--------------------


If I log in to my Radio (using ssh) I would see:

Code:
--------------------
    
  # tail /var/log/messages
  Jul 10 15:17:01 inetd[947]: can't execute '/usr/sbin/telnetd': No such file 
or directory
  
--------------------


The offending line is in -/etc/inetd.conf-:

Code:
--------------------
    
  telnet        stream  tcp     nowait  root    /usr/sbin/telnetd       telnetd
  
--------------------

It could be commented out:

Code:
--------------------
    
  #telnet       stream  tcp     nowait  root    /usr/sbin/telnetd       telnetd
  
--------------------


------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=112571

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to