Search found 11 matches

by vanbosco
Sun Dec 09, 2012 9:25 pm
Forum: ZoneMinder 1.25.x
Topic: zm not work ubuntu 12.10
Replies: 8
Views: 4773

Re: zm not work ubuntu 12.10

no zoneminder in ubuntu 12.10????????????????????????????????????????????? You could give a try to this init.d script that wait mysql to start before starting zoneminder. #!/bin/sh ### BEGIN INIT INFO # Provides: zoneminder # Required-Start: $network $remote_fs $syslog # Required-Stop: $network ...
by vanbosco
Tue Mar 27, 2012 7:37 pm
Forum: ZoneMinder 1.25.x
Topic: Timeline show only events of two hours before [SOLVED]
Replies: 4
Views: 2101

Re: Timeline show only events of two hours before [SOLVED]

Setting date.timezone in php.ini solved the problem. :D
by vanbosco
Tue Mar 27, 2012 3:57 pm
Forum: ZoneMinder 1.25.x
Topic: Timeline show only events of two hours before [SOLVED]
Replies: 4
Views: 2101

Re: Timeline show only events of two hours before

I can't give you a real solution. But why install it on unstable debian version ? Is not really debian sid, but is crunchbang tracking sid. I use use my computer not only for videosurveillance but also for general purpose and the original version of evince that come with crunchbang ( stable version ...
by vanbosco
Mon Mar 26, 2012 8:27 pm
Forum: ZoneMinder 1.25.x
Topic: Timeline show only events of two hours before [SOLVED]
Replies: 4
Views: 2101

Timeline show only events of two hours before [SOLVED]

In my installation I can see in timeline only events of two hours before.
Zoneminder 1.25.0 and debian unstable.
I think this problem is related to timezone, mine is Europe/Rome.

Any Ideas?

Thanks.
by vanbosco
Sun Jan 02, 2011 12:13 pm
Forum: ZoneMinder 1.24.x
Topic: Startup Zoneminder State Always Stopped
Replies: 4
Views: 3362

If you are using ubuntu probably sometimes ZM (that uses rc.d system to start) starts before mysql (that uses the new upstart to start), and so, if i have understood the problem, you see the video sources red in the web interface. There are various posts regarding this problem, i have solved adding ...
by vanbosco
Tue Dec 28, 2010 10:45 am
Forum: ZoneMinder 1.24.x
Topic: File does not exist: /var/www/javascript
Replies: 1
Views: 1370

On my system (ubuntu) i solved this problem installing the package javascript-common.

Code: Select all

sudo apt-get install javascript-common
by vanbosco
Mon Dec 27, 2010 8:41 pm
Forum: ZoneMinder 1.24.x
Topic: zoneminder not record!
Replies: 3
Views: 2065

I think is a filesystem limit.
Give a look at the FAQ.

Code: Select all

Why does ZM stop recording once I have 32000 events for my monitor?

This is a limitation of the ext3 filesystem that most Linux distributions use. One directory cannot hold more than 32k approx files. 
by vanbosco
Fri Dec 24, 2010 5:10 pm
Forum: ZoneMinder 1.24.x
Topic: Error while shutdown or reboot
Replies: 8
Views: 5564

workaround

On my system with ubuntu 10.10 this change of /etc/init/mysql.conf solve the problem. # MySQL Service description "MySQL Server" author "Mario Limonciello <superm1@ubuntu.com>" start on (net-device-up and local-filesystems and runlevel [2345]) stop on runlevel [016] respawn env HOME=/etc/mysql umask ...
by vanbosco
Mon Sep 13, 2010 8:32 pm
Forum: ZoneMinder 1.24.x
Topic: Error while shutdown or reboot
Replies: 8
Views: 5564

Re: Error while shutdown or reboot

Hi! During i shutdown or reboot my box the error message is displayed: Stopping Zoneminder: DBI connect('database=zm;host=localhost',zmuser#,...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysyld.ock' (2) at /usr/share/perl5/ZoneMinder/Config.pm line 89 Can't call ...
by vanbosco
Sat Jun 20, 2009 8:17 am
Forum: ZoneMinder 1.24.x
Topic: video generation script
Replies: 3
Views: 2537

Hi rockmanchile, i have made 3 simple script for my personal use that uses cron to generate avi video from events using ffmpeg. Perhaps you can use these script as a starting point for your purpose. ab_trova_eventi: #!/bin/bash DIR=/media/sda6/events_rolling/1/ DIR1=/media/sda6/events_intrepi/1 ...
by vanbosco
Fri Feb 02, 2007 8:27 pm
Forum: ZoneMinder Previous Versions
Topic: Video Generation Failed!
Replies: 17
Views: 15006

Take a look at this post:
http://www.zoneminder.com/forums/viewto ... ht=zmvideo

I had same problem (on UBUNTU 6.10 and ZM 1.22.3) and removing "&" from line 323 of zmvideo.pl solved the problem.