-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Jellyfin Media Server
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.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.
When running the script, I get the error message:
Container creation failed. Checking if template is corrupted or incomplete.
Template is valid, but container creation still failed.
[ERROR] in line 999: 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.
- run
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.sh)"in the proxmox shell
β Paste the full error output (if available).
βοΈ Using Default Settings on node pve
π₯οΈ Operating System: ubuntu
π Version: 24.04
π¦ Container Type: Unprivileged
πΎ Disk Size: 8 GB
π§ CPU Cores: 2
π οΈ RAM Size: 2048 MiB
π Container ID: 109
π Creating a Jellyfin LXC using the above default settings
βοΈ Using local for Template Storage.
βοΈ Using local-lvm for Container Storage.
βοΈ LXC Template List Updated
βοΈ LXC Template 'ubuntu-24.04-standard_24.04-2_amd64.tar.zst' is ready to use.
βοΈ Container creation failed. Checking if template is corrupted or incomplete.
βοΈ Template is valid, but container creation still failed.
[ERROR] in line 999: 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).
No response