Looks like you guys have figured this out... I've tried to follow the directions closely, but it seems with different distro's and installs the folder paths vary and maybe I'm getting confused..
When I attempt to symlink to a new events folder I'm experiencing the same symptoms describe... events logged, but no data, no ability to view them in the console. I'm also getting:
Code: Select all
Aug 2 09:53:47 9745 zmaudit[25519]: INF [Filesystem monitor link 'events' does not point to valid monitor directory]
Here's what I've got.. Let's just talk about "events" for now:
1. Console: Left as "events"
2. "/var/www/zm/events": In a functional state this is a directory with sub-folders and data.
3. "/var/lib/zoneminder/events": In a functional state this is a symlink to "/var/www/zm/events"
Here's where I'd like to be:
1. "events" physically stored in "/home/default/zm/events"
Here's what I've tried.. to no avail:
1. Move "events folder, sub-folders, and data" to "/home/default/zm/events", changed owner & group to "apache". Created symlink from "/var/www/zm/events" to "/home/default/zm/events". Left "/var/lib/zoneminder/events" alone. ERROR.
2.. Move "events folder, sub-folders, and data" to "/home/john/zm/events", changed owner & group to "apache". Created symlink from "/var/lib/zoneminder/events" to "/home/default/zm/events". Created symlink from "/var/www/zm/events" to "/var/lib/zoneminder/events". ERROR
For the record, when I say created symlink, as in that last example, I'm performing the following:
Code: Select all
ln -s /var/www/zm/events /var/lib/zoneminder/events
Per another thread I verified this in httpd.conf:
Code: Select all
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
I'm really in testing mode right now as I just got this up and running last week... I first had it on an old laptop and then decided I was going to put it into production on my Amahi server which has a Phenom x4, 4 gb's of ram, and 8Tb's in a storage pool. I've got plenty of cpu bandwidth and memory on this machine for my needs and should have NO PROBLEM with storage at 8Tb's... Now my system partition is 20gb's and I just can't get "events" off it and on to one of these other partitions... Interesting situtation...
Am I missing another "events" folder somewhere? Many thanks for some enlightenment!
jbmia