kqtran

reMarkable 2 tips

·

the user community around modifying and customizing the reMarkable tablet is enthusiastic, to say the least. users can modify their wallpapers, use custom pens, and more. the tool has been instrumental in upgrading my understanding of note-taking as it pertains to work, school, and personal life, so it makes sense to customize it to use it exactly how you see fit.

Manually adjust the sleep timer

settings are under /home/root/.config/remarkable/xochitl.conf. most of them are configurable in the UI, but the sleep timer is strictly a 20 minute toggle on/off. surprisingly, reducing the sleep timer improved the battery life, so I sought to reduce as much as possible. my understanding of devices like the Amazon Kindle was that little battery power was used when the device was in an idle state. of course, your usage of the backlight may impact this as well.

adjust the sleep timer in the configuration, to the desired timeout value (as measured in milliseconds).

Force an update

if you have been customizing the tablet you may have noticed that a new update will wipe all configuration changes.

while I don't have a way to circumvent this, I did find a way to force the update. I was quite curious to understand what exactly was changed and what persisted every time the device updated - short answer is basically everything.

Instructions to force an update

  1. SSH into your reMarkable tablet.
  2. Open /usr/share/remarkable/update.conf.
  3. Find the line REMARKABLE_RELEASE_VERSION, e.g. REMARKABLE_RELEASE_VERSION=3.9.1.1986.
  4. Modify the value to something lower: REMARKABLE_RELEASE_VERSION=3.9.1.1985*.
  5. On your tablet, open Menu > Settings. Under Software, tap the Version <number>, and tap Check for updates.
  6. Not confirmed - per jms1's blog, you can issue a /usr/bin/update_engine_client -check_for_update

It seems like there are some syntax rules in place.

  1. You cannot remove the file or delete the line, as it results in an error.
  2. It seems like there are major and minor version logics in place.

For example, I have version 3.9.3.1986. I changed the line to REMARKABLE_RELEASE_VERSION=1. Instead of updating back to 3.9.1.1986 as expected, the update service instead started to download 2.15.1.1189. Upon downloading and installing, the reMarkable then downloaded the current version, 3.9.3.1986.

Observations

  1. new files appear to stay, while system files are overwritten.
  2. the device's ssh host key (/etc/dropbear/dropbear_ed25519_host_key) is updated, meaning you will need to remove the existing entry in your ~/.ssh/known_hosts.
  3. adding a systemd unit will get overwritten
  4. adding an ssh key as well as adding a config file at ~/.ssh/config will not be overwritten

journalctl output

update

here is the journalctl output from start to finish of when the update button is pushed:

