Kirill
Kirill
Got it working on 21.6.2. You need to add to sentry/entrypoint.sh (as this version does not include sentry/Dockerfile anymore): ``` apt-get update apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev build-essential -y...
I found a way to get it working on MBP m3 (actually any M macs I believe): 1. download and install Whisky (wine for mac) https://github.com/Whisky-App/Whisky 2. install sketchup 2016...
After 2 weeks of debugging and tries to find a root cause of packet loss/high latency when using openvpn I came to this issue. I use "slow" LDAP server which...
Had this weird packet losses. I found a workaround (actually solution) using auth-user-pass-verify script which support deferred auth since OpenVPN 2.5+. Some source links: https://community.openvpn.net/openvpn/ticket/222 https://github.com/waldner/openvpn-ldap OpenVPN server config file:...
That makes sense, thank you sir.
> TL:DR, its possible to add the CA's certificate to the NSS shared DB with the following command: > > certutil -d "sql:${HOME}/pki/nssdb" -A -t "C,," -n my_custom_ca -i "${CA_CERTIFICATE_FILE}"...
Got same error recently with rsync v3.1.3 (both sender and receiver) on Ubuntu 20.04. It was working fine before for years but then something happened :) I'm 99% sure that...