vaskokj

Results 19 comments of vaskokj

How do I go about removing the `DNS Domain: ~.` from my primary connection? I have no idea how that is even getting there in the first place? Is this...

I've got the same exact issue. LTE device that needs to download some images from our main site, causes the ping to go through the roof, silently "drops" the VPN...

Ok this information is pretty far out of date. Configuration settings, environment variables and flow have all changed from 2.x. Here is what I did to get it to work....

@RyanHir Here is a less redacted version of that section. ``` # Keep ModelBackend around for per-user permissions and maybe a local # superuser. AUTHENTICATION_BACKENDS += ['django_auth_ldap.backend.LDAPBackend'] AUTH_LDAP_ADMIN_GROUPS = [...

@RyanHir I had the same problem. Users could authenticate but it wasn't pulling the groups properly. Same symptoms, I could have missed something in my config here, but it might...

Fair enough. Can you check your `cn=Users,dc=ad.dc=example,dc=com` to make sure you are pulling your cn properly? cn being uid vs users vs accounts, etc.?

@RyanHir Glad you figured it out. I missed that too in your question but looks like I had it in my comment https://github.com/openvinotoolkit/cvat/issues/311#issuecomment-1146163794. This section of code is really sketch...

Thanks. So I'm looking at `Event 1` with `mediainfo` All of the .mp4 files dvr-scan generated all seem to have 15:57:41:15, even though the table in the logs show a...

Here is what mediainfo is saying for one of the output files. Oddly enough the other files that were generated say the same thing. ``` $ mediainfo GL0100002_output/GL0100002_output.DSME_0001.mp4 General Complete...

Could this 15:57:41:15 be the _actual_ time of when the video started playing and not from the videos perspective of time? e.g. the first frame starts at 00:00:00. I really...