OpenBSD

4 readers
32 users here now

General OpenBSD community!

founded 1 year ago
MODERATORS
1
2
3
18
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 
 

Utils:

ssh

  • obvious

mg

  • debloated emacs
    • even smaller than nvi/nex!

tmux

  • a lot of people don't realize this is an OpenBSD project
  • session retention

doas

  • configuring sudo feels horrible after configuring doas
  • invaluable in ports

pf

  • ironic that this is most popular outside of OpenBSD (PFSense)

ifconfig

  • command line interface translates directly to configuration files

login.conf/login

  • anything on PenguinOS seems insane by comparison
    • especially oom killer

sndio

  • actually works
    • hopefully this gets popular outside of OpenBSD ;) ;) ;)

vmm/vmd

  • still in its early stages, but I love it

got (technically not an OpenBSD project, but adjacent)

  • debloated git
  • partial git compatibility

Library Functions/Syscalls:

pledge & unveil

  • interesting new approach to jails
  • set and forget, no interaction needed on the user's end
    • with exceptions like chromium & firefox

strtonum

  • far nicer than strto* functions in stdlib

malloc

  • now with use after free and leak detection! who needs valgrind?
4
5
 
 

The download page leads to install75.img, but the front page still says 7.4.

6
 
 

Written by Solène, on 31 December 2023.

7
 
 

For anyone wanting to have a nice little cli tool to search the OpenBSD packages repository. Also, there are emojis and much more.

8
 
 
9
 
 

From Solene

10
 
 

cross-posted from: https://lemmy.srcbeat.com/post/13468

Running a slightly modified version of Lemmy based on 0.18.5. Needed to upgrade a few of the dependencies. The worst was a segfault from the Rust crate jsonwebtoken!

11
 
 
12
13
14
 
 

Just spreading love for sysupgrade(8). I had a private server running 7.2 dutyfully serving a PHP software for a local organisation for the past 4 years.

Our provider suffered an outage which brought the server down for a few hours. When it got back up, I decided to use this outage to upgrade it to 7.4.

Two sysupgrade and one pkg_add -u later, the server is up and running again, without further intervention needed.

I did it all from my phone, in a train with a a laggy connection.

Thanks OpenBSD for caring this much about your users ! 🐡♥️

15
1
cwm (lemmy.sdf.org)
submitted 10 months ago by [email protected] to c/[email protected]
 
 
16
 
 

I am a bit surprised no one posted this here yet, but OpenBSD 7.4 was released:

https://www.openbsd.org/74.html

17
 
 
18
 
 

How long does it usually take for you to unhibernate after a ZZZ?

I timed my laptop where it stops at the "unhibernating @ block xxxxxx length xxxMB", and these are my times:

length 65MB: 1m 47s
length 285MB: 3m 29s

Are these normal times?

Setting vm.swapencrypt.enable=0 makes no difference, and according to dmesg "acpi0: sleep states S0 S3 S4 S5".

19
 
 

Hello, I've tried to find someone else using OpenBSD in various places for a while now, but with no success, so I'm hoping someone will read this.

I'm wondering what your output is from file(1) on a file you know has text encoded as UTF-8.

On my system (7.3-stable) the output is "Non-ISO extended-ASCII text", and I'm trying to figure out if this is how it should be, or if I did something wrong setting up the system.

So, if you have a computer with OpenBSD and a minute to spare, could you try running file(1) on a UTF-8 file and see if it identifies it as UTF-8 or "Non-ISO extended-ASCII text"?

Thanks in advance

20
1
OpenBSD telephony (discuss.tchncs.de)
submitted 11 months ago by [email protected] to c/[email protected]
 
 

Considering that OpenBSD's umb(4) and umsm(4) drivers support cards like the Quectel EC25, which comes in a USB variant, I was wondering if it was (at least in theory) possible to make calls using OpenBSD. I know you can get to the internet and send SMS with the smstools port, but what about calling ?

21
22
 
 

OpenBSD 7.3 + vmd(8)

  • alpine linux
  • NixOS
  • OpenBSD 7.3 -current ( for testings)
23
 
 

I would like to add a new keyboard layout (FR - AZERTY AFNOR). What is the correct way to do it ?

Ideally I would like to use it for everything:

  • full disk encryption
  • TTY
  • xenodm
  • xenocara session

For now, I updated /usr/X11R6/share/X11/xkb/symbols/fr to add the variant, which I load in xenodm and my xsession using setxkbmap.

However I feel like it's not "clean" as it should be done with wsconsctl .

So what is the correct way to do it ?

24
1
cwm :) (lemmy.sdf.org)
submitted 1 year ago by [email protected] to c/[email protected]
 
 
25
1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

Hey everyone,

I decided after many year to try again to slap OpenBSD on my old Acer Aspire one. The Wifi adapter is not supported, but I was thinking about using my phone to get network connectivity out of it. Unfortunately I'm hitting a strange behavior: ifconfig urndis0 autoconf works as expected, and I get an IP over DHCP. Ping and DNS resolution work as expected, but when I try any TCP connection, the connectivity simply stops working, and I cannot even ping the gateway anymore. dmesg doesn't say anything about it.

Has anyone encountered this already ?

view more: next ›