OpenWebUI LXC container create fails when installing Ollama #1329

Closed
opened 2026-02-05 00:22:51 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @oester on GitHub (Jul 23, 2025).

Have you read and understood the above guidelines?

yes

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

OpenWebUI, Ollama install

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openwebui.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.

When the script finishes installing OpenWebUI, it asks if you want to install Ollama, and this portion fails:

Would you like to add Ollama? <y/N> y
⠙ Installing Ollamacurl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
⠹ Installing Ollama
[ERROR] in line 51: exit code 0: while executing command curl -fsSLO https://ollama.com/download/ollama-linux-amd64.tgz
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.

[ERROR] in line 1281: 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)" ?

🔄 Steps to reproduce the issue.

Create LXC container, take option to install Ollama

Paste the full error output (if available).

Would you like to add Ollama? <y/N> y
⠙ Installing Ollamacurl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
⠹ Installing Ollama
[ERROR] in line 51: exit code 0: while executing command curl -fsSLO https://ollama.com/download/ollama-linux-amd64.tgz
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.

[ERROR] in line 1281: 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).

I can't run the Ollama script in verbose mode, as it's part of the base script.

Originally created by @oester on GitHub (Jul 23, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? OpenWebUI, Ollama install ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openwebui.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. When the script finishes installing OpenWebUI, it asks if you want to install Ollama, and this portion fails: Would you like to add Ollama? <y/N> y ⠙ Installing Ollamacurl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1) ⠹ Installing Ollama [ERROR] in line 51: exit code 0: while executing command curl -fsSLO https://ollama.com/download/ollama-linux-amd64.tgz The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output. [ERROR] in line 1281: 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)" $? ### 🔄 Steps to reproduce the issue. Create LXC container, take option to install Ollama ### ❌ Paste the full error output (if available). Would you like to add Ollama? <y/N> y ⠙ Installing Ollamacurl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1) ⠹ Installing Ollama [ERROR] in line 51: exit code 0: while executing command curl -fsSLO https://ollama.com/download/ollama-linux-amd64.tgz The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output. [ERROR] in line 1281: 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). I can't run the Ollama script in verbose mode, as it's part of the base script.
OVERLORD added the bug label 2026-02-05 00:22:51 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Jul 24, 2025):

Please run the Openwebui in verbose, then the ollama part should be verbose as well.

@michelroegl-brunner commented on GitHub (Jul 24, 2025): Please run the Openwebui in verbose, then the ollama part should be verbose as well.
Author
Owner

@oester commented on GitHub (Jul 24, 2025):

I did that - OpenWebUI finishes in verbose, get the question about Ollama, when the install of Ollama starts, it's not in verbose mode.

@oester commented on GitHub (Jul 24, 2025): I did that - OpenWebUI finishes in verbose, get the question about Ollama, when the install of Ollama starts, it's not in verbose mode.
Author
Owner

@oester commented on GitHub (Jul 24, 2025):

Closing because after multiple attempts, it finally succeeded... so

@oester commented on GitHub (Jul 24, 2025): Closing because after multiple attempts, it finally succeeded... so
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1329