start-stop-daemon: unable to start
Posted: Sunday 16 March 2025 14:33
Hi,
I` trying to install Domoticz on a virtual machine. I`ve installed VMware Workstation Pro 17 and installed the Raspberry Pi OS Desktop as a virtual machine. All went well and the next step was installing Domoticz. I`ve done this "The easy way" by running command:
The installation went well and the terminal gave the response that Domoticz should be available at 192.168.100.122:8080. When I try to open
this in a browser it says the connection is refused. I`ve tried to install it multiple times, clear my browser cache but without any luck.
When I look at the status of domoticz.sh with the command:
It give the response: start-stop-daemon: unable to start /home/pi/domoticz/domoticz (No such file or directory).
I don`t know what to do to make Domoticz works on the virtual machine. Does someone has a tip?
I` trying to install Domoticz on a virtual machine. I`ve installed VMware Workstation Pro 17 and installed the Raspberry Pi OS Desktop as a virtual machine. All went well and the next step was installing Domoticz. I`ve done this "The easy way" by running command:
Code: Select all
sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
this in a browser it says the connection is refused. I`ve tried to install it multiple times, clear my browser cache but without any luck.
When I look at the status of domoticz.sh with the command:
Code: Select all
sudo service domoticz.sh status
I don`t know what to do to make Domoticz works on the virtual machine. Does someone has a tip?