Events Directory
Posted: Mon Oct 24, 2011 9:00 am
Hello all, I am after a little bit of help with the events directory in zoneminder.
I have got a samba share mounted in /links/cctv with read write permissions for every user (tested my main user and www-data) I have then created a symlink in the events dir:
sudo ln -s /links/cctv /usr/share/zoneminder/events/cctv
but when zoneminder tries to record the video im geting the error:
Oct 24 08:52:16 server-cctv zma_m1[20839]: FAT [Can't symlink events/cctv/1/11/10/24/.4032 -> events/cctv/1/11/10/24/08/52/15: Permission denied]
Does anyone have any ideas?
here are the permissions:
ls -la /links (group 1002 is a group on my nas drive called nasuser)
drwxr-x--- 2 localuser 1002 0 2011-10-23 21:25 cctv
ls -la /links/cctv /usr/share/zoneminder/events/ (looks like the link has 777 permissions on it)
lrwxrwxrwx 1 root root 11 2011-10-23 21:29 cctv -> /links/cctv
I have got a samba share mounted in /links/cctv with read write permissions for every user (tested my main user and www-data) I have then created a symlink in the events dir:
sudo ln -s /links/cctv /usr/share/zoneminder/events/cctv
but when zoneminder tries to record the video im geting the error:
Oct 24 08:52:16 server-cctv zma_m1[20839]: FAT [Can't symlink events/cctv/1/11/10/24/.4032 -> events/cctv/1/11/10/24/08/52/15: Permission denied]
Does anyone have any ideas?
here are the permissions:
ls -la /links (group 1002 is a group on my nas drive called nasuser)
drwxr-x--- 2 localuser 1002 0 2011-10-23 21:25 cctv
ls -la /links/cctv /usr/share/zoneminder/events/ (looks like the link has 777 permissions on it)
lrwxrwxrwx 1 root root 11 2011-10-23 21:29 cctv -> /links/cctv