Search found 2400 matches

by knight-of-ni
Tue Oct 01, 2013 8:34 pm
Forum: Non-ZoneMinder Chat
Topic: [Closed] Zoneminder in a cluster ?
Replies: 4
Views: 4134

Re: Zoneminder in a cluster ?

Yeah, ok. Now I understand the need to for complications with apache. I haven't done this in years, but here is what I did to reverse proxy mythtv into my web server: # Allow access to MythTV via web browser ProxyPass /mythweb http://ubuntu-pvr/mythweb ProxyPassReverse /mythweb http://ubuntu-pvr So ...
by knight-of-ni
Tue Oct 01, 2013 8:03 pm
Forum: ZoneMinder 1.26.x
Topic: ZM 1.26.3 Ubuntu server
Replies: 7
Views: 4035

Re: ZM 1.26.3 Ubuntu server

http://www.zoneminder.com/wiki/index.ph ... rom_Source

This is the step you are missing:

Code: Select all

mysql -uroot -p zm < path/to/zm_create.sql
by knight-of-ni
Tue Oct 01, 2013 8:00 pm
Forum: Non-ZoneMinder Chat
Topic: [Closed] Zoneminder in a cluster ?
Replies: 4
Views: 4134

Re: Zoneminder in a cluster ?

I'm not sure exactly what you are trying to achieve. Since you are using a local capture card for your cameras, rather than IP cameras, you really can't have a truly redundant system. The server with the capture card will always be a single point of failure. For example, you could run zoneminder on ...
by knight-of-ni
Tue Oct 01, 2013 7:23 pm
Forum: ZoneMinder 1.26.x
Topic: ZM 1.26.3 Ubuntu server
Replies: 7
Views: 4035

Re: ZM 1.26.3 Ubuntu server

Looks like you created an empty database, but I don't see where you loaded the new dB schema into mysql.
Might want to refer to the WiKi docs for setting up the database.
by knight-of-ni
Tue Oct 01, 2013 7:05 pm
Forum: ZoneMinder 1.26.x
Topic: OLD ZM box - Questions
Replies: 12
Views: 5062

Re: OLD ZM box - Questions

If you want to go with a minimal install (no gui) then you'll need to download the 4.x GB dvd image, not the live image (something I learned the hard way).

zoneminder rpms are here:
http://www.zoneminder.com/forums/viewto ... =9&t=19119

good luck.
by knight-of-ni
Tue Oct 01, 2013 2:16 pm
Forum: User Contributions
Topic: Zoneminder RPM & SRPMS for Red Hat & CentOS 6
Replies: 124
Views: 81262

Re: Zoneminder RPM & SRPMS for Red Hat & CentOS 6

Yep, that one's on my end. Try it now. Should work.
by knight-of-ni
Tue Oct 01, 2013 2:00 pm
Forum: User Contributions
Topic: Zoneminder RPM & SRPMS for Red Hat & CentOS 6
Replies: 124
Views: 81262

Re: Zoneminder RPM & SRPMS for Red Hat & CentOS 6

I am running pfblocker on my firewall, which blocks countries labelled as "top spammers".
Let me if you are trying this from outside the US and I can make an exception.
by knight-of-ni
Tue Oct 01, 2013 1:51 pm
Forum: User Contributions
Topic: Zoneminder RPM & SRPMS for Red Hat & CentOS 6
Replies: 124
Views: 81262

Re: Zoneminder RPM & SRPMS for Red Hat & CentOS 6

Those links are being hosted on my own server via dyndns at the moment.
Just tested them, they are working fine for me.
by knight-of-ni
Tue Oct 01, 2013 12:50 am
Forum: ZoneMinder 1.26.x
Topic: Apache Setup After 1.26.3 Upgrade
Replies: 23
Views: 8919

Re: Apache Setup After 1.26.3 Upgrade

Well, I guess enjoy a good computer problem now and then. Some final things to check and then I'm out of ideas: Run configure with CXXFLAGS="-D__STDC_CONSTANT_MACROS -msse2" Make sure Options -> Config CPU_EXTENSIONS is on. And then turn on Debug Level 2. At level 2 you should see in the l...
by knight-of-ni
Mon Sep 30, 2013 11:35 pm
Forum: ZoneMinder 1.26.x
Topic: OLD ZM box - Questions
Replies: 12
Views: 5062

Re: OLD ZM box - Questions

I don't recall if you mentioned what distro you were using, but if you are reloading the drive again, you could consider installing CentOS 6. The advantage being that I've got rpms that will install the latest version which means no compiling. I'm sure it'll run on your hardware especially if you do...
by knight-of-ni
Sat Sep 28, 2013 4:34 pm
Forum: ZoneMinder 1.26.x
Topic: Apache Setup After 1.26.3 Upgrade
Replies: 23
Views: 8919

Re: Apache Setup After 1.26.3 Upgrade

So I did some tinkering, which joggled my mind, and the following is how I would do this. I just tested this in a vm. Works. First, go here and follow the instructions for setting up an rpmbuild environment: http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment You've probably done this step alread...
by knight-of-ni
Fri Sep 27, 2013 10:43 pm
Forum: ZoneMinder 1.26.x
Topic: Apache Setup After 1.26.3 Upgrade
Replies: 23
Views: 8919

Re: Apache Setup After 1.26.3 Upgrade

On the CentOS 6 machine I developed the zoneminder rpm from, here are the contents of the rpm from the CentOS repo: [abauer@vmcentos ~]$ rpm -ql libjpeg-turbo /usr/bin/cjpeg /usr/bin/djpeg /usr/bin/jpegtran /usr/bin/rdjpgcom /usr/bin/wrjpgcom /usr/lib64/libjpeg.so.62 /usr/lib64/libjpeg.so.62.0.0 /us...
by knight-of-ni
Fri Sep 27, 2013 4:43 pm
Forum: ZoneMinder 1.26.x
Topic: Apache Setup After 1.26.3 Upgrade
Replies: 23
Views: 8919

Re: Apache Setup After 1.26.3 Upgrade

Good question. It looks like the header files are included in the official RPM's from the developer: [abauer@bauerhaus ~]$ rpm -ql libjpeg-turbo-official /opt/libjpeg-turbo /opt/libjpeg-turbo/bin /opt/libjpeg-turbo/bin/cjpeg /opt/libjpeg-turbo/bin/djpeg /opt/libjpeg-turbo/bin/jpegtran /opt/libjpeg-t...
by knight-of-ni
Fri Sep 27, 2013 4:27 pm
Forum: ZoneMinder 1.26.x
Topic: Apache Setup After 1.26.3 Upgrade
Replies: 23
Views: 8919

Re: Apache Setup After 1.26.3 Upgrade

Yes, 32bit colorspace needs libjpeg-turbo. RPM's can be downloaded here: http://sourceforge.net/projects/libjpeg-turbo/files/1.3.0/ I used older versions of these back when I was running CentOS 5.x. If, for some reason, there is an issue with the rpm, then your next step would be to download the sou...
by knight-of-ni
Fri Sep 27, 2013 12:03 am
Forum: ZoneMinder 1.26.x
Topic: Apache Setup After 1.26.3 Upgrade
Replies: 23
Views: 8919

Re: Apache Setup After 1.26.3 Upgrade

The Atom cpu has the same SSE support as other modern cpu's. As long as you have compiled zoneminder against libjpeg-turbo and have your colorspace set to 32bit then you should see noticeable improvement. My cpu load dropped by nearly a full point.