Removing all tags crashes the script #359

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

Originally created by @burgerga on GitHub (Jan 14, 2025).

Have you read and understood the above guidelines?

yes

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

docker

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"

📝 Provide a clear and concise description of the issue.

Leaving the suggested tags in -> script works fine
Removing the suggested tags -> script crashes

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Using default settings EXCEPT

  • Remove all tags (backspace all the way)
  • Set verbose to yes

Paste the full error output (if available).

    ____             __            
   / __ \____  _____/ /_____  _____
  / / / / __ \/ ___/ //_/ _ \/ ___/
 / /_/ / /_/ / /__/ ,< /  __/ /    
/_____/\____/\___/_/|_|\___/_/     
                                   
  🧩  Using Advanced Settings on node pve
  🖥️  Operating System: debian
  🌟  Version: 12
  📦  Container Type: Unprivileged
  🔐  Root Password: Automatic Login
  🆔  Container ID: 131
  🏠  Hostname: docker
  💾  Disk Size: 4 GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 2048 MiB
  🌉  Bridge: vmbr0
  📡  IP Address: dhcp
  🌐  Gateway IP Address: Default
  📡  APT-Cacher IP Address: Default
  🚫  Disable IPv6: no
  ⚙️  Interface MTU Size: Default
  🔍  DNS Search Domain: Host
  📡  DNS Server IP Address: Host
  🏷️  Vlan: Default
  📡  Tags: 
  🔑  Root SSH Access: no
  🔍  Verbose Mode: yes
  🚀  Creating a Docker LXC using the above advanced settings
  ✔️  Using local for Template Storage.
  ✔️  Using local-lvm for Container Storage.
  ✔️  Updated LXC Template List
 ⠧400 too many argumentsr 
pct create <vmid> <ostemplate> [OPTIONS]
bash: line 201: exit: A problem occured while trying to create container.: numeric argument required
 ⠼ot@pve:~# 

🖼️ Additional context (optional).

No response

Originally created by @burgerga on GitHub (Jan 14, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? docker ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)" ### 📝 Provide a clear and concise description of the issue. Leaving the suggested tags in -> script works fine Removing the suggested tags -> script crashes ### ⚙️ What settings are you using? - [ ] Default Settings - [X] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Using default settings EXCEPT * Remove all tags (backspace all the way) * Set verbose to yes ### ❌ Paste the full error output (if available). ``` ____ __ / __ \____ _____/ /_____ _____ / / / / __ \/ ___/ //_/ _ \/ ___/ / /_/ / /_/ / /__/ ,< / __/ / /_____/\____/\___/_/|_|\___/_/ 🧩 Using Advanced Settings on node pve 🖥️ Operating System: debian 🌟 Version: 12 📦 Container Type: Unprivileged 🔐 Root Password: Automatic Login 🆔 Container ID: 131 🏠 Hostname: docker 💾 Disk Size: 4 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🌉 Bridge: vmbr0 📡 IP Address: dhcp 🌐 Gateway IP Address: Default 📡 APT-Cacher IP Address: Default 🚫 Disable IPv6: no ⚙️ Interface MTU Size: Default 🔍 DNS Search Domain: Host 📡 DNS Server IP Address: Host 🏷️ Vlan: Default 📡 Tags: 🔑 Root SSH Access: no 🔍 Verbose Mode: yes 🚀 Creating a Docker LXC using the above advanced settings ✔️ Using local for Template Storage. ✔️ Using local-lvm for Container Storage. ✔️ Updated LXC Template List ⠧400 too many argumentsr pct create <vmid> <ostemplate> [OPTIONS] bash: line 201: exit: A problem occured while trying to create container.: numeric argument required ⠼ot@pve:~# ``` ### 🖼️ Additional context (optional). _No response_
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 14, 2025):

merged, should work again in ca 10 minutes

@michelroegl-brunner commented on GitHub (Jan 14, 2025): merged, should work again in ca 10 minutes
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#359