Page 1 sur 2

Jeedom inaccessible

Publié : 26 avr. 2018, 08:59
par Kiadisa
Bonjour,
Je n'arrive plus à me connecter à Jeedom ni par Https ni par IP
En me connectant en ssh à mon Raspberry, Apache2 n'est plus accessible

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Thu Apr 26 08:00:36 2018 from 192.168.1.41
pi@raspberrypi:~ $ wget -O verif_apache.html http://127.0.0.1
verif_apache.html: Permission denied
pi@raspberrypi:~ $ systemctl restart apache2
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to restart 'apache2.service'.
Multiple identities can be used for authentication:
1. ,,, (pi)
2. root
Choose identity to authenticate as (1-2): 1
Password:
polkit-agent-helper-1: pam_authenticate failed: Authentication failure
==== AUTHENTICATION FAILED ===
Failed to restart apache2.service: Access denied
See system logs and 'systemctl status apache2.service' for details.
pi@raspberrypi:~ $ systemctl restart apache2
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to restart 'apache2.service'.
Multiple identities can be used for authentication:
1. ,,, (pi)
2. root
Choose identity to authenticate as (1-2): 2
Password:
polkit-agent-helper-1: pam_authenticate failed: Authentication failure
==== AUTHENTICATION FAILED ===
Failed to restart apache2.service: Access denied
See system logs and 'systemctl status apache2.service' for details.
pi@raspberrypi:~ $ systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset:
Drop-In: /etc/systemd/system/apache2.service.d
└─privatetmp.conf
Active: failed (Result: exit-code) since Thu 2018-04-26 07:04:00 CEST; 1h 42m
Process: 7240 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILU

Apr 26 07:04:00 raspberrypi systemd[1]: Starting The Apache HTTP Server...
Apr 26 07:04:00 raspberrypi apachectl[7240]: AH00558: apache2: Could not reliabl
Apr 26 07:04:00 raspberrypi apachectl[7240]: Action 'start' failed.
Apr 26 07:04:00 raspberrypi apachectl[7240]: The Apache error log may have more
Apr 26 07:04:00 raspberrypi systemd[1]: apache2.service: Control process exited,
Apr 26 07:04:00 raspberrypi systemd[1]: Failed to start The Apache HTTP Server.
Apr 26 07:04:00 raspberrypi systemd[1]: apache2.service: Unit entered failed sta
Apr 26 07:04:00 raspberrypi systemd[1]: apache2.service: Failed with result 'exi
lines 1-15/15 (END)

Voulant accorder les droits :
root@raspberrypi:/home/pi# chmod 775 -R /var/www/html
chmod: cannot access '/var/www/html/DB_backup.sql': Structure needs cleaning
root@raspberrypi:/home/pi#

Que dois je faire?
D'avance merci

Re: Jeedom inaccessible

Publié : 26 avr. 2018, 09:33
par bartounet
Problème de stockage ?
Pas corrompue ?
Il te reste de la place sur le disque ?

Re: Jeedom inaccessible

Publié : 26 avr. 2018, 09:38
par schwarzy77
Bonjour,

Pour le restart d'apache, il ne semble pas vouloir t'authentifier en tant que root. As-tu tester de relancer apache en étant déjà connecté en tant que root directement( commandes: su - root && service apache2 start)? Pour l'erreur sur ton chmod, il semble y avoir une corruption de données, il faudrait tenter de réparer cela en faisant un fsck. Entre ces commandes en tant que root:
touch /forcefsck
reboot

