Re: Disabling speculative execution mitigations

2019-12-06 Thread O'Connor, Daniel
> On 7 Dec 2019, at 00:52, Konstantin Belousov wrote: > > On Fri, Dec 06, 2019 at 03:51:04PM +1030, O'Connor, Daniel wrote: >> Hi, >> I am trying to track down a performance drop with the ASPEED xorg video >> driver between FreeBSD 11 and 12 (I'm not expecting miracles from it but it >> was

Re: Disabling speculative execution mitigations

2019-12-06 Thread Peter
On Fri, 06 Dec 2019 06:21:04 +0100, O'Connor, Daniel wrote: vm.pmap.pti="0"# Disable page table isolation hw.ibrs_disable="1"# Disable Indirect Branch Restricted Speculation hw.mds_disable="0" # Disable Microarchitectural Data Sampling flush hw.vmm.vmx="1" # Don't

Re: ng_ipacct on FreeBSD 12.1 doesnt work

2019-12-06 Thread Eugene Grosbein
07.12.2019 7:22, Eugene Grosbein wrote: Adding port maintainer to CC: >> Yes. It works. Thank you very much. >> >> I delete manual copied file. >> I install ports via portsnap. >> I fetch srcs from ftp. >> And install ng_ipacct from ports. >> And option VIMAGE in port ng_ipacct was disabled. I

Re: ng_ipacct on FreeBSD 12.1 doesnt work

2019-12-06 Thread Eugene Grosbein
07.12.2019 6:03, Eugene Kazarinov wrote: > Yes. It works. Thank you very much. > > I delete manual copied file. > I install ports via portsnap. > I fetch srcs from ftp. > And install ng_ipacct from ports. > And option VIMAGE in port ng_ipacct was disabled. I dont know why. > option VIMAGE in

Boot fails with USB 3.0 external harddrive plugged in

2019-12-06 Thread Freddie Cash
[fcash@rogue /home/fcash]$ freebsd-version -ku 12.0-RELEASE-p8 12.0-RELEASE-p8 This system was previously running FreeBSD 11.2 and didn't have any issues booting with the external USB drive plugged into the USB 3.0 ports on the motherboard. Ever since upgrading to 12.0, and through all the

Re: ng_ipacct on FreeBSD 12.1 doesnt work

2019-12-06 Thread Eugene Kazarinov
Yes. It works. Thank you very much. I delete manual copied file. I install ports via portsnap. I fetch srcs from ftp. And install ng_ipacct from ports. And option VIMAGE in port ng_ipacct was disabled. I dont know why. option VIMAGE in kernel of 12.1 by default is enabled. PS Is any option for

Re: ng_ipacct on FreeBSD 12.1 doesnt work

2019-12-06 Thread Eugene Grosbein
07.12.2019 0:49, Eugene Kazarinov wrote: > pkg install ng_ipacct install ng_ipacct.ko in /boot/modules/ and it > doesnt start > > if I copy ng_ipacct.ko to /boot/kernel/ it didnt start with error: > link_elf_obj: symbol tcbinfo undefined > linker_load_file: /boot/kernel/ng_ipacct.ko -

ng_ipacct on FreeBSD 12.1 doesnt work

2019-12-06 Thread Eugene Kazarinov
Hi. pkg install ng_ipacct install ng_ipacct.ko in /boot/modules/ and it doesnt start if I copy ng_ipacct.ko to /boot/kernel/ it didnt start with error: link_elf_obj: symbol tcbinfo undefined linker_load_file: /boot/kernel/ng_ipacct.ko - unsupported file type How to run ng_ipacct on FreeBSD 12.1?

Re: Disabling speculative execution mitigations

2019-12-06 Thread Konstantin Belousov
On Fri, Dec 06, 2019 at 03:51:04PM +1030, O'Connor, Daniel wrote: > Hi, > I am trying to track down a performance drop with the ASPEED xorg video > driver between FreeBSD 11 and 12 (I'm not expecting miracles from it but it > was basically unusable..) > > I wondered if some of the speculative