Nistkasten-V2
Nistkasten-V2 copied to clipboard
Wrong command
https://github.com/MakeMagazinDE/Nistkasten-V2/blob/7462c97816c53f3762aeb029a878e4779167e04f/Software/Installationsbefehle.txt#L8
should be
sudo cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service
Hallo, ich habe ebenfalls ein Problem bei der Installation der Software.
Nach dem Befehl bekomme ich folgende Fehlermeldung:
pi@raspberrypi:~ $ sudo mkdir -p /etc/motioneye
pi@raspberrypi:~ $ sudo cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/mot ioneye.conf
cp: cannot stat '/usr/local/share/motioneye/extra/motioneye.conf.sample': No such file or directory
pi@raspberrypi:~ $ sudo mkdir -p /var/lib/motioneye
pi@raspberrypi:~ $ sudo cp /usr/local/share/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service
cp: cannot stat '/usr/local/share/motioneye.systemd-unit-local': No such file or directory
pi@raspberrypi:~ $ sudo cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service
cp: cannot stat '/usr/local/share/motioneye/extra/motioneye.systemd-unit-local': No such file or directory
Ich habe auch schon den korrigierten Befehl von oben probiert, ebenfalls ohne Erfolg. Kann mir hier jemand weiterhelfen? Vielen Dank!
Gruß MasterPMax
Hallo, ich habe ebenfalls ein Problem bei der Installation der Software.
Nach dem Befehl bekomme ich folgende Fehlermeldung:
pi@raspberrypi:~ $ sudo mkdir -p /etc/motioneye pi@raspberrypi:~ $ sudo cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/mot ioneye.conf cp: cannot stat '/usr/local/share/motioneye/extra/motioneye.conf.sample': No such file or directory pi@raspberrypi:~ $ sudo mkdir -p /var/lib/motioneye pi@raspberrypi:~ $ sudo cp /usr/local/share/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service cp: cannot stat '/usr/local/share/motioneye.systemd-unit-local': No such file or directory pi@raspberrypi:~ $ sudo cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service cp: cannot stat '/usr/local/share/motioneye/extra/motioneye.systemd-unit-local': No such file or directory
Ich habe auch schon den korrigierten Befehl von oben probiert, ebenfalls ohne Erfolg. Kann mir hier jemand weiterhelfen? Vielen Dank!
Gruß MasterPMax
hi, ist das Verzeichnis /usr/local/share/motioneye überhaupt vorhanden, oder ist eventuell der Befehl "sudo pip install motioneye" mit einem "Killed" abgebrochen? Falls dies zutreffen sollte, dann führe folgenden Befehl aus und mache danach normal weiter:
sudo apt-get install python-pillow
Hy, vielen Dank das wars! Der letzte Punkt collecting pillow war tatsächlich mit Killed abgebrochen. Jetzt klappt es auch!
Selbes Problem, da das "killed" ohne Trennzeichen in der letzten Zeile angefügt wirt, hatte ich es übersehen.
Eine Alternative ist die Installation über
sudo pip --no-cache-dir install motioneye
Danke