Page 1 of 1
Install succeeds but domoticz fails to start
Posted: Friday 20 September 2019 3:53
by rasputin
I'm installing on debian stretch via curl and it appears to succeed but the service doesn't start - as least I don't find it running with `ps`.
Any advice on where to start debugging this? Apologies for such a naive question but I'm really new to this.
Thanks
Re: Install succeeds but domoticz fails to start
Posted: Friday 20 September 2019 12:11
by waaren
rasputin wrote: ↑Friday 20 September 2019 3:53
I'm installing on debian stretch via curl and it appears to succeed but the service doesn't start - as least I don't find it running with `ps`.
Any advice on where to start debugging this? Apologies for such a naive question but I'm really new to this.
Please tell us what you do see on your screen when installing it.
Domoticz does run as a service so you don't see it when using the ps command without options. Try
Re: Install succeeds but domoticz fails to start
Posted: Friday 20 September 2019 15:30
by rasputin
I _really_ appreciate the help!

- Screen Shot 2019-09-20 at 7.58.46 AM.png (68.49 KiB) Viewed 477 times
Here's a screenshot of the install output. `ps -ef | grep [d]omo` doesn't return anything
Re: Install succeeds but domoticz fails to start
Posted: Friday 20 September 2019 16:00
by waaren
rasputin wrote: ↑Friday 20 September 2019 15:30
ps -ef | grep [d]omo doesn't return anything
OK. On the command line do a cd to the directory where you installed domoticz and see what happens when you ask the version or start domoticz from the command line.
for example
Code: Select all
cd /home/pi/domoticz
./domoticz --version
./domoticz
Re: Install succeeds but domoticz fails to start
Posted: Friday 20 September 2019 16:45
by rasputin
No such file or directory

- Screen Shot 2019-09-20 at 9.44.40 AM.png (88.41 KiB) Viewed 471 times
At this point I think something failed in such a way that the system isn't seeing the domoticz build as an executable.
Re: Install succeeds but domoticz fails to start
Posted: Friday 20 September 2019 21:06
by rasputin
Found the 'hard' installer and compile locally. its now working!