I see Wireguard, can Tailscale be supported? #233
Replies: 7 comments 10 replies
-
|
tailscale works, but the binaries are huge, exceeding the total capacity of the onboard flash storage chips. you can download the binaries to an sd card and run it from there. |
Beta Was this translation helpful? Give feedback.
-
|
@gtxaspec - Obviously it's still hefty, but looks like the tailscale docs claim to get the binary down to ~5mb https://tailscale.com/kb/1207/small-tailscale Do you know if their suggestions were used when you tested the binary in these commits, or did you just want to avoid the idea of a packer completely for all the reasons? |
Beta Was this translation helpful? Give feedback.
-
|
i can add the package back into the repo compressed, but it's still too big to include enabled by default obviously. if you compile your own build, which is very easy, you'll be able to include it. |
Beta Was this translation helpful? Give feedback.
-
|
added back in: |
Beta Was this translation helpful? Give feedback.
-
|
I got this working with a patch to the package defs: Think there was a typo. However, tailscaled keeps getting killed due to OOM. I worked around this with a custom launcher that would respawn on non-zero exit, but seems pretty spotty, so I went back to vanilla wireguard. Is there a way to reduce memory usage? I'm running pretty much stock firmware + tailscale on a wyze cam v3. |
Beta Was this translation helpful? Give feedback.
-
|
I am thoroughly confused. No matter where I add I'd also like to be able to disable Telegram, since I never use that and it can save some memory. |
Beta Was this translation helpful? Give feedback.
-
|
Update: I attempted to install Tailscale on the Xiaomi MJSXJ03HL using the small binary, but it fails due to insufficient RAM, resulting in an OOM (Out of Memory) error. The failure appears to occur during decompression, as even the small binary requires more memory than the device can provide. I also tried placing the small binary on the SD card, but the same OOM error occurs. Next, I tested running the already uncompressed binary directly from the SD card, which also led to a dead end. Additionally, I later confirmed that the firmware does not support TUN/TAP. Without TUN support, there is no viable way to integrate or run Tailscale on this device at the firmware level. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tailscale is based on Wireguard but makes setup even easier. Would adding Tailscale be possible? It's able to run on routers so hopefully the processor wouldn't be an issue.
Beta Was this translation helpful? Give feedback.
All reactions