Bonjour à tous et toutes .
J'ai le meme problème (sur Raspberry pi 2), après installation impossible d’accédé a l'interface web.
Lorsque je lançais domoticz en manuelle via putty j'avais un message d'erreur concernant la libssl1.0.0.
Je l'ais donc installer manuellement. Je n'ai plus le message d'erreur mais domoticz ne demarre pas quand meme.
Instalation réaliser depuis ce tuto
https://easydomoticz.com/domotique-comm ... ux-debian/. (Raspbian stretch litle).
Voici ce que me donne un sudo service domoticz.sh status :
Code : Tout sélectionner
pi@Domoticz:~ $ sudo service 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 2017-09-09 13:56:29 CEST; 44s ago
Docs: man:systemd-sysv-generator(8)
Process: 812 ExecStop=/etc/init.d/domoticz.sh stop (code=exited, status=0/SUCCESS)
Process: 826 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SUCCESS)
sept. 09 13:56:28 Domoticz systemd[1]: Starting LSB: Home Automation System...
sept. 09 13:56:29 Domoticz domoticz.sh[826]: Illegal instruction
sept. 09 13:56:29 Domoticz systemd[1]: Started LSB: Home Automation System.
pi@Domoticz:~ $
j'ai aussi vérifier si domoticz ecoutait sur le port 8081 puisque c'est celui que j'ai sélectionner pendant l'installation .
Code : Tout sélectionner
root@Domoticz:/var/log# netstat -paunt
Connexions Internet actives (serveurs et établies)
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 400/sshd
tcp 0 224 192.168.1.135:22 192.168.1.200:58934 ESTABLISHED 440/sshd: pi [priv]
tcp 0 0 192.168.1.135:22 192.168.1.200:58932 ESTABLISHED 421/sshd: pi [priv]
tcp6 0 0 :::22 :::* LISTEN 400/sshd
udp 0 0 0.0.0.0:49880 0.0.0.0:* 236/avahi-daemon: r
udp 0 0 0.0.0.0:5353 0.0.0.0:* 236/avahi-daemon: r
udp 0 0 0.0.0.0:68 0.0.0.0:* 399/dhcpcd
udp6 0 0 :::36318 :::* 236/avahi-daemon: r
udp6 0 0 :::5353 :::* 236/avahi-daemon: r
root@Domoticz:/var/log#
Visiblement le processus n'a pas démarrer.
Ensuite j'ai lancer domticz manuelement pour voir ce qu'il pouvait me dire:
Code : Tout sélectionner
pi@Domoticz:~ $ cd domoticz
pi@Domoticz:~/domoticz $ ./domoticz
Instruction non permise
pi@Domoticz:~/domoticz $
Donc il me répond Instruction non permise puis stop.
Dernière chose je suis aller voir dans le syslog avec la commande tail:
Code : Tout sélectionner
pi@Domoticz:/var/log $ tail syslog
Sep 9 13:54:20 Domoticz systemd[1]: Starting LSB: Home Automation System...
Sep 9 13:54:21 Domoticz domoticz.sh[620]: Illegal instruction
Sep 9 13:54:21 Domoticz systemd[1]: Started LSB: Home Automation System.
Sep 9 13:55:56 Domoticz systemd[1]: Reloading.
Sep 9 13:56:25 Domoticz systemd[1]: Reloading.
Sep 9 13:56:28 Domoticz systemd[1]: Stopping LSB: Home Automation System...
Sep 9 13:56:28 Domoticz systemd[1]: Stopped LSB: Home Automation System.
Sep 9 13:56:28 Domoticz systemd[1]: Starting LSB: Home Automation System...
Sep 9 13:56:29 Domoticz domoticz.sh[826]: Illegal instruction
Sep 9 13:56:29 Domoticz systemd[1]: Started LSB: Home Automation System.
pi@Domoticz:/var/log $
Résultat je n'en sais pas plus .
Si quelqu'un a une idée sur l'origine du problème je suis preneur

Merci.