tailscale won't run from LXC #1469

Closed
opened 2026-02-05 00:58:25 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @mkaatman on GitHub (Aug 16, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

tailscale

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/add-tailscale-lxc.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

debian LXC

📝 Provide a clear and concise description of the issue.

The page says:
" You can use it inside a running LXC container or directly on the Proxmox VE host to extend functionality with Tailscale."

But it seems the script wants to be run from the host only if I'm understanding correctly.

if ! command -v pveversion &>/dev/null; then
  msg_error "This script must be run on the Proxmox VE host (not inside an LXC container)"
  exit 1
fi

Please let me know if it's user error

🔄 Steps to reproduce the issue.

Setup debian LXC with helper scripts
Run tailscale script within that LXC

Paste the full error output (if available).

✖ This script must be run on the Proxmox VE host (not inside an LXC container)

🖼️ Additional context (optional).

No response

Originally created by @mkaatman on GitHub (Aug 16, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? tailscale ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/add-tailscale-lxc.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? debian LXC ### 📝 Provide a clear and concise description of the issue. The page says: " You can use it inside a running LXC container or directly on the Proxmox VE host to extend functionality with Tailscale." But it seems the script wants to be run from the host only if I'm understanding correctly. ``` if ! command -v pveversion &>/dev/null; then msg_error "This script must be run on the Proxmox VE host (not inside an LXC container)" exit 1 fi ``` Please let me know if it's user error ### 🔄 Steps to reproduce the issue. Setup debian LXC with helper scripts Run tailscale script within that LXC ### ❌ Paste the full error output (if available). ✖ This script must be run on the Proxmox VE host (not inside an LXC container) ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:58:25 +03:00
Author
Owner

@mkaatman commented on GitHub (Aug 16, 2025):

Nevermind, I see now after studying the script some more. I run it from the host and it gives me a list of LXCs to choose from.

@mkaatman commented on GitHub (Aug 16, 2025): Nevermind, I see now after studying the script some more. I run it from the host and it gives me a list of LXCs to choose from.
Author
Owner

@galahad42 commented on GitHub (Aug 16, 2025):

Nevermind, I see now after studying the script some more. I run it from the host and it gives me a list of LXCs to choose from.

Hey mate, I'm stuck here too. During the whiptail menu, I select a container but it keeps looping back to the menu, doesn't proceed further

@galahad42 commented on GitHub (Aug 16, 2025): > Nevermind, I see now after studying the script some more. I run it from the host and it gives me a list of LXCs to choose from. Hey mate, I'm stuck here too. During the whiptail menu, I select a container but it keeps looping back to the menu, doesn't proceed further
Author
Owner

@mkaatman commented on GitHub (Aug 16, 2025):

Mine worked. So you see the list of containers but you pick and it asks again? Did you use the debian LXC script for the container you created? Shot in the dark, but are you hitting space to select the container before hitting enter?

@mkaatman commented on GitHub (Aug 16, 2025): Mine worked. So you see the list of containers but you pick and it asks again? Did you use the debian LXC script for the container you created? Shot in the dark, but are you hitting space to select the container before hitting enter?
Author
Owner

@galahad42 commented on GitHub (Aug 16, 2025):

I have the ubuntu lxc, that should not be a problem ig. Also thank you, space did it!!

@galahad42 commented on GitHub (Aug 16, 2025): I have the ubuntu lxc, that should not be a problem ig. Also thank you, space did it!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1469