💾 Archived View for bbs.geminispace.org › s › OpenBSD › 12592 captured on 2024-06-16 at 19:36:50. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-26)

➡️ Next capture (2024-07-09)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 🚀 stack

Re: "living with arcticfox browser on OpenBSD"

In: s/OpenBSD

I am using librewolf, plenty fast on an aging I5. Stock pkg.

🚀 stack

2023-12-13 · 6 months ago

3 Later Comments ↓

😎 decant [OP] · Feb 26 at 06:55:

So I digged deeper into the about:config/user.js part of the firefox There are maybe 2 automatic connections firefox will make upon start up that have no config option to disable. aagghhh. Against my desire to not

😎 decant [OP] · Feb 26 at 06:57:

(I pushed enter by mistake) feed into the google chrome monoculture, I switched to ungoogled-chromium on my new machine. very sad face.jpeg

🐙 norayr · Mar 06 at 01:03:

Illegal instruction means that the cpu instruction in the code does not exist on the cpu. so it is compiled for newer cpu hhan yours. you should be able to solve ih by providing exact flags to the compiler. CFLAGS="-march=core2" should work on any x86_64 but if you figure out exact march for your architecture, that would be perfect.

Original Post

🌒 s/OpenBSD

living with arcticfox browser on OpenBSD — I have been using arcticfox for few years now, it gives me a good old software vibe. My old computer is an intel Skylake. The browser builds and runs ok abeit a bit slow. I think this is because, on OpenBSD building arcticfox with -O2 will produce crashing binary (-O1 is ok, even the README says to only use -O0). I recently got a new Alderlake based system, arcticfox builds ok with my .mozconfig. However when I try to run it, the binary crashs with...

💬 decant · 4 comments · 2 likes · 2023-11-14 · 7 months ago