Done:
- Ubuntu LTS 12.04 updated to LTS 14.04
Result:
- Zoneminder 1.28.1 (2 IP cameras, 3 in total zones) not working anymore
Actions:
- Several steps taken from Wiki, removed and installed several programs (LAMP, zoneminder), did setups.
I have the video running, but in three zones defined I cannot see pictures in the zone definition area. Zones are defined based on my screenshots of the earlier installation. But zones defined as before (MODECT).
In the ZM Console the Souce is colored ORANGE? The cycle and motage option is working. Videostream is visible.
But I am not recording any events, the LOG is all red, because of permissions. Help possible? Logfile part attached:
2016-01-21 16:54:20.180490 zmdc 3454 ERR 'zma -m 1' exited abnormally, exit status 255 zmdc.pl
2016-01-21 16:54:20.131306 zma_m1 3568 FAT Can't symlink '1' to 'Balkon': Permission denied zm_monitor.cpp 478
2016-01-21 16:54:20.089552 zma_m1 3568 ERR Can't make events/1: Permission denied zm_monitor.cpp 471
2016-01-21 16:54:05.980610 zmu 3566 ERR Can't open Zones1.jpg: Permission denied zm_image.cpp 815
2016-01-21 16:54:03.550961 zmu 3563 ERR Can't open Zones1.jpg: Permission denied zm_image.cpp 815
2016-01-21 16:53:41.489720 zmdc 3454 ERR 'zma -m 2' exited abnormally, exit status 255 zmdc.pl
2016-01-21 16:53:41.454469 zma_m2 3554 FAT Can't symlink '2' to 'Eingang': Permission denied zm_monitor.cpp 478
2016-01-21 16:53:41.103574 zma_m2 3554 ERR Can't make events/2: Permission denied zm_monitor.cpp 471
2016-01-21 16:53:40.226400 zmdc 3454 ERR 'zma -m 1' exited abnormally, exit status 255 zmdc.pl
2016-01-21 16:53:40.189233 zma_m1 3552 FAT Can't symlink '1' to 'Balkon': Permission denied zm_monitor.cpp 478
2016-01-21 16:53:40.126713 zma_m1 3552 ERR Can't make events/1: Permission denied zm_monitor.cpp 471
2016-01-21 16:53:21.175970 zmdc 3454 ERR 'zma -m 2' exited abnormally, exit status 255 zmdc.pl
2016-01-21 16:53:21.131510 zma_m2 3550 FAT Can't symlink '2' to 'Eingang': Permission denied zm_monitor.cpp 478
2016-01-21 16:53:21.056623 zma_m2 3550 ERR Can't make events/2: Permission denied zm_monitor.cpp 471
2016-01-21 16:53:20.165710 zmdc 3454 ERR 'zma -m 1' exited abnormally, exit status 255 zmdc.pl
2016-01-21 16:53:20.119536 zma_m1 3548 FAT Can't symlink '1' to 'Balkon': Permission denied zm_monitor.cpp 478
2016-01-21 16:53:20.057803 zma_m1 3548 ERR Can't make events/1: Permission denied zm_monitor.cpp
If I look at the LOG file there are a lot of lines that say: "Permission denied".
Is anyone able to tell me which permission I have to set where?
[SOLVED ]Zoneminder video is there, permission problem for events, Ubuntu
[SOLVED ]Zoneminder video is there, permission problem for events, Ubuntu
Best regards from South Germany,
JRF
JRF
Re: [SOLVED ]Zoneminder video is there, permission problem for events, Ubuntu
After some searches I found out that the permission to the zoneminder directory was missing.
Changes made in terminal:
sudo su
service zoneminder stop
chown -R www-data:www-data /var/cache/zoneminder
Result:
Working installation Ubuntu 14.04 - Zoneminder 1.28.1
Changes made in terminal:
sudo su
service zoneminder stop
chown -R www-data:www-data /var/cache/zoneminder
Result:
Working installation Ubuntu 14.04 - Zoneminder 1.28.1
Best regards from South Germany,
JRF
JRF