Archive for 'Answers'
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: none
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
Q: Why do I get “ERROR: failed to get private key” when trying to establish an IPSec tunnel with racoon (ipsec-tools)?
A: If you are using x509 certificates to authenticate your end-points,
it is likely that your private keys are encrypted (assume the private key
is named maguro.key)
# less maguro.key
—–BEGIN RSA PRIVATE KEY—–
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,94BC2753E921722E
BjPpMYZouxEUBSdEtuRrnbcdGaTlmfuIh8RNxuijBU6ZawY1I5hosULrFKzrLzZt
FJ9kg9Zo60o7U0FGzI1LTw4UalQnnkgH/quRZ4pJeM20Hjc5m4mj+YDtXAgNXYrw
[ snip ]
F2EmHvuKGA+kF50n2CF9zXbg95iJZ2Fn57+8FTOmzNDMxQZDgfJ2BM2iy4eCy2kv
gp9gSvZrPLXJsw8ezrIsaNGsD9WEKim50je1LiWNMlBiVr8U41wgPg==
—–END RSA [...]
Posted: January 16th, 2007 under Answers, DragonFlyBSD, FreeBSD, NetBSD, Security.
Comments: none

