OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
104 stars 30 forks source link

Alternate install methods for FeeNAS/FreeBSD #69

Closed tprelog closed 4 years ago

tprelog commented 4 years ago

Hello, thank you for your work. I have been running a small test system on a rpi 4 using the docker container with good success, however, I would eventually like ( if it's possible ) to have owzdaemon running from my main FreeNAS server.

So here's the curve ball, my server is running FreeNAS ( based FreeBSD ) but there is no support for docker -- FreeNAS does includes the bhyve hypervisor but this does not support USB pass-through so a VM running Linux w/Docker will not work.

Will there eventually be instructions for a "bare metal" install process?

On FreeNAS, there is a similar container technology called jails. I would like to attempt a "bare metal" install to get qt-openwave running from a jail on my FreeNAS. Thanks

tprelog commented 4 years ago

With hints from the updated README and following the docker-file, I was able to get ozwdaemon running in an iocage jail FreeNAS 11.3

If anybody else wants to try this on FreeNAS or FreeBSD, here's a link to a quick run down and also a rc script to run ozwdaemon as a service.

https://github.com/tprelog/iocage-ozwdaemon/wiki

Fishwaldo commented 4 years ago

Closing this.