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

Latest Comments

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

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.

mesmer commented on 2017-06-17 06:59 (UTC) (edited on 2017-06-17 07:28 (UTC) by mesmer)

ok, updated to 1.30.4, not a easy work, but it's working :) and i add a little patch for build work if you have problem with openssl, rebuild the gnutils-openssl and if have problem with MMap rebuild perl-sys-mmap i'll try adopt the openssl thing, but i already commented a fix in the aur package

mesmer commented on 2017-06-17 05:26 (UTC)

i'm now updating to 1.30.4, but im having a trouble with some old libs that they use, stay in look for updates

jayray commented on 2017-06-17 00:25 (UTC) (edited on 2017-06-17 00:46 (UTC) by jayray)

Really broke now.. new SSL and this bug from a few months ago: perl -pi -e 's/CHAR_HEIGHT/ZM_CHAR_HEIGHT/' src/zm_image.* perl -pi -e 's/CHAR_WIDTH/ZM_CHAR_WIDTH/' src/zm_image.* Still will not compile.. /ZoneMinder-1.30.0/src/zm_image.cpp:1632:57: error: call of overloaded ‘abs(unsigned int)’ is ambiguous !!deleting the line fixes it sed -i.bak -e '1632d' /src/zm_image.cpp

mesmer commented on 2017-06-14 12:41 (UTC)

Ill update just dont get the time yet, i will try this night

dantob commented on 2017-06-14 12:09 (UTC)

@mesmer I'm trying to build 1.30.4 for 32 bit x86 (i686), I forgot to mention. 1.30.0 builds fine with the CHAR_WIDTH/CHAR_HEIGHT fix mentioned below. you should add it to the pkgbuild if you plan to stay at this version.