Best guess is you have a corrupt download. Please remove the file and try to download it again. If that doesn’t work, maybe try 12.2. If you’re still having this issue, please say what TrueNAS version you’re running and I’ll try to reproduce it on my end in the next day or two.
Also, I don’t update the HAOS version in the guide until I see the update pushed to my install. (But I doubt 12.3 has anything to do with your issue, I’m mentioning that as information only)
Has anyone set this up with a subdomain using ngnix proxy manager app on truenas scale?
I can’t seem to get it to work. My other apps work, but HAOS in a VM doesn’t seem get proxied correctly. CloudFlare is my name server and it just times out with 504 bad gateway.
Hello, i probably miss something but in the shell when i hit the commend i get this error
admin@truenas[~]$ qemu-img convert -O raw haos_ova-12.4.qcow2 /dev/zvol/APPLICATIONS/vm
qemu-img: /dev/zvol/APPLICATIONS/vm: error while converting raw: Could not create ‘/dev/zvol/APPLICATIONS/vm’: No such file or directory
admin@truenas[~]$
Hi @Xsto4 - I’ve never seen that error before. Are you sure you created a zvol and not a dataset? – Please share a screenshot of the zvol details you are using for HOAS.
I would have been surprised if using a bash shell would have helped, but it was worth a shot.
Anyway, someone replied to my post in the TrueNAS forum.
I’ve seen the device fail to be constructed at the location, especially when under load.
I suspect if you ls the location, you won’t see the device.
Suggest a reboot.
Let’s try their suggestion. The following will recursively list any ZVOL located in /dev/zvol - Please share the output after running this command.
ls -R /dev/zvol
Then, try rebooting your TrueNAS server and run the command again. When we see your ZVOL listed using the ls command, the HAOS installation should work.