Search found 13 matches
- Sat Nov 01, 2008 2:09 am
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
- Fri Oct 31, 2008 10:28 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
Well lets try it this way: 1. In your how-to's explain to me why step 4 in http://handband.net/wiki/index.php?title=Ubuntu:ZoneMinder is needed and why it isn't listed in any of the other how-to's? 2. How does Apache know that /zm/zoneminder exsists? 3. What does the Alias directive in your apache ...
- Fri Oct 31, 2008 8:35 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
Here are the HowTo's I reviewed to do the install: 1) http://handband.net/wiki/index.php?title=Ubuntu:ZoneMinder 2) http://www.howtoforge.com/video_surveillance_zoneminder_ubuntu and of course: 3) Debian http://www.zoneminder.com/fileadmin/downloads/ZoneMinder_install.doc or http://www.zoneminder ...
- Thu Oct 30, 2008 11:52 am
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
His configuration is just not right and some how there are duplicates which means somethings were done that should have never been. The question becomes what was done as it needs to be undone. my guess would be the php files should be in the /usr/share/zoneminder directory as aliased in the http.zm ...
- Thu Oct 30, 2008 12:53 am
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
- Tue Oct 21, 2008 11:39 am
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
- Tue Oct 21, 2008 3:29 am
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
No, not correct. You appear to be cascading links. You should remove the existing link to events in /usr/share/zoneminder and recreate that link to point directly to your /zm/events assuming of course it's setup how I think it is. ZM_DIR_EVENTS can only relate to the web root, not the system root ...
- Tue Oct 21, 2008 3:04 am
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
You should only have to move the events directory and symlink to it from where the zm php files reside whether they are in /usr/share/zm or /var/www/html/zm, etc. cordel: Thanks, can you be more specific?? Does it matter what your cwd is when you issue the ln command? (Sorry but the man page for ln ...
- Mon Oct 20, 2008 9:59 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
I followed SlovakJoe's example as well and it appears to be proper, i.e., ls -alh lrwxrwxrwx 1 www-data www-data 10 2008-10-20 17:37 events -> /zm/events but ZM Console STILL says 78% full (i.e., 78% happens to be the percentage full of /var) df -h /dev/mapper/xxx-var 12G 8.8G 2.5G 78% /var /dev ...
- Mon Oct 20, 2008 2:38 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
What I did was setup an LVM just for storing the events. That's the bulk of ZM's data anyways. I have this LVM mounted in /media/zm. To link ZM to it I simply created the following link /var/www/zm/events -> /media/zm Now ZM saves all the events to the LVM. Here's my blog posting about how great ...
- Sun Oct 19, 2008 10:50 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
Well, I just found a post on moving the image/events directories ... this should be good enough for now. http://www.zoneminder.com/forums/viewtopic.php?t=12202 Maybe I just don't understand symbolic links ... but this didn't really do anything but move the parent directory over -- the files still ...
- Sun Oct 19, 2008 7:35 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
Well, I just found a post on moving the image/events directories ... this should be good enough for now.
http://www.zoneminder.com/forums/viewtopic.php?t=12202
http://www.zoneminder.com/forums/viewtopic.php?t=12202
- Sun Oct 19, 2008 4:56 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to move ZM directories?
- Replies: 23
- Views: 13868
How to move ZM directories?
Hello, apologies up front if this has been asked/answered -- I did not find it. Running ZM 1.23.x on Debian Etch. Works great. I simply want to put all streaming/video/etc into a different directory -- for example /zm instead of /var/www/zm (/zm is actually an LVM setup specifically for zm's ...