Search found 61 matches

by abi
Sat Aug 21, 2021 2:45 pm
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223403

Re: ZM on FreeBSD

Is there any way to upgrade zoneminder to the current build on freeBSD? I cant find anything other than using ports which still has v1.34.21 To be honest, I didn't upgrade 1.34 to the latest as 1.34 was extremely stable in my environment. Devs did a great job with 1.34 and I have years of uptime. H...
by abi
Sat Aug 21, 2021 2:41 pm
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD with PHP8
Replies: 1
Views: 21285

Re: ZM on FreeBSD with PHP8

Make a separate jail for ZM and put there all it asks.
The only 'solution' is to build port by yourself, setting PHP=8.0 knob in make.conf
I don't know if ZM is compatible with 8.0 though
by abi
Fri Feb 15, 2019 6:16 pm
Forum: ZoneMinder 1.32.x
Topic: no valid mp4s created
Replies: 16
Views: 14014

Re: no valid mp4s created

I participated in this bug report as Ivan and upgraded mp4v2 with patch proposed. It didn't change situation.
by abi
Fri Feb 15, 2019 4:21 pm
Forum: ZoneMinder 1.32.x
Topic: no valid mp4s created
Replies: 16
Views: 14014

Re: no valid mp4s created

I was thrilled as well when I've seen this :P And all calls reported SUCCESS.
by abi
Sat Feb 09, 2019 10:32 am
Forum: ZoneMinder 1.32.x
Topic: no valid mp4s created
Replies: 16
Views: 14014

Re: no valid mp4s created

@abi my freebsd install is out of date. I don't really have time to figure out how to get a dev install setup. Can you give a quick howto (for an advanced user :) ). To go from base install to zm installed? Then I will get to the bottom of it. Hello, @iconnor. Thanks you wish to pick this up! I thi...
by abi
Wed Jan 09, 2019 6:42 am
Forum: ZoneMinder 1.32.x
Topic: no valid mp4s created
Replies: 16
Views: 14014

Re: no valid mp4s created

X264 encode camera mode doesn't work in ZM under FreeBSD. All commands succeed, but resulting mp4 containers are empty (they have correct header, but no track). I can't solve this without ZM devs as the issue is definitely in C code. This is not a regression, X264 encode was broken from the beginnin...
by abi
Mon Nov 19, 2018 6:45 am
Forum: ZoneMinder 1.32.x
Topic: api and nginx
Replies: 7
Views: 6229

Re: api and nginx

Not to be dense, but I'll be dense... Is this the entirety of the /etc/nginix/nginx.conf or is this an include conf in the .../sites-enabled/ ? Include it was. Here is my nginx.conf user www; worker_processes 1; error_log /var/log/nginx/error-default.log; pid /var/run/nginx.pid; events { worker_con...
by abi
Sun Nov 18, 2018 10:26 pm
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223403

Re: ZM on FreeBSD

I was lazy to test it in time (surveillance software in controlled environment is hardly a suitable candidate for immediate upgrade) and no one poked me. But now it is done. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233289 I've tested the following: 1) h264 backend 2) web interface 3) zmNinj...
by abi
Sun Nov 18, 2018 10:20 pm
Forum: ZoneMinder 1.32.x
Topic: api and nginx
Replies: 7
Views: 6229

Re: api and nginx

@api Full config (ZM web interface is fully operational with this one, only api throws errors): Do you mind sharing how you got ZM to work on ngnix? I've yet to figure this one out. Here is nginx config for backend. ZMNinja works with this config. There are no gotchas at all, probably the only one ...
by abi
Tue Nov 13, 2018 10:10 pm
Forum: ZoneMinder 1.32.x
Topic: api and nginx
Replies: 7
Views: 6229

Re: api and nginx

Maybe, I should rewrite to api/app/webroot/index.php ?
by abi
Tue Nov 13, 2018 10:00 pm
Forum: ZoneMinder 1.32.x
Topic: api and nginx
Replies: 7
Views: 6229

api and nginx

Hello, can you give me tip how to setup api with nginx ? Warning (2): require_once(../../../includes/config.php): failed to open stream: No such file or directory [APP/Config/bootstrap.php, line 123] Fatal error: require_once() [function.require]: Failed opening required '../../../includes/config.ph...
by abi
Sun May 28, 2017 8:53 pm
Forum: ZoneMinder 1.30.x
Topic: zoneminder api 1.30.3 broken on freebsd (solved)
Replies: 8
Views: 8563

Re: zoneminder api 1.30.3 broken on freebsd (solved)

Aha, dep is missing in the ZM port.
by abi
Sun May 28, 2017 8:41 pm
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223403

Re: ZM on FreeBSD

vendor_perl under FreeBSD is /usr/local/lib/perl5/site_perl
by abi
Sat Mar 18, 2017 9:42 pm
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223403

Re: ZM on FreeBSD

(installed from pkg)
I disabled local code in default package because it left untested as I don't have any USB cameras. You need to compile ZM from ports with V4L knob on.
by abi
Mon Nov 28, 2016 2:26 pm
Forum: ZoneMinder 1.30.x
Topic: ZM+FreeBSD11 cannot modify headers
Replies: 2
Views: 10681

Re: ZM+FreeBSD11 cannot modify headers

File a bug report.
This warning is the setcookie() output - it's prohibited to call it after headers was sent.
http://php.net/manual/en/function.setcookie.php
If output exists prior to calling this function, setcookie() will fail and return FALSE.