rivet-gg / rivet

🔩 The only backend your multiplayer game needs. Open-source & self-hostable.
https://rivet.gg
Apache License 2.0
2.06k stars 47 forks source link

Rebooting system breaks dev tunnels in devcontainers #753

Open AngelOnFira opened 5 months ago

AngelOnFira commented 5 months ago

After rebooting a system, the ssh key file in /tmp/tunnel_id_rs will turn into a directory that is owned by root.

image.png

The container also doesn't start back up, but doesn't show any errors in logs.

image.png

To fix this, you can delete /tmp/tunnel_id_rsa and run task dev-tunnel:up again.

linear[bot] commented 5 months ago

RVT-3745 Rebooting system breaks dev tunnels in devcontainers