scripts icon indicating copy to clipboard operation
scripts copied to clipboard

repull: hangs on ssh transfer

Open Kratacoa opened this issue 5 years ago • 4 comments
trafficstars

As per title, while using the -r option, the script reports to me repull: Pulling '/filename', but never actually delivers.
In the folder, a socket file called remarkable-ssh is created, but the script never ends.
I tried it with moderately sized files (5 pages) as well as larger ones.
P.S. I currently have no way of trying it via USB.

Kratacoa avatar Oct 16 '20 11:10 Kratacoa

Unfortunately I no longer posses a remarkable tablet, so until my v2 arrives, there's no easy way for me to maintain this repository at the moment.

CTXz avatar Oct 17 '20 14:10 CTXz

It seems the web UI is set to listen on 10.11.99.1:80, and the USB interface is brought down / address is flushed when USB is not connected, so attempts at talking to that IP just hang :-/

This will probably need some hack at the system level, not on the scripts.

m0n5t3r avatar Nov 12 '20 09:11 m0n5t3r

Note for future reference (i'll probably patch the script):

ip a add 10.11.99.1/32 dev lo

is sufficient to make the webUI work through SSH over WiFi when the Web interface is up but the USB cable disconnected.

trou avatar Feb 10 '21 21:02 trou

i have added the line manually and it works until reboot. i'm no linux expert, but there is no /etc/network/interfaces file and this can be a hint for another tool, which configures the network interfaces. So i don't know how to set it static even if I reboot the remarkable.

meyerhaven avatar Feb 14 '21 16:02 meyerhaven