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)

Dependencies (46)

Sources (8)

Latest Comments

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

adam900710 commented on 2017-03-12 11:37 (UTC) (edited on 2017-03-12 12:16 (UTC) by adam900710)

Failed to build, gcc reports error: In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/limits.h:168:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/limits.h:34, from /usr/include/zconf.h:418, from /usr/include/zlib.h:34, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_image.h:38, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_camera.h:26, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_camera.cpp:21: /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_image.h:125:25: error: expected identifier before numeric constant enum { CHAR_HEIGHT=11, CHAR_WIDTH=6 }; ^ The problem seems to be the public: label just before that line. Although the public: lable seems fine for C++, maybe something wrong makes compiler to thing it as plain C?

francisuk1989 commented on 2017-03-06 11:06 (UTC) (edited on 2017-03-06 11:07 (UTC) by francisuk1989)

Would love to see a Beta release :) https://github.com/ZoneMinder/ZoneMinder/archive/1.30.2-rc.1.tar.gz

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?