Skip to main content

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.

Filter by
Sorted by
Tagged with
0 votes
1 answer
93 views

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 ...
elbarna's user avatar
  • 14.3k
1 vote
1 answer
153 views

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 ...
SekstusEmpiryk's user avatar
0 votes
0 answers
443 views

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 ...
user1359448's user avatar
1 vote
0 answers
92 views

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 ...
Isaac's user avatar
  • 111
1 vote
0 answers
73 views

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-...
elbarna's user avatar
  • 14.3k
2 votes
0 answers
1k views

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 ...
Thomas P's user avatar
0 votes
1 answer
354 views

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 ...
Kusalananda's user avatar
  • 356k
1 vote
1 answer
619 views

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 ...
abacox's user avatar
  • 143
0 votes
1 answer
255 views

I'm reviewing man(2) pages on NetBSD 9, and have seen that all of the documents (write(2), open(2), pipe(2)) mention the Standard C Library at the top. My understanding was that system calls were ...
donny-nyc's user avatar
0 votes
1 answer
241 views

I have a remote server running NetBSD 6, to which I have access only via SSH. I have very limited Unix/Linux experience but I guess there are some command line torrent cliens available for Unixes like ...
yssup's user avatar
  • 53
4 votes
3 answers
3k views

Does FreeBSD, NetBSD, or OpenBSD have an encryption feature like Linux's dm-crypt? And will it work for a system partition?
user avatar
1 vote
1 answer
4k views

If you're shopping for an SSD, you've surely seen one of those screenshots from CrystalDiskMark with a few green squares, and the 2x4 matrix with results of doing read/write tests for the given ...
cnst's user avatar
  • 3,333
1 vote
3 answers
155 views

I'm trying to compile fIcy (https://gitlab.com/wavexx/fIcy) for NetBSD/FreeBSD. When I'm executing the make command nothing happens. Even no error message. The same source package compiles without ...
Lagerbier's user avatar
1 vote
2 answers
3k views

NetBSD 7.1 (GENERIC.201703111743Z) amd64 In TTY without gui , the better screen resolution is set at boot time but the font is really to small. So how to change that On debian dpkg-reconfigure ...
ctac_'s user avatar
  • 1,978
0 votes
2 answers
2k views

I have installed "NetBSD JWM" in the virtual environment of VMware Workstation 14 Pro. I'd like to set wallpaper but I do not know how to do it.
Usuha's user avatar
  • 9
5 votes
1 answer
6k views

I just installed NetBSD 7.1.1 (i386) on my old laptop. During the installation, I could not install pgkin (I don't know why), so I skipped it and now I have a NetBSD 7.1.1 installed on my laptop ...
David's user avatar
  • 309
2 votes
1 answer
3k views

I'm trying to run tnftpd on OS X, which is NetBSD's FTP server and used to be OS X's FTP server. I built and installed it from Apple's sources. Unfortunately, it seems that I cannot run the server ...
GDP2's user avatar
  • 197
0 votes
1 answer
1k views

I'm running NetBSD on the Raspberry Pi 1 Model B. uname -a NetBSD rpi 7.99.64 NetBSD 7.99.64 (RPI.201703032010Z) evbarm I'm trying to install pkgin but I'm receiving an error about version mismatch .....
BugHunterUK's user avatar
5 votes
3 answers
2k views

I'm new to NetBSD, although often using pkgsrc on ubuntu. I can build and install packages from source without any effect ubuntu's package dependencies. For example, even if ruby 2.2 is installed by ...
cul8er's user avatar
  • 339
3 votes
2 answers
989 views

I've recently installed NetBSD 7.0.2, and I'm having trouble setting my hostname right. I'm using DHCP, so I got dhclient=YES in my /etc/rc.conf. Now, the documentation says, that there are several ...
polemon's user avatar
  • 12k
8 votes
2 answers
10k views

I claim an IPv6 address using ifconfig in a script. This address is then immediately used to listen on a TCP port. When I write the script like this, it fails because the service is unable to listen: ...
jornane's user avatar
  • 311
1 vote
2 answers
911 views

On my NetBSD installation, I have it set so that root has no password. I can login as root without typing a password. But, when I create a user with just useradd -m <username>, log out, then ...
Melab's user avatar
  • 4,468
3 votes
4 answers
1k views

I am interested to use NetBSD as the operating system on my server. I have not used a system where security updates are performed by source, but have read enough in the guide to feel comfortable ...
user981178's user avatar
  • 1,077
1 vote
2 answers
2k views

I'm in NetBSD installation process, when configuring network, I'm stuck in this command and there is no way out of it: Status: Command failed Command: /sbin/ifconfig fwip0 media Hi enter to continue ...
Megidd's user avatar
  • 1,579
3 votes
2 answers
666 views

Is there some form of automated NetBSD installation? I would like to automate this manual process: https://www.netbsd.org/docs/guide/en/chap-exinst.html But I found no examples.
firebitsbr's user avatar