Iβm faced with what looks like the same issue. Seems like you found a fix. Could you please describe what you did ? Iβd like not to mess everything up.
annnnd what about without the script ??
Iβm following these instructions and Iβm faced with an issue. Hopefully someone can help.
Steps 1 to 3 are ok, the VM boots and I can access the web UI. When I try to restore the backup, the VM crashes :
I get an io-error status, with very little CPU usage. VM is frozen, I canβt access anything. Hereβs what Iβve tried so far :
- Upload a copy of the backup and restor from web UI.
- Upload a copy of the backup and restore using cli.
- Restore directly from the HA setup screen.
Iβve repeated those steps using another backup I had. Both in the latest version of HA and Hassos.
Note that the previous VM had been setup using the older version of the script. For the new one, Iβve used the updated version.
Input/Output device error
Everything is running good until you try to restore a backup?
The memory usage is almost maxed out. Perhaps using the βHardwareβ tab to change the memory of this VM to 4096 (4.00 GiB) would help?
Thank you both for your answers. @PecosKidd, I read somewhere that I should leave out some memory and core for the host. Since my device specs are limited (4gigs of ram), I only assigned 3gigs for the HA VM.
Iβll look into upgrading the device.
@tteck , since Iβm lacking the skills to understand what is actually happening, I proceeded with trial an errors. It looks like the issue is coming from one of the addons (influx) that where backed-up.
Full restore was failing as I described, so I tried restoring only HA, then addons one by one. Influx is the culprit, I donβt know why. Restoring without addons was successful, and I reinstalled them all manually.
However, after update 2022.12.6, the issue occured again. Currently, I canβt boot the VM, it remains in the same state :
hello
Iβm getting unknow failure after using the script to install home assistant on proxmox 7.3.3
any help please ?
Line 249 wget -q --show-progress $URL
Do you have wget
installed? (apt-get install -y wget
)
Came pre-installed on previous PVE versions.
edit: added a check for wget
to the script.
Had no internet connexion on the server.
I added googleβs dns and solved it.
But using the post install script made my web interface not available anymore
Post Install script has nothing to do with the web ui. Make sure youβre using https://
Yes Iβm using https
Fresh install
Going on the web ui > working
SSH through the ui and launching the post install script. It reboot and then canβt access anymore to the web ui
Hey!
My VM (installed as described in the 1st post, with q35, restored my backup from RPi3 without issue, latest Proxmox, latest HA) keeps crashing after 1-2 days usage.
All I can see in the console is this
HW is Intel NUC11ATKPE single 256 SSD 8G RAM. HA uses 2 cores of the N6005, and 4G RAM, system is not running any other VMs.
Any idea what might be causing this?
Basically the same as the N5105
https://cpu-benchmark.org/compare/intel-celeron-n5105/intel-pentium-silver-n6005/
Thereβs known issues with those processors and Proxmox
https://forum.proxmox.com/threads/proxmox-vms-crashing-freezing-on-intel-n5105-cpu.113177/
Sometimes, a kernel change fixes the issue.
Always keep proxmox up to date with
pveudpate
pveugrade
pveupdate
pveupgrade
I wanted to try 5.19 and then noticed they also have 6.1 available.
I was wondering if you could adapt the βProxmox Edge Kernel Toolβ to allow to choose between 5.18, 5.19 and 6.1?
When I run the script it only talks about 5.18 currently:
** 1) Install Proxmox Edge Kernel & Reboot
** 2) Switch to Proxmox VE 7 5.15.83-1-pve Kernel & Reboot
** 3) Switch to Proxmox Edge 5.18.19-edge Kernel & Reboot
** 4) Unpin Current Kernel
** 5) Remove Proxmox Edge Kernel & Reboot
Please choose an option from the menu and enter or x to exit.
In any case thanks for your scripts, saves a bunch of time !
That (6.1) isnβt an edge kernel. The latest edge kernel package is 6.0
You can use the proxmox-boot-tool to add/remove, pin/unpin, list kernels (and more, itβs what I use in the script)
just run proxmox-boot-tool
in the Proxmox Shell to see all of the commands.
If you would like to change edge kernel packages, I first remove the package that Iβm using before apt installing another.