Page 1 sur 2

Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 00:56
par philmasse50
Bonsoir;
Je suis débutant et j'ai besoin d'aide, après un redémarrage de domoticz, via son interface, j'ai domoticz off ligne
voici ce que je reçois :

pi@raspberrypi:~/domoticz $ sudo ./domoticz
2017-06-14 00:47:34.900 Domoticz V3.5877 (c)2012-2016 GizMoCuz
2017-06-14 00:47:34.901 Build Hash: 15b013c, Date: 2016-11-10 16:44:33
2017-06-14 00:47:34.901 Startup Path: /home/pi/domoticz/
2017-06-14 00:47:34.950 Sunrise: 06:00:00 SunSet:22:09:00
2017-06-14 00:47:34.951 EventSystem: reset all events...
2017-06-14 00:47:34.959 Active notification subsystems: email (1/12)
2017-06-14 00:47:34.961 Error: WebServer(HTTP) startup failed on address 0.0.0.0 with port: 8080: bind: Address already in use
2017-06-14 00:47:34.961 Error: WebServer(HTTP) check if no other application is using port: 8080
2017-06-14 00:47:34.965 WebServer(SSL) started on address: :: with port 443
2017-06-14 00:47:34.974 Proxymanager started.
2017-06-14 00:47:34.976 Starting shared server on: :::6144
2017-06-14 00:47:34.976 TCPServer: shared server started...
2017-06-14 00:47:34.976 RxQueue: queue worker started...
2017-06-14 00:47:36.977 YeeLight Worker started...
2017-06-14 00:47:36.977 Wunderground: Worker started...
2017-06-14 00:47:36.979 YeeLight Worker started...
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_inj ector<boost::system::system_error> >'
what(): bind: Address already in use

je vois bien qu'il y a un problème d'adresse mais je ne sais pas quoi faire, si vous connaissez une solution , je suis preneur.
Merci davance

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 08:22
par vil1driver
Salut,

Un reboot complet pour voir ?
2017-06-14 00:47:34.961 Error: WebServer(HTTP) check if no other application is using port: 8080

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 12:22
par philmasse50
Bonjour

C'est déjà fait, rien de plus toujours la même chose. :roll: :roll:

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 14:05
par jackslayter
tu as pas un autre logiciel qui tourne? tu es en natif ou sur nginx/apache?

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 14:23
par philmasse50
Bonjour:
Je suis débutant, mon installation est un rasberri PI, et une installation domoticz (tuto d'installation suivi sur le site), comment faire pour répondre à ta question ?

Merci du soutien.
Philippe

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 14:27
par jackslayter
tu y as répondu.
sur quel site tu as pris le tuto?
essaye

Code : Tout sélectionner

sudo lsof -i | grep 8080
sinon utilise plutôt

Code : Tout sélectionner

sudo service domoticz.sh start

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 15:08
par philmasse50
Bonjour (RE)

sudo lsof -i | grep 8080 m n'est pas reconnu
sudo service domoticz.sh start , toujors "offline"

Merci du soutien

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 15:09
par philmasse50
Je n'ai pas répondu à la première question : le site easydomoticz

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 17:49
par philmasse50
Bonjour

J'ai installé lsof et fais "sudo lsof -i | grep 8080" puis "sudo service domoticz.sh restart" et ohhh miracle cela fonctionne, mais pourquoi j'ai eu ce problème,
Après un redémarrage via domoticz le problème revient, un "sudo lsof -i | grep 8080" puis un "sudo service domoticz.sh restart" et là plus rien comme avant, je n'y comprends plus rien 'je n'ai jamais vraiment compris mais ca fait bien de le dire)

Re: Domoticz ne démarre plus après un redémarrage

Publié : 14 juin 2017, 18:42
par vil1driver
:D non mais c'est le résultat de la commande qui nous intéresse..
Ce n'est pas une façon de débloquer la situation avant de lancer domoticz
Cela permet de lister les éventuelles appli qui utiliseraient le même port..

Quand tu dis que tu redémarre domoticz c'est le logiciel ou tout ton raspberry (reboot) ?