Nistkasten-V2 icon indicating copy to clipboard operation
Nistkasten-V2 copied to clipboard

Wrong command

Open schaeuzerle opened this issue 4 years ago • 4 comments

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

schaeuzerle avatar Feb 10 '21 17:02 schaeuzerle

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

MasterPMax avatar Mar 02 '21 13:03 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

torth avatar Mar 02 '21 16:03 torth

Hy, vielen Dank das wars! Der letzte Punkt collecting pillow war tatsächlich mit Killed abgebrochen. Jetzt klappt es auch!

MasterPMax avatar Mar 02 '21 17:03 MasterPMax

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

noworrries avatar Mar 14 '21 08:03 noworrries