Search found 13 matches
- Tue Dec 12, 2023 9:55 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Events all gone from DB but still on disk
- Replies: 6
- Views: 28885
Re: Events all gone from DB but still on disk
zmrecover is excellent, is there a Yes To All option to save me pressing enter for each event to recover? The only documentation I found didn't suggest there was unfortunately. A recent update wanted to overwrite the 01-system-paths.conf so I allowed it and now the entry exists. I think the ...
- Sun Dec 10, 2023 4:10 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Events all gone from DB but still on disk
- Replies: 6
- Views: 28885
Re: Events all gone from DB but still on disk
If I force a capture the event is recorded but then it is removed from the DB (and the Console) and the following is logged in Logs: 10/12/2023, 15:50:48 GMT zmc_m2 40140 INF Front: 7900 - Capturing at 9.99 fps, capturing bandwidth 590298bytes/sec Analysing at 0.00 fps zm_monitor.cpp 1781 10/12/2023 ...
- Thu Dec 07, 2023 10:13 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Events all gone from DB but still on disk
- Replies: 6
- Views: 28885
Re: Events all gone from DB but still on disk
That section is missing from the 01-system-paths.conf file. I upgraded from 1.36 so could the old version have been retained during the upgrade? Should I add the section you describe? After the upgrade the system appeared to be working normally but now it seems to be recording events on the disk but ...
- Mon Dec 04, 2023 9:45 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Events all gone from DB but still on disk
- Replies: 6
- Views: 28885
Events all gone from DB but still on disk
Something has gone wrong with my ZM since last week as I noticed over the weekend that all events are missing in the Console page. The Events table in mysql has zero rows but there are events stored in the storage area and, strangely, new events are being recorded on the disk but not in the DB. Is ...
- Fri Nov 24, 2023 8:11 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: API - Not Authenticated after upgrade
- Replies: 4
- Views: 10863
Re: API - Not Authenticated after upgrade
Perfect, updated and fixed.
Many thanks
Many thanks
- Thu Nov 23, 2023 5:41 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: API - Not Authenticated after upgrade
- Replies: 4
- Views: 10863
Re: API - Not Authenticated after upgrade
Other functions in zmNinja (Live view, Status etc) seem to be working ok just the retrieving of events using Events List.
- Thu Nov 23, 2023 5:31 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: API - Not Authenticated after upgrade
- Replies: 4
- Views: 10863
Re: API - Not Authenticated after upgrade
Reading this https://zmninja.readthedocs.io/en/latest/guides/FAQ.html#how-to-report-errors some of the event log is below. The email button in the app doesn't work so I had to copy/paste what looks to be the log entry where the error occurs into an email. Nov 23, 2023 05:26:31:667 PM ERROR Error ...
- Thu Nov 23, 2023 5:08 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: API - Not Authenticated after upgrade
- Replies: 4
- Views: 10863
API - Not Authenticated after upgrade
Hi, I've upgraded from 1.36.33 to 1.37.47 and the system is working but zmNinja isn't. I've checked the API settings from here: https://zmninja.readthedocs.io/en/latest/guides/validating-api.html but the monitors.json returns the following: { "success": false, "data": { "name": "Not Authenticated ...
- Mon Apr 04, 2016 7:36 am
- Forum: ZoneMinder 1.29.x
- Topic: Missing zoneminder service
- Replies: 8
- Views: 3409
Re: Missing zoneminder service
So it seems that the permissions on the startup script (/etc/init.d/zoneminder) had been changed as it wasn't showing as green text when listing the directory. By changing the permissions (chmod +x /etc/init.d/zoneminder; I guess this adds the execute permission) to the file it works.
- Mon Apr 04, 2016 7:26 am
- Forum: ZoneMinder 1.29.x
- Topic: Missing zoneminder service
- Replies: 8
- Views: 3409
Re: Missing zoneminder service
Right, so yes the web server is working and when I go to the /usr/bin directory and list the zm* files they are all still there. Is it not quite simple to re-create the service in Linux? I could do a re-install but would I lose my stored events? Just seems that would take longer than to re-create ...
- Sat Apr 02, 2016 9:19 pm
- Forum: ZoneMinder 1.29.x
- Topic: Missing zoneminder service
- Replies: 8
- Views: 3409
Re: Missing zoneminder service
Sorry if I'm not making sense but I'm confused too as to why it has stopped working. I can access the login page http://<ip address>/zm and login. Once logged in there are no motion detected events appearing and at the top of the screen it shows Stopped. Clicking on Stopped prompts me to click apply ...
- Sat Apr 02, 2016 4:16 pm
- Forum: ZoneMinder 1.29.x
- Topic: Missing zoneminder service
- Replies: 8
- Views: 3409
Re: Missing zoneminder service
Yep followed the upgrade procedure but problem existed before and still exists now. Zoneminder seems to still be there and working apart from the service to run it, how do I recreate it?
- Fri Apr 01, 2016 9:42 pm
- Forum: ZoneMinder 1.29.x
- Topic: Missing zoneminder service
- Replies: 8
- Views: 3409
Missing zoneminder service
Hi, I was running v1.28.1 on Ubuntu Server 14.04 but I've just logged in to check the captured data and found the service is stopped. I can'tr restart it from the website or SSH console. When I run "service --status-all" I don't see the zoneminder service. Trying "service zoneminder start" returns ...