Author name: Dan Langille

Short Term Plan (amended)

Taken from the original with completed items removed. I have several items I would like to complete in the short term. Writing them down may help me commit to doing them. To Do allow new server to slave DNS move IRC proxy to another server put cover back on BAST get SSL working with EFNET Send out RFP reminders in Jan contact the theatres regarding Star Trek (ask in OCLUG who has seen […]

Short Term Plan (amended) Read More »

No bracelet

For the first time since I put it on in May 2001, I am without the custom bracelet Bronwyn made for me just before I left New Zealand. It is not lost, merely left behind. I’ll retrieve it next weekend, and it’s been put aside for me. But for the next 6 days, it will be strange to not be wearing it. It was made from silver melted down from necklaces I no

No bracelet Read More »

Migrating one Bacula Volume to another

I run Bacula. I have coded for Bacula. Now I’m writing about Bacula again. Bacula is by far and away the best open source program for managing network-based backups. In this article, I will show you how I migrated a bunch of jobs from a disk Volume to a tape Volume. However, the approach I will use can be applied to any type of job migration. Why bother? I’m running of disk space

Migrating one Bacula Volume to another Read More »

Avoiding dynamic IP address woes with a VPN

I’m sick of dealing with dynamic IP issues. My broadband connection at home has a dynamic IP address. I can always find out what my home IP address is. I’m using dns/noip to manage a hostname which points to home. I can always ssh home via the hostname. The problems arise when I try to restrict access to services provided at home or access to services on external servers. For example, the web

Avoiding dynamic IP address woes with a VPN Read More »

When my IP address changes…

When my IP address at home changes, what do I need to do? I have servers out there on the Internet, which need to know the new IP address. I need to ssh to each of them and update: /etc/pf.conf – the IP address of my home gateway /etc/hosts /usr/local/etc/nrpe.conf restart stunnel It’s kind of annoying. I think much of it could be avoided with a VPN.

When my IP address changes… Read More »

US Postal System

The US postal system seems pretty good to me. I mailed some bike parts back to Chris King in Portland, from Philadelphia. I mailed the package at about 5pm on Tuesday night. The package was delivered about 1pm the next day. Cost: $5.45, including delivery confirmation. Nice. Very nice. Chris King had already sent me replacement parts. This was the return of the broken part. That part threads into the hub and is

US Postal System Read More »

SVN commits now available

The SVN commits are now available for viewing. At present, only the FreeBSD src tree is working through SVN. Therefore, the easiest way for you to see those commits is through the FreshSource interface. That link takes you to the SVN version. You will notice that the src commits are duplicated. This was not done intentionally. However, it is fortunate in it allows for easy fact checking. This error is possible only because

SVN commits now available Read More »

Database load times

With all the databases I run, I need a daily sanity check. I download a copy of each database and do a test load on my system at home. Today I timed that process: $ time ~/bin/backup-supernews.sh … real 77m57.323s user 12m52.610s sys 0m56.136s There are 11 such databases. The dump files range in size from 5K (globals.sql) to 2.8G (freshports.sql). The script that does this is pretty simple, but has evolved over

Database load times Read More »

Scroll to Top