mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[GH-ISSUE #387] Error installing v0.5.1 #113
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
🔄 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
@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.
@avspnz commented on GitHub (Dec 10, 2025):
Yes, you were right. The issue has been resolved.