[GH-ISSUE #10342] Hyperion - No space left on device #2227

Closed
opened 2026-02-26 12:51:44 +03:00 by kerem · 3 comments
Owner

Originally created by @jaherhum on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10342

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Hyperion

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve)

📝 Provide a clear and concise description of the issue.

Unable to install Hyperion using Proxmox VE Scripts using Default Installation.
You'll get a No space left on device error when installing.

🔄 Steps to reproduce the issue.

Step 1: Execute Proxmox VE Script (bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/hyperion.sh)")

Step 2: Use Default Install

Paste the full error output (if available).

  ⚙️  Using Default Settings on node minipc
  💡  PVE Version 9.0.11 (Kernel: 6.14.11-4-pve)
  🆔  Container ID: 114
  🖥️  Operating System: debian (13)
  📦  Container Type: Unprivileged
  💾  Disk Size: 2 GB
  🧠  CPU Cores: 1
  🛠️  RAM Size: 512 MiB
  🎮  GPU Passthrough: Enabled
  🚀  Creating a Hyperion LXC using the above default settings
  
  ✔️   Storage local (Free: 80.7GB  Used: 6.5GB) [Template]
  ✔️   Storage local-lvm (Free: 145.3GB  Used: 195.4GB) [Container]
  ✔️   Storage 'local-lvm' (lvmthin) validated
  ✔️   Template storage 'local' validated
  ✔️   Template search completed
  ✔️   Template debian-13-standard_13.1-2_amd64.tar.zst [local]
  ✔️   LXC Container 114 was successfully created.
 🎮 Detected Intel GPU
  ✔️   Automatically configuring INTEL GPU passthrough
  ✔️   INTEL GPU passthrough configured (2 devices)
  ✔️   Started LXC Container
  ✔️   Network in LXC is reachable (ping)
  ✔️   GPU passthrough configured (video:44, render:992)
  ✔️   Customized LXC Container
  ✔️   Set up Container OS
  ✔️   Network Connected: 192.168.10.189 fdbf:ab9a:6568:0:be24:11ff:fea4:7500 
  ✔️   IPv4 Internet Connected
  ✖️   IPv6 Internet Not Connected
  ✔️   Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
  ✔️   Updated Container OS
⠏ Fetching GitHub release:  (2.24.8)/dev/fd/63: line 1996: /root/.: Is a directory
  ✔️   Deployed:  (2.24.8)
⠦ Fetching GitHub release:  (2.24.8)/dev/fd/63: line 1996: /root/.: Is a directory
  ✔️   Deployed:  (2.24.8)
⠸ Fetching GitHub release:  (25.48.36300.8)/dev/fd/63: line 1996: /root/.: Is a directory
  ✔️   Deployed:  (25.48.36300.8)
⠋ Fetching GitHub release:  (25.48.36300.8)/dev/fd/63: line 1996: /root/.: Is a directory
  ✔️   Deployed:  (25.48.36300.8)
  ✔️   Setup Hardware Acceleration
  ✔️   Set up Hyperion repository
  ✖️   in line 26: exit code 100 (APT: Package manager error (broken packages / dependency problems))
 → apt install -y hyperion
Last 10 lines of silent log
 cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.23.1' to '/usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.23.1.dpkg-new': failed to write (No space left on device)
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../116-libxcomposite1_1%3a0.4.6-1_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.6-1) ...
dpkg: error processing archive /tmp/apt-dpkg-install-SPvYAu/116-libxcomposite1_1%3a0.4.6-1_amd64.deb (--unpack):
 cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0' to '/usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0.dpkg-new': failed to write (No space left on device)
dpkg: unrecoverable fatal error, aborting:
 unable to flush /var/lib/dpkg/updates/tmp.i after padding: No space left on device
Warning: More space needed than available: 309 MB > 174 MB, installation may fail
Error: Sub-process /usr/bin/dpkg returned an error code (2)

 📋 View full log (1243 lines): /root/.install-88aa2ebc.log
  ✖️   Installation failed in container 114 (exit code: 100)

✔ Installation log: /tmp/install-lxc-114-88aa2ebc.log

Remove broken container 114? (Y/n) [auto-remove in 60s]: y

   Removing container 114
  ✔️  Container 114 removed

🖼️ Additional context (optional).

Image

When checking .log file it's supossed to have 1243 lines but there's only one:
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst is present and valid.

