Questions tagged [netbsd]
NetBSD is a freely available open source version of Unix-derivative Berkeley Software Distribution (BSD); due to convenient license and portability, NetBSD is often used in embedded systems.
86 questions
0 votes
1 answer
93 views
Netbsd: where are patches/fixes?
pkg_admin audit said.. Package sqlite3-3.49.2 has a memory-corruption vulnerability, see https://nvd.nist.gov/vuln/detail/CVE-2025-6965 Package libxml2-2.14.4 has a use-after-free vulnerability, see ...
1 vote
1 answer
153 views
NetBSD "-f" option in find
I can't understand what "-f" option to find command on NetBSD mean. Manual: https://man.netbsd.org/find.1 says -f Specifies a file hierarchy for find to traverse. File hierarchies may ...
0 votes
0 answers
443 views
How to build OpenSSL from source, without depending on /lib/libcrypto.so
After several sessions with intense Google searching and trying several angles with ChatGPT, I seem to be at a dead-end, my problem arises when I try to build OpenSSL from source, it seems that the ...
1 vote
0 answers
92 views
NetBSD - how to display information about kernel memory in GDB?
I'm debugging the NetBSD kernel with gdb, but I would like to be able to display information about the memory region an address is in. I'm mainly interested in finding out the permissions of a page of ...
1 vote
0 answers
73 views
Is possible to find a single file of NOT installed package on Netbsd?
Simple question: On Fedora, i want to search mplayer.. dnf provides *bin/mplayer on Debian apt -y install apt-file apt-file update apt-file search mplayer|grep bin on Freebsd pkg install -y pkg-...
2 votes
0 answers
1k views
NetBSD: podman mount volume: Error: statfs : no such file or directory
I'm experimenting with podman under NetBSD and want to mount a host directory into the container. According to this answer I did: podman machine init -v ~/podman/volumes/:/mnt/podman tpvm podman ...
0 votes
1 answer
354 views
Issues starting headless installation of NetBSD in VirtualBox
On a headless Ubuntu 22.04 machine, I'd like to start a headless installation of NetBSD 9.2 in VirtualBox. I have a prepared virtual machine with a set of blank disk images attached, as well as with ...
1 vote
1 answer
619 views
How to "talk" to a "parent" IP in a subnet?
I have access to just *nix systems. Either NetBSD and/or bare Linux-based OS. So my question comes from the fact that ADB is not widely available on all platforms, if so is very hard to install or ...