Archive for the 'Uncategorized' Category



I was interviewed recently by Will Backman, the host of BSD Talk, about the latest changes in IPsec in FreeBSD. The podcast can be heard here:

http://bsdtalk.blogspot.com/

http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk121.ogg

Add to del.icio.us - Digg this article

As of about 2 weeks ago the IPsec implementations in FreeBSD were changed such that the old, Kame, IPsec is no longer in the system, and the system that was once called FAST_IPSEC is now the official IPsec of FreeBSD.

What does this mean to you?

 FreeBSD IPsec is now MP Safe, which is a requirement for [...]

Add to del.icio.us - Digg this article

 Unlike suspend/resume on a laptop the guest operating system in a Virtual Machine doesn’t know when it has gone to sleep and woken up. The best way to get it to keep time correctly is to use ntpd (see ntpd(8) and ntp.conf(5)).

In order to keep ntpd running you have to tell it not to [...]

Add to del.icio.us - Digg this article

Will Backman of BSDTalk interviewed me about my work with kernel development and virtual machines. You can find the podcast here:

http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk109.mp3

and you can find all the podcasts on BSDTalk here:

http://bsdtalk.blogspot.com/

I’ll be adding more posts about working with virtual machines in the near future.

Add to del.icio.us - Digg this article

Remote GDB on VMWare

One of the reasons to use virtual machines is that they make kernel debugging easier. No messing about with serial cables anymore, the simulator provides you with virtual serial ports, which to the operating system look just like real serial ports. In this entry I’ll explain how to use remote GDB with VMWare [...]

Add to del.icio.us - Digg this article