Hey, guys.
I was using before proxmox 6 and script on github which creates and set up LXC for home assistant. It worked just flawless, now I have upgraded hardware on my home server and reinstall proxmox to 7 (up to date), after this Im getting error through installation:
if I cancel executing script when it got error and then later trying to start a conteiner Im getting this error:
I have red that a lot people got some errors after upgrade to proxmox 7, one is possible of problem cgroup2. In config file of lxc I see that some parameters cgroup and some cgroup2, but actually dont know what to change and where to spot, pls help.
I was using before proxmox 6 and script on github which creates and set up LXC for home assistant. It worked just flawless, now I have upgraded hardware on my home server and reinstall proxmox to 7 (up to date), after this Im getting error through installation:
root@pve:~# bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassio_lxc/raw/master/create_container.sh)"
[INFO] Using 'local' for template storage.
[INFO] Using 'local-lvm' for container storage.
Updating LXC template list...
Creating LXC container...
[INFO] LXC container '100' was successfully created.
Starting LXC container...
run_buffer: 316 Script exited with status 1
lxc_init: 816 Failed to run lxc.hook.pre-start for container "100"
__lxc_start: 2007 Failed to initialize container "100"
startup for container '100' failed
[ERROR] 255@100 Unknown failure occured.
Logical volume "vm-100-disk-0" successfully removed
if I cancel executing script when it got error and then later trying to start a conteiner Im getting this error:
root@pve:~# pct start 100run_buffer: 316 Script exited with status 1
lxc_init: 816 Failed to run lxc.hook.pre-start for container "100"
__lxc_start: 2007 Failed to initialize container "100"
startup for container '100' failed
I have red that a lot people got some errors after upgrade to proxmox 7, one is possible of problem cgroup2. In config file of lxc I see that some parameters cgroup and some cgroup2, but actually dont know what to change and where to spot, pls help.