Gautier R.

Results 19 comments of Gautier R.

But of course @cody-signal. Here you go. [signal-log-1682021126912.zip](https://github.com/signalapp/Signal-Android/files/11290191/signal-log-1682021126912.zip)

✅ I can't seem to find any error from in `journactl -u proxy -l`: ``` Dec 12 09:58:53 reMarkable systemd[1]: Started reverse proxy. Dec 12 09:58:53 reMarkable rmfake-proxy[3579]: 2025/12/12 09:58:53...

Sorry for the delay in replying. Also, I didn't use GPT to reply. I just focused so much on looking for more logs on my device that I forgot about...

> Does the UI show an error when trying to sync after you've paired? Same with when you ran check sync? At the moment, still running `rmfakecloud` in version `v0.0.26-22-gdbd23cd`,...

> Is sync15 set to true for your .userprofile in the rmfakecloud server? Yes, it is. Updating to `v0.0.27` didn't seem to change much: pairing still works but syncing does...

> What error is shown in the xochitl log when you check sync? Here's what shows `journalctl -u xochitl -f` when I check sync: ``` Dec 16 21:18:52 reMarkable xochitl[11767]:...

It's getting late here so I've already disconnected everything. But from what I remember, that host name was not in the in `/etc/hosts` file. I'll try to add it tomorrow...

Hi 👋 I tried adding `127.0.0.1 eu.tectonic.remarkable.com` to `/etc/hosts` but it caused the following SSL error in `journalctl -u xochitl -f`: ``` Dec 17 12:23:45 reMarkable xochitl[15303]: 12:23:45.409 rm.http.qt SSL...

So, I edited the `installer.sh` script on my device and added `127.0.0.1 eu.tectonic.remarkable.com` to the `generate_certificates()` function as well as `DNS.6 = *.tectonic.remarkable.com` to the `[ san ]` section. Then...