Originally created by @jaherhum on GitHub (Dec 26, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10342 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Hyperion ### 📂 What was the exact command used to execute the script? `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/hyperion.sh)" ` ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve) ### 📝 Provide a clear and concise description of the issue. Unable to install Hyperion using Proxmox VE Scripts using Default Installation. You'll get a No space left on device error when installing. ### 🔄 Steps to reproduce the issue. Step 1: Execute Proxmox VE Script (bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/hyperion.sh)") Step 2: Use Default Install ### ❌ Paste the full error output (if available). ``` ⚙️ Using Default Settings on node minipc 💡 PVE Version 9.0.11 (Kernel: 6.14.11-4-pve) 🆔 Container ID: 114 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 2 GB 🧠 CPU Cores: 1 🛠️ RAM Size: 512 MiB 🎮 GPU Passthrough: Enabled 🚀 Creating a Hyperion LXC using the above default settings ✔️ Storage local (Free: 80.7GB Used: 6.5GB) [Template] ✔️ Storage local-lvm (Free: 145.3GB Used: 195.4GB) [Container] ✔️ Storage 'local-lvm' (lvmthin) validated ✔️ Template storage 'local' validated ✔️ Template search completed ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local] ✔️ LXC Container 114 was successfully created. 🎮 Detected Intel GPU ✔️ Automatically configuring INTEL GPU passthrough ✔️ INTEL GPU passthrough configured (2 devices) ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ GPU passthrough configured (video:44, render:992) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.10.189 fdbf:ab9a:6568:0:be24:11ff:fea4:7500 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ⠏ Fetching GitHub release: (2.24.8)/dev/fd/63: line 1996: /root/.: Is a directory ✔️ Deployed: (2.24.8) ⠦ Fetching GitHub release: (2.24.8)/dev/fd/63: line 1996: /root/.: Is a directory ✔️ Deployed: (2.24.8) ⠸ Fetching GitHub release: (25.48.36300.8)/dev/fd/63: line 1996: /root/.: Is a directory ✔️ Deployed: (25.48.36300.8) ⠋ Fetching GitHub release: (25.48.36300.8)/dev/fd/63: line 1996: /root/.: Is a directory ✔️ Deployed: (25.48.36300.8) ✔️ Setup Hardware Acceleration ✔️ Set up Hyperion repository ✖️ in line 26: exit code 100 (APT: Package manager error (broken packages / dependency problems)) → apt install -y hyperion Last 10 lines of silent log cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.23.1' to '/usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.23.1.dpkg-new': failed to write (No space left on device) Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../116-libxcomposite1_1%3a0.4.6-1_amd64.deb ... Unpacking libxcomposite1:amd64 (1:0.4.6-1) ... dpkg: error processing archive /tmp/apt-dpkg-install-SPvYAu/116-libxcomposite1_1%3a0.4.6-1_amd64.deb (--unpack): cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0' to '/usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0.dpkg-new': failed to write (No space left on device) dpkg: unrecoverable fatal error, aborting: unable to flush /var/lib/dpkg/updates/tmp.i after padding: No space left on device Warning: More space needed than available: 309 MB > 174 MB, installation may fail Error: Sub-process /usr/bin/dpkg returned an error code (2) 📋 View full log (1243 lines): /root/.install-88aa2ebc.log ✖️ Installation failed in container 114 (exit code: 100) ✔ Installation log: /tmp/install-lxc-114-88aa2ebc.log Remove broken container 114? (Y/n) [auto-remove in 60s]: y Removing container 114 ✔️ Container 114 removed ``` ### 🖼️ Additional context (optional). <img width="1038" height="950" alt="Image" src="https://github.com/user-attachments/assets/5fc9f5c5-b3b3-4ab6-9834-2fb8736188f0" /> When checking .log file it's supossed to have 1243 lines but there's only one: ` ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst is present and valid. `
kerem 2026-02-26 12:51:44 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tremor021 commented on GitHub (Dec 26, 2025):

Image can't reproduce this
<!-- gh-comment-id:3693068874 --> @tremor021 commented on GitHub (Dec 26, 2025): <img width="809" height="793" alt="Image" src="https://github.com/user-attachments/assets/1a404411-c115-4f53-bb90-1253c1e702e8" /> can't reproduce this
Author
Owner

@jaherhum commented on GitHub (Dec 26, 2025):

Got more detailed logs

install-lxc-114-ae609292.log

<!-- gh-comment-id:3693075918 --> @jaherhum commented on GitHub (Dec 26, 2025): Got more detailed logs [install-lxc-114-ae609292.log](https://github.com/user-attachments/files/24348759/install-lxc-114-ae609292.log)
Author
Owner

@jaherhum commented on GitHub (Dec 26, 2025):

Using 4GB of disk space allowed me to install Hyperion (through Advanced Install)

Image
<!-- gh-comment-id:3693086466 --> @jaherhum commented on GitHub (Dec 26, 2025): Using 4GB of disk space allowed me to install Hyperion (through Advanced Install) <img width="1024" height="973" alt="Image" src="https://github.com/user-attachments/assets/76bceb32-b413-4690-8285-6d93f974cbb3" />
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#2227
No description provided.