Volker Theile
Volker Theile
Based on the `status.conditions` and `status.guestOSInfo` there is no qemu-guest-agent in the Ubuntu VM, thus no IP address can be reported. # UEFI ``` status: conditions: - lastProbeTime: "2024-10-14T07:49:20Z" lastTransitionTime:...
> @votdev, good analysis. > > Do we have workaround like > > 1. Add _qemu-guest-agent_ in VM cloud-init and restart > > 2. Manually install _qemu-guest-agent_. > > 3....
> So the proposal is to allow WLAN in addition to a wired connection You can configure wlan and wired connections in parallel (and prioritize them) via UI omv-firstaid only...
> Using Raspberry PI Lite OS, installation of OMV kills an existing WLAN configuration That's because OMV is using netplan/systemd for network configuration (but uses wpa_supplicant under the hood).
To keep it brief on my part, WiFi is supported, but it is not the most ideal solution for a NAS. Therefore, I do not actively support this. If the...
This error is not related to OMV, it's a rsync issue. What filesystem are you using? If NTFS, consider using a POSIX filesystem which OMV relies on. If you are...
I think the easiest solution will be to convert the parsed command line data based on the config type. With the help of reflections it should be possible to convert...
> This also impacts `harvester.install.skip_checks` / `harvester.install.skipChecks` - it can't take the string of the boot param / kernel param and transform it to a boolean. > On the cmdline...
Features like that have not been implemented because such workflows are not trivial and can cause to data loss. That's why my approach here was that users are better off...
OMV is more or less exactly doing the same like raspi-config. - https://github.com/RPi-Distro/raspi-config/blob/351366eaf28416fce1253a7a2569457e3d7570a4/raspi-config#L855 - https://github.com/openmediavault/openmediavault/blob/0a326a200927cce1c333ee561537882bee86fc0b/deb/openmediavault/srv/salt/omv/deploy/hostname/default.sls#L25 - https://github.com/openmediavault/openmediavault/blob/0a326a200927cce1c333ee561537882bee86fc0b/deb/openmediavault/srv/salt/omv/deploy/hosts/10default.sls#L34 If the problem is only on Raspi hardware, then it will be hard...