OpenBSD
1.18K subscribers
38 photos
2 videos
6 files
405 links
Download Telegram
Debugging an ioctl Problem on OpenBSD.

I was trying to use a V4L2 Ruby module on my OpenBSD laptop but ran into a problem where sending the V4L2 ioctls from this module would fail, while other V4L2 programs on OpenBSD worked fine...

https://jcs.org/2022/02/16/ioctl

#ruby #debug #ioctl
๐Ÿ‘1
-current has moved to 7.1-beta

With the following commit, Theo de Raadt (deraadt@) moved -current to version 7.1-beta:

https://www.undeadly.org/cgi?action=article;sid=20220221061125

#release
๐ŸŽ‰5
Native IPv6 with OpenBSD and Aussie Broadband

We are coming on two decades since IPv6 became a recognised standard and generally available but it is still not being widely adopted by people and organisations that have easy access to IPv4 address space. Even if you have a native IPv4 address, it will typically be in the form of some CG-NAT or other NAT on your customer premises equipment (CPE)...

https://www.tubsta.com/2022/03/native-ipv6-with-openbsd-and-aussie-broadband/

#network #ipv6
๐Ÿ‘3
OpenBSD/arm64 on Apple M1 systems.

It has taken a while, but I'm pleased to announce that OpenBSD/arm64 works well enough on Apple M1 systems for some wider testing...

https://www.undeadly.org/cgi?action=article;sid=20220320115932

#hardware #install #system
๐Ÿ‘17๐Ÿ˜2
obsdfreqd - userland CPU frequency scheduling for OpenBSD.

https://tildegit.org/solene/obsdfreqd

#cpu #freq
๐Ÿ”ฅ1
Heap Overflow in OpenBSD's slaacd via Router Advertisement

In this blog post we analyze a heap overflow vulnerability we discovered in the IPv6 stack of OpenBSD, more specifically in its slaacd daemon. This issue, whose root cause can be found in the mishandling of Router Advertisement messages containing a DNSSL option with a malformed domain label, was patched by OpenBSD on March 21, 2022. A proof-of-concept to reproduce the vulnerability is provided.

https://blog.quarkslab.com/heap-overflow-in-openbsds-slaacd-via-router-advertisement.html

#security #network #slaacd
๐Ÿ‘3๐ŸŽ‰1
Doing stupid things (with packets and OpenBSD).

Several articles about OpenBSD on server: https://doing-stupid-things.as59645.net/

#system #network #mail
๐Ÿ‘5
FreeBSD vs OpenBSD: Which is Right for You?

FreeBSD vs OpenBSD. Which is more secure? Which is faster? Which is generally superior? Both have their strengths and weaknesses, and both appeal to different audiences depending on needs.

https://www.ateamsystems.com/tech-blog/freebsd-vs-openbsd-which-is-right-for-you/

#system
๐Ÿ‘2๐Ÿ”ฅ1
pkg - a wraper for OpenBSD's pkg* tools.

https://github.com/qbit/pkg

#packages #pkg
๐Ÿ‘5
History... (from Twitter).
๐Ÿ‘17๐Ÿ”ฅ4๐ŸŽ‰4
OpenBSD Gaming Updates Q2 2022.

It's been a little quieter on the subreddit for a while, but that doesn't mean that nothing is happening in OpenBSD gaming! With the final touches being applied before the OpenBSD 7.1 release, this is as good a time as any to give a bit of an overview of recent developments and useful resources...

https://www.reddit.com/r/openbsd_gaming/comments/u5tdzy/openbsd_gaming_updates_q2_2022/

#desktop #games #system
How to talk to a local IPMI under OpenBSD.

Much like Linux, modern versions of OpenBSD are theoretically able to talk to a suitable local IPMI using the standard ipmi(4) kernel driver. This is imprecise although widely understood terminology; in more precise terms, OpenBSD can talk to a machine's BMC (Baseboard Management Controller) that implements the IPMI specification using one of a number of standard interfaces, as covered in the "System Interfaces" section of ipmi(4). However, OpenBSD throws us a curve ball in that the ipmi(4) driver is normally present in the default OpenBSD kernel but not enabled...

https://utcc.utoronto.ca/~cks/space/blog/unix/OpenBSDLocalIPMI

#ipmi #hardware
Channel photo updated
๐ŸŽ‰23๐Ÿ‘14๐Ÿ”ฅ12๐Ÿ˜ฑ1
๐Ÿ‘5๐Ÿ”ฅ1๐ŸŽ‰1
Let's install OpenBSD/riscv64 on QEMU

I wanted to get in on the OpenBSD/riscv64 bandwagon, but I don't have the money to spend on fancy new hardware. Fortunately, QEMU has RISC-V support. Unfortunately, I could not find any instructions to install OpenBSD on it. We'll just have to figure it out ourselves...

https://briancallahan.net/blog/20220418.html

#install #riscv64 #install
๐Ÿ‘2๐Ÿ”ฅ2
iblock: block scanner TCP connections under OpenBSD.

iblock is a software whose purpose is to detect TCP connections, on specific ports, in order to block the corresponding IP addresses, through Packet Filter...

https://doc.huc.fr.eu.org/en/monitor/iblock-openbsd/

#network
๐Ÿ‘3๐Ÿ”ฅ1
Let's try V on OpenBSD.

A long time ago, I submitted a patch for V. And then I mostly forgot about V. GitHub recently reminded me of its existence. Let's see if V still works on OpenBSD. I am going to build it, see if it is easily able to be made into a port, and then try some of their upstream-developed programs...

https://briancallahan.net/blog/20220426.html

#programming #v
๐Ÿ‘9๐Ÿ”ฅ4
How to contribute to the OpenBSD project?

You like OpenBSD? Then, I'm quite sure you can contribute to it! Let me explain the many ways your skills can be used to improve the project and contribute back.

https://dataswamp.org/~solene/2022-05-03-contributing-to-openbsd.html

#system #contribute
๐Ÿ‘12๐ŸŽ‰1
Programming Style Influences.

The point of this post isn't try and persuade you that you should also use OpenBSD's style as an influence, but I wanted to show what the effects of a programming style influence can be. I could equally have talked about how BBC BASIC, Arm 2 assembly, Python, Template Haskell, or many other languages and systems have influenced me, and I think the overall thrust of this post would have been similar...

https://tratt.net/laurie/blog/2022/programming_style_influences.html

#code #programming
๐Ÿ‘3