Package Details: zoneminder 1.38.1-1

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.169898
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2026-02-17 19:20 (UTC)

Latest Comments

1 2 3 4 5 6 .. 66 Next › Last »

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'

Nocifer commented on 2026-03-01 13:59 (UTC)

@ilsensine Well, as I said, it's been a few years since I first wrote them and things (software versions, best practices, known security issues, etc) have surely changed since then, and they were already pretty bare-bones to begin with; and I'm kind of worried not only that they may be outdated, but also that they may actually prove harmful to the average user who decides to blindly trust them and use them without a second thought, due to something or another that they may have failed to take into account (especially the Apache version).

So I'm thinking that the best way forward is to deprecate them and direct the users to either use the official upstream versions, or figure things out on their own and create the config files from scratch. In both cases, the responsibility for things potentially breaking would no longer be mine :)

But anyway, maybe I'm worrying over nothing, so I'll let things lie for the time being.

@boogschutter I've left a reply for you over at the zmeventnotification package page.

boogschutter commented on 2026-02-28 18:51 (UTC) (edited on 2026-02-28 18:56 (UTC) by boogschutter)

Anyone else having trouble with zmeventnotification installation?

System: Immutable Arch Linux blendOS

More information: https://aur.archlinux.org/packages/zmeventnotification#comment-1034775

yolov3-tiny.weights ... FAILED
yolov3-tiny ... FAILED

EDIT:
Weirdly enough... The links given as 404 in the above comment-link, apparently still work and gives 2 files to download:
- https://data.pjreddie.com/files/yolov3-tiny.weights
- https://data.pjreddie.com/files/yolov3.weights

So... Why am I getting FAILED in my terminal? Should I add pjreddie as another source? I'll start looking around :)

ilsensine commented on 2026-02-14 20:38 (UTC)

The http server config files are useful imho. Why do you think they should be dropped?