I upgraded Subversion 1.8.1 to 1.8.5 on some non-critical FreeBSD servers the other day. Normally I would run this command: portupgrade -fprv devel/subversion I noticed www/serf also needed updating, so this time I ran a command like: portupgrade -fprv www/serf

Read More → Trouble upgrading older Subversion on recent FreeBSD? You might be missing devel/scons

A student’s Toshiba Satellite laptop equipped with Windows 8 and Secure Boot refused to shut down by simply pressing the power button. The solution is to hold down the Fn button prior to holding down the power button. Keep both buttons depressed until you hear the laptop actually shutting down. Boy, do I love Secure […]

Read More → Toshiba Satellite laptop, Windows 8, and Secure Boot – what a combination!

I tried to convince named from dns/bind99, as of r333563, to start automatically at (re)boot on stable/10 and head. My /etc/rc.conf file contains lines like these: named_enable=”YES” named_program=”/usr/local/sbin/named” named_wait=”YES” named_wait_host=”localhost” named_auto_forward=”YES” named_auto_forward_only=”YES” Eventually, I resolved the matter using the following patch: The tabs are missing, so you better apply this patch by hand. It’s not […]

Read More → Having trouble starting named from dns/bind99 automatically? Here’s how I solved it!