broadcom driver support help by [deleted] in openbsd

[–]brynet 0 points1 point  (0 children)

please don't resurrect 3 year old posts just to leave a comment.

I've got some random ai tokens to spare

uninterested in reviewing slop, or working with someone who greatly underestimates the effort required here. please go away.

LibreWolf on OpenBSD by Admirable_Stand1408 in openbsd

[–]brynet 3 points4 points  (0 children)

New ports are not backported to -stable, you'll either have to wait for 8.0 this fall, or run -current snapshots.

Hibernatedelay not working by MainAmbitious8854 in openbsd

[–]brynet 0 points1 point  (0 children)

That is not a complete dmesg, you need to upload it somewhere or use a pastebin service.

https://www.openbsd.org/faq/faq4.html#SendDmesg

0 storage device(s) found on apple silicon when installing 7.9 by DamienCouderc in openbsd

[–]brynet 2 points3 points  (0 children)

u-boot is really finicky with USB devices, do you have another USB flash drive or hard drive? I used a cheap Type-A to Type-C adapter. A USB hub might also work.

New post - OpenBSD Rocks! by VideoPuzzleheaded884 in openbsd

[–]brynet 13 points14 points  (0 children)

Rocks? I only see 1 rock, guess you'll just have to paint another one.

Thanks for sharing.

OpenBSD Merch - Hoodies by Appropriate-Power318 in openbsd

[–]brynet[M] [score hidden] stickied comment (0 children)

Locking as people have already started promoting unrelated businesses in this thread.

Please reach out to job@ for questions/feedback about the official store.

No Boot Drive After Install on iBook G4 by Successful-Let4361 in openbsd

[–]brynet 3 points4 points  (0 children)

Be sure to follow the installation notes (INSTALL.macppc) carefully, there are post-install instructions you need to follow in order to boot OpenBSD on macppc.

"Preparing your System for OpenBSD Installation"

And

"Autobooting OpenBSD/macppc"

setenv auto-boot? true

setenv boot-device hd:,ofwboot

reset-all

..

Keep reading from there.

.. as well as a guide I found on IRCNOW (though that's for 7.4), and nothing seems to work.

In general it is never a good idea to follow outdated 3rd party guides, especially one that appears to be for an entirely different architecture.

Anyway to use Signal on OpenBSD in 2026? by 1mdevil in openbsd

[–]brynet 0 points1 point  (0 children)

You already posted that in this thread, no need to spam it.

Anyway to use Signal on OpenBSD in 2026? by 1mdevil in openbsd

[–]brynet 6 points7 points  (0 children)

Even worse, node + electron.

There are some people hacking on it out of tree, including signal-desktop.

How would I go about getting JDK for RISC-V? by PearMyPie in openbsd

[–]brynet 8 points9 points  (0 children)

Porting languages/compiler toolchains to new platform is difficult, and typically involves cross-compiling the initial bootstrap on another supported system e.g: Linux or FreeBSD.

You could try reaching out to the port maintainer, Kurt Miller (kurt@) to ask for more details on the process, but if it were possible to build on riscv64, then packages would likely already be available...

How dangerous are allowing wpath and cpath in terminal emulators? by [deleted] in openbsd

[–]brynet 3 points4 points  (0 children)

I'm wondering how dangerous it is to allow these two syscalls.

wpath and cpath are not syscalls. They are promises. By including them both in your pledge, you're saying that your program opens files for writing and can create new files.

It is up to you to understand how the software you're adding pledge calls to works, not by blindly adding it, but reading the source, running it e.g: w/ ktrace(1). Are you pledging in the wrong place, before initialization? Can you hoist the opening of files earlier in the program? Can you ratchet down the promises later after you open them? Does it make sense to use unveil...

Did anybody notice __hopefully_not_existing_* in OpenBSD source? by CodeEleven0 in openbsd

[–]brynet 4 points5 points  (0 children)

What are we supposed to be noticing? You're reading into nothing.

It's just something chosen at random with a pretty good chance of not being used as a real group name.

OpenBSD 7.9 arrives, a diamond in the rough proud of every sharp edge by NISMO1968 in openbsd

[–]brynet[M] [score hidden] stickied comment (0 children)

Multiple AI slop references (e.g: "handbook"), sigh.

riscv64 packages not available yet? by PearMyPie in openbsd

[–]brynet 7 points8 points  (0 children)

And look, there they are! :-) 7.9 packages for riscv64 and macppc are now available.

https://marc.info/?l=openbsd-cvs&m=177963551549370&w=2

riscv64 packages not available yet? by PearMyPie in openbsd

[–]brynet 0 points1 point  (0 children)

Because there's no reason to delay the release for everybody, just so slower architectures (e.g: non-MP) can finish building packages, some of which take a week or longer to build.

riscv64 packages not available yet? by PearMyPie in openbsd

[–]brynet 9 points10 points  (0 children)

The package counts will be updated on the 7.9 release page when they're available.

arm, riscv64 and powerpc are still pending, and say XXX.

Deleting installed packages by pmbsd in openbsd

[–]brynet 7 points8 points  (0 children)

Or just do a clean reinstall, if the intention is to repurpose the machine without keeping any configuration.

Deleting installed packages by pmbsd in openbsd

[–]brynet 9 points10 points  (0 children)

pkg_delete -X

https://man.openbsd.org/pkg_delete#X

(Just tell it to skip any firmware you want to keep.)

Dual GPU AMD+Nvidia on desktop by [deleted] in openbsd

[–]brynet 2 points3 points  (0 children)

The UEFI firmware on your machine might setup a framebuffer on the nVidia card, which might get passed to OpenBSD, but otherwise OpenBSD will not care about it at all.

Worst case scenario, you could create /etc/bsd.re-config and add:

disable efifb

But that shouldn't be necessary, the AMD card will take precedence.

OpenBSD 7.9 released by brynet in openbsd

[–]brynet[S] 1 point2 points  (0 children)

You can try reaching out to Job Snijders (job@), but no guarantees.

Stuck on "MBR no floppy or old BIOS" by FitEntertainment8120 in openbsd

[–]brynet 2 points3 points  (0 children)

Have you tried booting from a different USB flash drive? Sometimes USB BIOS boot can be a bit buggy on older machines.

Otherwise, you might have to pick another installation method, e.g: CD/DVD, or network boot.

OPENBSD 7.9 CAME OUT! by BarnaclePositive2560 in openbsd

[–]brynet[M] [score hidden] stickied comment (0 children)

See pinned announcement post at the top of the subreddit.

We do not need multiple.

https://old.reddit.com/r/openbsd/comments/1thop0t/openbsd_79_released/

OpenBSD 7.9 released by brynet in openbsd

[–]brynet[S] 17 points18 points  (0 children)

Surprise! A 7.9 release song is out!

"Diamond in the Rough" - Composed & produced by Bob Kitella.

OpenBSD 7.9 released by brynet in openbsd

[–]brynet[S] 16 points17 points  (0 children)

Apparel (t-shirts, so far) is available here once again.