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

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 63 Next › Last »

Linuts commented on 2017-02-24 04:12 (UTC)

If you want to fix errors in zmtelemetry.pl and zmonvif-probe.pl, just run this: cpan -T IO::Socket::Multicast SOAP::WSDL::Transport::HTTP Data::Dump Class::Std::Fast Data::UUID LWP::Protocol::https Sys::MemInfo Sys::CPU Device::SerialPort also to fix the api, open /etc/httpd/conf/extra/httpd-zoneminder.conf and change: <Directory "/srv/http/zoneminder"> ... AllowOverride None ... </Directory> TO: <Directory "/srv/http/zoneminder"> ... AllowOverride All ... </Directory>

lonaowna commented on 2016-10-10 15:42 (UTC) (edited on 2016-10-10 15:43 (UTC) by lonaowna)

Thanks for updating to 1.30. Please add the following new dependencies: perl-sys-cpu, perl-sys-meminfo. Some of the tools will not run without.

DeepBlue commented on 2016-08-23 13:02 (UTC)

Just a hint: v1.30.0 is released for almost a month now. :)

Behem0th commented on 2016-07-17 05:08 (UTC)

For me this works: DESTDIR=$pkgdir make install ++ mv -v $pkgdir/share/polkit-1/ $pkgdir/usr/share/polkit-1/ # Change Polkit directory permissions to Arch Linux policy

Behem0th commented on 2016-07-17 05:01 (UTC)

I found disparity, polkit-1 directory installed in path $pkgdir/zoneminder/share/ but chmod looking it in path $pkgdir/zoneminder/usr/share/

Behem0th commented on 2016-07-15 20:30 (UTC)

Hello. I have this error during build. Same error in zoneminder-git AUR package. -- Installing: /home/behem0th/zoneminder/pkg/zoneminder/share/polkit-1/actions/com.zoneminder.systemctl.policy -- Installing: /home/behem0th/zoneminder/pkg/zoneminder/share/polkit-1/rules.d/com.zoneminder.systemctl.rules chmod: cannot access '/home/behem0th/zoneminder/pkg/zoneminder/usr/share/polkit-1/rules.d/': No such file or directory failed to change mode of '/home/behem0th/zoneminder/pkg/zoneminder/usr/share/polkit-1/rules.d/' from 0000 (---------) to 0000 (---------) ==> ERROR: A failure occurred in package(). Aborting... What i am doing wrong?

JohnnySSH commented on 2016-06-15 12:43 (UTC)

Trying to work on getting the API functioning: https://forums.zoneminder.com/viewtopic.php?f=34&t=24306 https://github.com/ZoneMinder/ZoneMinder/issues/1227 + a few more links which am looking at. Replaced Cake with version 2.8.5 as bundled one gave errors. Also changed the path of some of the .htaccess files since this version gives: <IP>/zoneminder however, the htaccess were set to /zm/api ; have since changed them to /zoneminder/api Additionally the Apache modrewrite module was not enabled in the httpd-zoneminder.conf file so I enabled it. Still not working as modrewrite errors still but am working on it. Oh one more thing: monitors.jason file missing from /api directory?? Perhaps the current version doesn't come with any more as couldn't find it on Github source page either but for checks would be great to have it included :-) Apparently there has been a confirmation of getting API and ZM on Arch to work but all steps followed currently still give me errors, wondering if something to do with Apache config file?

frakka commented on 2016-05-24 00:30 (UTC) (edited on 2016-05-24 00:32 (UTC) by frakka)

Having an error during makepkg (zoneminder 1.29.0-1 and updated system, installed some days ago): "[ 50%] Building CXX object src/CMakeFiles/zm.dir/zm_rtp_ctrl.cpp.o In file included from /tmp/zoneminder/src/ZoneMinder-1.29.0/src/zm_rtp_ctrl.cpp:24:0: /tmp/zoneminder/src/ZoneMinder-1.29.0/src/zm_rtp_ctrl.h:128:31: error: flexible array member ‘RtpCtrlThread::RtcpPacket::<anonymous union>::Bye::srcN’ in an otherwise empty ‘struct RtpCtrlThread::RtcpPacket::<anonymous union>::Bye’ uint32_t srcN[]; // list of sources ^ /tmp/zoneminder/src/ZoneMinder-1.29.0/src/zm_rtp_ctrl.h:126:20: note: in the definition of ‘struct RtpCtrlThread::RtcpPacket::<anonymous union>::Bye’ struct Bye ^~~ src/CMakeFiles/zm.dir/build.make:710: set di istruzioni per l'obiettivo "src/CMakeFiles/zm.dir/zm_rtp_ctrl.cpp.o" non riuscito make[2]: *** [src/CMakeFiles/zm.dir/zm_rtp_ctrl.cpp.o] Errore 1 CMakeFiles/Makefile2:390: set di istruzioni per l'obiettivo "src/CMakeFiles/zm.dir/all" non riuscito make[1]: *** [src/CMakeFiles/zm.dir/all] Errore 2 Makefile:127: set di istruzioni per l'obiettivo "all" non riuscito make: *** [all] Errore 2 ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta..." Any idea? Thank you very much.

ImNtReal commented on 2016-03-18 20:10 (UTC)

Would you consider adding etc/httpd/conf/extra/httpd-zoneminder.conf to the backup array?