Qbittorrent installation failed #1768

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

Originally created by @amirabasalinaghi on GitHub (Aug 23, 2025).

Have you read and understood the above guidelines?

yes

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

Qbittorrent

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Qbittorrent script fails to install

🔄 Steps to reproduce the issue.

Try to use QBitTorrent script

Paste the full error output (if available).

     ____  _ __  __                             __ 

____ / __ )() // /_____ _____________ ____ / /
/ __ `/ __ / / / / __ / / / _ / __ / __/
/ /
/ / /
/ / / /
/ /
/ /
/ / / / / / _/ / / / /
_
, /
//_/_/_// // ___// //_/
/_/
⚙️ Using Default Settings on node pve
🆔 Container ID: 106
🖥️ Operating System: debian (12)
📦 Container Type: Unprivileged
💾 Disk Size: 8 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 2048 MiB
🚀 Creating a qBittorrent LXC using the above default settings

✔️ Storage local (Free: 14.4TB Used: 118.1MB) [Template]
✔️ Storage local-zfs (Free: 14.4TB Used: 4.5GB) [Container]
✔️ Template debian-12-standard_12.7-1_amd64.tar.zst [local]
✔️ LXC Container 106 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 10.10.49.147
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Deployed: qbittorrent (release-5.1.2_v2.0.11)
⠋ Setup qBittorrent-noxmv: cannot stat '/opt/qbittorrent/x86_64-qbittorrent-nox': No such file or directory
⠙ Setup qBittorrent-nox
[ERROR] in line 19: exit code 0: while executing command mv /opt/qbittorrent/x86_64-qbittorrent-nox /opt/qbittorrent/qbittorrent-nox
⠸ Setup qBittorrent-nox
[ERROR] in line 1353: 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)"

root@pve:~#

🖼️ Additional context (optional).

No response

Originally created by @amirabasalinaghi on GitHub (Aug 23, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Qbittorrent ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/qbittorrent.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Qbittorrent script fails to install ### 🔄 Steps to reproduce the issue. Try to use QBitTorrent script ### ❌ Paste the full error output (if available). ____ _ __ __ __ ____ _/ __ )(_) /_/ /_____ _____________ ____ / /_ / __ `/ __ / / __/ __/ __ \/ ___/ ___/ _ \/ __ \/ __/ / /_/ / /_/ / / /_/ /_/ /_/ / / / / / __/ / / / /_ \__, /_____/_/\__/\__/\____/_/ /_/ \___/_/ /_/\__/ /_/ ⚙️ Using Default Settings on node pve 🆔 Container ID: 106 🖥️ Operating System: debian (12) 📦 Container Type: Unprivileged 💾 Disk Size: 8 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🚀 Creating a qBittorrent LXC using the above default settings ✔️ Storage local (Free: 14.4TB Used: 118.1MB) [Template] ✔️ Storage local-zfs (Free: 14.4TB Used: 4.5GB) [Container] ✔️ Template debian-12-standard_12.7-1_amd64.tar.zst [local] ✔️ LXC Container 106 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 10.10.49.147 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Deployed: qbittorrent (release-5.1.2_v2.0.11) ⠋ Setup qBittorrent-noxmv: cannot stat '/opt/qbittorrent/x86_64-qbittorrent-nox': No such file or directory ⠙ Setup qBittorrent-nox [ERROR] in line 19: exit code 0: while executing command mv /opt/qbittorrent/x86_64-qbittorrent-nox /opt/qbittorrent/qbittorrent-nox ⠸ Setup qBittorrent-nox [ERROR] in line 1353: 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)" root@pve:~# ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:17:02 -05:00
Author
Owner

@tremor021 commented on GitHub (Aug 23, 2025):

Oops, it was a binary file name that was wrong. Try again after #7136 merges

@tremor021 commented on GitHub (Aug 23, 2025): Oops, it was a binary file name that was wrong. Try again after #7136 merges
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1768