CVE-2017-5753 (Spectre Variant 1, bounds check bypass)

2019-05-26 Thread freneza
Greetings freebsd-security, Are there any plans to mitigate Spectre Variant 1? I ran `spectre-meltdown-checker.sh` from https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh and it says there is not mitigation for BSD yet. Knowing that all the CPU

cjdns

2020-01-27 Thread freneza
I am having major trouble getting cjdns working on FreeBSD. I was capable of running it on Debian and Fedora without any trouble, but FreeBSD has trouble with getting the network to route properly. I tried the `pkg install cjdns` and running it from source, but both don't work for me. If so

Re: cjdns

2020-01-28 Thread freneza
tent TUN device to use.     // This for starting cjdroute as its own user.     // *MOST USERS DON'T NEED THIS*         "tunDevice": "tun0"     }, ``` and then restart your FreeBSD machine and cjdns should work ! On 1/27/20 6:53 PM, freneza wrote: I am having major