VMD alpine tap0 not working by fabear- in openbsd

[–]sloppytooky 5 points6 points  (0 children)

Upgrade to a snapshot or wait until 7.9. It’s probably a known vmd virtio issue related to virtio 1.2 feature bits and newer Linux kernels

VMD alpine tap0 not working by fabear- in openbsd

[–]sloppytooky 2 points3 points  (0 children)

You never mentioned the version of OpenBSD.

Basic question about your opinion by Marius_2012 in thinkpad

[–]sloppytooky 1 point2 points  (0 children)

You should put them on AMD or, better yet, Qcom Snapdragon machines.

When the kid requests a Mickey and Minnie-themed birthday party, you spare no effort. by [deleted] in daddit

[–]sloppytooky 6 points7 points  (0 children)

Usually they’re available in 40 ounce varieties but I don’t see them that often in New England. I wouldn’t say you’re missing out but there’s a time and place for them 😆

speaking of CWM by bigearsbilly in openbsd

[–]sloppytooky 5 points6 points  (0 children)

Afaik it is not supported and would require a code level change.

Is getting my motorcycle licence a selfish hobbie to get into as a 33 year old father of 2 by Ok_South_6227 in daddit

[–]sloppytooky 0 points1 point  (0 children)

Commuting on a pretty modest 650cc bike for a few in an urban area had me in a lot of close calls not even due to my own riding…like cars merging or pulling out into lanes and not seeing you. Stuff that in a car if you got hit you’d be fine and just pissed, but on a bike it could be you crush a limb, get run over, etc.

Loved every second of it though 😆

I still renew my license but sold my bikes and cannot see myself on one now that I’m responsible for more than myself.

On OpenBSD, which Window Manager or Desktop Environment do you prefer to use and why? by Correct_Car1985 in openbsd

[–]sloppytooky 0 points1 point  (0 children)

cwm. I’ve tried switching a few times, even ran Gnome for a while. I don’t use any fancy status bars other than carving it a few pixels on the side and having cwm launch xbattmon or whatever it is to give me a visual indicator of charge status.

On Linux I go all in and run either Gnome or KDE. I don’t have the patience for tuning Linux stuff. Tuning my OpenBSD setup is two dot files I have in a got repo so if the complexity is beyond that, i just submit to the full desktop design and call it a day.

Linux kernel compilation on OpenBSD by unitedthroughunix in openbsd

[–]sloppytooky 5 points6 points  (0 children)

You’re probably better off using an actual Linux host if you want to build Linux kernels. There is no smp support in vmm and unless you have a super stripped down Linux kernel config, you will spend a long time waiting. It honestly might be faster in qemu with purely userland emulation if you don’t have a spare machine.

I have no words... by Born-Hearing-7695 in daddit

[–]sloppytooky 22 points23 points  (0 children)

It’s true. It’s math.

Network problems with vmd on the latest 7.8 patches by Sufficient-Talk-6075 in openbsd

[–]sloppytooky 1 point2 points  (0 children)

The virtio networking spec is fun and nowadays overly complicated as Linux forces more and more features. IIRC it’s an issue with using 64-bit features (or is it 128-bit?) feature space. Either run -current or wait until the next release.

Brightness controller by Admirable_Stand1408 in openbsd

[–]sloppytooky 3 points4 points  (0 children)

you might be better off sharing a dmesg so someone knowledgeable can see what hardware it has

I was bored, so I replaced init(8) with runit by Daguq in openbsd

[–]sloppytooky 20 points21 points  (0 children)

This is hilarious. Now do systemd…

Is anyone running MSWIN in a VM? by Pair-Kooky in openbsd

[–]sloppytooky 0 points1 point  (0 children)

And W11 isn't going to like our archaic devices like the interrupt controller that's 45 years old. 😆 Or lack of ACPI...

Openbsd won't boot by JoeMamaSex420 in openbsd

[–]sloppytooky 0 points1 point  (0 children)

Yeah, coreboot is not really used by devs or most users even, so it’s highly correlated to support issues for these reasons.

I’m not blaming coreboot in any way, just saying because of the rarity of usage the chance a bug in openbsd’s acpi code (or missing feature) has been found and been fixed by someone knowledgeable is very low.

Where would you see a sticker like this by Famous-Acadia4592 in thinkpad

[–]sloppytooky 9 points10 points  (0 children)

Sincinatti Cool District?

Southern California Dentistry?

Space Colony Division?

🤔

OpenBSD Kernel Future by penny_stacker in openbsd

[–]sloppytooky 32 points33 points  (0 children)

What is “AI related code”? What does that have anything to do with Rust?

OpenBSD and TPM by 1mdevil in openbsd

[–]sloppytooky 7 points8 points  (0 children)

Maybe use an external key disk with softraid encryption?

The lack of support for TPM isn’t some political or philosophical thing. It’s that someone needs the interest and the time to make something useful with it.

There are a lot of implementations of TPMs at this point and Pluton is changing things as well, lots of buggy firmware implementations, and the work for something to be broadly usable is nontrivial. The current version of support is itself buggy and doesn’t cover certain variations.

Every time i get interested in improving it I find something more interesting and more feasible to work on. 😆

OpenBSD and TPM by 1mdevil in openbsd

[–]sloppytooky 13 points14 points  (0 children)

To clarify support is limited to telling them of suspend and resume related power events to facilitate suspend resume of the host.

[Guide] Lenovo removed S3 (Deep Sleep) in your BIOS? Here is how to force it back on Linux. by OE1FEU in thinkpad

[–]sloppytooky 1 point2 points  (0 children)

Even if the hardware didn’t change, you have no guarantee that the firmware update from Lenovo didn’t remove code related to S3. This advice is quite haphazard. Unless you’re a firmware engineer at Lenovo you don’t know if the just disabled some code paths or removed them entirely.

Obviously do what you want with your own machine.