archivebox fails during creation due to script error in create_lxc.sh #1346

Closed
opened 2026-02-05 00:26:15 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Phalen on GitHub (Jul 26, 2025).

Have you read and understood the above guidelines?

yes

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

archivebox

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

bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/archivebox.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.

I set the standard settings i always use in advanced proceed to the install, have it use the ceph storage for the config/etc and just after it tries to start installing it errors.

🔄 Steps to reproduce the issue.

I run with default settings and get the following due to no dhcp server on my datacenter lan.
✔️ LXC Template List Updated
✔️ Started LXC Container
💡 No network yet in LXC (try 1/10) – waiting...

If i try and load from config file i get .
🌉 Bridge: vmbr0
📡 IP Address: 10.1.2.40/24
✖️ Invalid IP Address format for Gateway. Needs to be 0.0.0.0, was ,gw=10.1.2.1

If i manually specify things that i need to make the container work like vlan settings i get the following error.
✔️ Cluster is quorate
✔️ LXC Template List Updated
Creating LXC Container
[ERROR] in line 1098: exit code 0: while executing command bash -c "(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/misc/create_lxc.sh)" ?

I paste the script in to the web console. enter to start is select the advanced option select defaults for all settings except ipv4 address/gw mtu 9000 and vlan 2 set the password and enable ssh/key info which has worked on alll other scripts till now.

Paste the full error output (if available).

✔️ LXC Template List Updated
Creating LXC Container
[ERROR] in line 1098: exit code 0: while executing command bash -c "(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/misc/create_lxc.sh)" ?

🖼️ Additional context (optional).

proxmox 8.3.4 in use.

Originally created by @Phalen on GitHub (Jul 26, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? archivebox ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/archivebox.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. I set the standard settings i always use in advanced proceed to the install, have it use the ceph storage for the config/etc and just after it tries to start installing it errors. ### 🔄 Steps to reproduce the issue. I run with default settings and get the following due to no dhcp server on my datacenter lan. ✔️ LXC Template List Updated ✔️ Started LXC Container 💡 No network yet in LXC (try 1/10) – waiting... If i try and load from config file i get . 🌉 Bridge: vmbr0 📡 IP Address: 10.1.2.40/24 ✖️ Invalid IP Address format for Gateway. Needs to be 0.0.0.0, was ,gw=10.1.2.1 If i manually specify things that i need to make the container work like vlan settings i get the following error. ✔️ Cluster is quorate ✔️ LXC Template List Updated ⏳ Creating LXC Container [ERROR] in line 1098: exit code 0: while executing command bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/misc/create_lxc.sh)" $? I paste the script in to the web console. enter to start is select the advanced option select defaults for all settings except ipv4 address/gw mtu 9000 and vlan 2 set the password and enable ssh/key info which has worked on alll other scripts till now. ### ❌ Paste the full error output (if available). ✔️ LXC Template List Updated ⏳ Creating LXC Container [ERROR] in line 1098: exit code 0: while executing command bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/misc/create_lxc.sh)" $? ### 🖼️ Additional context (optional). proxmox 8.3.4 in use.
OVERLORD added the bug label 2026-02-05 00:26:15 +03:00
Author
Owner

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

This Error say nothing. It Break by creating LXC. Try Default with verbose

@MickLesk commented on GitHub (Jul 26, 2025): This Error say nothing. It Break by creating LXC. Try Default with verbose
Author
Owner

@Phalen commented on GitHub (Aug 4, 2025):

looks like something was weird with my old proxmox install. after reinstalling os the archive box install completed

@Phalen commented on GitHub (Aug 4, 2025): looks like something was weird with my old proxmox install. after reinstalling os the archive box install completed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1346