Home Assistant OS script tries install pv and stops after #1626

Closed
opened 2026-02-05 01:48:10 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @BIGV10 on GitHub (Sep 16, 2025).

Have you read and understood the above guidelines?

yes

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

vm/haos-vm.sh

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/9.0.3/025864202ebb6109 (running kernel: 6.14.8-2-pve)

📝 Provide a clear and concise description of the issue.

Script tries to install "pv" and just stops. If i install "pv" by myself, script will work without problems.
Maybe because of https://github.com/community-scripts/ProxmoxVE/pull/7642

🔄 Steps to reproduce the issue.

Step 1: Exceute script HaOS VM
Step 2: Select "yes" to install
Step 3: Script stops after "Installing required package: pv"

Paste the full error output (if available).

Not available

🖼️ Additional context (optional).

No response

Originally created by @BIGV10 on GitHub (Sep 16, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? vm/haos-vm.sh ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/9.0.3/025864202ebb6109 (running kernel: 6.14.8-2-pve) ### 📝 Provide a clear and concise description of the issue. Script tries to install "pv" and just stops. If i install "pv" by myself, script will work without problems. Maybe because of https://github.com/community-scripts/ProxmoxVE/pull/7642 ### 🔄 Steps to reproduce the issue. Step 1: Exceute script HaOS VM Step 2: Select "yes" to install Step 3: Script stops after "Installing required package: pv" ### ❌ Paste the full error output (if available). Not available ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 01:48:10 +03:00
Author
Owner

@MickLesk commented on GitHub (Sep 16, 2025):

no its an host problem. we dont know why this occours on some systems. we cant do more then this.
its an simple apt-get update & apt-get install -y pv

@MickLesk commented on GitHub (Sep 16, 2025): no its an host problem. we dont know why this occours on some systems. we cant do more then this. its an simple apt-get update & apt-get install -y pv
Author
Owner

@rodrigoUriarte commented on GitHub (Sep 20, 2025):

Having exactly the same issue, @BIGV10 did you find a fix for this?

@rodrigoUriarte commented on GitHub (Sep 20, 2025): Having exactly the same issue, @BIGV10 did you find a fix for this?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1626