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

Enabling machinary fails #38

Closed aladagemre closed 8 years ago

aladagemre commented 8 years ago

I followed the installation tutorial for Raspian on Raspberry Pi 1. I had to run "sudo apt-get install -y systemd systemd-sysv" to get systemctl. It even didn't exist beforehand. But failed at this step:

pi@raspberrypi ~ $ sudo systemctl enable kerberosio Failed to issue method call: Invalid argument

What could be the cause?

cedricve commented 8 years ago

That's weird systemctl should be available out-of-the-box. Which version of Raspbian are you running?

aladagemre commented 8 years ago

/etc/debian_version says 7.10

aladagemre commented 8 years ago

I tried to dist-upgrade but failed since it could not find locale command. I couldn't install it due to “Input/output error”. This is due to corrupted filesystem or SD Card I guess. All of these could be due to being unable to install some of the packages either during OS install or afterwards. My case is not sterile enough, so closing the issue.