Search Criteria
Package Details: zoneminder 1.38.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zoneminder.git (read-only, click to copy) |
|---|---|
| Package Base: | zoneminder |
| Description: | A full-featured, open source, state-of-the-art video surveillance software system |
| Upstream URL: | https://zoneminder.com/ |
| Keywords: | camera cctv monitor record security surveillance video zoneminder |
| Licenses: | GPL-2.0-only AND MIT |
| Submitter: | None |
| Maintainer: | Nocifer |
| Last Packager: | Nocifer |
| Votes: | 74 |
| Popularity: | 0.012109 |
| First Submitted: | 2008-03-21 00:09 (UTC) |
| Last Updated: | 2026-05-31 13:55 (UTC) |
Dependencies (48)
- arp-scan
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- gsoap
- libvlc (vlc-gitAUR)
- libvncserver (libvncserver-gitAUR)
- mosquitto (mosquitto-gitAUR)
- nlohmann-json (nlohmann-json-gitAUR)
- perl-archive-zip
- perl-crypt-eksblowfishAUR
- perl-data-dump
- perl-data-entropyAUR
- perl-data-uuid
- perl-date-manip
- perl-datetime
- perl-dbd-mysql
- perl-device-serialport
- perl-file-slurp
- perl-image-info
- perl-io-interfaceAUR
- perl-io-socket-multicastAUR
- Show 28 more dependencies...
Required by (1)
Sources (9)
- fcgiwrap-multiwatch.service
- https://github.com/chmike/CxxUrl/archive/eaf46c0207df24853a238d4499e7f4426d9d234c.tar.gz
- https://github.com/FriendsOfCake/crud/archive/v3.2.0.tar.gz
- https://github.com/ZoneMinder/CakePHP-Enum-Behavior/archive/1.0-zm.tar.gz
- https://github.com/ZoneMinder/RtspServer/archive/a071599575f60a6f1f424e1f9b408dad7da734a8.tar.gz
- https://github.com/ZoneMinder/zoneminder/archive/refs/tags/1.38.3.tar.gz
- zoneminder-httpd.conf
- zoneminder-nginx.conf
- zoneminder-php.ini
Latest Comments
1 2 3 4 5 6 .. 67 Next › Last »
Nocifer commented on 2026-05-31 13:52 (UTC)
Indeed it's not new, I checked the wiki and it's already mentioned there as well, so I don't think it's something that even warrants an extra note during installation. Why it appeared on the 1.38.2 changelog is a mystery to me though :)
ilsensine commented on 2026-05-30 18:48 (UTC)
It's not new. It has been always needed, from the first time I installed zoneminder. A quick look at journalctl pointed me to the permission issue, and I didn't think it was a "bug", but normal system administration. So, an installation notice it's enough IMHO. The fact that nobody complained here suggests that it is not a real issue.
Nocifer commented on 2026-05-30 11:47 (UTC)
Yep, that's what I had in mind as well, add a note about it in the install notes.
But just to verify, this is a new behavior of/requirement for 1.38.2, right? USB devices used to Just Work™ with Zoneminder 1.38.1 and older?
ilsensine commented on 2026-05-27 17:03 (UTC)
Yes Nocifer, I had to add http to the "video" group in order to open /dev/video* devices. But in my opinion a notice during the installation is enough -- it's up to the user then to add 'http' to 'video' if he needs to.
Nocifer commented on 2026-05-27 07:06 (UTC) (edited on 2026-05-31 13:56 (UTC) by Nocifer)
NOTE: The changelog for 1.38.2 contains the following tidbit:
www-data video group - Debian/Ubuntu postinst adds www-data to video and dialout groups so zmc can open /dev/video* on fresh installs (refs #4642)
It's possible that a similar tweak may be required on Arch Linux as well, i.e. add the
httpuser to thevideogroup. Unfortunately I don't have the means to test for this, so I'd appreciate it if someone can verify it and notify me about it.Nocifer commented on 2026-05-14 06:45 (UTC) (edited on 2026-05-14 06:45 (UTC) by Nocifer)
@light9876 If you must do it by hand, then I'm guessing you're not using an AUR helper (like
yay,paru, etc)?Unfortunately that's the nature of the AUR: any and all packages, along with their dependencies, must be built from source (unless they're closed-source and distributed as binaries only). AUR helpers can help with that by largely automating the process, and in this case the Perl dependencies rarely if ever get any updates, so it should mostly be a "build them once, use them for a long time" scenario - perhaps, if you're not already doing so, you should be keeping the built dependencies around to be used for future rebuilds of Zoneminder instead of deleting them?
light9876 commented on 2026-05-13 13:04 (UTC) (edited on 2026-05-13 13:05 (UTC) by light9876)
Such a long list of dependencies required, all need to be installed by hand. It would be nice if the installation script could do it automatically. So far I have to do:
And build each one. And this list isn't finished!
Isn't it possible to move this package out of AUR into the main repositories?
boogschutter commented on 2026-03-05 12:25 (UTC)
Question: Quote: "/etc/nginx/nginx.conf and add the following line at the end of the http block: "...
Should the end of nginx.conf look like this, with the line inside the http block? As I read it, yes. But if I'm wrong, do correct me while I try to get the web interface started...
CODE:
# root html;
# index index.html index.htm;
# }
#}
include sites-enabled/*.conf;
}
Thanks!! :)
boogschutter commented on 2026-03-05 07:13 (UTC) (edited on 2026-03-05 11:08 (UTC) by boogschutter)
Update: my current minimalist blendOS /system.yaml
arch-repo: https://geo.mirror.pkgbuild.com
impl: https://github.com/blend-os/tracks/raw/main
repo: https://pkg-repo.blendos.co
track: lxqt # default was track: default-gnome
packages:
- 'fcgiwrap'
- 'spawn-fcgi'
- 'nginx'
- 'mariadb' # required for zoneminder
aur-packages:
- 'multiwatch' # https://aur.archlinux.org/packages/multiwatch
- 'zmeventnotification' # https://aur.archlinux.org/packages/zmeventnotification
- 'zoneminder' #success https://aur.archlinux.org/packages/zoneminder
services:
- 'fcgiwrap-multiwatch.service'
1 2 3 4 5 6 .. 67 Next › Last »