Cela va redémarrer ton py et faire un fsck au démarrage sur tes partitions et potentiellement les corriger (s'il y arrive).

Re: Jeedom inaccessible

Publié : 26 avr. 2018, 11:58
par Kiadisa
Après avoir fait cela voici la réponse
SQLSTATE[HY000] [2002] No such file or directory

Re: Jeedom inaccessible

Publié : 26 avr. 2018, 12:35
par bronche
Bonjour,
il peut y avoir plusieurs explications mais ça sent la corruption...
on peut tenter un auto test :
que donne :

Code : Tout sélectionner

sudo chmod +x /var/www/html/health.sh;sudo /var/www/html/health.sh
En terme de place tu en es ou ?

Code : Tout sélectionner

df -h
Phil

Re: Jeedom inaccessible

Publié : 26 avr. 2018, 13:31
par Kiadisa
la réponse :
[26-04-2018 13:25:23] Vérifie l'espace du système de fichiers...OK
[26-04-2018 13:25:23] Vérifie mysql...NOK, essaie de le redémarrer...Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details.
[26-04-2018 13:25:26] Impossible de le démarrer
● mariadb.service - MariaDB database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset:
Active: failed (Result: exit-code) since Thu 2018-04-26 13:25:26 CEST; 1min 1
Process: 1363 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WS
Process: 1274 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR
Process: 1270 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START
Process: 1267 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/ru
Main PID: 1363 (code=exited, status=1/FAILURE)
Status: "MariaDB server is down"

Apr 26 13:25:24 raspberrypi systemd[1]: Starting MariaDB database server...
Apr 26 13:25:26 raspberrypi mysqld[1363]: 2018-04-26 13:25:26 1996234752 [Note]
Apr 26 13:25:26 raspberrypi mysqld[1363]: 2018-04-26 13:25:26 1996234752 [Warnin
Apr 26 13:25:26 raspberrypi systemd[1]: mariadb.service: Main process exited, co
Apr 26 13:25:26 raspberrypi systemd[1]: Failed to start MariaDB database server.
Apr 26 13:25:26 raspberrypi systemd[1]: mariadb.service: Unit entered failed sta
Apr 26 13:25:26 raspberrypi systemd[1]: mariadb.service: Failed with result 'exi
lines 1-17/17 (END)

je crois que le mieux est de repartir sur une nouvelle carte mais la aussi problème car lorsque je me connecte à ma nouvelle carte , j'ai le massage suivant :
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:cDFc5oYyQ9m4ua1CHBQ6cWv9wewH/5x/3Px6jjMrtYw.
Please contact your system administrator.
Add correct host key in /home/claude/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/claude/.ssh/known_hosts:5
remove with:
ssh-keygen -f "/home/claude/.ssh/known_hosts" -R 192.168.1.52
ECDSA host key for 192.168.1.52 has changed and you have requested strict checking.
Host key verification failed.

Pas facile lorsque on est débutant en linux

Re: Jeedom inaccessible

Publié : 26 avr. 2018, 14:20
par bronche
Message sur ta bal.
Phil

Re: Jeedom inaccessible

Publié : 27 avr. 2018, 10:57
par schwarzy77
Pour le message "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! " c'est normal, tu as probablement gardé la même adresse IP pour ton py avec la nouvelle carte sd.

Sur ton pc qui te sert à se connecter en ssh vers ton py, il faut que tu édites le fichier /home/claude/.ssh/known_hosts et supprime la ligne n°5
(Add correct host key in /home/claude/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/claude/.ssh/known_hosts:5)

Pour la partie mariaDB qui ne démarre pas, je pense aussi à une corruption de données sur la carte sd. Essaye effectivement sur une nouvelle carte sd et en remettant un backup de jeedom.

Re: Jeedom inaccessible

Publié : 28 avr. 2018, 06:06
par Kiadisa
Merci pour toutes les aides apportées, me voilà repartit avec un Jeedom tout propre

Re: Jeedom inaccessible

Publié : 09 juil. 2018, 20:08
par Gwladys
Bonjour,

C'est à mon tour d'avoir un soucis avec la base SQL de Jeedom...

Apres redémarrage, j'assaie de me logger sur jeedom et j'ai le message
SQLSTATE[HY000] [2002] No such file or directory

j'ai fait le cmd :sudo chmod +x /var/www/html/health.sh;sudo /var/www/html/health.sh

_________________________________________________________________________________________________________________________________________________
[09-07-2018 19:48:25] Vérifie l'espace du système de fichiers...OK
[09-07-2018 19:48:25] Vérifie mysql...NOK, essaie de le redémarrer...Job for mariadb.service failed because a fatal signal was delivered to the control process.
See "systemctl status mariadb.service" and "journalctl -xe" for details.
[09-07-2018 19:48:32] Impossible de le démarrer
_________________________________________________________________________________________________________________________________________________

Le fichier journalctl est le suivant:

Code : Tout sélectionner

-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:55:54 raspberrypi mysqld[7516]: 2018-07-09 19:55:54 1995763712 [Note
juil. 09 19:55:54 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:55:54 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:55:54 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:55:54 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:55:58 raspberrypi su[7087]: Successful su for root by pi
juil. 09 19:55:58 raspberrypi su[7087]: + /dev/pts/0 pi:root
juil. 09 19:55:58 raspberrypi su[7087]: pam_unix(su:session): session opened for
juil. 09 19:55:58 raspberrypi su[7087]: pam_systemd(su:session): Cannot create s
juil. 09 19:55:59 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:55:59 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:55:59 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session opened
juil. 09 19:56:01 raspberrypi CRON[7675]: (www-data) CMD (/usr/bin/php /var/www/
juil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:55:59 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
juil. 09 19:55:58 raspberrypi su[7087]: pam_systemd(su:session): Cannot create s
juil. 09 19:55:59 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:55:59 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:55:59 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session opened
juil. 09 19:56:01 raspberrypi CRON[7675]: (www-data) CMD (/usr/bin/php /var/www/
juil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
...skipping...
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
There is no -- Subject: L'unité (unit) mariadb.service a commencé à démarrer optThere is no -- L'unité (unit) mariadb.service a commencé à démarrer. option  (prjuil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
...skipping...
juil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
...skipping...
juil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
...skipping...
juil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
...skipping...
juil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
...skipping...
juil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
...skipping...
juil. 09 19:56:01 raspberrypi mysqld[7670]: 2018-07-09 19:56:01 1995812864 [Note
juil. 09 19:56:01 raspberrypi CRON[7671]: (CRON) info (No MTA installed, discard
juil. 09 19:56:01 raspberrypi CRON[7671]: pam_unix(cron:session): session closed
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:01 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:01 raspberrypi systemd[1]: mariadb.service: Failed with result 's
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
...skipping...
juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 's
There is no -- Subject: L'unité (unit) mariadb.service a échoué option  (press RThere is no -- L'unité (unit) mariadb.service a échoué, avec le résultat failed.juil. 09 19:56:06 raspberrypi systemd[1]: mariadb.service: Service hold-off time
juil. 09 19:56:06 raspberrypi systemd[1]: Stopped MariaDB database server.
-- Subject: L'unité (unit) mariadb.service a terminé son arrêt
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a terminé son arrêt.
juil. 09 19:56:06 raspberrypi systemd[1]: Starting MariaDB database server...
-- Subject: L'unité (unit) mariadb.service a commencé à démarrer
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a commencé à démarrer.
juil. 09 19:56:08 raspberrypi mysqld[7827]: 2018-07-09 19:56:08 1995718656 [Note
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Main process exited,
juil. 09 19:56:08 raspberrypi systemd[1]: Failed to start MariaDB database serve
-- Subject: L'unité (unit) mariadb.service a échoué
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- L'unité (unit) mariadb.service a échoué, avec le résultat failed.
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Unit entered failed s
juil. 09 19:56:08 raspberrypi systemd[1]: mariadb.service: Failed with result 

Merci de votre aide

Re: Jeedom inaccessible

Publié : 10 juil. 2018, 00:13
par Jeandhom
Tu peux le mettre entre les balises [ code][ /code]

Re: Jeedom inaccessible

Publié : 10 juil. 2018, 06:38
par Gwladys
Merci de votre aide.

Bonne journee

Re: Jeedom inaccessible

Publié : 03 août 2018, 23:50
par vincebzh56
Bonjour à tous,
mon installation jeedom sur Rasberry pi 3 B a subit plusieurs coupure électrique et la dernière semble avoir été fatale pour mon système domotique qui tourne depuis plus d'un an.
Je n'arrive plus à me connecter au dashboard via l'adresse ip du système jeedom or celui ci en adresse fixe semble joignable et actif dans les paramètres de la freebox.
J'ai tenté plusieurs solutions, débrancher rebrancher le raspberry, vérifier le cablage rj45 entre le switch et le raspberry .
J'ai réussi à me reconnecter une fois en enlevant et remettant hors tension la micro sd mais ipossible de lancer les dépendances Zwave tout était en nok et entre temps s j'ai eu une autre coupure électrique et depuis nada.
Pouvez vous m'apporter votre aide?Est ce que cela peut être un problème de carte ?
Malheuresement débutant, je n'ai pas fait de copie "image" de la carte micro sd.
je n'ai pas linux mais j'ai un pc portable dispo si desfois je dois l'installer dessus?Ne connaissant pas Linux il faudra me renseigner pour l'installation.
J'ai essayé de me connecter via le logiciel putty que j'avais utilisé lors de l'installation de jeedom mais un message "network error connection refused s'affiche.
J'avoue être un peu perdu et ne pas savoir comment diagnostiquer le problème ?Est ce la carte, le raspberry ou un soucis de réseau ?
Merci pour vos retours.
Cordialement
Vincent

Re: Jeedom inaccessible

Publié : 06 août 2018, 21:20
par bronche
Bonsoir,
1/ As-tu un backup ? Visiblement non, c'est une énorme erreur !

2/ Il va donc falloir aller chercher celle disponible sur ta carte SD : 3 solutions
-En SSH, si ta SD reste "bootable", rien de moins sur.
-avec la SD sur un PC "Linux", dans ce cas un CD ou une clé USB "live" feront l'affaire
- avec la SD sur un PC Windows et les utilitaires qui vont bien.

Dernier recours, une image de ta carte SD que tu m'adresses, j'irai te chercher le dernier backup si je le peux.
Amitiés
Phil

Re: Jeedom inaccessible

Publié : 08 août 2018, 00:13
par vincebzh56
hello,
punaise bien sympa ce forum :-)
pour information j avais évoqué mon soucis sur le sujet duree de vie carte micro sd ou winhex m a egalement gentillement repondu et aiguillé.
je viens de commander une nouvelle carte micro sd sur amazon et je commence a envisager serieusement l installation d unle msata du coup pour m eviter d autres soucis.... j ai fait des copies d ecran sur l autre sujet... je ne sais pas si ca sera recuperable... je vais essayer je ne désespère pas et les erreurs me font progresser... Malheuresement pour moi je n ai aucune connaissance en linux donc je suis les sujets et j essaie. Merci de votre aide... je vous tiens au courant de l evolution... A plus. Salutations. Vincent

Envoyé de mon Redmi 4X en utilisant Tapatalk


Re: Jeedom inaccessible

Publié : 08 août 2018, 01:28
par bartounet
Peu importe Linux ou pas
Garde à l'esprit que le plus important est la backup !!! :)

Re: Jeedom inaccessible

Publié : 08 août 2018, 02:51
par bronche
Bonsoir,
Le Msata est effectivement une excellente solution qui apporte une très grande fiabilité.
J'en remets une couche pour le backup : Il est non seulement indispensable mais tu dois également t'assurer de le stocker régulièrement sur un support externe. Avec ce fichier, une remise à zéro de ton système, installation en partant de rien ne te prendra pas plus de 30 minutes, franchement ça vaut pas la peine de jouer.
Il existe différentes solutions de backup automatique, pour un novice et quelques euros, la solution Cloud de Jeedom fait des merveilles.
Amitiés
Phil

Re: Jeedom inaccessible

Publié : 08 août 2018, 20:28
par vincebzh56
Bonsoir Messieurs,

je reviens vers vous, je sèche sur l'installation, j'ai suivi à la lettre les indications de la rubrique documentation dossier installation 4) Raspberry.
J'ai flashé la nouvelle carte micro sd avec Etcher, ça s'est bien passé à priori, j'ai installé la version 18042018...
J'ai inséré la carte dans le raspberry, j'ai rebranché le cable ethernet et j'ai rebranché sur le secteur.....
Je me suis rendu sur les paramètres de ma freebox afin de trouver l'adresse ip de mon raspberry (préalablement il était en baux statiques), je le retrouve bien en baux statiques, joignables mais sous raspbeery et plus sous le nom jeedom..Logique jusque là et je pense que c'est bon?
Par contre lorsque j'active putty (je n'ai pas linux), je rentre l'adresse ip du raspberry, un message s'affiche Network error : Connextion refused...
Port indiqué à 22 dans purry et l'écran putty indique (inactive)
Que dois je faire ?
Est ce que Avast et Antimalware pourraient bloquer la connexion ?
Merci

Re: Jeedom inaccessible

Publié : 08 août 2018, 23:35
par vincebzh56
vincebzh56 a écrit :Bonsoir Messieurs,

je reviens vers vous, je sèche sur l'installation, j'ai suivi à la lettre les indications de la rubrique documentation dossier installation 4) Raspberry.
J'ai flashé la nouvelle carte micro sd avec Etcher, ça s'est bien passé à priori, j'ai installé la version 18042018...
J'ai inséré la carte dans le raspberry, j'ai rebranché le cable ethernet et j'ai rebranché sur le secteur.....
Je me suis rendu sur les paramètres de ma freebox afin de trouver l'adresse ip de mon raspberry (préalablement il était en baux statiques), je le retrouve bien en baux statiques, joignables mais sous raspbeery et plus sous le nom jeedom..Logique jusque là et je pense que c'est bon?
Par contre lorsque j'active putty (je n'ai pas linux), je rentre l'adresse ip du raspberry, un message s'affiche Network error : Connextion refused...
Port indiqué à 22 dans purry et l'écran putty indique (inactive)
Que dois je faire ?
Est ce que Avast et Antimalware pourraient bloquer la connexion ?
Merci
C est bon j avais omis de mettre ssh sous la racine de la carte... sorry... prochaine etape voir si peux copier les anciens fichiers dans la carte directement...

Envoyé de mon Redmi 4X en utilisant Tapatalk


Re: Jeedom inaccessible

Publié : 09 août 2018, 14:09
par bronche
Bonjour,
Mode /humour
A quoi ça sert que Philippe fasse des howto qui explique tout cela dans la doc ?
Amitiés