mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Wiki - "(Install On Ubuntu (19.10 or earlier)" #1897
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#1897
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gb-dursley on GitHub (Feb 28, 2021).
The Wiki instructions "(Install On Ubuntu (19.10 or earlier)" are contradictory and confusing:-
"1. Install Ubuntu 20.04 or newer image (...32bit or 64bit)..."
but Ubuntu 20.x is 64bit ONLY, up-versioning to 20.x is NOT installing under "19.10 or earlier", and what about 19.3 LTS?
"7. Add an init script...
Ubuntu 14.10...
Ubuntu 15.04 or later..."
If Step 1. and release numbers are ignored (e.g. for 19.10 read 19.x) are the remaining steps accurate and reliable?
@starbasessd commented on GitHub (Feb 28, 2021):
"1. Install Ubuntu 20.04 or newer image (...32bit or 64bit)..." << Corrected, thanks for pointing it out.
Where is 19.3 LTS? Is it an Ubuntu fork?
"7. Add an init script...
Ubuntu 14.10...
Ubuntu 15.04 or later..."
Takes into consideration the switchover from init.d to systemd
I will double-check the python2.7/pip2 in a bit, thanks again for pointing it out.
@starbasessd commented on GitHub (Mar 1, 2021):
FYI, while spinning up an Ubuntu 19.10 VM, had to change the repositories from http://us.archive... to http://old-releases... otherwise wouldn't install or update.
@starbasessd commented on GitHub (Mar 1, 2021):
making the changes to /etc/apt/sources.list in the previous comment, the instructions for 19.10 and earlier is confirmed working as of 3/1/2021.
The latest version of motion in the 19.10 repositories is 4.2.2
@starbasessd commented on GitHub (Mar 2, 2021):
Did my changes resolve your concerns?