Home Assistant Core LXC install script fails #395

Closed
opened 2026-02-04 18:31:28 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @joshgk00 on GitHub (Jan 28, 2025).

Have you read and understood the above guidelines?

yes

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

Home Assistant Core LXC

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant-core.sh)"

📝 Provide a clear and concise description of the issue.

I've tried running the script and using the default settings listed below:

⚙️  Using Default Settings on node pve
  🖥️  Operating System: ubuntu
  🌟  Version: 24.10
  📦  Container Type: Unprivileged
  💾  Disk Size: 10 GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 2048 MiB
  🆔  Container ID: 122
  🚀  Creating a Home Assistant-Core LXC using the above default settings

I get the following error message each time

unable to create CT 122 - unsupported Ubuntu version '24.10'
bash: line 201: exit: A problem occured while trying to create container.: numeric argument required

I've also tried using Advanced Settings and only changing the default IP address and Gateway, leaving everything else as default and I still get the same error above.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.10

🔄 Steps to reproduce the issue.

Step 1: Paste this script into the PVE Console bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant-core.sh)"
Step 2: Choose Default Settings
Step 3: Wait for the script to try to create the container and it fails

Paste the full error output (if available).

unable to create CT 122 - unsupported Ubuntu version '24.10'
bash: line 201: exit: A problem occured while trying to create container.: numeric argument required

🖼️ Additional context (optional).

No response

Originally created by @joshgk00 on GitHub (Jan 28, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Home Assistant Core LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant-core.sh)" ### 📝 Provide a clear and concise description of the issue. I've tried running the script and using the default settings listed below: ``` ⚙️ Using Default Settings on node pve 🖥️ Operating System: ubuntu 🌟 Version: 24.10 📦 Container Type: Unprivileged 💾 Disk Size: 10 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🆔 Container ID: 122 🚀 Creating a Home Assistant-Core LXC using the above default settings ``` I get the following error message each time ``` unable to create CT 122 - unsupported Ubuntu version '24.10' bash: line 201: exit: A problem occured while trying to create container.: numeric argument required ``` I've also tried using Advanced Settings and only changing the default IP address and Gateway, leaving everything else as default and I still get the same error above. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.10 ### 🔄 Steps to reproduce the issue. Step 1: Paste this script into the PVE Console `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant-core.sh)"` Step 2: Choose Default Settings Step 3: Wait for the script to try to create the container and it fails ### ❌ Paste the full error output (if available). unable to create CT 122 - unsupported Ubuntu version '24.10' bash: line 201: exit: A problem occured while trying to create container.: numeric argument required ### 🖼️ Additional context (optional). _No response_
Author
Owner

@MickLesk commented on GitHub (Jan 28, 2025):

Update your Proxmox and try again. Its Not an Script issue.

@MickLesk commented on GitHub (Jan 28, 2025): Update your Proxmox and try again. Its Not an Script issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#395