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.047389
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-10-22 17:14 (UTC)

Latest Comments

« First ‹ Previous 1 .. 53 54 55 56 57 58 59 60 61 62 63 Next › Last »

buhrietoe commented on 2012-05-31 18:27 (UTC)

Soviet: I get detailed output with that command on a system with a capture card. On another system with only network video sources and using something like 'zmu -q -v' for all devices I get nothing

<deleted-account> commented on 2012-05-31 18:01 (UTC)

should you be able to 'zmu -q -d /dev/video0 -v' from CLI?

buhrietoe commented on 2012-05-31 03:09 (UTC)

Update! fixed oops 'x86' architecture to 'i686' Added ZM_PATH_UPDATE=/srv/zoneminder/update to default /etc/zm.conf

troydwill commented on 2012-05-31 02:33 (UTC)

arch=('x86' 'x86_64') should be arch=('i686' 'x86_64') in the PKGBUILD This is the error message with the current PKGBUILD on my i686 system: ERROR: zoneminder is not available for the 'i686' architecture. Note that many packages may need a line added to their PKGBUILD such as arch=('i686').

skuda commented on 2012-05-30 22:06 (UTC)

Soviet pointed other change i forgot, my zm.conf ended as follow: # Path to build directory, used mostly for finding DB upgrade scripts ZM_PATH_BUILD=/srv/zoneminder/upgrade ZM_PATH_UPDATE=/srv/zoneminder/upgrade ZM_PATH_UPDATE was needed too.

buhrietoe commented on 2012-05-30 21:56 (UTC)

Update! Changed the ZM_PATH_BUILD in /etc/zm.conf to point to /srv/zoneminder/upgrade

<deleted-account> commented on 2012-05-30 18:41 (UTC)

had to change /etc/zm.conf to ZM_PATH_UPDATE=/srv/zoneminder/upgrade to get rid of cat: /zm_create.sql: No such file or directory DBD::mysql::st execute failed: Table 'zm.Config' doesn't exist at /usr/share/perl5/site_perl/ZoneMinder/Config.pm line 92. Can't execute: Table 'zm.Config' doesn't exist at /usr/share/perl5/site_perl/ZoneMinder/Config.pm line 100 BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/ZoneMinder/Config.pm line 100. Compilation failed in require at /srv/zoneminder/bin/zmupdate.pl line 47. BEGIN failed--compilation aborted at /srv/zoneminder/bin/zmupdate.pl line 47. /srv/zoneminder/bin/zminit: line 129: /customdb: No such file or directory had to change /src/zoneminder/bin/zminit /srv/zoneminder/upgrade/customdb $ZM_DB_HOST $ZM_DB_NAME $ZM_DB_USER $ZM_DB_PASS to get rid of the /srv/zoneminder/bin/zminit: line 129: /customdb: No such file or directory but now i get this no matter if i 'U' the DB or 'D' Bareword "ZM_PATH_BUILD" not allowed while "strict subs" in use at /srv/zoneminder/bin/zmupdate.pl line 427. BEGIN not safe after errors--compilation aborted at /srv/zoneminder/bin/zmupdate.pl line 630.

skuda commented on 2012-05-30 15:08 (UTC)

i updated this package today and i still had to change ZM_PATH_BUILD to /srv/zoneminder/upgrade instead of the autocreated pointing the src compilation build used by yaourt in /tmp in zm.conf

buhrietoe commented on 2012-05-30 01:20 (UTC)

Update! Added dependancies: perl-net-sftp-foreign, perl-mime-tools, perl-io-tty. steve_v: No where in the source of zoneminder or the AUR packaged is cgi-zm referenced anymore since I took over the package, so not sure why you needed this. tritron: Not sure on your issue, is your system up to date? outdated arch mirror?

tritron commented on 2012-05-23 01:33 (UTC)

