[GH-ISSUE #5642] Jupyter Notebook error #1208

Closed
opened 2026-02-26 12:48:06 +03:00 by kerem · 2 comments
Owner

Originally created by @rajnishmatta on GitHub (Jul 2, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5642

Have you read and understood the above guidelines?

yes

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

Jupyter Notebook v7.4.4

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.04

📝 Provide a clear and concise description of the issue.

installation stops with error

[ERROR] in line 1096: exit code 0: while executing command bash -c "(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" ?

🔄 Steps to reproduce the issue.

  1. Open Proxmox Shell
  2. Execute the command obtained from Community-scripts

Paste the full error output (if available).

✖️ Container creation failed. Checking if template is corrupted or incomplete.
✖️ Template is valid, but container creation still failed.

[ERROR] in line 1096: exit code 0: while executing command bash -c "(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" ?

🖼️ Additional context (optional).

https://github.com/user-attachments/assets/cf244aea-3683-42b4-b45b-e056bf228f09

video grab attached with verbose and Advanced Run

Originally created by @rajnishmatta on GitHub (Jul 2, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/5642 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Jupyter Notebook v7.4.4 ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jupyternotebook.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.04 ### 📝 Provide a clear and concise description of the issue. installation stops with error [ERROR] in line 1096: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $? ### 🔄 Steps to reproduce the issue. 1. Open Proxmox Shell 2. Execute the command obtained from Community-scripts ### ❌ Paste the full error output (if available). ✖️ Container creation failed. Checking if template is corrupted or incomplete. ✖️ Template is valid, but container creation still failed. [ERROR] in line 1096: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $? ### 🖼️ Additional context (optional). https://github.com/user-attachments/assets/cf244aea-3683-42b4-b45b-e056bf228f09 video grab attached with verbose and Advanced Run
kerem 2026-02-26 12:48:06 +03:00
Author
Owner

@MickLesk commented on GitHub (Jul 2, 2025):

Its your host that failed. Its just an proxmox internal command: pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[@]}"

For Example:
pct create 123 local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst --hostname test123 --rootfs local-lvm:8 --ostype debian

<!-- gh-comment-id:3027991474 --> @MickLesk commented on GitHub (Jul 2, 2025): Its your host that failed. Its just an proxmox internal command: pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[@]}" For Example: pct create 123 local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst --hostname test123 --rootfs local-lvm:8 --ostype debian
Author
Owner

@rajnishmatta commented on GitHub (Jul 4, 2025):

yupp.. this was my proxmox issue. Apologies. Closing this.

<!-- gh-comment-id:3034869382 --> @rajnishmatta commented on GitHub (Jul 4, 2025): yupp.. this was my proxmox issue. Apologies. Closing this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1208
No description provided.