Page 1 of 1
This site can't be reached (127.0.0.1:8080)
Posted: Sunday 04 February 2018 11:10
by BjornDamm
I have installed Domoticz on a raspberry PI 3
When I try to connect to 127.0.0.1:8080 with Chromium on my PI I receive a "This site cant't be reached" error.
Where should I start to search for the problem?
Re: This site can't be reached (127.0.0.1:8080)
Posted: Sunday 04 February 2018 11:21
by Lars65
Do you have setup the raspberry on your home network?
If you have try to use that IP instead (example:192.168.07;8080).
Re: This site can't be reached (127.0.0.1:8080)
Posted: Monday 05 February 2018 11:38
by BjornDamm
It is not accessible from my PC either.
Here are some status reports:
$ service --status-all
...
[ + ] domoticz.sh
...
$ sudo bash /home/pi/domoticz/domoticz.sh status
[FAIL] domoticz is not running ... failed!
$ sudo bash /home/pi/domoticz/domoticz.sh stop
$ sudo bash /home/pi/domoticz/domoticz.sh start
/home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Disabling ssl in /etc/domoticz/setupVars does not solve the problems.
Where can I find a proper version of the required library files?