View Single Post
Old 10-05-2015, 01:38 PM   #30
spelufo
Member
spelufo began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Oct 2013
Device: Kobo H2O
I finally got it working. I tried starting telned from the udev script with the -l /bin/login option and it worked without inetd.

Then I changed the inetd.conf file to:

Code:
21 stream tcp nowait root /bin/busybox ftpd -w -S /
23 stream tcp nowait root /bin/busybox telnetd -i -l /bin/login
and start inetd instead of telnetd from the script.

Thanks for your help.
spelufo is offline   Reply With Quote