kerberos-io / machinery

(DEPRECATED) An open source image processing framework, which uses your USB-, IP- or RPi-camera to recognize events (e.g. motion).
https://www.kerberos.io
490 stars 104 forks source link

kerberosio says "Illegal instruction" #108

Closed sabaatworld closed 6 years ago

sabaatworld commented 6 years ago

I have installed everything using the RPi guide on my RPi 0 W. The server works but says that machinery is not running. When I ssh into RPi and run kerberosio it prints "Illegal instruction" and exits.

Any idea what is wrong?

cedricve commented 6 years ago

Can you debug with gdb?

gdb kerberosio
projetsdiy commented 6 years ago

I've the same problem (RPi Zero). The error returned by gdb is Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction. 0xb6d38b10 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0

Hope it will useful

cedricve commented 6 years ago

will be fixed with #109

3bb commented 5 years ago

I have the same problem, with raspberry pi 2+ :(