Alex Biddulph
Alex Biddulph
> @Bidski you're asking the "server" to authenticate too and it's unable to do that. Read the documentation. @nomis can you direct me to the part of the documentation that...
Here is `xl2tpd.conf` ``` [global] access control = no auth file = /etc/ppp/chap-secrets debug avp = yes debug network = yes debug packet = yes debug state = yes debug...
I believe it is a Cisco server (probably running on Widows). I don't have the specifics of the server setup apart from the details that they provide everyone else (who...
If I add this line to `/etc/ppp/options.l2tpd.client` ``` allow-ip REMOTE_IP_ADDRESS ```` And if I remove this from `/etc/ppp/chap-secrets` ``` REMOTE_NAME NY_NAME "secret" * ``` Then the connection comes up and...
@Skylion007 you are correct, a `using` alias does create a viable workaround
@worm2fed did you ever resolve this? I just came across this issue and am also on Arch Linux. Did using ATLAS make any difference?
For reference, I see the following output ``` Starting test TestGeo ... testMiscGeo ... testMiscGeo done. real/CPU ms: 0.0 / 0.0 testBox ... testBox done. real/CPU ms: 0.0 / 0.0...
For more reference then - Trying to install simbody 3.6 - TestGeo is the only test that is failing - I am using OpenBLAS 0.3.4 with LAPACK 3.8.0 - Linux...
Ok, so I ran `TestGeo` 1000 times, and 1000 times I get identical results `radius=1.70123 ritter.getRadius()*(1.01)=1.51039`. I recompiled with a debug build and reran `TestGeo` and got a successful test...
I, unfortunately, neglected to check what seed was being used at that point in time. Interestingly enough, depending on the seed chosen for the random number generator I can either...