Search found 148 matches
- Fri Nov 01, 2013 8:13 am
- Forum: ZoneMinder 1.26.x
- Topic: New install (1.26.3) on Slackware building but not running
- Replies: 13
- Views: 8720
Re: New install (1.26.3) on Slackware building but not runni
I'm about to embark on a Slackware-14 build and will be picking the brains of others wherever I can. Can you (lpallard) shed any light on which base packages need to be upgraded, as well as added? lpallard - Would you be so good as to do a Slackware-14 how-to for the wiki? I will if you don't. heh ...
- Fri Nov 01, 2013 7:44 am
- Forum: ZoneMinder Distributions
- Topic: PHP fatal error upon upgrading to Ubuntu 13.10
- Replies: 5
- Views: 8515
Re: PHP fatal error upon upgrading to Ubuntu 13.10
Is this an upgrade in ZM versions for you? If so, look at the changelog and any upgrade requirements in the source tarball..
- Fri Nov 01, 2013 7:32 am
- Forum: ZoneMinder Previous Versions
- Topic: X10 triggers
- Replies: 15
- Views: 40916
Re: X10 triggers
Hey folks. Man, has it been a long time since I've been around!! Feels good to be back. Don't know if it's much consolation to anyone working with ZM and X10, but I used to attack things from a different direction by using Heyu and it's scripting to call ZM functions - ie: motion detector sees ...
- Sat Feb 28, 2009 8:43 am
- Forum: ZoneMinder 1.24.x
- Topic: Parse error: syntax error, unexpected $end
- Replies: 6
- Views: 9771
- Sat Feb 28, 2009 8:36 am
- Forum: ZoneMinder 1.24.x
- Topic: version check showing old version?
- Replies: 3
- Views: 3446
- Sat Feb 28, 2009 8:31 am
- Forum: ZoneMinder 1.24.x
- Topic: cannot start zm
- Replies: 3
- Views: 4082
Re: cannot start zm
That will update the databases. I'm not so sure about fixing unresolved symbol (library issues).souverain wrote:Had the same or similar issue. Tried the suggestions here without any change, but
zmupdate.pl -f
resolved the issue.
-S
- Sat Feb 28, 2009 8:22 am
- Forum: ZoneMinder 1.24.x
- Topic: ./compile ask for one more option but...
- Replies: 5
- Views: 5258
You can leave out most of the options you have supplied to configure as they are completely redundant. Try doing this - ./configure --help >HOWTO and then read the file called HOWTO . It'll explain all of the configure options, what the defaults are, and what you may need to supply on your own. The ...
- Tue Feb 24, 2009 8:25 am
- Forum: ZoneMinder 1.24.x
- Topic: My problems compiling with ffmpeg support on FC10
- Replies: 31
- Views: 19294
- Sun Feb 22, 2009 9:20 am
- Forum: ZoneMinder 1.24.x
- Topic: My problems compiling with ffmpeg support on FC10
- Replies: 31
- Views: 19294
Re: My problems compiling with ffmpeg support on FC10
This is the configure option I am currently using: # ./configure --with-mysql=/usr/lib/mysql --with-ffmpeg=/usr/lib --with-extralibs="-lmp3lame -L/usr/lib/mysql" --with-webdir=/var/www/html --with-cgidir=/var/www/cgi-bin Any suggestions are much appreciated. Try ./configure --with-webdir=/var/www ...
- Sun Feb 22, 2009 8:23 am
- Forum: ZoneMinder 1.24.x
- Topic: BSD Port
- Replies: 7
- Views: 5690
Re: BSD Port
Hi guys, All of our servers run FreeBSD (6.2 or 7) and I was wondering what the process of installing ZoneMinder is. I know that there is a port for 1.23, is there one out yet for 1.24? I did a search but couldnt find anything. Thanks in advance Ryan Not being someone who is much more than aware of ...
- Sun Feb 22, 2009 7:45 am
- Forum: ZoneMinder Previous Versions
- Topic: Camera Turns off automatically?
- Replies: 3
- Views: 3408
To the best of my knowledge there is no way to have this happen from the ZM end of things without you having done so intentionally with an external script. zmu -D will disable a monitor (put it to sleep) but I have no idea if that would turn the device name from green to red. Just a shot in the dark ...
- Sun Feb 22, 2009 7:40 am
- Forum: ZoneMinder Previous Versions
- Topic: Problems with my webcams
- Replies: 5
- Views: 4313
Your output from running zmu -d /dev/video0 -q -v is telling you everything you should need to know. It's a low resolution (320x240 max) 24 bit rgb camera. Looks to me to be a logitech unit and should work ok if you have it working properly with the kernel.. The report for the camera on /dev/video1 ...
- Sun Feb 22, 2009 7:20 am
- Forum: ZoneMinder Previous Versions
- Topic: need to debug segfault in zmc 1.23.3
- Replies: 2
- Views: 2418
See this - http://www.zoneminder.com/forums/viewtopic.php?t=13051 , specifically Phil's post - Posted: Tue Feb 10, 2009 5:05 pm . It should help you out some.
- Sun Feb 22, 2009 6:59 am
- Forum: ZoneMinder 1.24.x
- Topic: Apache instances/responsiveness issue...solved
- Replies: 29
- Views: 25598
- Sat Feb 21, 2009 7:08 am
- Forum: ZoneMinder 1.24.x
- Topic: Apache instances/responsiveness issue...solved
- Replies: 29
- Views: 25598
Re: enable server-status
enable server-status module and track apache's performance/stats with it. You can also turn "ExtendedStatus On" in apache conf. That can be found in /etc/httpd/extra/httpd-info.conf and is "off" by default. Uncomment the Include /etc/httpd/extra/httpd-info.conf statement on line 448 to use this ...