Package Details: zoneminder 1.36.35-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
Submitter: None
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 72
Popularity: 0.53
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-10-22 17:14 (UTC)

Dependencies (45)

Sources (8)

Latest Comments

« First ‹ Previous 1 .. 47 48 49 50 51 52 53 54 55 56 57 .. 63 Next › Last »

asch commented on 2012-08-18 09:42 (UTC)

Fixed compilation issues with actual ffmpeg, libavcodec and kernel35.

Fraterius commented on 2012-08-13 19:18 (UTC)

My log is filled with such output, any ideas how to solve them, or debug would be great. Aug 13 20:49:46 localhost web_php[16102]: ERR [TypeError: 'undefined' is not an object] Aug 13 20:52:23 localhost zmfix[16508]: ERR [Can't stat : No such file or directory] Aug 13 20:52:33 localhost zmdc[16516]: ERR ['zmfilter.pl ' exited abnormally, exit status 9]

Fraterius commented on 2012-08-10 12:06 (UTC)

Maybe anyone knows how to enable ZM_AUTH_TYPE remote with apache, when I try to enter with remote authentication it's going into some kind of loop, even if the acording user (user name) is already created within ZM. From what I've search there's no info about how to manage this kind of authentication.

buhrietoe commented on 2012-08-07 18:23 (UTC)

Fraterius: there is a default /cgi-bin defined in http.conf that you need to comment out for that one to take over. Apologies for the delay in updating, I should have an update out in the next few days.

Fraterius commented on 2012-08-07 17:07 (UTC)

asch yup I agree with you, maybe you know why this doesn't work as I asume it suppouse to?: ScriptAlias /cgi-bin "/srv/zoneminder/cgi-bin" <Directory "/srv/zoneminder/cgi-bin"> AllowOverride All Options ExecCGI Order allow,deny Allow from all </Directory>

asch commented on 2012-08-07 12:44 (UTC)

Fraterius: It highly depends on your apache/lighttpd/nginx configuration. I don't like these configurations presented in PKGBUILD, this should user make himself according to his style of webserver configuration. But it is good thing, that you write these issues here thus everybody can solve these bugs faster. Thank you.

Fraterius commented on 2012-08-07 00:34 (UTC)

Another problem is with cgi-bin script witch are installed in wrong dir. Their should be in /srv/http/cgi-bin, otherwise there won't be any liveview from cambozola and plenty of socket errors in log.

Fraterius commented on 2012-08-06 22:23 (UTC)

For Cambozola you need to add /usr/share/cambozola to open_basedir in php.ini

asch commented on 2012-08-06 18:06 (UTC)

Fraterius: If you don't want to run it with sudo, than you have to edit PKGBUILD(delete actions which requires permissions) and do these actions manually (creating dirs and chown them). And other thing, if you want a clean solution, then download sources and compile them manually, because zoneminder is web application(pretty complicated).

Fraterius commented on 2012-08-06 17:32 (UTC)

asch: It's not the way the package should be build. There isn't any way to repair it in PKGBUILD? I've found this topic on gentoo forum maybe that will help the maintainer to solve the error. http://forums.gentoo.org/viewtopic-p-6807944.html?sid=d5aaf67e2643f32a9c6098254183e435 I'll play it myself, but I'm not so good with compiling from source. I think it has something to do with ZM_RUNDIR variable. Maybe we can change it for build time and afterwards restore it?