Questions tagged [openbsd]
OpenBSD is a BSD variant with a strong security and code correctness focus.
529 questions
3
votes
1
answer
220
views
OpenBSD 7.7 mips64el pre-built packages
I installed OpenBSD 7.7 for the loongson2f.
When I try to run pkg_add, it fails because it is looking for the OpenBSD-7.0-pkg.pub key, which doesn't exist in the system.
I also tried to install some ...
1
vote
0
answers
65
views
Getting Tuxedo laptop fans to work on BSD
This question pertains to Tuxedo laptops (and possibly Clevo, Uniwill, or Tongfang laptops, which Tuxedo systems appear to be based on). Tuxedo provides official support for Windows and Linux, but I'm ...
2
votes
1
answer
73
views
OpenBSD process maps
I am using OpenBSD 7.7.
So I know that procfs is not mounted on /proc, and I need to use sysctl to fetch process maps. But this fails as I am not running as a root user. The secure level is set to 1 ...
0
votes
0
answers
63
views
OpenBSD: group access on NFS share?
I'm exporting a filesystem from Ubuntu 22.04.5 via /etc/exports:
/mnt/exportTest/ 192.168.129.8(rw,async,no_root_squash)
and mount this filesystem on OpenBSD 7.7 in /etc/fstab:
192.168.130.2:/mnt/...
0
votes
2
answers
160
views
Failing to Multiboot OpenBSD - stuck at partitions and Linux GRUB
I am trying my hand at learning multibooting, so far my target PC has Antix-Linux ext4 on one partition, FreeBSD UFS on another, ExFat common data on a 3rd, Target PC has been partitioned with GPARTED ...
0
votes
0
answers
56
views
Cannot access vio0 remotely after changing from autoconf to static IP address
I have a hosted VPS running OpenBSD 7.6. It provides services on the private network (vio1) via requests sent from a reverse proxy on that network. The initial networking configuration was created by ...
1
vote
1
answer
79
views
Is software raid5 created by mdadm in debian compatable with openbsd softraid
I have created software raid5 using mdadm in Debian Linux. Now I want to switch to OpenBSD and interested if I will be able to mount my raid5 under new system?
1
vote
1
answer
109
views
Keyboard encoding during boot via KVM
OpenBSD 7.6 fresh install
Choosing "no" as keyboard encoding during install - working
Keyboard connected via KVM
Reboot -> login prompt
At login prompt; when pressing any key, the system ...
18
votes
2
answers
2k
views
What exactly is a scratch file (starting with #)? Does it still work today?
I've been reading up on some Unix history and got interested into the csh because it's installed by default on OpenBSD.
In the csh manpage it had a reference to "W Joy - An Introduction to the C ...
1
vote
1
answer
624
views
Setting `ulimit -l unlimited` for non-root user
I am playing with llama.cpp on OpenBSD-current. The program has a --mlock flag to force loading the model into physical memory (i.e. disable mmap). However, running as a non-root user gives warning: ...
0
votes
0
answers
112
views
`$SHELL` still points to `/bin/sh` over SSH after `chsh -s $(which fish)`
I am using OpenBSD-current. After doas pkg_add fish, I ran chsh -s $(which fish) to change the default shell of my user qys to fish, and it works:
$ /usr/bin/ssh magicbane
Last login: Wed Aug 21 11:17:...
0
votes
1
answer
330
views
fdisk: /dev/sd1c is not a character device
I hope this message finds you well. I am writing to you because I am attempting to format and partition a drive in OpenBSD but have been met with the following message:
virtual-server# fdisk /dev/sd1c ...
0
votes
1
answer
56
views
Why does FDisk's Editor Close when Running the Command 'a'?
I hope this message finds you well.
I am writing because I ran the following in my OpenBSD device
and am uncertain why it stops running:
virtual-server# fdisk -e sd1
Enter 'help' for information
sd1:...
0
votes
0
answers
75
views
How to mount /dev separatedly in OpenBSD?
All partitions can have: "rw,nodev,nosuid", only exception is the "/dev" directory (that it cannot have "nodev").
Is there a way that i can partition a new OpenBSD ...
0
votes
1
answer
399
views
Why Is OpenBSD History Not Persistent?
I installed OpenBSD and quickly realised that the history is not persistent. I'm guessing this is a security related feature. But I don't know why this is a good idea. Anyone?