I have made my first fresh installation of Domoticz through,
sudo curl -L install.domoticz.com | bash
and use the default installation for HTTP at 8080 and HTTPS at 443, but still after a successful installation (no errors), I was unable to open any webservice at those ports, even at localhost.
Domoticz PID seems to be working,
avahi 398 0.0 0.3 47140 3492 ? Ss Jun08 0:00 avahi-daemon: running [domoticz.local]
Domoticz seems to be Ok but there is an error that I cannot figure out what it is,
fabio@domoticz:~$ sudo /etc/init.d/domoticz.sh status
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Sat 2018-06-09 02:10:00 WEST; 20min ago
Docs: man:systemd-sysv-generator(8)
Process: 3724 ExecStop=/etc/init.d/domoticz.sh stop (code=exited, status=0/SUCCESS)
Process: 3731 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SUCCESS)
Jun 09 02:10:00 domoticz systemd[1]: Starting LSB: Home Automation System...
Jun 09 02:10:00 domoticz domoticz.sh[3731]: /home/fabio/domoticz/domoticz: error while loading shared libraries:…rectory
Jun 09 02:10:00 domoticz systemd[1]: Started LSB: Home Automation System.
Hint: Some lines were ellipsized, use -l to show in full.
So I tried to scan both 8080 and 443, and also there was no openned ports here.
I really dont know what can be happening, and dont know well where are domoticz logs, I have even uncomment at /etc/init.d/domoticz.sh the daemon log line but still there was no log to analize possible issues, and yes I have restarted that service after changes.
Anyone knows what can be?
