Tautulli XLC Script Error #1668

Closed
opened 2026-02-05 01:54:27 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @MylesDouglass on GitHub (Sep 24, 2025).

Have you read and understood the above guidelines?

yes

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

Tautulli

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.8-2-pve)

📝 Provide a clear and concise description of the issue.

When attempting to run the script to install Tautulli in an LXC, I am encountering errors both when using the default configuration and advanced configuration.

🔄 Steps to reproduce the issue.

I am simply running the script in the node console. I am encountering errors with both the default and advanced configurations.

Paste the full error output (if available).

Advanced configuration error output:

curl: (6) Could not resolve host: raw.githubusercontent.com
/dev/stdin: line 13: load_functions: command not found
bash: line 9: color: command not found
/dev/stdin: line 16: set_std_mode: command not found
/dev/stdin: line 49: msg_info: command not found
curl: (6) Could not resolve host: raw.githubusercontent.com
/dev/stdin: line 37: RD: unbound variable

[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)"

Default configuration error output:

Unpacking python3-pip (23.0.1+dfsg-1) ...
Errors were encountered while processing:
 /tmp/apt-dpkg-install-iIxN2f/36-dpkg-dev_1.21.22_all.deb
 /tmp/apt-dpkg-install-iIxN2f/84-manpages-dev_6.03-2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

[ERROR] in line 18: exit code 0: while executing command $STD apt-get install -y pip

[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 @MylesDouglass on GitHub (Sep 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Tautulli ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tautulli.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.8-2-pve) ### 📝 Provide a clear and concise description of the issue. When attempting to run the script to install Tautulli in an LXC, I am encountering errors both when using the default configuration and advanced configuration. ### 🔄 Steps to reproduce the issue. I am simply running the script in the node console. I am encountering errors with both the default and advanced configurations. ### ❌ Paste the full error output (if available). **Advanced configuration error output:** ``` curl: (6) Could not resolve host: raw.githubusercontent.com /dev/stdin: line 13: load_functions: command not found bash: line 9: color: command not found /dev/stdin: line 16: set_std_mode: command not found /dev/stdin: line 49: msg_info: command not found curl: (6) Could not resolve host: raw.githubusercontent.com /dev/stdin: line 37: RD: unbound variable [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)" ``` **Default configuration error output:** ``` Unpacking python3-pip (23.0.1+dfsg-1) ... Errors were encountered while processing: /tmp/apt-dpkg-install-iIxN2f/36-dpkg-dev_1.21.22_all.deb /tmp/apt-dpkg-install-iIxN2f/84-manpages-dev_6.03-2_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) [ERROR] in line 18: exit code 0: while executing command $STD apt-get install -y pip [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_
OVERLORD added the bug label 2026-02-05 01:54:27 +03:00
Author
Owner

@MickLesk commented on GitHub (Sep 24, 2025):

Could not resolve host: raw.githubusercontent.com

-> wrong DNS, AdBlock or something else. Check your Host.

@MickLesk commented on GitHub (Sep 24, 2025): Could not resolve host: raw.githubusercontent.com -> wrong DNS, AdBlock or something else. Check your Host.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1668