Skip to content

Instantly share code, notes, and snippets.

@CodeMichael
Forked from legowerewolf/readme.md
Last active January 5, 2024 16:33
Show Gist options
  • Save CodeMichael/4d1730d0c12c99783c50fb305bcfa1cb to your computer and use it in GitHub Desktop.
Save CodeMichael/4d1730d0c12c99783c50fb305bcfa1cb to your computer and use it in GitHub Desktop.
Tailscale on Steam Deck
@boujuan
Copy link

boujuan commented Nov 1, 2023

I am getting the following error when trying to update and run tailscale with sudo bash tailscale.sh:

Job for systemd-sysext.service failed because the control process exited with error code. See "systemctl status systemd-sysext.service" and "journalctl -xeu systemd-sysext.service" for details In both of those logs points out the error is Hierarchy /usr is already merged systemd-sysext.service: Failed with result 'exit-code' Failed to start Merge System Extension Images into /usr/ Any ideas onto why?

Update: For anyone experiencing this error, you need to unmerge /usr/ directory before attempting to update tailscale.
sudo systemd-sysext unmerge
then
sudo bash tailscale.sh
and
sudo systemctl restart tailscaled.service --now

@CodeMichael
Copy link
Author

looks like there were some updates upstream and I should either pull this down or update. I will take a look this week when i have time.

@CodeMichael
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment