mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Tailscale fails to start #137
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kchinth on GitHub (Jan 29, 2021).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
Enabling the tailscale service results in an error:
To Reproduce
After installing tailscale and running "systemctl enable --now tailscaled", error occurs:
Created symlink /etc/systemd/system/multi-user.target.wants/tailscaled.service -> /usr/lib/systemd/system/tailscaled.service.
Job for tailscaled.service failed because the control process exited with error code.
See "systemctl status tailscaled.service" and "journalctl -xe" for details.
Expected behavior
Tailscale service to start.
Screenshots
n/a
Desktop (please complete the following information):
n/a
Pi-KVM info:
Rpi 4
v2-hdmi
CSI bridge
kvmd 2.16-1
kvmd-oled 0.3-1
kvmd-platform-v2-hdmi-rpi4 2.16-1
kvmd-webterm 0.36-1
Linux pikvm 5.10.11-4-ARCH #1 SMP Fri Jan 29 18:07:08 UTC 2021 armv7l GNU/Linux
@kchinth commented on GitHub (Jan 29, 2021):
Installing the normal tailscale package works fine, so I think it's something with the tailscale-pikvm package and the override.conf.
@mdevaev commented on GitHub (Jan 30, 2021):
Previously, this package was required to change the configuration of tailscale as it could not work properly on read only os. Can you confirm that after the reboot, tailscale is working?
@kchinth commented on GitHub (Jan 30, 2021):
Yes, I am able to reboot the pi and then connect to tailscale successfully. Just to test, I rebooted several times and it's still working.
@mdevaev commented on GitHub (Jan 30, 2021):
Okay I fixed id. Thanks for the report!