Search found 2 matches

by Khurram
Monday 12 December 2022 20:00
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Error starting domoticz service on Ubuntu 22.04 on Raspberry Pi 4
Replies: 1
Views: 503

Re: Error starting domoticz service on Ubuntu 22.04 on Raspberry Pi 4

I guess I am stuck with running Domoticz from the command line till this is resolved in a future version. For anyone interested, I am now running domoticz from a shell script 'startdomoticz.sh' as follows: #!/bin/sh /home/pi/domoticz/domoticz -www 8080 -sslwww 4430 -log /home/pi/domoticz/domoticz ...
by Khurram
Sunday 11 December 2022 18:00
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Error starting domoticz service on Ubuntu 22.04 on Raspberry Pi 4
Replies: 1
Views: 503

Error starting domoticz service on Ubuntu 22.04 on Raspberry Pi 4

I was able to install Domoticz 2022.2 on Ubuntu 22.04 on a Raspberry Pi 4 after reading through https://github.com/domoticz/domoticz/issues/5233 but am unable to start the service. Doing so gives the following error: unable to set CAP_SETFCAP effective capability: Operation not permitted From what I ...