I am unable to compile zoneminder I get this errors zm_local_camera.h:101:5: error: 'PixelFormat' does not name a type zm_local_camera.h:102:5: error: 'PixelFormat' does not name a type zm_local_camera.h:103:12: error: 'AVFrame' does not name a type zm_local_camera.cpp:44:8: error: 'PixelFormat' does not name a type zm_local_camera.cpp:259:1: error: 'AVFrame' does not name a type zm_local_camera.cpp: In constructor 'LocalCamera::LocalCamera(int, const string&, int, int, const string&, int, int, int, int, int, int, int, bool)': zm_local_camera.cpp:324:9: error: 'imagePixFormat' was not declared in this scope zm_local_camera.cpp:324:39: error: 'PIX_FMT_GRAY8' was not declared in this scope zm_local_camera.cpp:324:53: error: 'PIX_FMT_RGB24' was not declared in this scope zm_local_camera.cpp:325:9: error: 'capturePixFormat' was not declared in this scope zm_local_camera.cpp:325:79: error: 'getFfPixFormatFromV4lPalette' was not declared in this scope zm_local_camera.cpp: In member function 'void LocalCamera::Initialise()': zm_local_camera.cpp:341:27: error: 'AV_LOG_DEBUG' was not declared in this scope zm_local_camera.cpp:341:40: error: 'av_log_set_level' was not declared in this scope zm_local_camera.cpp:343:27: error: 'AV_LOG_QUIET' was not declared in this scope zm_local_camera.cpp:343:40: error: 'av_log_set_level' was not declared in this scope zm_local_camera.cpp:464:9: error: 'capturePictures' was not declared in this scope zm_local_camera.cpp:464:31: error: expected type-specifier before 'AVFrame' zm_local_camera.cpp:464:31: error: expected ';' before 'AVFrame' zm_local_camera.cpp:488:18: error: 'imagePixFormat' was not declared in this scope zm_local_camera.cpp:488:36: error: 'capturePixFormat' was not declared in this scope zm_local_camera.cpp:490:58: error: 'avcodec_alloc_frame' was not declared in this scope zm_local_camera.cpp:493:34: error: 'AVPicture' was not declared in this scope zm_local_camera.cpp:493:45: error: expected primary-expression before ')' token zm_local_camera.cpp:493:187: error: 'avpicture_fill' was not declared in this scope zm_local_camera.cpp: In static member function 'static bool LocalCamera::GetCurrentSettings(const char*, char*, int, bool)': zm_local_camera.cpp:774:22: error: 'PATH_MAX' was not declared in this scope zm_local_camera.cpp:779:21: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:781:22: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:782:29: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:799:67: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:801:54: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:811:92: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:936:91: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:961:82: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp: In member function 'virtual int LocalCamera::Capture(Image&)': zm_local_camera.cpp:1643:16: error: 'AVFrame' does not name a type zm_local_camera.cpp:1645:14: error: 'imagePixFormat' was not declared in this scope zm_local_camera.cpp:1645:32: error: 'capturePixFormat' was not declared in this scope zm_local_camera.cpp:1649:146: error: 'SWS_BICUBIC' was not declared in this scope zm_local_camera.cpp:1649:176: error: 'sws_getCachedContext' was not declared in this scope zm_local_camera.cpp:1653:17: error: 'tmpPicture' was not declared in this scope zm_local_camera.cpp:1653:50: error: 'avcodec_alloc_frame' was not declared in this scope zm_local_camera.cpp:1656:85: error: 'avpicture_get_size' was not declared in this scope zm_local_camera.cpp:1657:74: error: 'av_malloc' was not declared in this scope zm_local_camera.cpp:1660:34: error: 'AVPicture' was not declared in this scope zm_local_camera.cpp:1660:45: error: expected primary-expression before ')' token zm_local_camera.cpp:1660:103: error: 'avpicture_fill' was not declared in this scope zm_local_camera.cpp:1662:46: error: 'capturePictures' was not declared in this scope zm_local_camera.cpp:1662:137: error: 'tmpPicture' was not declared in this scope zm_local_camera.cpp:1662:176: error: 'sws_scale' was not declared in this scope make[2]: *** [zm_local_camera.o] Error 1 make[2]: Leaving directory `/home/dev/zoneminder/src/ZoneMinder-1.25.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dev/zoneminder/src/ZoneMinder-1.25.0' make: *** [all] Error 2