I’ve noticed that Cisco VPN Client 5.0.07.0440 tends to fail with “Reason 414: Failed to establish a TCP connection.” on long-running Windows 7 SP1. It’s been going on for years.

Read More → Long-running Windows 7 SP1, Cisco VPN Client 5.0.07.0440, and “Reason 414: Failed to establish a TCP connection”

None of the below is relevant as of 2014-06-06, other than the possible need of reverting sys/dev/pci/pci.c. I have confirmed that FreeBSD/i386 stable/8 r267147 works as expected on Dell OptiPlex GX260. If you happen to run FreeBSD/i386 stable/8 on older Dell desktop PCs, like an OptiPlex GX260, you might want to back out r262226 prior […]

Read More → FreeBSD/i386 stable/8 on Dell OptiPlex GX260

While compiling a custom kernel for FreeBSD/amd64 base/head r264077, I began wondering how old is the oldest source file, how young is the youngest? This is the command I devised: The oldest source files are: The youngest source file is: That’s a span of about 10.815 years.

Read More → Youngest and oldest source file in FreeBSD base/head

My advice is to switch careers from programming to ditch digging (where at least at the end of the day you will know you did something). From: George V. Neville-Neil. 2014. This is the foo field. Commun. ACM 57, 4 (April 2014), 30-31. DOI=10.1145/2580942 http://doi.acm.org/10.1145/2580942.

Read More → Career advice

I grew tired of handholding portupgrade because of the latter’s inability to handle new dependencies. The script below is the result of my frustration. The script is available for downloading at http://ximalas.info/~trond/create-zfs/canmount/upgrade-outdated-ports.sh.

Read More → Coping with portupgrade’s inability to handle new dependencies

Tja, ungene lærer nok ofte å bli forbrukere av digital teknologi, heller enn å mestre den. Se bare på hva digitale analfabeter velger: Apple. Fordi det er enkelt å forstå. Fra: http://blog.lindso.no/sperre-tilgangen-til-intenettet-i-klasserommet/#comment-1208038855.

Read More → Digitale analfabeter

While pondering why darkstat all of a sudden shows corrupted timestamps when running on FreeBSD/amd64 stable/9, I wrote a small program to decode the export format. The program is available using svn co svn://svn.ximalas.info/darkstattype or http://svnweb.ximalas.info/darkstattype/. The license is the 2-clause BSD license.

Read More → Decoding darkstat’s export format

I’m probably not paying enough attention to new developments in FreeBSD after all. After updating the installed ports in my VMs running base/head and base/stable/10, X11 stopped working. It turns out the new version of X.org requires KMS and what not in the kernel. This doesn’t fare well with VMs running inside VirtualBox. The solution? […]

Read More → WITHOUT_NEW_XORG=yes → true

If you’re like me, eager to test new stuff in FreeBSD, you might as well run a virtualized FreeBSD laboratory on your desktop. I use Oracle VirtualBox, but you might as well use Microsoft Hyper-V, real hardware, or some other contraption. Couple this with ZFS and boot environments, and you’re even able to rapidly revert […]

Read More → Your own virtualized desktop FreeBSD lab