Search found 2 matches
- Wed Jun 28, 2023 9:26 pm
- Forum: ZoneMinder 1.36.x
- Topic: Can't open memory map file /dev/shm/zm.mmap.1: No such file or directory
- Replies: 0
- Views: 8801
Can't open memory map file /dev/shm/zm.mmap.1: No such file or directory
Hello! system Ubuntu 20.04.6 LTS and v1.36.33 system startup error: Can't open memory map file /dev/shm/zm.mmap.1: No such file or directory and Monitor shm is not connected sudo service zoneminder restart fixes it and everything works fine until the next computer restart ls /dev/shm/ showed me some ...
- Fri Jan 03, 2020 7:22 pm
- Forum: ZoneMinder 1.32.x
- Topic: API parsing
- Replies: 0
- Views: 1440
API parsing
Hello! I can’t make parsing json work, I’m trying for the second day and no way. angular .module('app.widgets') .controller('ZoneminderController', function ($http, $scope) { var url = 'http://192.168.1.8/zm/api/events.json?auth=781baeb20af76a298882abcf631b16c3'; $scope.data = []; function loadData() ...