[GH-ISSUE #387] Error installing v0.5.1 #113

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

Originally created by @avspnz on GitHub (Dec 5, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/387

Have you read and understood the above guidelines?

Yes

📝 Provide a clear and concise description of the issue.

An error occurs when installing using the helper script.

Image

🔄 Steps to reproduce the issue.

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

Paste the full error output (if available).

⚙️ Using Default Settings on node pve
💡 PVE Version 9.1.1 (Kernel: 6.17.2-1-pve)
🆔 Container ID: 100
🖥️ Operating System: debian (13)
📦 Container Type: Unprivileged
💾 Disk Size: 4 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 4096 MiB
🚀 Creating a PVE-Scripts-Local LXC using the above default settings

✔️ Storage local (Free: 195.0GB Used: 1.3GB) [Template]
✔️ Storage local-zfs (Free: 195.0GB Used: 24.5GB) [Container]
✔️ Storage 'local-zfs' (zfspool) validated
✔️ Template storage 'local' validated
✔️ Template search completed
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online]
✔️ LXC Container 100 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.3.15
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Dependencies installed.
✔️ Setup Node.js 24
✔️ Deployed: ProxmoxVE-Local (0.5.1)
✖️ in line 28: exit code 1 (General error / Operation not permitted)
→ npm install
--- Last 10 lines of silent log ---
npm error at TLSSocket.emit (node:events:520:35)
npm error at node:net:346:12
npm error at TCP.done (node:_tls_wrap:649:7) {
npm error code: 'ECONNRESET',
npm error attemptNumber: 1,
npm error retriesLeft: 2
npm error }
npm error
npm error Node.js v24.11.1
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-12-05T11_43_26_339Z-debug-0.log

📋 View full log (547 lines): /root/.install-bb6f5e82.log
✖️ Installation failed in container 100 (exit code: 1)

✔ Installation log: /tmp/install-lxc-100-bb6f5e82.log

Remove broken container 100? (Y/n) [auto-remove in 60s]:
No response - auto-removing container
Removing container 100
✔️ Container 100 removed

🖼️ Additional context (optional).

No response

Originally created by @avspnz on GitHub (Dec 5, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/387 ### ✅ Have you read and understood the above guidelines? Yes ### 📝 Provide a clear and concise description of the issue. An error occurs when installing using the helper script. <img width="1280" height="1000" alt="Image" src="https://github.com/user-attachments/assets/ea2933ca-d5da-446e-b172-489d26bf68eb" /> ### 🔄 Steps to reproduce the issue. Step 1: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pve-scripts-local.sh)" ### ❌ Paste the full error output (if available). ⚙️ Using Default Settings on node pve 💡 PVE Version 9.1.1 (Kernel: 6.17.2-1-pve) 🆔 Container ID: 100 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 4 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 4096 MiB 🚀 Creating a PVE-Scripts-Local LXC using the above default settings ✔️ Storage local (Free: 195.0GB Used: 1.3GB) [Template] ✔️ Storage local-zfs (Free: 195.0GB Used: 24.5GB) [Container] ✔️ Storage 'local-zfs' (zfspool) validated ✔️ Template storage 'local' validated ✔️ Template search completed ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online] ✔️ LXC Container 100 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.3.15 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Dependencies installed. ✔️ Setup Node.js 24 ✔️ Deployed: ProxmoxVE-Local (0.5.1) ✖️ in line 28: exit code 1 (General error / Operation not permitted) → npm install --- Last 10 lines of silent log --- npm error at TLSSocket.emit (node:events:520:35) npm error at node:net:346:12 npm error at TCP.done (node:_tls_wrap:649:7) { npm error code: 'ECONNRESET', npm error attemptNumber: 1, npm error retriesLeft: 2 npm error } npm error npm error Node.js v24.11.1 npm error A complete log of this run can be found in: /root/.npm/_logs/2025-12-05T11_43_26_339Z-debug-0.log ----------------------------------- 📋 View full log (547 lines): /root/.install-bb6f5e82.log ✖️ Installation failed in container 100 (exit code: 1) ✔ Installation log: /tmp/install-lxc-100-bb6f5e82.log Remove broken container 100? (Y/n) [auto-remove in 60s]: No response - auto-removing container Removing container 100 ✔️ Container 100 removed ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:40:13 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@michelroegl-brunner commented on GitHub (Dec 5, 2025):

can you share the contents of the log file? It looks to me that the LXC lost its network connection during the install.

<!-- gh-comment-id:3617317680 --> @michelroegl-brunner commented on GitHub (Dec 5, 2025): can you share the contents of the log file? It looks to me that the LXC lost its network connection during the install.
Author
Owner

@avspnz commented on GitHub (Dec 10, 2025):

It looks to me that the LXC lost its network connection during the install.

Yes, you were right. The issue has been resolved.

<!-- gh-comment-id:3635681540 --> @avspnz commented on GitHub (Dec 10, 2025): > It looks to me that the LXC lost its network connection during the install. Yes, you were right. The issue has been resolved.
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-Local#113
No description provided.