Hi. Please excuse me, if there are some protocols I don't follow, this is my first time opening an issue on github.
I want to rollback from 2.9 beta to 2.8.
I can ping my host/server from the tablet, but the update-engine can't connect to host.
Executed on my laptop (hostname: x220)
❯ python3 serve.py
Using hostname, to override use: ./serve.py hostname
Device should use: http://x220:8000/
Available updates: {'reMarkable2': ('2.7.0.51', '2.7.0.51_reMarkable2.signed')}
Starting fake updater: 8000
Executed on remarkable by SSH over wifi
reMarkable: ~/ ping x220
PING x220 (192.168.1.123): 56 data bytes
64 bytes from 192.168.1.123: seq=0 ttl=64 time=3.354 ms
-- Logs begin at Fri 2021-08-06 12:01:24 UTC. --
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.862864 553 libcurl_http_fetcher.cc:466] Setting up timeout source: 1 seconds.
Aug 06 21:35:32 reMarkable update_engine[553]: E20210806 21:35:32.873977 553 libcurl_http_fetcher.cc:264] Unable to get http response code: Failed to connect to x220 port 8000: No route to host
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874430 553 libcurl_http_fetcher.cc:295] Transfer resulted in an error (0), 0 bytes downloaded
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874534 553 libcurl_http_fetcher.cc:297] Error buffer: Failed to connect to x220 port 8000: No route to host
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874603 553 omaha_request_action.cc:670] Omaha request response:
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874684 553 action_processor.cc:78] ActionProcessor::ActionComplete: finished last action of type OmahaRequestAction
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874749 553 action_processor.cc:87] ActionProcessor::ActionComplete: finished last action of type OmahaRequestAction
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874810 553 update_attempter.cc:313] Processing Done.
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874884 553 update_attempter.cc:317] Error event sent.
Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874990 553 update_check_scheduler.cc:82] Next update check in 49m34s
Hi. Please excuse me, if there are some protocols I don't follow, this is my first time opening an issue on github. I want to rollback from 2.9 beta to 2.8.
I can ping my host/server from the tablet, but the update-engine can't connect to host. Executed on my laptop (hostname: x220) ❯ python3 serve.py Using hostname, to override use: ./serve.py hostname Device should use: http://x220:8000/ Available updates: {'reMarkable2': ('2.7.0.51', '2.7.0.51_reMarkable2.signed')} Starting fake updater: 8000
Executed on remarkable by SSH over wifi reMarkable: ~/ ping x220 PING x220 (192.168.1.123): 56 data bytes 64 bytes from 192.168.1.123: seq=0 ttl=64 time=3.354 ms
-- Logs begin at Fri 2021-08-06 12:01:24 UTC. -- Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.862864 553 libcurl_http_fetcher.cc:466] Setting up timeout source: 1 seconds. Aug 06 21:35:32 reMarkable update_engine[553]: E20210806 21:35:32.873977 553 libcurl_http_fetcher.cc:264] Unable to get http response code: Failed to connect to x220 port 8000: No route to host Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874430 553 libcurl_http_fetcher.cc:295] Transfer resulted in an error (0), 0 bytes downloaded Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874534 553 libcurl_http_fetcher.cc:297] Error buffer: Failed to connect to x220 port 8000: No route to host Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874603 553 omaha_request_action.cc:670] Omaha request response: Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874684 553 action_processor.cc:78] ActionProcessor::ActionComplete: finished last action of type OmahaRequestAction Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874749 553 action_processor.cc:87] ActionProcessor::ActionComplete: finished last action of type OmahaRequestAction Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874810 553 update_attempter.cc:313] Processing Done. Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874884 553 update_attempter.cc:317] Error event sent. Aug 06 21:35:32 reMarkable update_engine[553]: I20210806 21:35:32.874990 553 update_check_scheduler.cc:82] Next update check in 49m34s
/usr/share/remarkable/update.conf file: 1 [general] 2 #remarkable_release_appid={98da7df2-4e3e-4744-9de6-ec931886abab} 3 #server=https://get-updates.cloud.remarkable.engineering/service/update2 4 server=http://x220:8000/ 5 #group=prod 6 #platform=remarkable2 7 remarkable_release_version=2.9.0.153
Am I doing something wrong? Or is it some incompatibility with the 2.9 software? Thanks for any help in advance