Skip to content

tailscale won't run from LXCΒ #6891

Description

@mkaatman

βœ… 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions