Alpine TeamSpeak #2160

Closed
opened 2025-11-20 05:24:24 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @Aareon on GitHub (Oct 21, 2025).

Have you read and understood the above guidelines?

yes

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

Teamspeak-Server

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-teamspeak-server.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Alpine

📈 Which Proxmox version are you on?

8.4.14

📝 Provide a clear and concise description of the issue.

Script ends abruptly with pasted error

🔄 Steps to reproduce the issue.

Install Alpine version of script pointing to GitHub

Paste the full error output (if available).

    ___    __      _                ______                    _____                  __        _____                          
   /   |  / /___  (_)___  ___      /_  __/__  ____ _____ ___ / ___/____  ___  ____ _/ /__     / ___/___  ______   _____  _____
  / /| | / / __ \/ / __ \/ _ \______/ / / _ \/ __ `/ __ `__ \\__ \/ __ \/ _ \/ __ `/ //_/_____\__ \/ _ \/ ___/ | / / _ \/ ___/
 / ___ |/ / /_/ / / / / /  __/_____/ / /  __/ /_/ / / / / / /__/ / /_/ /  __/ /_/ / ,< /_____/__/ /  __/ /   | |/ /  __/ /    
/_/  |_/_/ .___/_/_/ /_/\___/     /_/  \___/\__,_/_/ /_/ /_/____/ .___/\___/\__,_/_/|_|     /____/\___/_/    |___/\___/_/     
        /_/                                                    /_/                                                            
  ⚙️  Using Default Settings on node prodesk1
  🆔  Container ID: 118
  🖥️  Operating System: alpine (3.22)
  📦  Container Type: Unprivileged
  💾  Disk Size: 2 GB
  🧠  CPU Cores: 1
  🛠️  RAM Size: 256 MiB
  🚀  Creating a Alpine-TeamSpeak-Server LXC using the above default settings
  
  ✔️   Storage local (Free: 75.1GB  Used: 12.1GB) [Template]
  ✔️   Storage local-lvm (Free: 214.2GB  Used: 126.6GB) [Container]
  ✔️   Cluster is quorate
  ✔️   Template alpine-3.22-default_20250617_amd64.tar.xz [local]
  ✔️   LXC Container 118 was successfully created.
  ✔️   Started LXC Container
  ✔️   Customized LXC Container
  ✔️   Set up Container OS
  ✔️   Network Connected: 10.0.0.137
  ✔️   Internet Connected
  ✔️   DNS Resolved github.com to 140.82.112.3
  ✔️   Updated Container OS
  ✔️   Installed dependencies

[ERROR] in line 23: exit code 141: while executing command RELEASE=$(curl -fsSL https://teamspeak.com/en/downloads/#server | sed -n 's/.*teamspeak3-server_linux_amd64-\([0-9.]\+\).*/\1/p' | head -1)


[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

No response

Originally created by @Aareon on GitHub (Oct 21, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Teamspeak-Server ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-teamspeak-server.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 📈 Which Proxmox version are you on? 8.4.14 ### 📝 Provide a clear and concise description of the issue. Script ends abruptly with pasted error ### 🔄 Steps to reproduce the issue. Install Alpine version of script pointing to GitHub ### ❌ Paste the full error output (if available). ``` ___ __ _ ______ _____ __ _____ / | / /___ (_)___ ___ /_ __/__ ____ _____ ___ / ___/____ ___ ____ _/ /__ / ___/___ ______ _____ _____ / /| | / / __ \/ / __ \/ _ \______/ / / _ \/ __ `/ __ `__ \\__ \/ __ \/ _ \/ __ `/ //_/_____\__ \/ _ \/ ___/ | / / _ \/ ___/ / ___ |/ / /_/ / / / / / __/_____/ / / __/ /_/ / / / / / /__/ / /_/ / __/ /_/ / ,< /_____/__/ / __/ / | |/ / __/ / /_/ |_/_/ .___/_/_/ /_/\___/ /_/ \___/\__,_/_/ /_/ /_/____/ .___/\___/\__,_/_/|_| /____/\___/_/ |___/\___/_/ /_/ /_/ ⚙️ Using Default Settings on node prodesk1 🆔 Container ID: 118 🖥️ Operating System: alpine (3.22) 📦 Container Type: Unprivileged 💾 Disk Size: 2 GB 🧠 CPU Cores: 1 🛠️ RAM Size: 256 MiB 🚀 Creating a Alpine-TeamSpeak-Server LXC using the above default settings ✔️ Storage local (Free: 75.1GB Used: 12.1GB) [Template] ✔️ Storage local-lvm (Free: 214.2GB Used: 126.6GB) [Container] ✔️ Cluster is quorate ✔️ Template alpine-3.22-default_20250617_amd64.tar.xz [local] ✔️ LXC Container 118 was successfully created. ✔️ Started LXC Container ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 10.0.0.137 ✔️ Internet Connected ✔️ DNS Resolved github.com to 140.82.112.3 ✔️ Updated Container OS ✔️ Installed dependencies [ERROR] in line 23: exit code 141: while executing command RELEASE=$(curl -fsSL https://teamspeak.com/en/downloads/#server | sed -n 's/.*teamspeak3-server_linux_amd64-\([0-9.]\+\).*/\1/p' | head -1) [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:24:24 -05:00
Author
Owner

@michelroegl-brunner commented on GitHub (Oct 21, 2025):

Fix merged.

@michelroegl-brunner commented on GitHub (Oct 21, 2025): Fix merged.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2160