Docker is installed, there is no problem with docker.
I’ve another HA installation with add-ons on another debian.
Running docker ps I see
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
1c6f2c76da9f ghcr.io/home-assistant/amd64-hassio-multicast:2024.03.0 "/init" 23 minutes ago Up 13 minutes
1b1709bb27ed ghcr.io/home-assistant/amd64-hassio-observer:2023.06.0 "/usr/bin/observer" 23 minutes ago Up 13 minutes 0.0.0.0:4357->80/tcp, :::4357->80/
b2a49dd7e68e ghcr.io/home-assistant/amd64-hassio-audio:2023.12.0 "/init" 23 minutes ago Up 13 minutes
383c67c40238 ghcr.io/home-assistant/amd64-hassio-dns:2024.04.0 "/init" 23 minutes ago Up 13 minutes
4292bebb1efe ghcr.io/home-assistant/amd64-hassio-cli:2024.05.0 "/init" 23 minutes ago Up 13 minutes
43dcd636a3d2 homeassistant/amd64-addon-configurator:5.8.0 "/init" 3 days ago Up 13 minutes (healthy)
c21726fd12ad homeassistant/amd64-addon-ssh:9.14.0 "/init" 3 days ago Up 12 minutes
765b2e70a9d4 ghcr.io/home-assistant/amd64-hassio-supervisor:latest "/init" 5 weeks ago Up 12 minutes
e0141909d20a ghcr.io/home-assistant/qemux86-64-homeassistant:2024.6.4 "/init" 5 weeks ago Up 20 minutes
I cannot replicate this configuration on my new server.
Following a tutorial, I’ve installed OMV KVM plugin (openmediavault-kvm 7.0.14).
Now I’m running a VM with haos_ova-12.4.qcow2 but 8123 is not open.
Using console I can do some command.
# uname -a
Linux homeassistant 6.6.33-haos #1 SMP PREEMPT_DYNAMIC Tue Jun 18
13:51:59 UTC 2024 ×86_64 HAOS
# netstat -ant
Active Internet connections (servers and established)
Proto Recu-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:5355 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 :::5355 0.0.0.0:* LISTEN
tcp 0 0 :::111 0.0.0.0:* LISTEN
You installed OMV KVM.
Now you can run VMs.
Then you downloaded the qocw2.xz file from the homeassistant website
Then you put the uncompressed file in a share of your OMV that is mounted to KVM as well.
Setup a virtual machine with the following setup:
Unfortunately I get this message when I start my HA VM:
Unable to - poweronunsupported configuration: CPU mode 'host-passthrough' for x86_64 qemu domain on x86_64 host is not supported by hypervisor
OMV\Exception: Unable to - poweronunsupported configuration: CPU mode 'host-passthrough' for x86_64 qemu domain on x86_64 host is not supported by hypervisor in /usr/share/openmediavault/engined/rpc/kvm.inc:2264
Stack trace:
#0 [internal function]: OMVRpcServiceKvm->doCommand(Array, Array)
#1 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#2 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doCommand', Array, Array)
#3 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Kvm', 'doCommand', Array, Array, 1)
#4 {main}
This is my first attempt at using a VM and I do not know what to do next.
Now I get a new error, and it looks like tomorrow I will be looking into the network settings!
Unable to - poweronRequested operation is not valid: network 'default' is not active
OMV\Exception: Unable to - poweronRequested operation is not valid: network 'default' is not active in /usr/share/openmediavault/engined/rpc/kvm.inc:2264
Stack trace:
#0 [internal function]: OMVRpcServiceKvm->doCommand(Array, Array)
#1 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#2 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doCommand', Array, Array)
#3 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Kvm', 'doCommand', Array, Array, 1)
#4 {main}
I have used the KVM gui in Openmediavault to set up a bridge network. (There are 2 available as I am connected using wifi)
The VM now starts but the info tab on the KVM gui does not seem to include network information.
I do not know how to find out if the VM has set itself up. I also do not understand how to use the consol feature on the KVM gui. I have never used spice before…
So, it looks like it is working but I cannot use it! Grrr!