Category Archives: Answers

Q: Why do I get ‘Undefined symbol “_openpam_debug” referenced from COPY relocation in su’ in NetBSD?

A: This appears most commonly seen after an upgrade from NetBSD 2.2 to 3.0. This is caused by additional copies of libpam being installed, most likely in /usr/pkg/lib via pkgsrc. You can first check this by simply $ ls /usr/pkg/lib/libpam* … Continue reading

Posted in Answers, NetBSD, System Administration | Leave a comment

Q: Why do I get “read text: Unknown error: code 60 failed(60)” when trying to PXE boot OpenBSD?

A: You will need to add the following option to /etc/dhcpd.conf on your DHCP server. next-server 10.0.0.5;   The next-server address should refer to your tftp server.

Posted in Answers, Networking, OpenBSD | 1 Comment

Q: How do I update the locate database (updatedb) in *BSD?

A: In the BSDs this command is /usr/libexec/locate.updatedb .

Posted in Answers, DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, System Administration | Leave a comment