Hallo zusammen.
ich benutze schon seit zwei Jahren einen RasPi2 mit pilight und pimatic (0.8.107) im Dauereinsatz. Nachdem pilight immer öfter Probleme gemacht hat, habe ich auf einem anderen RasPi3 noch einmal das ganze System neu aufgesetzt und die 433MHz Technik mit einem Arduino realisiert.
Heute habe ich dann das neue System noch einmal aktualisiert; das Betriebssystem mit apt-get update bzw upgrade und auch pimatic über die Weboberfläche und wollte diese MicroSD in meinem RasPi2 (verbaut im SmartHome) betreiben. Das System bootet auch, aber pimatic startet nicht. Wenn ich es über die Konsole mit “service pimatic start” versuche, bekomme ich folgende Fehlermeldung:
root@raspberrypi:~# service pimatic start
Job for pimatic.service failed. See 'systemctl status pimatic.service' and 'journalctl -xn' for details.
Wenn ich die beiden Befehle eingeben kommt:
root@raspberrypi:~# systemctl status pimatic.service
? pimatic.service - LSB: pimatic service
Loaded: loaded (/etc/init.d/pimatic)
Active: failed (Result: exit-code) since Sa 2018-01-13 20:41:38 CET; 40s ago
Process: 677 ExecStart=/etc/init.d/pimatic start (code=exited, status=132)
Jan 13 20:41:38 raspberrypi pimatic[677]: Illegal instruction
Jan 13 20:41:38 raspberrypi systemd[1]: pimatic.service: control process exited, code=exited status=132
Jan 13 20:41:38 raspberrypi systemd[1]: Failed to start LSB: pimatic service.
Jan 13 20:41:38 raspberrypi systemd[1]: Unit pimatic.service entered failed state.
und
root@raspberrypi:~# journalctl -xn
-- Logs begin at Sa 2018-01-13 17:25:45 CET, end at Sa 2018-01-13 20:41:38 CET. --
Jan 13 20:41:02 raspberrypi sshd[631]: pam_unix(sshd:session): session opened for user root by (uid=0)
Jan 13 20:41:11 raspberrypi kernel: FS-Cache: Netfs 'cifs' registered for caching
Jan 13 20:41:11 raspberrypi kernel: Key type cifs.spnego registered
Jan 13 20:41:11 raspberrypi kernel: Key type cifs.idmap registered
Jan 13 20:41:12 raspberrypi kernel: CIFS VFS: Autodisabling the use of server inode numbers on \\192.168.69.1\fritz.nas. This server doesn't seem to support the
Jan 13 20:41:38 raspberrypi systemd[1]: Starting LSB: pimatic service...
-- Subject: Unit pimatic.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit pimatic.service has begun starting up.
Jan 13 20:41:38 raspberrypi pimatic[677]: Illegal instruction
Jan 13 20:41:38 raspberrypi systemd[1]: pimatic.service: control process exited, code=exited status=132
Jan 13 20:41:38 raspberrypi systemd[1]: Failed to start LSB: pimatic service.
-- Subject: Unit pimatic.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit pimatic.service has failed.
--
-- The result is failed.
Jan 13 20:41:38 raspberrypi systemd[1]: Unit pimatic.service entered failed state.
Leider bin ich noch recht unerfahren mit Linux und kann mit den Meldungen nichts anfangen.