Dedicated events partition on OpenSuse Leap 15.0
Posted: Sun Apr 28, 2019 5:35 pm
Hi.
I need dedicated events partition on OpenSuse Leap 15.0 for ZM v1.32.3.
Of course I read all documentation about it:
https://zoneminder.readthedocs.io/en/st ... drive.html
Note that I cannot follow exactly above istruction because OpenSuse has a different structure.
This is what I do:
I also tried to change the path in Option > Storage with the new one but still don't work.
Where is my mistake?
Thanks in advance
I need dedicated events partition on OpenSuse Leap 15.0 for ZM v1.32.3.
Of course I read all documentation about it:
https://zoneminder.readthedocs.io/en/st ... drive.html
Note that I cannot follow exactly above istruction because OpenSuse has a different structure.
This is what I do:
- 1) I make new partition /dev/sdc1 on dedicated drive, formatted it with ext4 fs, and mouted on /ipcam directory.
For all these job I used Yast Partitioner and I assumed that it use systemd method
2) In /etc/fstab I read:
UUID=5c86a7ff-c11b-4aa3-b768-b8dee60babed swap swap defaults 0 0
UUID=689b20a6-e784-4462-b182-80ee1debaab2 swap swap defaults 0 0
UUID=5015e8d0-12db-49c3-b129-40d1e001e8b3 / ext4 acl,user_xattr 1 1
UUID=2357fa9e-9c80-49f9-9d3b-248967961eb9 /home xfs defaults 1 2
UUID=440979e7-4dbd-4a54-a599-612d37afe0d8 /ipcam ext4 acl,user_xattr 1 2
3) make "/events" and "/image" directory in /ipcam
4)5)Code: Select all
sudo systemctl stop zoneminder
6) Under already existing /etc/zm.conf I have add 2 row:Code: Select all
sudo chown -R wwwrun:www /ipcam/events sudo chown -R wwwrun:www /ipcam/images
7) sudo systemctl start zoneminderCode: Select all
ZM_DIR_EVENTS=/ipcam/events ZM_DIR_IMAGES=/ipcam/images
8) There are no errors in Log window
I also tried to change the path in Option > Storage with the new one but still don't work.
Where is my mistake?
Thanks in advance