Search found 48 matches

by occhiostanco
Thu Nov 08, 2007 1:19 pm
Forum: ZoneMinder Previous Versions
Topic: Db on a different computer?
Replies: 8
Views: 4320

I have taken a look to phpadmin and it's very smart! However you can't store connection info in a database table, since you need to know them BEFORE opening the database javascript:emoticon(':D') Anyway I have found they are in /usr/local/etc/zm.conf (or /etc/zm/zm.conf in the packaged ubuntu ...
by occhiostanco
Thu Nov 08, 2007 1:05 pm
Forum: ZoneMinder Previous Versions
Topic: Db on a different computer?
Replies: 8
Views: 4320

If I understand corectly, Somehow you are going to have to replicate the event images across to the front end machine. This may be more CPU intensive than viewing on that machine. Could you maybe use rsync to replicate your events folder, zm php files and DB datafiles to the frontend machine and ...
by occhiostanco
Thu Nov 08, 2007 10:22 am
Forum: ZoneMinder Previous Versions
Topic: Db on a different computer?
Replies: 8
Views: 4320

Interesting idea. I wonder how it will work. Anyway, I've only been playing with Zoneminder for short while now, but you might try installing phpmyadmin on your initial ZM box. All the variables seem to be in various tables in there. I did this on Ubuntu: apt-get install phpmyadmin then go to a ...
by occhiostanco
Wed Nov 07, 2007 6:12 pm
Forum: ZoneMinder Previous Versions
Topic: Db on a different computer?
Replies: 8
Views: 4320

Thanks haus, i missed that manual page... But I need to change things (db host) with ZM already installed. So the question become: "where is the <db host> parameter located, and can I change it?" For clarity, I would try to explain what I want to do. I have a ZM installed on a very low power ...
by occhiostanco
Wed Nov 07, 2007 1:45 pm
Forum: ZoneMinder Previous Versions
Topic: Db on a different computer?
Replies: 8
Views: 4320

Db on a different computer?

Is it possibile to configure ZM to work on a db on a different host?
(i mean not the same host were apache is)?

Thanks

Rob
by occhiostanco
Fri Oct 12, 2007 12:05 pm
Forum: Feature Requests
Topic: simple request, i guess
Replies: 2
Views: 2796

simple request, i guess

Hi all, my ZM server, a low power (35 W !!) EPIA10000 based computer, which handles 7 cameras via iTuner Spectra, is somewhat busy, of course. This is not a problem in general, but it's really a pain to play back events the few times I need it after (tipically) suspected intrusions. What I need is a ...
by occhiostanco
Fri Feb 16, 2007 1:07 pm
Forum: ZoneMinder Previous Versions
Topic: Google spiders are collecting all my images ....
Replies: 5
Views: 3955

> but there must have been a link to you images folder to get it to start
> spidering or not?[/quote]
Yes, zm needs a link in the web space to an external (to the web space)
event directory.
by occhiostanco
Thu Feb 15, 2007 1:59 pm
Forum: ZoneMinder Previous Versions
Topic: Google spiders are collecting all my images ....
Replies: 5
Views: 3955

Google spiders are collecting all my images ....

... and maybe your events too. I started seeing heavy load of my flat adsl router for hours! I investigated the apache log files and found that google bots were scanning all my zm events and indexing all pictures! Since zm needs they be in the web space (or linked from the web space) this may be a ...
by occhiostanco
Tue Feb 06, 2007 8:40 pm
Forum: ZoneMinder Previous Versions
Topic: zmDiskPercent is checking the wrong disk !!
Replies: 4
Views: 2835

Thanks Cordel > Next you should have symlinks from: > /var/www/zm/events -> /videosurvey/events > and any other directories you may have > /var/www/zm/images -> /videosurvey/images etc. I made all those links and, at a very first look, filters are getting usage% from the right partition, now. I will ...
by occhiostanco
Tue Feb 06, 2007 8:40 am
Forum: ZoneMinder Previous Versions
Topic: zmDiskPercent is checking the wrong disk !!
Replies: 4
Views: 2835

Phil, Thanks for your replay > Even with links it should check the right disk. How have you got it set up? > Do you have the 'events' dir linked to your second disk?[/quote] This is my situation: (only relevant partitions are listed) /dev/hda3 28G 9,7G 17G 37% /var (zm is in /var/www/zm) /dev/hdb2 ...
by occhiostanco
Mon Feb 05, 2007 12:54 pm
Forum: ZoneMinder Previous Versions
Topic: zmDiskPercent is checking the wrong disk !!
Replies: 4
Views: 2835

zmDiskPercent is checking the wrong disk !!

Hi all, I stock events in a dedicated partition, different from the partition where zm is installed. Making proper links to allow zm find the events, all works (see previous post) but one thing: -- zmDiskPercent always gets used space from the partition where zm -- is installed(!) Purgewhenfull ...
by occhiostanco
Mon Feb 05, 2007 12:27 pm
Forum: ZoneMinder Previous Versions
Topic: Video Generation Failed!
Replies: 17
Views: 15060

Re: Video Generation Failed!

Most likely, this error raise when the location for the log file produced along with the video (ffmpeg.log) is not writable. This expecially if you can't fint a ffmpeg.log Check in zmvideo.pl and change ">& ffmpeg.log" to "&> /tmp/ffmpeg.log" and see what happens Roberto
by occhiostanco
Mon Feb 05, 2007 12:22 pm
Forum: ZoneMinder Previous Versions
Topic: ok in xawtv, not in zoneminder
Replies: 9
Views: 4423

> 'Stills' view works! But 'stream' just shows me the icon for 'waiting for > image to arrive' framed out by the proper 320x240 dimension that the > image will be if it ever arrives. And it never does. Note, this never > becomes a 'broken image' icon. > Then I suggest to try both with I tried it ...
by occhiostanco
Fri Feb 02, 2007 5:21 pm
Forum: ZoneMinder Previous Versions
Topic: Is PurgeWhenFull working?
Replies: 12
Views: 5114

Re: SOLVED ! And Cordel was right...

> It WORKS! Zm binaries work correctly with absolute paths, that was not the matter > (at least for filters, I have a different problem with events: I will post in a difefrent > thread) I should rectify myseIf: I had a third problem, the one pointed out by Cordel I had to make a soft link in /var ...
by occhiostanco
Thu Feb 01, 2007 12:18 pm
Forum: ZoneMinder Previous Versions
Topic: Is PurgeWhenFull working?
Replies: 12
Views: 5114

SOLVED !

Cordel (tahnks) said: > I'm not sure but you might try to change the path in options which is normaly set in regards > to web root but should also accept a full path. I have not tried this yet but it should work. > If that don't work; It WORKS! Zm binaries work correctly with absolute paths, that ...