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 [...]
Posted: January 16th, 2007 under Answers, NetBSD, System Administration.
Comments: none
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: January 16th, 2007 under Answers, Networking, OpenBSD.
Comments: 1
Q: How do I update the locate database (updatedb) in *BSD?
A: In the BSDs this command is /usr/libexec/locate.updatedb .
Posted: January 16th, 2007 under Answers, DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, System Administration.
Comments: none