reMarkable update_engine[216]: I20231230 07:11:04.315783   216 dbus_service.cc:62] Attempting interactive update
reMarkable update_engine[216]: I20231230 07:11:04.315901   216 update_attempter.cc:283] New update check requested
reMarkable update_engine[216]: I20231230 07:11:04.325956   216 omaha_request_params.cc:75] Current group set to External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6
reMarkable update_engine[216]: I20231230 07:11:04.328325   216 update_attempter.cc:533] Not updating boot flags, we don't know the state of the application.
reMarkable update_engine[216]: I20231230 07:11:04.329052   216 update_attempter.cc:710] Scheduling an action processor start.
reMarkable update_engine[216]: I20231230 07:11:04.330875   216 action_processor.cc:41] ActionProcessor::StartProcessing: OmahaRequestAction
reMarkable update_engine[216]: I20231230 07:11:04.333164   216 omaha_request_action.cc:280] Posting an Omaha request to https://updates.cloud.remarkable.engineering/service/update2
reMarkable update_engine[216]: I20231230 07:11:04.333305   216 omaha_request_action.cc:281] Request: <?xml version="1.0" encoding="UTF-8"?>
reMarkable update_engine[216]: <request protocol="3.0" version="3.9.3.1984" requestid="{5ececdf7-b904-452f-8e44-7d0d777f1479}" sessionid="{0d9254c9-2ccb-47a1-a50a-f3750329f9e1}" updaterversion="0.4.2" installsource="ondemandupdate" ismachine="1">
reMarkable update_engine[216]:     <os version="codex 4.0.258" platform="reMarkable2" sp="3.9.3.1984_armv7l" arch="armv7l"></os>
reMarkable update_engine[216]:     <app appid="{98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}" version="3.9.3.1984" track="External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6" ap="External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6" bootid="{d4040a86-4611-440a-95b5-623f59ca9177}" oem="RM110-043-23615" oemversion="4.0.258" alephversion="3.9.3.1986" machineid="39421a6628414521a9b985c919a5521d" lang="en-US" board="" hardware_class="" delta_okay="false" nextversion="0.0.0" brand="" client="" >
reMarkable update_engine[216]:         <ping active="1"></ping>
reMarkable update_engine[216]:         <updatecheck></updatecheck>
reMarkable update_engine[216]:         <event eventtype="3" eventresult="2" previousversion=""></event>
reMarkable update_engine[216]:     </app>
reMarkable update_engine[216]: </request>
reMarkable update_engine[216]: I20231230 07:11:04.333364   216 libcurl_http_fetcher.cc:50] Starting/Resuming transfer
reMarkable update_engine[216]: I20231230 07:11:04.333684   216 libcurl_http_fetcher.cc:176] Setting up curl options for HTTPS
reMarkable update_engine[216]: I20231230 07:11:04.334535   216 libcurl_http_fetcher.cc:466] Setting up timeout source: 1 seconds.
reMarkable update_engine[216]: I20231230 07:11:05.134335   216 libcurl_http_fetcher.cc:261] HTTP response code: 200
reMarkable update_engine[216]: I20231230 07:11:05.134905   216 libcurl_http_fetcher.cc:323] Transfer completed (200), 901 bytes downloaded
reMarkable update_engine[216]: I20231230 07:11:05.137131   216 omaha_request_action.cc:670] Omaha request response: <?xml version='1.0' encoding='UTF-8'?>
reMarkable update_engine[216]: <response protocol="3.0" server="prod">
reMarkable update_engine[216]:   <daystart elapsed_seconds="25865" elapsed_days="6207"/>
reMarkable update_engine[216]:   <app appid="{98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}" status="ok">
reMarkable update_engine[216]:     <event status="ok"/>
reMarkable update_engine[216]:     <updatecheck status="ok">
reMarkable update_engine[216]:       <urls>
reMarkable update_engine[216]:         <url codebase="https://updates-download.cloud.remarkable.engineering:443/build/reMarkable%20Device/reMarkable2/3.9.3.1986/"/>
reMarkable update_engine[216]:       </urls>
reMarkable update_engine[216]:       <manifest version="3.9.3.1986">
reMarkable update_engine[216]:         <packages>
reMarkable update_engine[216]:           <package name="3.9.3.1986_reMarkable2-T1fuxwo40r.signed" required="true" size="81571357" hash="TWujVvbG6HMdV2o60+CG8RDw6EA="/>
reMarkable update_engine[216]:         </packages>
reMarkable update_engine[216]:         <actions>
reMarkable update_engine[216]:           <action event="postinstall" successsaction="default" sha256="8icBUM4sg4xSF/C/dfQ0AstliV1Ss+pVXMYdWHpXtas=" DisablePayloadBackoff="true"/>
reMarkable update_engine[216]:         </actions>
reMarkable update_engine[216]:       </manifest>
reMarkable update_engine[216]:     </updatecheck>
reMarkable update_engine[216]:     <ping status="ok"/>
reMarkable update_engine[216]:   </app>
reMarkable update_engine[216]: </response>
reMarkable update_engine[216]: I20231230 07:11:05.137945   216 omaha_request_action.cc:484] Omaha Response manifest version = 3.9.3.1986
reMarkable update_engine[216]: I20231230 07:11:05.138145   216 omaha_request_action.cc:509] Found 1 url(s)
reMarkable update_engine[216]: I20231230 07:11:05.138309   216 omaha_request_action.cc:550] Processing first of 1 package(s)
reMarkable update_engine[216]: I20231230 07:11:05.138357   216 omaha_request_action.cc:557] Omaha Response package name = 3.9.3.1986_reMarkable2-T1fuxwo40r.signed
reMarkable update_engine[216]: I20231230 07:11:05.138403   216 omaha_request_action.cc:570] Url0: https://updates-download.cloud.remarkable.engineering:443/build/reMarkable%20Device/reMarkable2/3.9.3.1986/3.9.3.1986_reMarkable2-T1fuxwo40r.signed
reMarkable update_engine[216]: I20231230 07:11:05.138522   216 omaha_request_action.cc:584] Payload size = 81571357 bytes
reMarkable update_engine[216]: I20231230 07:11:05.138684   216 omaha_request_action.cc:610] Found 1 action(s). Processing the postinstall action.
reMarkable update_engine[216]: I20231230 07:11:05.138823   216 payload_state.cc:53] Resetting all persisted state as this is a new response
reMarkable update_engine[216]: I20231230 07:11:05.138871   216 payload_state.cc:377] Current Response Signature =
reMarkable update_engine[216]: NumURLs = 1
reMarkable update_engine[216]: Url0 = https://updates-download.cloud.remarkable.engineering:443/build/reMarkable%20Device/reMarkable2/3.9.3.1986/3.9.3.1986_reMarkable2-T1fuxwo40r.signed
reMarkable update_engine[216]: Payload Size = 81571357
reMarkable update_engine[216]: Payload Sha256 Hash = 8icBUM4sg4xSF/C/dfQ0AstliV1Ss+pVXMYdWHpXtas=
reMarkable update_engine[216]: Is Delta Payload = 0
reMarkable update_engine[216]: Max Failure Count Per Url = 10
reMarkable update_engine[216]: Disable Payload Backoff = 1
reMarkable update_engine[216]: I20231230 07:11:05.139390   216 payload_state.cc:402] Payload Attempt Number = 0
reMarkable update_engine[216]: I20231230 07:11:05.139752   216 payload_state.cc:429] Current URL Index = 0
reMarkable update_engine[216]: I20231230 07:11:05.140060   216 payload_state.cc:454] Current URL (Url0)'s Failure Count = 0
reMarkable update_engine[216]: I20231230 07:11:05.140357   216 payload_state.cc:299] Resetting backoff expiry time as payload backoff is disabled
reMarkable update_engine[216]: I20231230 07:11:05.140408   216 payload_state.cc:488] Backoff Expiry Time = 01/01/70 00:00:00 UTC
reMarkable update_engine[216]: I20231230 07:11:05.140762   216 payload_state.cc:208] Payload backoff logic is disabled. Can proceed with the download
reMarkable update_engine[216]: I20231230 07:11:05.140909   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished OmahaRequestAction, starting OmahaResponseHandlerAction
reMarkable update_engine[216]: I20231230 07:11:05.140956   216 omaha_response_handler_action.cc:45] Using Url 0 as the download url this time
reMarkable update_engine[216]: I20231230 07:11:05.141130   216 prefs.cc:54] update-state-next-operation not present in /var/lib/update_engine/prefs
reMarkable update_engine[216]: E20231230 07:11:05.141189   216 payload_processor.cc:540] prefs->GetInt64(kPrefsUpdateStateNextOperation, &next_operation) && next_operation != kUpdateStateOperationInvalid && next_operation > 0 failed.
reMarkable update_engine[216]: I20231230 07:11:05.147986   216 omaha_response_handler_action.cc:94] Using this install plan:
reMarkable update_engine[216]: I20231230 07:11:05.148083   216 install_plan.cc:57] InstallPlan: , new_update, url: https://updates-download.cloud.remarkable.engineering:443/build/reMarkable%20Device/reMarkable2/3.9.3.1986/3.9.3.1986_reMarkable2-T1fuxwo40r.signed, payload size: 81571357, payload hash: 8icBUM4sg4xSF/C/dfQ0AstliV1Ss+pVXMYdWHpXtas=, partition_path: /dev/mmcblk2p2, kernel_path: , postinst_args: NEW_VERSION=3.9.3.1986, old_partition_path: /dev/mmcblk2p3, old_kernel_path:
reMarkable update_engine[216]: I20231230 07:11:05.150708   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished OmahaResponseHandlerAction, starting FilesystemCopierAction
reMarkable update_engine[216]: I20231230 07:11:05.157305   216 filesystem_copier_action.cc:335] Filesystem size: 283115520
reMarkable update_engine[216]: I20231230 07:11:24.504264   216 filesystem_copier_action.cc:310] Hash: MGN0BtBVD8TXmdsfZPNgAzl40EJfN/HqXNbdV4lMlJA=
reMarkable update_engine[216]: I20231230 07:11:24.504489   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished FilesystemCopierAction, starting KernelCopierAction
reMarkable update_engine[216]: I20231230 07:11:24.504562   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished KernelCopierAction, starting OmahaRequestAction
reMarkable update_engine[216]: I20231230 07:11:24.505945   216 omaha_request_action.cc:280] Posting an Omaha request to https://updates.cloud.remarkable.engineering/service/update2
reMarkable update_engine[216]: I20231230 07:11:24.506023   216 omaha_request_action.cc:281] Request: <?xml version="1.0" encoding="UTF-8"?>
reMarkable update_engine[216]: <request protocol="3.0" version="3.9.3.1984" requestid="{696f5fff-09d3-418e-95cb-159e36e503c0}" sessionid="{0d9254c9-2ccb-47a1-a50a-f3750329f9e1}" updaterversion="0.4.2" installsource="ondemandupdate" ismachine="1">
reMarkable update_engine[216]:     <os version="codex 4.0.258" platform="reMarkable2" sp="3.9.3.1984_armv7l" arch="armv7l"></os>
reMarkable update_engine[216]:     <app appid="{98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}" version="3.9.3.1984" track="External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6" ap="External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6" bootid="{d4040a86-4611-440a-95b5-623f59ca9177}" oem="RM110-043-23615" oemversion="4.0.258" alephversion="3.9.3.1986" machineid="39421a6628414521a9b985c919a5521d" lang="en-US" board="" hardware_class="" delta_okay="false" nextversion="3.9.3.1986" brand="" client="" >
reMarkable update_engine[216]:         <event eventtype="13" eventresult="1"></event>
reMarkable update_engine[216]:     </app>
reMarkable update_engine[216]: </request>
reMarkable update_engine[216]: I20231230 07:11:24.506071   216 libcurl_http_fetcher.cc:50] Starting/Resuming transfer
reMarkable update_engine[216]: I20231230 07:11:24.506384   216 libcurl_http_fetcher.cc:176] Setting up curl options for HTTPS
reMarkable update_engine[216]: I20231230 07:11:24.507107   216 libcurl_http_fetcher.cc:466] Setting up timeout source: 1 seconds.
reMarkable update_engine[216]: I20231230 07:11:28.560817   216 libcurl_http_fetcher.cc:261] HTTP response code: 200
reMarkable update_engine[216]: I20231230 07:11:28.563449   216 libcurl_http_fetcher.cc:323] Transfer completed (200), 250 bytes downloaded
reMarkable update_engine[216]: I20231230 07:11:28.564172   216 omaha_request_action.cc:670] Omaha request response: <?xml version='1.0' encoding='UTF-8'?>
reMarkable update_engine[216]: <response protocol="3.0" server="prod">
reMarkable update_engine[216]:   <daystart elapsed_seconds="25888" elapsed_days="6207"/>
reMarkable update_engine[216]:   <app appid="{98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}" status="ok">
reMarkable update_engine[216]:     <event status="ok"/>
reMarkable update_engine[216]:   </app>
reMarkable update_engine[216]: </response>
reMarkable update_engine[216]: </response>
reMarkable update_engine[216]: I20231230 07:11:28.566470   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished OmahaRequestAction, starting DownloadAction
reMarkable update_engine[216]: I20231230 07:11:28.566552   216 install_plan.cc:57] InstallPlan: , new_update, url: https://updates-download.cloud.remarkable.engineering:443/build/reMarkable%20Device/reMarkable2/3.9.3.1986/3.9.3.1986_reMarkable2-T1fuxwo40r.signed, payload size: 81571357, payload hash: 8icBUM4sg4xSF/C/dfQ0AstliV1Ss+pVXMYdWHpXtas=, partition_path: /dev/mmcblk2p2, kernel_path: , postinst_args: NEW_VERSION=3.9.3.1986, old_partition_path: /dev/mmcblk2p3, old_kernel_path:
reMarkable update_engine[216]: I20231230 07:11:28.568437   216 update_attempter.cc:443] Download status: active
reMarkable update_engine[216]: I20231230 07:11:28.568527   216 multi_range_http_fetcher.cc:34] starting first transfer
reMarkable update_engine[216]: I20231230 07:11:28.568567   216 multi_range_http_fetcher.cc:68] starting transfer of range 0+?
reMarkable update_engine[216]: I20231230 07:11:28.568625   216 libcurl_http_fetcher.cc:50] Starting/Resuming transfer
reMarkable update_engine[216]: I20231230 07:11:28.571159   216 libcurl_http_fetcher.cc:176] Setting up curl options for HTTPS
reMarkable update_engine[216]: I20231230 07:11:28.571957   216 libcurl_http_fetcher.cc:466] Setting up timeout source: 1 seconds.
reMarkable update_engine[216]: I20231230 07:11:29.224462   216 prefs.cc:54] update-server-cert-1-2 not present in /var/lib/update_engine/prefs
reMarkable update_engine[216]: I20231230 07:11:29.231009   216 prefs.cc:54] update-server-cert-1-1 not present in /var/lib/update_engine/prefs
reMarkable update_engine[216]: I20231230 07:11:29.233862   216 prefs.cc:54] update-server-cert-1-0 not present in /var/lib/update_engine/prefs
reMarkable update_engine[216]: I20231230 07:11:29.416993   216 update_attempter.cc:467] Downloaded 4096/81571357 bytes (0%)
reMarkable update_engine[216]: I20231230 07:11:29.233862   216 prefs.cc:54] update-server-cert-1-0 not present in /var/lib/update_engine/prefs
reMarkable update_engine[216]: I20231230 07:11:29.416993   216 update_attempter.cc:467] Downloaded 4096/81571357 bytes (0%)
reMarkable update_engine[216]: I20231230 07:11:29.572433   216 payload_processor.cc:44] PartitionInfo new_partition_info sha256: UM9e8IcenrBd24IfFuimh3j1nvCTZAUyZaTCVQOue/8= size: 283115520
reMarkable update_engine[216]: I20231230 07:11:29.573596   216 payload_processor.cc:237] Starting to apply update payload operations
reMarkable update_engine[216]: I20231230 07:11:29.822585   216 payload_processor.cc:294] Completed 1/270 operations (0%)
reMarkable update_engine[216]: I20231230 07:11:29.862457   216 payload_processor.cc:294] Completed 2/270 operations (0%)
reMarkable update_engine[216]: I20231230 07:11:30.460626   216 payload_processor.cc:294] Completed 3/270 operations (1%)
reMarkable update_engine[216]: I20231230 07:11:30.493667   216 update_attempter.cc:467] Downloaded 823296/81571357 bytes (1%)
reMarkable update_engine[216]: I20231230 07:11:30.871768   216 payload_processor.cc:294] Completed 4/270 operations (1%)
reMarkable update_engine[216]: I20231230 07:11:31.227190   216 payload_processor.cc:294] Completed 5/270 operations (1%)
reMarkable update_engine[216]: I20231230 07:11:31.255133   216 update_attempter.cc:467] Downloaded 1642496/81571357 bytes (2%)
reMarkable update_engine[216]: I20231230 07:11:31.603250   216 payload_processor.cc:294] Completed 6/270 operations (2%)
reMarkable update_engine[216]: I20231230 07:11:31.964891   216 payload_processor.cc:294] Completed 7/270 operations (2%)
reMarkable update_engine[216]: I20231230 07:11:31.994331   216 update_attempter.cc:467] Downloaded 2461696/81571357 bytes (3%)
reMarkable update_engine[216]: I20231230 07:11:32.609273   216 payload_processor.cc:294] Completed 8/270 operations (2%)
reMarkable update_engine[216]: I20231230 07:11:32.625248   216 update_attempter.cc:467] Downloaded 3280896/81571357 bytes (4%)
reMarkable update_engine[216]: I20231230 07:11:33.103904   216 payload_processor.cc:294] Completed 9/270 operations (3%)
reMarkable update_engine[216]: I20231230 07:11:33.125519   216 update_attempter.cc:467] Downloaded 4100096/81571357 bytes (5%)
reMarkable update_engine[216]: I20231230 07:11:33.745779   216 payload_processor.cc:294] Completed 10/270 operations (3%)
reMarkable update_engine[216]: I20231230 07:11:33.751896   216 update_attempter.cc:467] Downloaded 4919296/81571357 bytes (6%)
reMarkable update_engine[216]: I20231230 07:11:33.822517   216 update_attempter.cc:467] Downloaded 5738496/81571357 bytes (7%)
reMarkable update_engine[216]: I20231230 07:11:34.396365   216 payload_processor.cc:294] Completed 11/270 operations (4%)
reMarkable update_engine[216]: I20231230 07:11:34.455474   216 update_attempter.cc:467] Downloaded 6557696/81571357 bytes (8%)
reMarkable update_engine[216]: I20231230 07:11:34.998016   216 payload_processor.cc:294] Completed 12/270 operations (4%)
reMarkable update_engine[216]: I20231230 07:11:35.048041   216 update_attempter.cc:467] Downloaded 7376896/81571357 bytes (9%)
reMarkable update_engine[216]: I20231230 07:11:35.462833   216 payload_processor.cc:294] Completed 13/270 operations (4%)
reMarkable update_engine[216]: I20231230 07:11:35.704610   216 payload_processor.cc:294] Completed 14/270 operations (5%)
reMarkable update_engine[216]: I20231230 07:11:35.741778   216 update_attempter.cc:467] Downloaded 8196096/81571357 bytes (10%)
reMarkable update_engine[216]: I20231230 07:11:36.204536   216 payload_processor.cc:294] Completed 15/270 operations (5%)
reMarkable update_engine[216]: I20231230 07:11:36.250461   216 update_attempter.cc:467] Downloaded 9015296/81571357 bytes (11%)
reMarkable update_engine[216]: I20231230 07:11:36.666769   216 payload_processor.cc:294] Completed 16/270 operations (5%)
reMarkable update_engine[216]: I20231230 07:11:37.074378   216 payload_processor.cc:294] Completed 17/270 operations (6%)
reMarkable update_engine[216]: I20231230 07:11:37.093530   216 update_attempter.cc:467] Downloaded 9834496/81571357 bytes (12%)
reMarkable update_engine[216]: I20231230 07:11:37.497299   216 payload_processor.cc:294] Completed 18/270 operations (6%)
reMarkable update_engine[216]: I20231230 07:11:37.925561   216 payload_processor.cc:294] Completed 19/270 operations (7%)
reMarkable update_engine[216]: I20231230 07:11:37.931926   216 update_attempter.cc:467] Downloaded 10653696/81571357 bytes (13%)
reMarkable update_engine[216]: I20231230 07:11:38.341488   216 payload_processor.cc:294] Completed 20/270 operations (7%)
reMarkable update_engine[216]: I20231230 07:11:38.671840   216 payload_processor.cc:294] Completed 21/270 operations (7%)
reMarkable update_engine[216]: I20231230 07:11:38.677954   216 update_attempter.cc:467] Downloaded 11472896/81571357 bytes (14%)
reMarkable update_engine[216]: I20231230 07:11:38.992545   216 payload_processor.cc:294] Completed 22/270 operations (8%)
reMarkable update_engine[216]: I20231230 07:11:39.309559   216 payload_processor.cc:294] Completed 23/270 operations (8%)
reMarkable update_engine[216]: I20231230 07:11:39.326154   216 update_attempter.cc:467] Downloaded 12292096/81571357 bytes (15%)
reMarkable update_engine[216]: I20231230 07:11:39.681669   216 payload_processor.cc:294] Completed 24/270 operations (8%)
reMarkable update_engine[216]: I20231230 07:11:39.994004   216 payload_processor.cc:294] Completed 25/270 operations (9%)
reMarkable update_engine[216]: I20231230 07:11:40.013769   216 update_attempter.cc:467] Downloaded 13111296/81571357 bytes (16%)
reMarkable update_engine[216]: I20231230 07:11:40.345309   216 payload_processor.cc:294] Completed 26/270 operations (9%)
reMarkable update_engine[216]: I20231230 07:11:40.712091   216 payload_processor.cc:294] Completed 27/270 operations (10%)
reMarkable update_engine[216]: I20231230 07:11:40.741443   216 update_attempter.cc:467] Downloaded 13930496/81571357 bytes (17%)
reMarkable update_engine[216]: I20231230 07:11:41.040031   216 payload_processor.cc:294] Completed 28/270 operations (10%)
reMarkable update_engine[216]: I20231230 07:11:41.440572   216 payload_processor.cc:294] Completed 29/270 operations (10%)
reMarkable update_engine[216]: I20231230 07:11:41.760507   216 payload_processor.cc:294] Completed 30/270 operations (11%)
reMarkable update_engine[216]: I20231230 07:11:41.766165   216 update_attempter.cc:467] Downloaded 14749696/81571357 bytes (18%)
reMarkable update_engine[216]: I20231230 07:11:42.034524   216 payload_processor.cc:294] Completed 31/270 operations (11%)
reMarkable update_engine[216]: I20231230 07:11:42.272550   216 payload_processor.cc:294] Completed 32/270 operations (11%)
reMarkable update_engine[216]: I20231230 07:11:42.506345   216 payload_processor.cc:294] Completed 33/270 operations (12%)
reMarkable update_engine[216]: I20231230 07:11:42.734007   216 payload_processor.cc:294] Completed 34/270 operations (12%)
reMarkable update_engine[216]: I20231230 07:11:42.749534   216 update_attempter.cc:467] Downloaded 15568896/81571357 bytes (19%)
reMarkable update_engine[216]: I20231230 07:11:43.023898   216 payload_processor.cc:294] Completed 35/270 operations (12%)
reMarkable update_engine[216]: I20231230 07:11:43.421357   216 payload_processor.cc:294] Completed 36/270 operations (13%)
reMarkable update_engine[216]: I20231230 07:11:43.438879   216 update_attempter.cc:467] Downloaded 16388096/81571357 bytes (20%)
reMarkable update_engine[216]: I20231230 07:11:43.800303   216 payload_processor.cc:294] Completed 37/270 operations (13%)
reMarkable update_engine[216]: I20231230 07:11:44.140748   216 payload_processor.cc:294] Completed 38/270 operations (14%)
reMarkable update_engine[216]: I20231230 07:11:44.161039   216 update_attempter.cc:467] Downloaded 17207296/81571357 bytes (21%)
reMarkable update_engine[216]: I20231230 07:11:44.450690   216 payload_processor.cc:294] Completed 39/270 operations (14%)
reMarkable update_engine[216]: I20231230 07:11:44.745908   216 payload_processor.cc:294] Completed 40/270 operations (14%)
reMarkable update_engine[216]: I20231230 07:11:45.026780   216 payload_processor.cc:294] Completed 41/270 operations (15%)
reMarkable update_engine[216]: I20231230 07:11:45.031363   216 update_attempter.cc:467] Downloaded 18026496/81571357 bytes (22%)
reMarkable update_engine[216]: I20231230 07:11:45.430310   216 payload_processor.cc:294] Completed 42/270 operations (15%)
reMarkable update_engine[216]: I20231230 07:11:45.470849   216 update_attempter.cc:467] Downloaded 18845696/81571357 bytes (23%)
reMarkable update_engine[216]: I20231230 07:11:45.857811   216 payload_processor.cc:294] Completed 43/270 operations (15%)
reMarkable update_engine[216]: I20231230 07:11:46.290334   216 payload_processor.cc:294] Completed 44/270 operations (16%)
reMarkable update_engine[216]: I20231230 07:11:46.317221   216 update_attempter.cc:467] Downloaded 19664896/81571357 bytes (24%)
reMarkable update_engine[216]: I20231230 07:11:46.664404   216 payload_processor.cc:294] Completed 45/270 operations (16%)
reMarkable update_engine[216]: I20231230 07:11:47.067181   216 payload_processor.cc:294] Completed 46/270 operations (17%)
reMarkable update_engine[216]: I20231230 07:11:47.088841   216 update_attempter.cc:467] Downloaded 20484096/81571357 bytes (25%)
reMarkable update_engine[216]: I20231230 07:11:47.456759   216 payload_processor.cc:294] Completed 47/270 operations (17%)
reMarkable update_engine[216]: I20231230 07:11:47.919274   216 payload_processor.cc:294] Completed 48/270 operations (17%)
reMarkable update_engine[216]: I20231230 07:11:47.928550   216 update_attempter.cc:467] Downloaded 21303296/81571357 bytes (26%)
reMarkable update_engine[216]: I20231230 07:11:48.248467   216 payload_processor.cc:294] Completed 49/270 operations (18%)
reMarkable update_engine[216]: I20231230 07:11:48.711660   216 payload_processor.cc:294] Completed 50/270 operations (18%)
reMarkable update_engine[216]: I20231230 07:11:48.720875   216 update_attempter.cc:467] Downloaded 22122496/81571357 bytes (27%)
reMarkable update_engine[216]: I20231230 07:11:49.176769   216 payload_processor.cc:294] Completed 51/270 operations (18%)
reMarkable update_engine[216]: I20231230 07:11:49.208858   216 update_attempter.cc:467] Downloaded 22941696/81571357 bytes (28%)
reMarkable update_engine[216]: I20231230 07:11:49.531987   216 payload_processor.cc:294] Completed 52/270 operations (19%)
reMarkable update_engine[216]: I20231230 07:11:49.933333   216 payload_processor.cc:294] Completed 53/270 operations (19%)
reMarkable update_engine[216]: I20231230 07:11:49.965418   216 update_attempter.cc:467] Downloaded 23760896/81571357 bytes (29%)
reMarkable update_engine[216]: I20231230 07:11:50.258930   216 payload_processor.cc:294] Completed 54/270 operations (20%)
reMarkable update_engine[216]: I20231230 07:11:50.655000   216 payload_processor.cc:294] Completed 55/270 operations (20%)
reMarkable update_engine[216]: I20231230 07:11:51.000615   216 payload_processor.cc:294] Completed 56/270 operations (20%)
reMarkable update_engine[216]: I20231230 07:11:51.004009   216 update_attempter.cc:467] Downloaded 24580096/81571357 bytes (30%)
reMarkable update_engine[216]: I20231230 07:11:51.302932   216 payload_processor.cc:294] Completed 57/270 operations (21%)
reMarkable update_engine[216]: I20231230 07:11:51.679035   216 payload_processor.cc:294] Completed 58/270 operations (21%)
reMarkable update_engine[216]: I20231230 07:11:51.693492   216 update_attempter.cc:467] Downloaded 25399296/81571357 bytes (31%)
reMarkable update_engine[216]: I20231230 07:11:51.965147   216 payload_processor.cc:294] Completed 59/270 operations (21%)
reMarkable update_engine[216]: I20231230 07:11:52.352906   216 payload_processor.cc:294] Completed 60/270 operations (22%)
reMarkable update_engine[216]: I20231230 07:11:52.373092   216 update_attempter.cc:467] Downloaded 26218496/81571357 bytes (32%)
reMarkable update_engine[216]: I20231230 07:11:52.750746   216 payload_processor.cc:294] Completed 61/270 operations (22%)
reMarkable update_engine[216]: I20231230 07:11:53.067559   216 payload_processor.cc:294] Completed 62/270 operations (22%)
reMarkable update_engine[216]: I20231230 07:11:53.369441   216 payload_processor.cc:294] Completed 63/270 operations (23%)
reMarkable update_engine[216]: I20231230 07:11:53.378135   216 update_attempter.cc:467] Downloaded 27037696/81571357 bytes (33%)
reMarkable update_engine[216]: I20231230 07:11:53.688164   216 payload_processor.cc:294] Completed 64/270 operations (23%)
reMarkable update_engine[216]: I20231230 07:11:54.013244   216 payload_processor.cc:294] Completed 65/270 operations (24%)
reMarkable update_engine[216]: I20231230 07:11:54.030056   216 update_attempter.cc:467] Downloaded 27856896/81571357 bytes (34%)
reMarkable update_engine[216]: I20231230 07:11:54.413089   216 payload_processor.cc:294] Completed 66/270 operations (24%)
reMarkable update_engine[216]: I20231230 07:11:54.783597   216 payload_processor.cc:294] Completed 67/270 operations (24%)
reMarkable update_engine[216]: I20231230 07:11:54.794695   216 update_attempter.cc:467] Downloaded 28676096/81571357 bytes (35%)
reMarkable update_engine[216]: I20231230 07:11:55.225579   216 payload_processor.cc:294] Completed 68/270 operations (25%)
reMarkable update_engine[216]: I20231230 07:11:55.262185   216 update_attempter.cc:467] Downloaded 29503488/81571357 bytes (36%)
reMarkable update_engine[216]: I20231230 07:11:55.679041   216 payload_processor.cc:294] Completed 69/270 operations (25%)
reMarkable update_engine[216]: I20231230 07:11:56.090598   216 payload_processor.cc:294] Completed 70/270 operations (25%)
reMarkable update_engine[216]: I20231230 07:11:56.111773   216 update_attempter.cc:467] Downloaded 30322688/81571357 bytes (37%)
reMarkable update_engine[216]: I20231230 07:11:56.479123   216 payload_processor.cc:294] Completed 71/270 operations (26%)
reMarkable update_engine[216]: I20231230 07:11:56.880403   216 payload_processor.cc:294] Completed 72/270 operations (26%)
reMarkable update_engine[216]: I20231230 07:11:56.894989   216 update_attempter.cc:467] Downloaded 31141888/81571357 bytes (38%)
reMarkable update_engine[216]: I20231230 07:11:57.223253   216 payload_processor.cc:294] Completed 73/270 operations (27%)
reMarkable update_engine[216]: I20231230 07:11:57.618574   216 payload_processor.cc:294] Completed 74/270 operations (27%)
reMarkable update_engine[216]: I20231230 07:11:57.629314   216 update_attempter.cc:467] Downloaded 31961088/81571357 bytes (39%)
reMarkable update_engine[216]: I20231230 07:11:58.021243   216 payload_processor.cc:294] Completed 75/270 operations (27%)
reMarkable update_engine[216]: I20231230 07:11:58.368640   216 payload_processor.cc:294] Completed 76/270 operations (28%)
reMarkable update_engine[216]: I20231230 07:11:58.377115   216 update_attempter.cc:467] Downloaded 32780288/81571357 bytes (40%)
reMarkable update_engine[216]: I20231230 07:11:58.742936   216 payload_processor.cc:294] Completed 77/270 operations (28%)
reMarkable update_engine[216]: I20231230 07:11:59.119702   216 payload_processor.cc:294] Completed 78/270 operations (28%)
reMarkable update_engine[216]: I20231230 07:11:59.126473   216 update_attempter.cc:467] Downloaded 33599488/81571357 bytes (41%)
reMarkable update_engine[216]: I20231230 07:11:59.625456   216 payload_processor.cc:294] Completed 79/270 operations (29%)
reMarkable update_engine[216]: I20231230 07:11:59.642252   216 update_attempter.cc:467] Downloaded 34418688/81571357 bytes (42%)
reMarkable update_engine[216]: I20231230 07:12:00.172727   216 payload_processor.cc:294] Completed 80/270 operations (29%)
reMarkable update_engine[216]: I20231230 07:12:01.144140   216 update_attempter.cc:467] Downloaded 35237888/81571357 bytes (43%)
reMarkable update_engine[216]: I20231230 07:12:01.612429   216 payload_processor.cc:294] Completed 81/270 operations (30%)
reMarkable update_engine[216]: I20231230 07:12:01.936815   216 payload_processor.cc:294] Completed 82/270 operations (30%)
reMarkable update_engine[216]: I20231230 07:12:01.952939   216 update_attempter.cc:467] Downloaded 36057088/81571357 bytes (44%)
reMarkable update_engine[216]: I20231230 07:12:02.217983   216 payload_processor.cc:294] Completed 83/270 operations (30%)
reMarkable update_engine[216]: I20231230 07:12:02.524066   216 payload_processor.cc:294] Completed 84/270 operations (31%)
reMarkable update_engine[216]: I20231230 07:12:02.554682   216 update_attempter.cc:467] Downloaded 36876288/81571357 bytes (45%)
reMarkable update_engine[216]: I20231230 07:12:02.931934   216 payload_processor.cc:294] Completed 85/270 operations (31%)
reMarkable update_engine[216]: I20231230 07:12:03.204747   216 payload_processor.cc:294] Completed 86/270 operations (31%)
reMarkable update_engine[216]: I20231230 07:12:03.484989   216 payload_processor.cc:294] Completed 87/270 operations (32%)
reMarkable update_engine[216]: I20231230 07:12:03.500764   216 update_attempter.cc:467] Downloaded 37695488/81571357 bytes (46%)
reMarkable update_engine[216]: I20231230 07:12:03.856999   216 payload_processor.cc:294] Completed 88/270 operations (32%)
reMarkable update_engine[216]: I20231230 07:12:04.272753   216 payload_processor.cc:294] Completed 89/270 operations (32%)
reMarkable update_engine[216]: I20231230 07:12:04.284190   216 update_attempter.cc:467] Downloaded 38514688/81571357 bytes (47%)
reMarkable update_engine[216]: I20231230 07:12:04.636879   216 payload_processor.cc:294] Completed 90/270 operations (33%)
reMarkable update_engine[216]: I20231230 07:12:04.991681   216 payload_processor.cc:294] Completed 91/270 operations (33%)
reMarkable update_engine[216]: I20231230 07:12:04.996790   216 update_attempter.cc:467] Downloaded 39333888/81571357 bytes (48%)
reMarkable update_engine[216]: I20231230 07:12:05.365754   216 payload_processor.cc:294] Completed 92/270 operations (34%)
reMarkable update_engine[216]: I20231230 07:12:08.740114   216 update_attempter.cc:467] Downloaded 40153088/81571357 bytes (49%)
reMarkable update_engine[216]: I20231230 07:12:09.017266   216 payload_processor.cc:294] Completed 93/270 operations (34%)
reMarkable update_engine[216]: I20231230 07:12:09.331270   216 payload_processor.cc:294] Completed 94/270 operations (34%)
reMarkable update_engine[216]: I20231230 07:12:09.658618   216 payload_processor.cc:294] Completed 95/270 operations (35%)
reMarkable update_engine[216]: I20231230 07:12:09.677016   216 update_attempter.cc:467] Downloaded 40972288/81571357 bytes (50%)
reMarkable update_engine[216]: I20231230 07:12:10.011826   216 payload_processor.cc:294] Completed 96/270 operations (35%)
reMarkable update_engine[216]: I20231230 07:12:10.300942   216 payload_processor.cc:294] Completed 97/270 operations (35%)
reMarkable update_engine[216]: I20231230 07:12:10.599476   216 payload_processor.cc:294] Completed 98/270 operations (36%)
reMarkable update_engine[216]: I20231230 07:12:10.609922   216 update_attempter.cc:467] Downloaded 41791488/81571357 bytes (51%)
reMarkable update_engine[216]: I20231230 07:12:10.907630   216 payload_processor.cc:294] Completed 99/270 operations (36%)
reMarkable update_engine[216]: I20231230 07:12:11.235590   216 payload_processor.cc:294] Completed 100/270 operations (37%)
reMarkable update_engine[216]: I20231230 07:12:11.251453   216 update_attempter.cc:467] Downloaded 42610688/81571357 bytes (52%)
reMarkable update_engine[216]: I20231230 07:12:11.558633   216 payload_processor.cc:294] Completed 101/270 operations (37%)
reMarkable update_engine[216]: I20231230 07:12:11.866901   216 payload_processor.cc:294] Completed 102/270 operations (37%)
reMarkable update_engine[216]: I20231230 07:12:12.175043   216 payload_processor.cc:294] Completed 103/270 operations (38%)
reMarkable update_engine[216]: I20231230 07:12:12.183050   216 update_attempter.cc:467] Downloaded 43429888/81571357 bytes (53%)
reMarkable update_engine[216]: I20231230 07:12:12.425963   216 payload_processor.cc:294] Completed 104/270 operations (38%)
reMarkable update_engine[216]: I20231230 07:12:12.691072   216 payload_processor.cc:294] Completed 105/270 operations (38%)
reMarkable update_engine[216]: I20231230 07:12:12.990731   216 payload_processor.cc:294] Completed 106/270 operations (39%)
reMarkable update_engine[216]: I20231230 07:12:13.005005   216 update_attempter.cc:467] Downloaded 44249088/81571357 bytes (54%)
reMarkable update_engine[216]: I20231230 07:12:13.294098   216 payload_processor.cc:294] Completed 107/270 operations (39%)
reMarkable update_engine[216]: I20231230 07:12:13.721297   216 payload_processor.cc:294] Completed 108/270 operations (40%)
reMarkable update_engine[216]: I20231230 07:12:13.737967   216 update_attempter.cc:467] Downloaded 45068288/81571357 bytes (55%)
reMarkable update_engine[216]: I20231230 07:12:14.141077   216 payload_processor.cc:294] Completed 109/270 operations (40%)
reMarkable update_engine[216]: I20231230 07:12:14.504827   216 payload_processor.cc:294] Completed 110/270 operations (40%)
reMarkable update_engine[216]: I20231230 07:12:14.509536   216 update_attempter.cc:467] Downloaded 45887488/81571357 bytes (56%)
reMarkable update_engine[216]: I20231230 07:12:14.930258   216 payload_processor.cc:294] Completed 111/270 operations (41%)
reMarkable update_engine[216]: I20231230 07:12:14.966522   216 update_attempter.cc:467] Downloaded 46706688/81571357 bytes (57%)
reMarkable update_engine[216]: I20231230 07:12:15.302394   216 payload_processor.cc:294] Completed 112/270 operations (41%)
reMarkable update_engine[216]: I20231230 07:12:15.757002   216 payload_processor.cc:294] Completed 113/270 operations (41%)
reMarkable update_engine[216]: I20231230 07:12:15.776544   216 update_attempter.cc:467] Downloaded 47525888/81571357 bytes (58%)
reMarkable update_engine[216]: I20231230 07:12:16.284996   216 payload_processor.cc:294] Completed 114/270 operations (42%)
reMarkable update_engine[216]: I20231230 07:12:16.309069   216 update_attempter.cc:467] Downloaded 48345088/81571357 bytes (59%)
reMarkable update_engine[216]: I20231230 07:12:16.780303   216 payload_processor.cc:294] Completed 115/270 operations (42%)
reMarkable update_engine[216]: I20231230 07:12:17.061460   216 payload_processor.cc:294] Completed 116/270 operations (42%)
reMarkable update_engine[216]: I20231230 07:12:17.071215   216 update_attempter.cc:467] Downloaded 49164288/81571357 bytes (60%)
reMarkable update_engine[216]: I20231230 07:12:17.445487   216 payload_processor.cc:294] Completed 117/270 operations (43%)
reMarkable update_engine[216]: I20231230 07:12:17.767928   216 payload_processor.cc:294] Completed 118/270 operations (43%)
reMarkable update_engine[216]: I20231230 07:12:17.779630   216 update_attempter.cc:467] Downloaded 49983488/81571357 bytes (61%)
reMarkable update_engine[216]: I20231230 07:12:18.114975   216 payload_processor.cc:294] Completed 119/270 operations (44%)
reMarkable update_engine[216]: I20231230 07:12:18.447386   216 payload_processor.cc:294] Completed 120/270 operations (44%)
reMarkable update_engine[216]: I20231230 07:12:18.481678   216 payload_processor.cc:294] Completed 121/270 operations (44%)
reMarkable update_engine[216]: I20231230 07:12:18.505301   216 payload_processor.cc:294] Completed 122/270 operations (45%)
reMarkable update_engine[216]: I20231230 07:12:18.521449   216 payload_processor.cc:294] Completed 123/270 operations (45%)
reMarkable update_engine[216]: I20231230 07:12:18.536670   216 payload_processor.cc:294] Completed 124/270 operations (45%)
reMarkable update_engine[216]: I20231230 07:12:18.551748   216 payload_processor.cc:294] Completed 125/270 operations (46%)
reMarkable update_engine[216]: I20231230 07:12:18.566942   216 payload_processor.cc:294] Completed 126/270 operations (46%)
reMarkable update_engine[216]: I20231230 07:12:18.582072   216 payload_processor.cc:294] Completed 127/270 operations (47%)
reMarkable update_engine[216]: I20231230 07:12:18.597185   216 payload_processor.cc:294] Completed 128/270 operations (47%)
reMarkable update_engine[216]: I20231230 07:12:18.612210   216 payload_processor.cc:294] Completed 129/270 operations (47%)
reMarkable update_engine[216]: I20231230 07:12:18.627489   216 payload_processor.cc:294] Completed 130/270 operations (48%)
reMarkable update_engine[216]: I20231230 07:12:18.642441   216 update_attempter.cc:467] Downloaded 50802688/81571357 bytes (62%)
reMarkable update_engine[216]: I20231230 07:12:18.973326   216 payload_processor.cc:294] Completed 131/270 operations (48%)
reMarkable update_engine[216]: I20231230 07:12:19.252755   216 payload_processor.cc:294] Completed 132/270 operations (48%)
reMarkable update_engine[216]: I20231230 07:12:19.274209   216 update_attempter.cc:467] Downloaded 51621888/81571357 bytes (63%)
reMarkable update_engine[216]: I20231230 07:12:19.637929   216 payload_processor.cc:294] Completed 133/270 operations (49%)
reMarkable update_engine[216]: I20231230 07:12:20.026739   216 payload_processor.cc:294] Completed 134/270 operations (49%)
reMarkable update_engine[216]: I20231230 07:12:20.037134   216 update_attempter.cc:467] Downloaded 52441088/81571357 bytes (64%)
reMarkable update_engine[216]: I20231230 07:12:20.340083   216 payload_processor.cc:294] Completed 135/270 operations (50%)
reMarkable update_engine[216]: I20231230 07:12:20.674901   216 payload_processor.cc:294] Completed 136/270 operations (50%)
reMarkable update_engine[216]: I20231230 07:12:20.867257   216 payload_processor.cc:294] Completed 137/270 operations (50%)
reMarkable update_engine[216]: I20231230 07:12:20.879597   216 update_attempter.cc:467] Downloaded 53260288/81571357 bytes (65%)
reMarkable update_engine[216]: I20231230 07:12:21.158286   216 payload_processor.cc:294] Completed 138/270 operations (51%)
reMarkable update_engine[216]: I20231230 07:12:21.487968   216 payload_processor.cc:294] Completed 139/270 operations (51%)
reMarkable update_engine[216]: I20231230 07:12:21.755821   216 payload_processor.cc:294] Completed 140/270 operations (51%)
reMarkable update_engine[216]: I20231230 07:12:21.765597   216 update_attempter.cc:467] Downloaded 54079488/81571357 bytes (66%)
reMarkable update_engine[216]: I20231230 07:12:22.017443   216 payload_processor.cc:294] Completed 141/270 operations (52%)
reMarkable update_engine[216]: I20231230 07:12:22.265564   216 payload_processor.cc:294] Completed 142/270 operations (52%)
reMarkable update_engine[216]: I20231230 07:12:22.622175   216 payload_processor.cc:294] Completed 143/270 operations (52%)
reMarkable update_engine[216]: I20231230 07:12:22.632570   216 update_attempter.cc:467] Downloaded 54898688/81571357 bytes (67%)
reMarkable update_engine[216]: I20231230 07:12:23.015408   216 payload_processor.cc:294] Completed 144/270 operations (53%)
reMarkable update_engine[216]: I20231230 07:12:23.271512   216 payload_processor.cc:294] Completed 145/270 operations (53%)
reMarkable update_engine[216]: I20231230 07:12:23.511031   216 payload_processor.cc:294] Completed 146/270 operations (54%)
reMarkable update_engine[216]: I20231230 07:12:23.519269   216 update_attempter.cc:467] Downloaded 55717888/81571357 bytes (68%)
reMarkable update_engine[216]: I20231230 07:12:23.792868   216 payload_processor.cc:294] Completed 147/270 operations (54%)
reMarkable update_engine[216]: I20231230 07:12:24.203073   216 payload_processor.cc:294] Completed 148/270 operations (54%)
reMarkable update_engine[216]: I20231230 07:12:24.223410   216 update_attempter.cc:467] Downloaded 56537088/81571357 bytes (69%)
reMarkable update_engine[216]: I20231230 07:12:24.533097   216 payload_processor.cc:294] Completed 149/270 operations (55%)
reMarkable update_engine[216]: I20231230 07:12:24.877044   216 payload_processor.cc:294] Completed 150/270 operations (55%)
reMarkable update_engine[216]: I20231230 07:12:24.907826   216 update_attempter.cc:467] Downloaded 57356288/81571357 bytes (70%)
reMarkable update_engine[216]: I20231230 07:12:25.289602   216 payload_processor.cc:294] Completed 151/270 operations (55%)
reMarkable update_engine[216]: I20231230 07:12:25.578373   216 payload_processor.cc:294] Completed 152/270 operations (56%)
reMarkable update_engine[216]: I20231230 07:12:25.808804   216 payload_processor.cc:294] Completed 153/270 operations (56%)
reMarkable update_engine[216]: I20231230 07:12:26.033502   216 payload_processor.cc:294] Completed 154/270 operations (57%)
reMarkable update_engine[216]: I20231230 07:12:26.285311   216 payload_processor.cc:294] Completed 155/270 operations (57%)
reMarkable update_engine[216]: I20231230 07:12:26.512517   216 payload_processor.cc:294] Completed 156/270 operations (57%)
reMarkable update_engine[216]: I20231230 07:12:26.732802   216 payload_processor.cc:294] Completed 157/270 operations (58%)
reMarkable update_engine[216]: I20231230 07:12:26.739228   216 update_attempter.cc:467] Downloaded 58175488/81571357 bytes (71%)
reMarkable update_engine[216]: I20231230 07:12:27.047489   216 payload_processor.cc:294] Completed 158/270 operations (58%)
reMarkable update_engine[216]: I20231230 07:12:27.453028   216 payload_processor.cc:294] Completed 159/270 operations (58%)
reMarkable update_engine[216]: I20231230 07:12:27.462141   216 update_attempter.cc:467] Downloaded 58994688/81571357 bytes (72%)
reMarkable update_engine[216]: I20231230 07:12:27.870899   216 payload_processor.cc:294] Completed 160/270 operations (59%)
reMarkable update_engine[216]: I20231230 07:12:27.909258   216 update_attempter.cc:467] Downloaded 59813888/81571357 bytes (73%)
reMarkable update_engine[216]: I20231230 07:12:28.332866   216 payload_processor.cc:294] Completed 161/270 operations (59%)
reMarkable update_engine[216]: I20231230 07:12:28.760707   216 payload_processor.cc:294] Completed 162/270 operations (60%)
reMarkable update_engine[216]: I20231230 07:12:28.770025   216 update_attempter.cc:467] Downloaded 60633088/81571357 bytes (74%)
reMarkable update_engine[216]: I20231230 07:12:29.217583   216 payload_processor.cc:294] Completed 163/270 operations (60%)
reMarkable update_engine[216]: I20231230 07:12:29.245194   216 update_attempter.cc:467] Downloaded 61452288/81571357 bytes (75%)
reMarkable update_engine[216]: I20231230 07:12:29.673934   216 payload_processor.cc:294] Completed 164/270 operations (60%)
reMarkable update_engine[216]: I20231230 07:12:30.038833   216 payload_processor.cc:294] Completed 165/270 operations (61%)
reMarkable update_engine[216]: I20231230 07:12:30.048797   216 update_attempter.cc:467] Downloaded 62271488/81571357 bytes (76%)
reMarkable update_engine[216]: I20231230 07:12:30.247165   216 payload_processor.cc:294] Completed 166/270 operations (61%)
reMarkable update_engine[216]: I20231230 07:12:30.445173   216 payload_processor.cc:294] Completed 167/270 operations (61%)
reMarkable update_engine[216]: I20231230 07:12:30.619738   216 payload_processor.cc:294] Completed 168/270 operations (62%)
reMarkable update_engine[216]: I20231230 07:12:30.831374   216 payload_processor.cc:294] Completed 169/270 operations (62%)
reMarkable update_engine[216]: I20231230 07:12:31.032550   216 payload_processor.cc:294] Completed 170/270 operations (62%)
reMarkable update_engine[216]: I20231230 07:12:31.234333   216 payload_processor.cc:294] Completed 171/270 operations (63%)
reMarkable update_engine[216]: I20231230 07:12:31.462069   216 payload_processor.cc:294] Completed 172/270 operations (63%)
reMarkable update_engine[216]: I20231230 07:12:32.609448   216 payload_processor.cc:294] Completed 173/270 operations (64%)
reMarkable update_engine[216]: I20231230 07:12:32.813957   216 payload_processor.cc:294] Completed 174/270 operations (64%)
reMarkable update_engine[216]: I20231230 07:12:32.822454   216 update_attempter.cc:467] Downloaded 63090688/81571357 bytes (77%)
reMarkable update_engine[216]: I20231230 07:12:33.027065   216 payload_processor.cc:294] Completed 175/270 operations (64%)
reMarkable update_engine[216]: I20231230 07:12:33.240386   216 payload_processor.cc:294] Completed 176/270 operations (65%)
reMarkable update_engine[216]: I20231230 07:12:33.441675   216 payload_processor.cc:294] Completed 177/270 operations (65%)
reMarkable update_engine[216]: I20231230 07:12:33.644421   216 payload_processor.cc:294] Completed 178/270 operations (65%)
reMarkable update_engine[216]: I20231230 07:12:33.845533   216 payload_processor.cc:294] Completed 179/270 operations (66%)
reMarkable update_engine[216]: I20231230 07:12:34.049033   216 payload_processor.cc:294] Completed 180/270 operations (66%)
reMarkable update_engine[216]: I20231230 07:12:34.251062   216 payload_processor.cc:294] Completed 181/270 operations (67%)
reMarkable update_engine[216]: I20231230 07:12:34.454847   216 payload_processor.cc:294] Completed 182/270 operations (67%)
reMarkable update_engine[216]: I20231230 07:12:34.656705   216 payload_processor.cc:294] Completed 183/270 operations (67%)
reMarkable update_engine[216]: I20231230 07:12:34.664379   216 update_attempter.cc:467] Downloaded 63909888/81571357 bytes (78%)
reMarkable update_engine[216]: I20231230 07:12:34.884572   216 payload_processor.cc:294] Completed 184/270 operations (68%)
reMarkable update_engine[216]: I20231230 07:12:35.106853   216 payload_processor.cc:294] Completed 185/270 operations (68%)
reMarkable update_engine[216]: I20231230 07:12:35.309746   216 payload_processor.cc:294] Completed 186/270 operations (68%)
reMarkable update_engine[216]: I20231230 07:12:35.510882   216 payload_processor.cc:294] Completed 187/270 operations (69%)
reMarkable update_engine[216]: I20231230 07:12:35.718233   216 payload_processor.cc:294] Completed 188/270 operations (69%)
reMarkable update_engine[216]: I20231230 07:12:35.932168   216 payload_processor.cc:294] Completed 189/270 operations (70%)
reMarkable update_engine[216]: I20231230 07:12:35.960381   216 update_attempter.cc:467] Downloaded 64729088/81571357 bytes (79%)
reMarkable update_engine[216]: I20231230 07:12:36.226470   216 payload_processor.cc:294] Completed 190/270 operations (70%)
reMarkable update_engine[216]: I20231230 07:12:36.679260   216 payload_processor.cc:294] Completed 191/270 operations (70%)
reMarkable update_engine[216]: I20231230 07:12:40.307273   216 update_attempter.cc:467] Downloaded 65548288/81571357 bytes (80%)
reMarkable update_engine[216]: I20231230 07:12:40.856346   216 payload_processor.cc:294] Completed 192/270 operations (71%)
reMarkable update_engine[216]: I20231230 07:12:40.880461   216 update_attempter.cc:467] Downloaded 66367488/81571357 bytes (81%)
reMarkable update_engine[216]: I20231230 07:12:41.414896   216 payload_processor.cc:294] Completed 193/270 operations (71%)
reMarkable update_engine[216]: I20231230 07:12:41.440810   216 update_attempter.cc:467] Downloaded 67186688/81571357 bytes (82%)
reMarkable update_engine[216]: I20231230 07:12:41.866024   216 payload_processor.cc:294] Completed 194/270 operations (71%)
reMarkable update_engine[216]: I20231230 07:12:41.909530   216 update_attempter.cc:467] Downloaded 68005888/81571357 bytes (83%)
reMarkable update_engine[216]: I20231230 07:12:42.251055   216 payload_processor.cc:294] Completed 195/270 operations (72%)
reMarkable update_engine[216]: I20231230 07:12:42.378374   216 payload_processor.cc:294] Completed 196/270 operations (72%)
reMarkable update_engine[216]: I20231230 07:12:42.517345   216 payload_processor.cc:294] Completed 197/270 operations (72%)
reMarkable update_engine[216]: I20231230 07:12:42.731141   216 payload_processor.cc:294] Completed 198/270 operations (73%)
reMarkable update_engine[216]: I20231230 07:12:43.107542   216 payload_processor.cc:294] Completed 199/270 operations (73%)
reMarkable update_engine[216]: I20231230 07:12:43.110592   216 update_attempter.cc:467] Downloaded 68825088/81571357 bytes (84%)
reMarkable update_engine[216]: I20231230 07:12:43.394994   216 payload_processor.cc:294] Completed 200/270 operations (74%)
reMarkable update_engine[216]: I20231230 07:12:43.439998   216 update_attempter.cc:467] Downloaded 69644288/81571357 bytes (85%)
reMarkable update_engine[216]: I20231230 07:12:43.903913   216 payload_processor.cc:294] Completed 201/270 operations (74%)
reMarkable update_engine[216]: I20231230 07:12:43.950896   216 update_attempter.cc:467] Downloaded 70463488/81571357 bytes (86%)
reMarkable update_engine[216]: I20231230 07:12:44.481179   216 payload_processor.cc:294] Completed 202/270 operations (74%)
reMarkable update_engine[216]: I20231230 07:12:44.808043   216 payload_processor.cc:294] Completed 203/270 operations (75%)
reMarkable update_engine[216]: I20231230 07:12:44.820214   216 update_attempter.cc:467] Downloaded 71282688/81571357 bytes (87%)
reMarkable update_engine[216]: I20231230 07:12:45.174594   216 payload_processor.cc:294] Completed 204/270 operations (75%)
reMarkable update_engine[216]: I20231230 07:12:45.559211   216 payload_processor.cc:294] Completed 205/270 operations (75%)
reMarkable update_engine[216]: I20231230 07:12:45.572196   216 update_attempter.cc:467] Downloaded 72101888/81571357 bytes (88%)
reMarkable update_engine[216]: I20231230 07:12:45.971597   216 payload_processor.cc:294] Completed 206/270 operations (76%)
reMarkable update_engine[216]: I20231230 07:12:46.396382   216 payload_processor.cc:294] Completed 207/270 operations (76%)
reMarkable update_engine[216]: I20231230 07:12:46.403889   216 update_attempter.cc:467] Downloaded 72921088/81571357 bytes (89%)
reMarkable update_engine[216]: I20231230 07:12:46.813125   216 payload_processor.cc:294] Completed 208/270 operations (77%)
reMarkable update_engine[216]: I20231230 07:12:46.853011   216 update_attempter.cc:467] Downloaded 73740288/81571357 bytes (90%)
reMarkable update_engine[216]: I20231230 07:12:47.282125   216 payload_processor.cc:294] Completed 209/270 operations (77%)
reMarkable update_engine[216]: I20231230 07:12:47.622848   216 payload_processor.cc:294] Completed 210/270 operations (77%)
reMarkable update_engine[216]: I20231230 07:12:47.655020   216 update_attempter.cc:467] Downloaded 74559488/81571357 bytes (91%)
reMarkable update_engine[216]: I20231230 07:12:48.116668   216 payload_processor.cc:294] Completed 211/270 operations (78%)
reMarkable update_engine[216]: I20231230 07:12:48.160430   216 update_attempter.cc:467] Downloaded 75378688/81571357 bytes (92%)
reMarkable update_engine[216]: I20231230 07:12:48.581182   216 payload_processor.cc:294] Completed 212/270 operations (78%)
reMarkable update_engine[216]: I20231230 07:12:48.901187   216 payload_processor.cc:294] Completed 213/270 operations (78%)
reMarkable update_engine[216]: I20231230 07:12:48.931058   216 update_attempter.cc:467] Downloaded 76197888/81571357 bytes (93%)
reMarkable update_engine[216]: I20231230 07:12:49.413702   216 payload_processor.cc:294] Completed 214/270 operations (79%)
reMarkable update_engine[216]: I20231230 07:12:49.625448   216 payload_processor.cc:294] Completed 215/270 operations (79%)
reMarkable update_engine[216]: I20231230 07:12:49.815650   216 payload_processor.cc:294] Completed 216/270 operations (80%)
reMarkable update_engine[216]: I20231230 07:12:49.818485   216 update_attempter.cc:467] Downloaded 77017088/81571357 bytes (94%)
reMarkable update_engine[216]: I20231230 07:12:49.889864   216 payload_processor.cc:294] Completed 217/270 operations (80%)
reMarkable update_engine[216]: I20231230 07:12:49.905436   216 payload_processor.cc:294] Completed 218/270 operations (80%)
reMarkable update_engine[216]: I20231230 07:12:50.195925   216 payload_processor.cc:294] Completed 219/270 operations (81%)
reMarkable update_engine[216]: I20231230 07:12:50.233911   216 update_attempter.cc:467] Downloaded 77836288/81571357 bytes (95%)
reMarkable update_engine[216]: I20231230 07:12:50.592818   216 payload_processor.cc:294] Completed 220/270 operations (81%)
reMarkable update_engine[216]: I20231230 07:12:50.614857   216 payload_processor.cc:294] Completed 221/270 operations (81%)
reMarkable update_engine[216]: I20231230 07:12:50.634865   216 payload_processor.cc:294] Completed 222/270 operations (82%)
reMarkable update_engine[216]: I20231230 07:12:50.658720   216 payload_processor.cc:294] Completed 223/270 operations (82%)
reMarkable update_engine[216]: I20231230 07:12:50.682065   216 payload_processor.cc:294] Completed 224/270 operations (82%)
reMarkable update_engine[216]: I20231230 07:12:50.702517   216 payload_processor.cc:294] Completed 225/270 operations (83%)
reMarkable update_engine[216]: I20231230 07:12:50.719017   216 payload_processor.cc:294] Completed 226/270 operations (83%)
reMarkable update_engine[216]: I20231230 07:12:50.738313   216 payload_processor.cc:294] Completed 227/270 operations (84%)
reMarkable update_engine[216]: I20231230 07:12:50.759878   216 payload_processor.cc:294] Completed 228/270 operations (84%)
reMarkable update_engine[216]: I20231230 07:12:50.775067   216 payload_processor.cc:294] Completed 229/270 operations (84%)
reMarkable update_engine[216]: I20231230 07:12:50.790347   216 payload_processor.cc:294] Completed 230/270 operations (85%)
reMarkable update_engine[216]: I20231230 07:12:50.805435   216 payload_processor.cc:294] Completed 231/270 operations (85%)
reMarkable update_engine[216]: I20231230 07:12:50.825270   216 payload_processor.cc:294] Completed 232/270 operations (85%)
reMarkable update_engine[216]: I20231230 07:12:50.841449   216 payload_processor.cc:294] Completed 233/270 operations (86%)
reMarkable update_engine[216]: I20231230 07:12:50.856709   216 payload_processor.cc:294] Completed 234/270 operations (86%)
reMarkable update_engine[216]: I20231230 07:12:50.872140   216 payload_processor.cc:294] Completed 235/270 operations (87%)
reMarkable update_engine[216]: I20231230 07:12:50.887781   216 payload_processor.cc:294] Completed 236/270 operations (87%)
reMarkable update_engine[216]: I20231230 07:12:50.903025   216 payload_processor.cc:294] Completed 237/270 operations (87%)
reMarkable update_engine[216]: I20231230 07:12:50.918324   216 payload_processor.cc:294] Completed 238/270 operations (88%)
reMarkable update_engine[216]: I20231230 07:12:50.933560   216 payload_processor.cc:294] Completed 239/270 operations (88%)
reMarkable update_engine[216]: I20231230 07:12:50.948594   216 payload_processor.cc:294] Completed 240/270 operations (88%)
reMarkable update_engine[216]: I20231230 07:12:51.208884   216 payload_processor.cc:294] Completed 241/270 operations (89%)
reMarkable update_engine[216]: I20231230 07:12:51.377164   216 payload_processor.cc:294] Completed 242/270 operations (89%)
reMarkable update_engine[216]: I20231230 07:12:51.414197   216 update_attempter.cc:467] Downloaded 78655488/81571357 bytes (96%)
reMarkable update_engine[216]: I20231230 07:12:51.749336   216 payload_processor.cc:294] Completed 243/270 operations (90%)
reMarkable update_engine[216]: I20231230 07:12:51.809458   216 update_attempter.cc:467] Downloaded 79474688/81571357 bytes (97%)
reMarkable update_engine[216]: I20231230 07:12:52.411265   216 payload_processor.cc:294] Completed 244/270 operations (90%)
reMarkable update_engine[216]: I20231230 07:12:52.513962   216 payload_processor.cc:294] Completed 245/270 operations (90%)
reMarkable update_engine[216]: I20231230 07:12:52.538012   216 payload_processor.cc:294] Completed 246/270 operations (91%)
reMarkable update_engine[216]: I20231230 07:12:52.598328   216 update_attempter.cc:467] Downloaded 80293888/81571357 bytes (98%)
reMarkable update_engine[216]: I20231230 07:12:52.711704   216 payload_processor.cc:294] Completed 247/270 operations (91%)
reMarkable update_engine[216]: I20231230 07:12:52.736147   216 update_attempter.cc:467] Downloaded 81113088/81571357 bytes (99%)
reMarkable update_engine[216]: I20231230 07:12:52.785254   216 update_attempter.cc:467] Downloaded 81571357/81571357 bytes (100%)
reMarkable update_engine[216]: I20231230 07:12:53.220541   216 payload_processor.cc:294] Completed 248/270 operations (91%)
reMarkable update_engine[216]: I20231230 07:12:53.235749   216 payload_processor.cc:294] Completed 249/270 operations (92%)
reMarkable update_engine[216]: I20231230 07:12:53.251550   216 payload_processor.cc:294] Completed 250/270 operations (92%)
reMarkable update_engine[216]: I20231230 07:12:53.267369   216 payload_processor.cc:294] Completed 251/270 operations (92%)
reMarkable update_engine[216]: I20231230 07:12:53.282634   216 payload_processor.cc:294] Completed 252/270 operations (93%)
reMarkable update_engine[216]: I20231230 07:12:53.298302   216 payload_processor.cc:294] Completed 253/270 operations (93%)
reMarkable update_engine[216]: I20231230 07:12:53.313414   216 payload_processor.cc:294] Completed 254/270 operations (94%)
reMarkable update_engine[216]: I20231230 07:12:53.328931   216 payload_processor.cc:294] Completed 255/270 operations (94%)
reMarkable update_engine[216]: I20231230 07:12:53.344388   216 payload_processor.cc:294] Completed 256/270 operations (94%)
reMarkable update_engine[216]: I20231230 07:12:53.360529   216 payload_processor.cc:294] Completed 257/270 operations (95%)
reMarkable update_engine[216]: I20231230 07:12:53.375773   216 payload_processor.cc:294] Completed 258/270 operations (95%)
reMarkable update_engine[216]: I20231230 07:12:53.391068   216 payload_processor.cc:294] Completed 259/270 operations (95%)
reMarkable update_engine[216]: I20231230 07:12:53.406769   216 payload_processor.cc:294] Completed 260/270 operations (96%)
reMarkable update_engine[216]: I20231230 07:12:53.422035   216 payload_processor.cc:294] Completed 261/270 operations (96%)
reMarkable update_engine[216]: I20231230 07:12:53.437567   216 payload_processor.cc:294] Completed 262/270 operations (97%)
reMarkable update_engine[216]: I20231230 07:12:53.453666   216 payload_processor.cc:294] Completed 263/270 operations (97%)
reMarkable update_engine[216]: I20231230 07:12:53.468991   216 payload_processor.cc:294] Completed 264/270 operations (97%)
reMarkable update_engine[216]: I20231230 07:12:53.484181   216 payload_processor.cc:294] Completed 265/270 operations (98%)
reMarkable update_engine[216]: I20231230 07:12:53.500030   216 payload_processor.cc:294] Completed 266/270 operations (98%)
reMarkable update_engine[216]: I20231230 07:12:53.515378   216 payload_processor.cc:294] Completed 267/270 operations (98%)
reMarkable update_engine[216]: I20231230 07:12:53.530536   216 payload_processor.cc:294] Completed 268/270 operations (99%)
reMarkable update_engine[216]: I20231230 07:12:53.545707   216 payload_processor.cc:294] Completed 269/270 operations (99%)
reMarkable update_engine[216]: I20231230 07:12:53.561339   216 payload_processor.cc:294] Completed 270/270 operations (100%)
reMarkable update_engine[216]: I20231230 07:12:53.564002   216 payload_processor.cc:332] Extracted signature data of size 264 at 81556052
reMarkable update_engine[216]: I20231230 07:12:53.569927   216 libcurl_http_fetcher.cc:261] HTTP response code: 200
reMarkable update_engine[216]: I20231230 07:12:53.570322   216 libcurl_http_fetcher.cc:323] Transfer completed (200), 81571357 bytes downloaded
reMarkable update_engine[216]: I20231230 07:12:53.570384   216 multi_range_http_fetcher.cc:185] Received transfer complete.
reMarkable update_engine[216]: I20231230 07:12:53.570412   216 multi_range_http_fetcher.cc:130] TransferEnded w/ code 200
reMarkable update_engine[216]: I20231230 07:12:53.570438   216 multi_range_http_fetcher.cc:173] Done w/ all transfers
reMarkable update_engine[216]: I20231230 07:12:57.578652   216 update_attempter.cc:443] Download status: inactive
reMarkable update_engine[216]: I20231230 07:12:57.580649   216 payload_processor.cc:387] Verifying delta payload using public key: /usr/share/update_engine/update-payload-key.pub.pem
reMarkable update_engine[216]: I20231230 07:12:57.581120   216 payload_signer.cc:269] signature size = 264
reMarkable update_engine[216]: I20231230 07:12:57.583470   216 payload_processor.cc:414] Public key verification succeded with key: /usr/share/update_engine/update-payload-key.pub.pem
reMarkable update_engine[216]: I20231230 07:12:57.584014   216 payload_state.cc:73] Payload downloaded successfully
reMarkable update_engine[216]: I20231230 07:12:57.584364   216 payload_state.cc:258] Incrementing the payload attempt number
reMarkable update_engine[216]: I20231230 07:12:57.584781   216 payload_state.cc:402] Payload Attempt Number = 1
reMarkable update_engine[216]: I20231230 07:12:57.585733   216 payload_state.cc:299] Resetting backoff expiry time as payload backoff is disabled
reMarkable update_engine[216]: I20231230 07:12:57.586156   216 payload_state.cc:488] Backoff Expiry Time = 01/01/70 00:00:00 UTC
reMarkable update_engine[216]: I20231230 07:12:57.588400   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished DownloadAction, starting OmahaRequestAction
reMarkable update_engine[216]: I20231230 07:12:57.589664   216 omaha_request_action.cc:280] Posting an Omaha request to https://updates.cloud.remarkable.engineering/service/update2
reMarkable update_engine[216]: I20231230 07:12:57.590186   216 omaha_request_action.cc:281] Request: <?xml version="1.0" encoding="UTF-8"?>
reMarkable update_engine[216]: <request protocol="3.0" version="3.9.3.1984" requestid="{02250383-0e61-4277-ba1d-8f5451a38713}" sessionid="{0d9254c9-2ccb-47a1-a50a-f3750329f9e1}" updaterversion="0.4.2" installsource="ondemandupdate" ismachine="1">
reMarkable update_engine[216]:     <os version="codex 4.0.258" platform="reMarkable2" sp="3.9.3.1984_armv7l" arch="armv7l"></os>
reMarkable update_engine[216]:     <app appid="{98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}" version="3.9.3.1984" track="External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6" ap="External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6" bootid="{d4040a86-4611-440a-95b5-623f59ca9177}" oem="RM110-043-23615" oemversion="4.0.258" alephversion="3.9.3.1986" machineid="39421a6628414521a9b985c919a5521d" lang="en-US" board="" hardware_class="" delta_okay="false" nextversion="3.9.3.1986" brand="" client="" >
reMarkable update_engine[216]:         <event eventtype="14" eventresult="1"></event>
reMarkable update_engine[216]:     </app>
reMarkable update_engine[216]: </request>
reMarkable update_engine[216]: I20231230 07:12:57.591706   216 libcurl_http_fetcher.cc:50] Starting/Resuming transfer
reMarkable update_engine[216]: I20231230 07:12:57.591904   216 libcurl_http_fetcher.cc:176] Setting up curl options for HTTPS
reMarkable update_engine[216]: I20231230 07:12:57.592415   216 libcurl_http_fetcher.cc:466] Setting up timeout source: 1 seconds.
reMarkable update_engine[216]: I20231230 07:12:58.393497   216 libcurl_http_fetcher.cc:261] HTTP response code: 200
reMarkable update_engine[216]: I20231230 07:12:58.394057   216 libcurl_http_fetcher.cc:323] Transfer completed (200), 250 bytes downloaded
reMarkable update_engine[216]: I20231230 07:12:58.394146   216 omaha_request_action.cc:670] Omaha request response: <?xml version='1.0' encoding='UTF-8'?>
reMarkable update_engine[216]: <response protocol="3.0" server="prod">
reMarkable update_engine[216]:   <daystart elapsed_seconds="25978" elapsed_days="6207"/>
reMarkable update_engine[216]:   <app appid="{98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}" status="ok">
reMarkable update_engine[216]:     <event status="ok"/>
reMarkable update_engine[216]:   </app>
reMarkable update_engine[216]: </response>
reMarkable update_engine[216]: I20231230 07:12:58.394202   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished OmahaRequestAction, starting FilesystemCopierAction
reMarkable update_engine[216]: I20231230 07:12:58.394320   216 filesystem_copier_action.cc:333] Filesystem size: 283115520
reMarkable update_engine[216]: I20231230 07:13:05.820669   216 filesystem_copier_action.cc:310] Hash: UM9e8IcenrBd24IfFuimh3j1nvCTZAUyZaTCVQOue/8=
reMarkable update_engine[216]: I20231230 07:13:05.820829   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished FilesystemCopierAction, starting KernelVerifierAction
reMarkable update_engine[216]: I20231230 07:13:05.820887   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished KernelVerifierAction, starting PostinstallRunnerAction
reMarkable kernel: EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
reMarkable systemd[1]: var-lib-uboot.mount: Deactivated successfully.
reMarkable update_engine[216]: I20231230 07:13:06.266631   216 subprocess.cc:50] Subprocess output:
reMarkable update_engine[216]: + umask 0022
reMarkable update_engine[216]: ++ dirname /tmp/au_postint_mount.dqngNo/postinst
reMarkable update_engine[216]: + INSTALL_MNT=/tmp/au_postint_mount.dqngNo
reMarkable update_engine[216]: + INSTALL_DEV=/dev/mmcblk2p2
reMarkable update_engine[216]: + CONF_FILE=/tmp/au_postint_mount.dqngNo/usr/share/remarkable/update.conf
reMarkable update_engine[216]: + FW_SETENV=
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/bin/old_bins/fw_setenv ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/bin/fw_setenv ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/sbin/fw_setenv ]]
reMarkable update_engine[216]: + FW_SETENV=/tmp/au_postint_mount.dqngNo/sbin/fw_setenv
reMarkable update_engine[216]: + break
reMarkable update_engine[216]: + [[ -z /tmp/au_postint_mount.dqngNo/sbin/fw_setenv ]]
reMarkable update_engine[216]: + FW_PRINTENV=
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/bin/old_bins/fw_printenv ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/bin/fw_printenv ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/sbin/fw_printenv ]]
reMarkable update_engine[216]: + FW_PRINTENV=/tmp/au_postint_mount.dqngNo/sbin/fw_printenv
reMarkable update_engine[216]: + break
reMarkable update_engine[216]: + [[ -z /tmp/au_postint_mount.dqngNo/sbin/fw_printenv ]]
reMarkable update_engine[216]: + ROOTDEV=
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/bin/old_bins/rootdev ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/bin/rootdev ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/sbin/rootdev ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/usr/bin/rootdev ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/usr/sbin/rootdev ]]
reMarkable update_engine[216]: + ROOTDEV=/tmp/au_postint_mount.dqngNo/usr/sbin/rootdev
reMarkable update_engine[216]: + break
reMarkable update_engine[216]: + [[ -z /tmp/au_postint_mount.dqngNo/usr/sbin/rootdev ]]
reMarkable update_engine[216]: + LDSO=/tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3
reMarkable update_engine[216]: + [[ -f /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 ]]
reMarkable update_engine[216]: + LIBS=/tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib
reMarkable update_engine[216]: ++ call_rootdev
reMarkable update_engine[216]: ++ /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/usr/sbin/rootdev
reMarkable update_engine[216]: + CURDEV=/dev/mmcblk2p3
reMarkable update_engine[216]: + MMC_DEV=/dev/mmcblk2
reMarkable update_engine[216]: + umount /var/lib/uboot/
reMarkable update_engine[216]: + FSCK_VFAT=
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/bin/old_bins/fsck.vfat ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/bin/fsck.vfat ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/sbin/fsck.vfat ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/usr/bin/fsck.vfat ]]
reMarkable update_engine[216]: + for bindir in bin/old_bins bin sbin usr/bin usr/sbin
reMarkable update_engine[216]: + [[ -x /tmp/au_postint_mount.dqngNo/usr/sbin/fsck.vfat ]]
reMarkable update_engine[216]: + FSCK_VFAT=/tmp/au_postint_mount.dqngNo/usr/sbin/fsck.vfat
reMarkable update_engine[216]: + break
reMarkable update_engine[216]: + [[ -z /tmp/au_postint_mount.dqngNo/usr/sbin/fsck.vfat ]]
reMarkable update_engine[216]: + call_fsck_vfat -a /dev/mmcblk2p1
reMarkable update_engine[216]: + /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/usr/sbin/fsck.vfat -a /dev/mmcblk2p1
reMarkable update_engine[216]: fsck.fat 4.2 (2021-01-31)
reMarkable update_engine[216]: /dev/mmcblk2p1: 8 files, 83/10211 clusters
reMarkable update_engine[216]: + mount /var/lib/uboot/
reMarkable update_engine[216]: + rm -f '/var/lib/uboot/fsck*.rec'
reMarkable update_engine[216]: + [[ ! -s /var/lib/uboot/uboot.env ]]
reMarkable update_engine[216]: + call_fw_setenv upgrade_available 1
reMarkable update_engine[216]: + /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/sbin/fw_setenv -c /tmp/au_postint_mount.dqngNo/etc/fw_env.config upgrade_available 1
reMarkable update_engine[216]: + call_fw_setenv bootcount 0
reMarkable update_engine[216]: + /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/sbin/fw_setenv -c /tmp/au_postint_mount.dqngNo/etc/fw_env.config bootcount 0
reMarkable systemd[1]: tmp-au_postint_mount.dqngNo.mount: Deactivated successfully.
reMarkable update_engine[216]: ++ call_fw_printenv -n active_partition
reMarkable update_engine[216]: ++ /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/sbin/fw_printenv -c /tmp/au_postint_mount.dqngNo/etc/fw_env.config -n active_partition
reMarkable update_engine[216]: + OLDPART=3
reMarkable update_engine[216]: + NEWPART=2
reMarkable update_engine[216]: + [[ '' == \/\d\e\v\/\m\m\c\b\l\k\2\p\2 ]]
reMarkable update_engine[216]: + call_fw_setenv fallback_partition 3
reMarkable update_engine[216]: + /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/sbin/fw_setenv -c /tmp/au_postint_mount.dqngNo/etc/fw_env.config fallback_partition 3
reMarkable update_engine[216]: + call_fw_setenv active_partition 2
reMarkable update_engine[216]: + /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/sbin/fw_setenv -c /tmp/au_postint_mount.dqngNo/etc/fw_env.config active_partition 2
reMarkable update_engine[216]: + uboot_env_update
reMarkable update_engine[216]: ++ fw_printenv -n altbootcmd
reMarkable update_engine[216]: + OLD_ALTBOOTCMD='echo Running from fallback root...; setenv mmcpart ${fallback_partition}; setenv bootargs console=${console},${baudrate} root=/dev/mmcblk2p${fallback_partition} rootwait rootfstype=ext4 rw quiet panic=20 systemd.crash_reboot ${logargs}; run mmcboot;'
reMarkable update_engine[216]: + NEW_ALTBOOTCMD='echo Running from fallback root...;
reMarkable update_engine[216]:                     setenv mmcpart ${fallback_partition};
reMarkable update_engine[216]:                     setenv bootargs console=${console},${baudrate} root=/dev/mmcblk2p${fallback_partition} rootwait rootfstype=ext4 rw quiet panic=20 systemd.crash_reboot ${logargs};
reMarkable update_engine[216]:                     run mmcboot;'
reMarkable update_engine[216]: ++ xargs
reMarkable update_engine[216]: ++ echo echo Running from fallback 'root...;' setenv mmcpart '${fallback_partition};' setenv bootargs 'console=${console},${baudrate}' 'root=/dev/mmcblk2p${fallback_partition}' rootwait rootfstype=ext4 rw quiet panic=20 systemd.crash_reboot '${logargs};' run 'mmcboot;'
reMarkable update_engine[216]: + NEW_ALTBOOTCMD='echo Running from fallback root...; setenv mmcpart ${fallback_partition}; setenv bootargs console=${console},${baudrate} root=/dev/mmcblk2p${fallback_partition} rootwait rootfstype=ext4 rw quiet panic=20 systemd.crash_reboot ${logargs}; run mmcboot;'
reMarkable update_engine[216]: + [[ echo Running from fallback root...; setenv mmcpart ${fallback_partition}; setenv bootargs console=${console},${baudrate} root=/dev/mmcblk2p${fallback_partition} rootwait rootfstype=ext4 rw quiet panic=20 systemd.crash_reboot ${logargs}; run mmcboot; != \e\c\h\o\ \R\u\n\n\i\n\g\ \f\r\o\m\ \f\a\l\l\b\a\c\k\ \r\o\o\t\.\.\.\;\ \s\e\t\e\n\v\ \m\m\c\p\a\r\t\ \$\{\f\a\l\l\b\a\c\k\_\p\a\r\t\i\t\i\o\n\}\;\ \s\e\t\e\n\v\ \b\o\o\t\a\r\g\s\ \c\o\n\s\o\l\e\=\$\{\c\o\n\s\o\l\e\}\,\$\{\b\a\u\d\r\a\t\e\}\ \r\o\o\t\=\/\d\e\v\/\m\m\c\b\l\k\2\p\$\{\f\a\l\l\b\a\c\k\_\p\a\r\t\i\t\i\o\n\}\ \r\o\o\t\w\a\i\t\ \r\o\o\t\f\s\t\y\p\e\=\e\x\t\4\ \r\w\ \q\u\i\e\t\ \p\a\n\i\c\=\2\0\ \s\y\s\t\e\m\d\.\c\r\a\s\h\_\r\e\b\o\o\t\ \$\{\l\o\g\a\r\g\s\}\;\ \r\u\n\ \m\m\c\b\o\o\t\; ]]
reMarkable update_engine[216]: ++ call_fw_printenv -n mmcargs
reMarkable update_engine[216]: ++ /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/sbin/fw_printenv -c /tmp/au_postint_mount.dqngNo/etc/fw_env.config -n mmcargs
reMarkable update_engine[216]: + OLD_MMCARGS='setenv bootargs console=${console},${baudrate} root=/dev/mmcblk2p${active_partition} rootwait rootfstype=ext4 rw quiet panic=20 systemd.crash_reboot ${logargs}'
reMarkable update_engine[216]: + [[ setenv bootargs console=${console},${baudrate} root=/dev/mmcblk2p${active_partition} rootwait rootfstype=ext4 rw quiet panic=20 systemd.crash_reboot ${logargs} != *\$\{\l\o\g\a\r\g\s\}* ]]
reMarkable update_engine[216]: + call_fw_setenv logargs 'systemd.show_status=0 loglevel=0 crashkernel=32M'
reMarkable update_engine[216]: + /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/sbin/fw_setenv -c /tmp/au_postint_mount.dqngNo/etc/fw_env.config logargs 'systemd.show_status=0 loglevel=0 crashkernel=32M'
reMarkable update_engine[216]: + NEW_VERSION=
reMarkable update_engine[216]: + for arg in "$@"
reMarkable update_engine[216]: + case "${arg}" in
reMarkable update_engine[216]: + for arg in "$@"
reMarkable update_engine[216]: + case "${arg}" in
reMarkable update_engine[216]: + NEW_VERSION=3.9.3.1986
reMarkable update_engine[216]: ++ cat /tmp/au_postint_mount.dqngNo/usr/share/remarkable/update.conf
reMarkable update_engine[216]: ++ tr -d '"'
reMarkable update_engine[216]: ++ awk 'BEGIN{FS="="} {print$2}'
reMarkable update_engine[216]: ++ tail -1
reMarkable update_engine[216]: ++ grep '^'
reMarkable update_engine[216]: ++ tr -d ' '
reMarkable update_engine[216]: + REMARKABLE_RELEASE_VERSION=3.9.3.1986
reMarkable update_engine[216]: + [[ -z 3.9.3.1986 ]]
reMarkable update_engine[216]: + [[ -n 3.9.3.1986 ]]
reMarkable update_engine[216]: + [[ 3.9.3.1986 != \3\.\9\.\3\.\1\9\8\6 ]]
reMarkable update_engine[216]: + set +e
reMarkable update_engine[216]: + cat /tmp/au_postint_mount.dqngNo/usr/share/remarkable/update.conf
reMarkable update_engine[216]: [General]
reMarkable update_engine[216]: #REMARKABLE_RELEASE_APPID={98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}
reMarkable update_engine[216]: #SERVER=https://updates.cloud.remarkable.engineering/service/update2
reMarkable update_engine[216]: #GROUP=Prod
reMarkable update_engine[216]: #PLATFORM=reMarkable2
reMarkable update_engine[216]: REMARKABLE_RELEASE_VERSION=3.9.3.1986
reMarkable update_engine[216]: + echo 'Setup  (/dev/mmcblk2p2) for next boot.'
reMarkable update_engine[216]: Setup  (/dev/mmcblk2p2) for next boot.
reMarkable update_engine[216]: ++ call_fw_printenv -n panel
reMarkable update_engine[216]: ++ /tmp/au_postint_mount.dqngNo/lib/ld-linux-armhf.so.3 --library-path /tmp/au_postint_mount.dqngNo/lib:/tmp/au_postint_mount.dqngNo/usr/lib /tmp/au_postint_mount.dqngNo/sbin/fw_printenv -c /tmp/au_postint_mount.dqngNo/etc/fw_env.config -n panel
reMarkable update_engine[216]: + [[ EPD != \E\P\D ]]
reMarkable update_engine[216]: + SPLASH_SCREEN_PATH=/tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash
reMarkable update_engine[216]: + [[ -r /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/zplash ]]
reMarkable update_engine[216]: + cp /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/zplash /var/lib/uboot/
reMarkable update_engine[216]: + [[ -r /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/splash.dat ]]
reMarkable update_engine[216]: + cp /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/splash.dat /var/lib/uboot/
reMarkable update_engine[216]: + [[ -r /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/recovery.dat ]]
reMarkable update_engine[216]: + cp /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/recovery.dat /var/lib/uboot/
reMarkable update_engine[216]: + [[ -r /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/batteryempty.dat ]]
reMarkable update_engine[216]: + cp /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/batteryempty.dat /var/lib/uboot/
reMarkable update_engine[216]: + [[ -r /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/splash.bmp ]]
reMarkable update_engine[216]: + [[ -r /tmp/au_postint_mount.dqngNo/usr/share/remarkable/splash/lowbattery.bmp ]]
reMarkable update_engine[216]: I20231230 07:13:06.268946   216 postinstall_runner_action.cc:90] Postinst command succeeded
reMarkable update_engine[216]: I20231230 07:13:06.294409   216 action_processor.cc:99] ActionProcessor::ActionComplete: finished PostinstallRunnerAction, starting OmahaRequestAction
reMarkable update_engine[216]: I20231230 07:13:06.295306   216 omaha_request_action.cc:280] Posting an Omaha request to https://updates.cloud.remarkable.engineering/service/update2
reMarkable update_engine[216]: I20231230 07:13:06.295363   216 omaha_request_action.cc:281] Request: <?xml version="1.0" encoding="UTF-8"?>
reMarkable update_engine[216]: <request protocol="3.0" version="3.9.3.1984" requestid="{96cbcb6e-6e86-4d40-8e79-e55e3d0ccfad}" sessionid="{0d9254c9-2ccb-47a1-a50a-f3750329f9e1}" updaterversion="0.4.2" installsource="ondemandupdate" ismachine="1">
reMarkable update_engine[216]:     <os version="codex 4.0.258" platform="reMarkable2" sp="3.9.3.1984_armv7l" arch="armv7l"></os>
reMarkable update_engine[216]:     <app appid="{98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}" version="3.9.3.1984" track="External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6" ap="External_Beta-3f1caf0e-7961-4ed1-a321-ef04bd973aa6" bootid="{d4040a86-4611-440a-95b5-623f59ca9177}" oem="RM110-043-23615" oemversion="4.0.258" alephversion="3.9.3.1986" machineid="39421a6628414521a9b985c919a5521d" lang="en-US" board="" hardware_class="" delta_okay="false" nextversion="3.9.3.1986" brand="" client="" >
reMarkable update_engine[216]:         <event eventtype="3" eventresult="1"></event>
reMarkable update_engine[216]:     </app>
reMarkable update_engine[216]: </request>
reMarkable update_engine[216]: I20231230 07:13:06.295397   216 libcurl_http_fetcher.cc:50] Starting/Resuming transfer
reMarkable update_engine[216]: I20231230 07:13:06.295545   216 libcurl_http_fetcher.cc:176] Setting up curl options for HTTPS
reMarkable update_engine[216]: I20231230 07:13:06.296835   216 libcl_http_fetcher.cc:466] Setting up timeout source: 1 seconds.
reMarkable update_engine[216]: I20231230 07:13:07.091207   216 libcurl_http_fetcher.cc:261] HTTP response code: 200
reMarkable update_engine[216]: I20231230 07:13:07.091766   216 libcurl_http_fetcher.cc:323] Transfer completed (200), 250 bytes downloaded
reMarkable update_engine[216]: I20231230 07:13:07.091848   216 omaha_request_action.cc:670] Omaha request response: <?xml version='1.0' encoding='UTF-8'?>
reMarkable update_engine[216]: <response protocol="3.0" server="prod">
reMarkable update_engine[216]:   <daystart elapsed_seconds="25986" elapsed_days="6207"/>
reMarkable update_engine[216]:   <app appid="{98DA7DF2-4E3E-4744-9DE6-EC931886ABAB}" status="ok">
reMarkable update_engine[216]:     <event status="ok"/>
reMarkable update_engine[216]:   </app>
reMarkable update_engine[216]: </response>
reMarkable update_engine[216]: I20231230 07:13:07.091903   216 action_processor.cc:78] ActionProcessor::ActionComplete: finished last action of type OmahaRequestAction
reMarkable update_engine[216]: I20231230 07:13:07.091943   216 action_processor.cc:87] ActionProcessor::ActionComplete: finished last action of type OmahaRequestAction
reMarkable update_engine[216]: I20231230 07:13:07.091984   216 update_attempter.cc:313] Processing Done.
reMarkable update_engine[216]: I20231230 07:13:07.099330   216 update_attempter.cc:340] Update successfully applied, waiting to reboot.
reMarkable xochitl[222]: 07:13:07.176 rm.epaperkeyboardhandler No keymap set by QT settings or firmware, defaulting to US.
reMarkable xochitl[222]: 07:13:07.177 rm.epaperkeyboardhandler No keymap set by QT settings or firmware, defaulting to US.

I did reach out to the reMarkable support team for some details but didn't get a reply. happy customizing.

Resources

jms1 - great detailed blog. unfortunately, I discovered this several months after doing my own digging. however - thankful for the opportunity, as it's been a great learning experience regardless.