Installation/Start Homegear schlägt fehl: could not connect to socket

Hi,

ich habe nun erstmals versucht, Homegear auf dem Raspi 3 mit Raspbian 8 (jessie) zu installieren. Das habe ich nach irgendeiner Anleitung aus dem Internet gemacht, die plausible klang.

Leider startet Homegear aber nicht - laut Anleitung sollte man das mit dem Befehl “sudo homegear -r” abschließen, da kommt aber nur folgende Fehlermeldung hoch:

01/03/17 18:33:17.644 Could not connect to socket. Error: No such file or directory
01/03/17 18:33:17.644 Could not connect to socket. Error: No such file or directory

Versuche ich, Homegear einfach mit dem Befehl “sudo homegear” zu starten, erhalte ich folgendes Bild:

01/03/17 18:35:21.640 Loading RPC server settings from /etc/homegear/rpcservers.conf
01/03/17 18:35:21.643 Loading RPC client settings from /etc/homegear/rpcclients.conf
01/03/17 18:35:21.646 Starting Homegear...
01/03/17 18:35:21.646 Homegear version 0.6.7-1545
01/03/17 18:35:21.646 Git commit SHA of libhomegear-base: -
01/03/17 18:35:21.646 Git branch of libhomegear-base:     -
01/03/17 18:35:21.646 Git commit SHA of Homegear:         -
01/03/17 18:35:21.646 Git branch of Homegear:             -
01/03/17 18:35:21.648 Info: Setting allowed core file size to "4294967295" for user with id 0 and group with id 0.
01/03/17 18:35:21.648 Info: Core file size now is "4294967295".
01/03/17 18:35:21.648 Info: Setting maximum thread priority to "95" for user with id 0 and group with id 0.
01/03/17 18:35:21.648 Info: Maximum thread priority now is "95".
pure virtual method called
terminate called without an active exception
01/03/17 18:35:21.649 Critical: Signal 6 received. Stopping Homegear...
01/03/17 18:35:21.649 Critical: Signal 6 received. Stopping Homegear...

Ich habe keine Idee mehr. Kann mir jemand weiterhelfen? Auch andere Threads hier und im WWW haben mir nicht weitergeholfen.

Danke für eure Unterstützung :slight_smile:

Da neue User hier nix hochladen können…

homegear.err

pure virtual method called
terminate called without an active exception
Aborted (thread 1971053472, pid 6764)
Stack trace:
[__GI_raise] (6764)
nptl/sysdeps/unix/sysv/linux/raise.c:56 (6764)

homegear.log

01/03/17 18:19:27.984 Starting Homegear...
01/03/17 18:19:27.984 Homegear version 0.6.7-1545
01/03/17 18:19:27.984 Git commit SHA of libhomegear-base: -
01/03/17 18:19:27.985 Git branch of libhomegear-base:     -
01/03/17 18:19:27.985 Git commit SHA of Homegear:         -
01/03/17 18:19:27.985 Git branch of Homegear:             -
01/03/17 18:19:27.986 Info: Setting allowed core file size to "4294967295" for user with id 0 and group with id 0.
01/03/17 18:19:27.986 Info: Core file size now is "4294967295".
01/03/17 18:19:27.987 Info: Setting maximum thread priority to "4294967295" for user with id 0 and group with id 0.
01/03/17 18:19:27.987 Info: Maximum thread priority now is "4294967295".
01/03/17 18:19:28.260 Info: Backing up database...
01/03/17 18:19:28.261 Info: Process with id 7023 ended.

So, habe nochmal etwas rumgespielt und bin weiter gekommen (aber nicht viel). Bei der Eingabe von “sudo homegear” kommt nun folgendes:

01/03/17 19:10:34.110 Loading RPC server settings from /etc/homegear/rpcservers.conf
01/03/17 19:10:34.112 Loading RPC client settings from /etc/homegear/rpcclients.conf
01/03/17 19:10:34.116 Starting Homegear...
01/03/17 19:10:34.116 Homegear version 0.6.7-1545
01/03/17 19:10:34.117 Git commit SHA of libhomegear-base: -
01/03/17 19:10:34.117 Git branch of libhomegear-base:     -
01/03/17 19:10:34.117 Git commit SHA of Homegear:         -
01/03/17 19:10:34.117 Git branch of Homegear:             -
01/03/17 19:10:34.119 Info: Setting allowed core file size to "4294967295" for user with id 0 and group with id 0.
01/03/17 19:10:34.120 Info: Core file size now is "4294967295".
01/03/17 19:10:34.120 Info: Setting maximum thread priority to "0" for user with id 0 and group with id 0.
01/03/17 19:10:34.120 Info: Maximum thread priority now is "0".
01/03/17 19:10:34.133 Info: Backing up database...
01/03/17 19:10:34.267 Initializing database...
01/03/17 19:10:34.274 Info: Loading family module mod_philipshue.so
01/03/17 19:10:34.282 /etc/homegear/families/philipshue.conf
01/03/17 19:10:34.284 Info: Loading family module mod_kodi.so
01/03/17 19:10:34.290 /etc/homegear/families/kodi.conf
01/03/17 19:10:34.292 Info: Loading family module mod_homematicwired.so
01/03/17 19:10:34.302 /etc/homegear/families/homematicwired.conf
01/03/17 19:10:34.304 Info: Loading family module mod_beckhoff.so
01/03/17 19:10:34.312 /etc/homegear/families/beckhoff.conf
01/03/17 19:10:34.313 Critical: Signal 11 received. Stopping Homegear...
01/03/17 19:10:34.313 Critical: Signal 11 received. Stopping Homegear...
Speicherzugriffsfehler (Speicherabzug geschrieben)

Aber homegear.err und homegear.log hat er scheinbar nicht fortgeschrieben?!

Du hast vermutlich die Debian-Pakete auf Raspbian installiert. Die sind nicht kompatibel zu Raspbian. Nimm die Raspbian-Pakete, dann wird es klappen.

Viele Grüße

Sathya