Skip to content

Installation ubuntu 20 in Proxmox #1869

@SmartyML

Description

@SmartyML

Hallo,

ich versuche einen MotionEye Server auf Ubuntu 20 aufzusetzen.
Basis ist ein Proxmox LX Container, auf gleichen läuft bereits erfolgrei Grafana und einer mit iobroker...

Nachfolgendes führe ich nach Erstinstall aus:

`
sudo apt-get update && sudo apt-get upgrade

sudo apt install python2
`

Hier verlangt die Anleitung später pip oder pip2 beide führen zu folgendem Fehler:

...:apt install python-pip Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python-pip

Es klappt dann weiter:

apt install python3-pip^C

Dann geht es weiter nach der Anleitung:
https://github.com/ccrisan/motioneye/wiki/Install-On-Ubuntu

apt-get install motion ffmpeg v4l-utils apt-get install python-dev curl libssl-dev libcurl4-openssl-dev libjpeg-dev

Dann, da pip nicht installiert:

`
pip3 install motioneye

mkdir -p /etc/motioneye
cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf

mkdir -p /var/lib/motioneye

cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service
systemctl daemon-reload
systemctl enable motioneye
systemctl start motioneye
`

Anleitung ist ende und ich habe keinen Zugriff auf Motioneye.

root@MotionEye:~# ps -e PID TTY TIME CMD 1 ? 00:00:00 systemd 49 ? 00:00:00 systemd-journal 75 ? 00:00:00 systemd-network 96 ? 00:00:00 accounts-daemon 97 ? 00:00:00 cron 98 ? 00:00:00 dbus-daemon 101 ? 00:00:00 networkd-dispat 102 ? 00:00:00 rsyslogd 103 ? 00:00:00 systemd-logind 104 ? 00:00:00 systemd-resolve 123 console 00:00:00 agetty 124 pts/0 00:00:00 login 125 pts/1 00:00:00 agetty 132 ? 00:00:00 sshd 277 ? 00:00:00 master 278 ? 00:00:00 pickup 279 ? 00:00:00 qmgr 306 pts/0 00:00:00 bash 8454 pts/0 00:00:00 ps

Nun weiß ich nicht weiter. Ich kann keine Fehlmeldungen entdecken.
Könnt Ihr helfen?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions