View Single Post
Old 02-18-2011, 11:11 AM   #35
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,002
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Hi supert,

No telnetd process on the Kindle:
Quote:
[root@kindle root]# ps aux | grep telnet
root 18431 0.0 0.2 2656 532 pts/2 S<+ 10:52 0:00 grep telnet
[root@kindle root]#
Can't telnet from my PC:
Quote:
C:\>telnet 10.0.0.31
Connexion à 10.0.0.31...Impossible d'ouvrir une connexion à l'hôte, sur le port 23: Échec lors de la connexion
C:\>
Then I manualy ran your command and voilà!:
Quote:
[root@kindle root]# /mnt/us/usbnet/bin/busybox telnetd
[root@kindle root]# ps aux | grep telnet
root 20521 0.0 0.1 1720 292 ? S<s 11:04 0:00 /mnt/us/usbnet/bin/busybox telnetd
root 20523 0.0 0.2 2656 532 pts/2 S<+ 11:04 0:00 grep telnet
[root@kindle root]#
I don't know why ~usbNetwork didn't start the process... everything is fine now.

Thanks for kindly helping.

[edit]
Re-reading the usbnet hack documentation I found out that the telnet daemon is not started when networking only on the wifi interface (and not on the usb interface). So in my case the absence of telnetd worked as designed. Just have to start it manualy as above.

Last edited by PoP; 03-13-2011 at 04:01 PM.
PoP is offline   Reply With Quote