Books

Feed

Categories

Ads

Recent Posts

Ads

Security Advisories

RSS FreeBSD Advisories

RSS NetBSD Advisories

Archive for '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*   If you find these libraries exist, then you should check the following: /etc/ld.so.conf libm.so.0 [...]

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.

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

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