Package Details: zoneminder 1.36.33-2

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://www.zoneminder.com/
Keywords: camera cctv monitor record security surveillance video zoneminder
Licenses: GPL-2.0-only
Conflicts: zoneminder-git
Submitter: None
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 72
Popularity: 1.48
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-02-12 12:50 (UTC)

Latest Comments

« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 40 .. 62 Next › Last »

<deleted-account> commented on 2017-06-24 12:37 (UTC)

/dev/shm should be included in the open_basedir string in httpd-zoneminder.conf, because Zoneminder tries to read the available space in /dev/shm: https://github.com/ZoneMinder/ZoneMinder/blob/01717a5c14a4d5a11080a34c64e4c2449e29a1da/web/includes/functions.php#L1483

loscsol commented on 2017-06-22 11:38 (UTC) (edited on 2017-06-22 11:39 (UTC) by loscsol)

Got compile errors in makepkg (cmake cannot find a plugin) and fixed changing: mv crud Crud to mv crud/* Crud/ in PKGBUILD --------------------------------------------- diff --git a/PKGBUILD b/PKGBUILD index 63f838d..6e305fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -60,7 +60,7 @@ prepare () { if [ ! -d "crud" ]; then git clone -b 3.0 https://github.com/FriendsOfCake/crud.git mkdir -p Crud - mv crud Crud + mv crud/* Crud/ fi patch $srcdir/ZoneMinder-$pkgver/src/zm_image.cpp < $srcdir/fabs.patch }

mesmer commented on 2017-06-21 06:15 (UTC) (edited on 2017-06-21 06:24 (UTC) by mesmer)

@jphustman I love to help, but i Don t use this program at all, i just adopted and update haha, but like they said this is not a build error, it's like a update thing from zoneminder :( @dantob updated the pkgbuild, thx man @alanking i added a opt depend, for this api

jphustman commented on 2017-06-21 02:46 (UTC)

Yup that was it, enabling mod_cgi.so (like it says in the wiki).

jphustman commented on 2017-06-21 01:42 (UTC)

Yes I did do that, I'm thinking it's something that has to do with cgi-bin not 'executing' -- I may delete everything and try a fresh install.

dantob commented on 2017-06-20 10:14 (UTC) (edited on 2017-06-20 10:16 (UTC) by dantob)

@jphustman did you stop zoneminder and run 'zmupdate.pl' to upgrade the db version? make sure mariadb is running when you do it.

jphustman commented on 2017-06-20 02:22 (UTC) (edited on 2017-06-20 03:50 (UTC) by jphustman)

Upgraded successfully! Thank you for putting this together. I take that back, I am getting this error: DATE/TIME COMPONENT SERVER PID LEVEL MESSAGE FILE LINE 2017-06-19 19:48:56.143521 web_js 717 ERR getStreamCmdResponse stream error: Socket /var/lib/zoneminder/sock/zms-751410s.sock does not exist. This file is created by zms, and since it does not exist, either zms did not run, or zms exited early. Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly. Make sure that ZM is actually recording. If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information. - checkStreamForErrors()

mesmer commented on 2017-06-18 16:12 (UTC)

@dabtob i forgot to remove and add all this from old pkgbuild,i'll do that, and the extra git clone is about my tests and i forgot to chance CP to MV my bar will be changed this night

dantob commented on 2017-06-18 10:54 (UTC)

Thanks for the update, built successfully on 1686! @mesmer; 'git' is needed in makedepends with the new package ('gcc' and 'make' are not needed, they are in the base-devel group). also /srv/http/zoneminder/api/app/Plugin/crud git tree is left in the built package adding 14MB.