|
|
#241 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 50,750
Karma: 178402708
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
KoboRoot.tgz is the filename for Kobo's standard installer. Nothing to do with the contents of the file. The OCP version installs KFMon and NickelMenu, this one installs the Kobo Stuff package.
|
|
|
|
|
|
#242 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: May 2025
Device: Kobo Libra Color
|
Thanx DNSB, i think i understand the answer.
the installer just extracts the content of the tgz file to the paths given inside. Great, I will backup my KLC and give it a go.... shall post my success (or issues ;-( ) |
|
|
|
|
|
#243 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: May 2025
Device: Kobo Libra Color
|
Well, it work as you said!
Just like the install section described, no hiccups or issues! New experiments awaiting like fiddling with python on my KLC Nice!
|
|
|
|
|
|
#244 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Jul 2022
Device: Kobo Libra Colour
|
hi, i was considering using this package, but since i want to keep my device as clean as possible, I wanted to only install the ssh client part of this. is it possible to exclude all executables from the KoboRoot.tgz file apart from the ones i need? should i also keep some specific dynamic libs? thanks
|
|
|
|
|
|
#245 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Jul 2022
Device: Kobo Libra Colour
|
ok, managed to solve this issue, i'm experiencing another one: i cannot locally port-forward with ssh:
Code:
ssh -L 12345:127.0.0.1:12345 user@somehost -N Code:
bind [::1]:12345: Address not available channel_setup_fwd_listener_tcpip: cannot listen to port: 12345 Could not request local forwarding. Code:
ssh -4 -L 127.0.0.1:12345:127.0.0.1:12345 user@somehost -N Code:
bind [127.0.0.1]:12345: Address not available channel_setup_fwd_listener_tcpip: cannot listen to port: 12345 i already use a globally available wireguard network, but the kernel on the kobo is too old and it seemded very complicated to make wireguard work on such simple device. first thing it came to mind is an http proxy, but i don't really like the security implications... so the other day i thought about using ssh reverse tunneling: i already expose an ssh server, so i should only create very strinct rules on the ssh server to make my kobo connect, but with no shell and with the ability to only forward a very specific address/port pair. i tried to compile openssh myself but failed, found a generic arm-linux-gnueabihf portable openssh binary, but i had the first problem i was talking about: i cannot locally forward using the ssh client. i thought trying the binaries compiled by NiLuJe, thinking they could contain some kind of patch about this, but the exact same problem arised. maybe i could open a new thread about this, but since it's also a problem about ssh inside this bundle i'll keep it here. it seems a bit strage, cause i can bind port 12345 using busybox's `nc` command, so it seem a binary problem and not a kernel one... thank you very much for your time
|
|
|
|
|
|
#246 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Jul 2022
Device: Kobo Libra Colour
|
found the problem/solution: kobo devices doesn't setup the loopback interface on boot. source https://www.mobileread.com/forums/sh...d.php?t=353887
|
|
|
|
![]() |
| Tags |
| ssh, telnet, tools |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Package with console tools | CGarces | Development | 0 | 09-06-2013 05:04 PM |
| Combined Tools Package | Lizj1 | Plugins | 5 | 01-11-2013 10:32 AM |
| USBNetwork USB Driver & Telnet on Windows XP SP3 | namati | Kindle Developer's Corner | 0 | 02-24-2012 01:20 AM |
| Instruction to get root on 60x/90x + remote telnet & FTP | mamaich | PocketBook | 17 | 08-27-2011 07:41 PM |