Jupyter Notebook error #1410

Closed
opened 2025-11-20 05:09:47 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @rajnishmatta on GitHub (Jul 2, 2025).

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). ### ✅ 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
saavagebueno added the not a script issue label 2025-11-20 05:09:47 -05: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

@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.

@rajnishmatta commented on GitHub (Jul 4, 2025): yupp.. this was my proxmox issue. Apologies. Closing this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1410