Send Motion-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. motion 5.0.0-git-20251009-8bc2260 (Harlan Daneker)
----------------------------------------------------------------------
Message: 1
Date: Tue, 3 Mar 2026 11:56:42 -0500
From: Harlan Daneker <[email protected]>
To: Motion discussion list <[email protected]>
Subject: [Motion-user] motion 5.0.0-git-20251009-8bc2260
Message-ID:
<cac1wkit-t2hokrd9t0bzgoqiaczpbp1fojxos_blvjc5gsv...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hello,
Several months ago I installed motion 5.0.0-git-20251009-8bc2260 on Fedora
43. It had a learning curve, but now I really like it and I have audio at
my front door. When I go to the github it still says 4.7.1 is the latest
release, when I clone the source it's motion 5.0.0-git-20260121-10b6d0f.
I'm not sure why, but it's confusing.
Releases 17 <https://github.com/Motion-Project/motion/releases>
Release 4.7.1 Latest
on Sep 19, 2025
<https://github.com/Motion-Project/motion/releases/tag/release-4.7.1>
Using Fedora one thing I noticed going from 4.7.1 to 5 was to have it start
as a service at boot, I had to add these two lines to the script. This may
help somebody else.
After=network-online.target
Wants=network-online.target
[Unit]
Description=motion detection system
Documentation=man:motion(1) https://motion-project.github.io/
After=network-online.target
Wants=network-online.target
[Service]
User=motion
Group=video
# There's no way to do it automatically, sadly
# if you have problems with your camera, uncomment one of those
# for PPC64 and X86_64:
#Environment=LD_PRELOAD=/usr/lib64/libv4l/v4l2convert.so
# for 32bit archs:
#Environment=LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so
ExecStart=/usr/local/bin/motion -n
ExecReload=/bin/kill -HUP $MAINPID
PrivateTmp=yes
[Install]
WantedBy=multi-user.target
Thanks,
Harlan
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------
Subject: Digest Footer
_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 230, Issue 1
*******************************************