Markus Krainz
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 3
Comments
Recent activity by Markus Krainz-
With fixed camera RTSP setting it works great now. Problem solved. Thanks again for the support!
-
Thanks for the suggestion and for updating the help link. I have now updated the server to version 4.2.0.32840 and set the general log level to DEBUG. Now I can see in log_file.log: 2021-10-12 10:...
-
Thank you Anderson Chang! If I click on your link to the support ARTICLE to set the server log level to DEBUG,I get a new tab with "about:blank#blocked" and nothing is shown. Can you please send me...
-
Hi Norman, thanks for keeping us up to date! The NAS is an Ubuntu Server 18.04 with the latest Samba release for that OS on a Dell r630 server. It is backed by our SAN, but that should not be relev...
-
Ok, the file share server's smbd.conf had this line: min protocol = SMB3 after removing this line on the file share server I now get on the nx-witness vm: mount.cifs //192.168.129.23/nvr /mnt -o us...
-
Sorry I used the wrong syntax. With the correct one mount.cifs //192.168.129.23/nvr /mnt -o user=nvr1,vers=3.1 I get: Sep 14 16:38:47 nx-witness kernel: [ 6067.031453] CIFS: Attempting to mount //1...
-
root@nx-witness:/home/markus# mount.cifs //192.168.129.23/nvr /mnt -o user=nvr1;vers=3.1Password for nvr1@//192.168.129.23/nvr: **************root@nx-witness:/home/markus# ls -la /mnttotal 1806340d...
-
Hi Norman, thanks for the support! I have tried to add via command line without specifying protocol version and it works fine: root@nx-witness:/home/markus# mount.cifs //192.168.129.23/nvr /mnt -o ...