Search found 46 matches
- Fri Jan 20, 2023 4:59 pm
- Forum: ZoneMinder 1.36.x
- Topic: FC-37
- Replies: 6
- Views: 4640
Re: FC-37
Zoneminder is now coming from rpmfusion, i.e. you may need to switch to the repos for 37. On the other hand you may not have to do anything, since the repo files do not explicitly mention 37, but only refer to the version by some variable.
- Wed Nov 30, 2022 2:23 pm
- Forum: ZoneMinder 1.36.x
- Topic: is HTTP Basic AUTH broken?
- Replies: 2
- Views: 763
Re: is HTTP Basic AUTH broken?
There was a minor issue recently. Which version are you using?
Not auth problem with v1.36.31 or newer.
Not auth problem with v1.36.31 or newer.
- Tue Nov 15, 2022 9:04 am
- Forum: ZoneMinder 1.36.x
- Topic: Problem with rotated views
- Replies: 2
- Views: 515
Re: Problem with rotated views
Source Type: Ffmpeg
Orientation: Rotate Left
Save JPEGs: Frames + Analysis images
Video Writer: Camera Passthrough
Orientation: Rotate Left
Save JPEGs: Frames + Analysis images
Video Writer: Camera Passthrough
- Mon Nov 14, 2022 12:24 pm
- Forum: ZoneMinder 1.36.x
- Topic: Problem with rotated views
- Replies: 2
- Views: 515
Problem with rotated views
I have a camera with a (left) rotated view. When I check the stored videos the thumbnails show the correct orientation. When I then play the video sequence the html frame, or background shows the correct orientation, but the video is rotated again, i.e. the sequence is shown with a 180° rotation. ...
- Wed Nov 09, 2022 8:04 pm
- Forum: ZoneMinder 1.36.x
- Topic: Downgrade on Centos7
- Replies: 11
- Views: 8618
Re: Downgrade on Centos7
That is the hotfix. Everything is straightforward. You may know the past, but in this case it is actually uncharted territory: hic sunt dracones.
, please try it. I'd be interested, if there are any problems.
, please try it. I'd be interested, if there are any problems.
- Wed Nov 09, 2022 4:20 pm
- Forum: ZoneMinder 1.36.x
- Topic: Unable to delete Zone
- Replies: 17
- Views: 10277
Re: Unable to delete Zone
Or, we will have to remove the foreign keys (which I am considering doing in 1.37.21). I think so, too. I am currently developing a business application with telephony, etc, where we are testing MariaDB/Galera and MongoDb with replica sets (i.e. multi-master). So far I have not seen an urgent need ...
- Wed Nov 09, 2022 4:04 pm
- Forum: ZoneMinder 1.36.x
- Topic: Downgrade on Centos7
- Replies: 11
- Views: 8618
Re: Downgrade on Centos7
Why not start with a fresh Fedora 36/37 box? Could be a lot easier than a manual downgrade.
- Wed Nov 02, 2022 5:04 am
- Forum: ZoneMinder 1.36.x
- Topic: Authentication stopped to work
- Replies: 11
- Views: 2292
Re: Authentication stopped to work
You could say so, .
- Mon Oct 31, 2022 2:07 pm
- Forum: ZoneMinder 1.36.x
- Topic: Authentication stopped to work
- Replies: 11
- Views: 2292
Re: Authentication stopped to work
There is another post about that here and it seems that the problem has already been solved. I doubt that you will we able to go back to an older version. As far as I remember the table defs of the database have also been updated, so you would have to work out the differences manually. Of course ...
- Mon Oct 31, 2022 7:35 am
- Forum: ZoneMinder 1.36.x
- Topic: Authentication stopped to work
- Replies: 11
- Views: 2292
- Sun Oct 30, 2022 4:01 pm
- Forum: ZoneMinder 1.36.x
- Topic: Authentication stopped to work
- Replies: 11
- Views: 2292
Re: Authentication stopped to work
I already checked for the "Require all granted" permissions, but they all exist. The error message refers to "/usr/share/zoneminder" and not to "/usr/share/zoneminder/www", which confuses me. On the other hand, I am not sure if this is the cause of my login problem.
- Sun Oct 30, 2022 3:39 pm
- Forum: ZoneMinder 1.36.x
- Topic: Authentication stopped to work
- Replies: 11
- Views: 2292
Re: Authentication stopped to work
I found something in ssl_error_log: [Sun Oct 30 14:46:31.876139 2022] [authz_core:error] [pid 1157:tid 1322] [client 192.168.xx.xx:50440] AH01630: client denied by server configuration: /usr/share/zoneminder, referer: https://p10s/zm/?view=console Right now I don't know what is causing that as the ...
- Sun Oct 30, 2022 3:19 pm
- Forum: ZoneMinder 1.36.x
- Topic: Authentication stopped to work
- Replies: 11
- Views: 2292
Authentication stopped to work
I just updated from 1.36.25 to 1.36.30 on a Fedora 36 box. After the update it seems to be impossible to log in. At first glance I did not see any error messages in the log files. If I disable authentication (i.e. by setting zm.ZM_OPT_USE_AUTH to 0) the rest works as usual. Then I completely ...
- Tue Jul 12, 2022 6:56 pm
- Forum: ZoneMinder 1.36.x
- Topic: Unknown PTZ API
- Replies: 6
- Views: 1052
Re: Unknown PTZ API
I'll grab it and see what I can do with it.
- Tue Jul 12, 2022 5:04 pm
- Forum: ZoneMinder 1.36.x
- Topic: Unknown PTZ API
- Replies: 6
- Views: 1052
Re: Unknown PTZ API
I could start to write some commands for my camera. The only thing to pay attention to would be to use PUT with a json body. It might be useful for a couple of more users. Two reasons speak against doing this, The first is that I cannot test the functions not provided by my camera. The second is ...