… HP with very buggy firmware. Only legacy boots on MBR work.
Which model?
… HP with very buggy firmware. Only legacy boots on MBR work.
For linux, this can be fixed with the boot arguments acpi_os_name= and/or acpi_osi=, I'm not sure the equivalent for FreeBSD.For legacy boot the firmware thinks you only run Windows ... and it gets confused.
So why don't you use MBR as the Partition Scheme?The firmware cannot boot an O.S. from GPT. Only from MBR.
For legacy boot the firmware thinks you only run Windows ... and it gets confused.
Except the firmware it is a good PC. 8-Core and silent.
At the Partitioning menu choose Auto (UFS) Guided Disk Setup, for simplicity, and MBR for the Partition Scheme. It will give you a choice of where to install, choose your HDD which will be designated as ada0. There have been problems reported with this stage of installation and I changed from GPT to MBR to get past a sticking point.
… eating 2.5G resident memory & CPU idle time,
I get playback, but there's associated hogging of the kernel. Alain, if you find the same you might like to report a bug.
I don't have youtube issues with firefox. No memory/cpu hogging and no delays when playing. This is in virtualboxFalkon
No problem here (with YouTube, https://www.youtube.com/watch?v=NlDCPCwVNUw for example):
View attachment 10354
Web
Still hogging during playback of YouTube content. A trough after quitting:
View attachment 10355
I don't have youtube issues with firefox.
kern.elf64.aslr.stack_gap=0
maybe, but it seems that as of now you have two options, usable browser everywhere (firefox) but no aslr, or aslr and not very usable browser.Firefox still has the aslr bug ,
Code:kern.elf64.aslr.stack_gap=0
Firefox still has the aslr bug ,
Code:kern.elf64.aslr.stack_gap=0
elfctl -e +aslr /usr/local/bin/firefox
Could you please show me, maybe in the Security for Security's Sake thread, where that is a current Firefox bug, and that it can't be mitigated by disabling JavaScript?Firefox still has the aslr bug ,
Link please.Firefox still has the aslr bug ,
Code:kern.elf64.aslr.stack_gap=0
with intel cpu and tsx, kasrl is brokenI worked around this issue by disabling aslr only
for Firefox and Thunderbird as such:
elfctl -e +aslr /usr/local/bin/firefox
My workaround is simply meant to run Firefox/Thunderbird with ASLR enabled for all other applications. It workswith intel cpu and tsx, kasrl is broken
https://dl.acm.org/doi/10.1145/2976749.2978321
Maybe there are mitigations, but since intel decided to completely disable tsx (starting with the latest cpus), these mitigations may not be very efficient.