Wednesday, December 30th, 2009
I noticed a difference in the regression testing output between two systems today.
cmake-2.6.4
Stopping the Bacula File daemon
Stopping the Bacula Storage daemon
Stopping the Bacula Director daemon
===== pretest OK 00:00:39 =====
1/110 Testing disk:acl-xattr-test Passed
2/110 Testing disk:action-on-purge-test […]
Posted in General | No Comments »
Tuesday, December 29th, 2009
I lived in New Zealand from 1985-2001. I haven’t been back since. It’s time.
The plan: March-April 2010, two weeks. Not nearly enough time for a proper holiday or visit, but we’ll hit the hottest trails. This should be a blast.
We plan to do 8-10 rides in that time. We’ll see. […]
Posted in General | No Comments »
Saturday, December 26th, 2009
It was 2008 when I first created a Google Map for BSDCan and for PGCon. That year, I create one map, for each conference. In 2009, I needed two different maps because the venues were different. Each conference was at University of Ottawa, but in different buildings. It was then that […]
Posted in General | No Comments »
Thursday, December 24th, 2009
Pentabarf is the conference tool used by BSDCan and PGCON. I upgraded it recently and ran into trouble. I think that has been resolved now.
Since I last upgraded Pentabarf, it went from using svn to using git. Thus, you need a clean checkout of Pentabarf. I copied away the original source […]
Posted in General | No Comments »
Monday, December 7th, 2009
From http://bsdtalk.blogspot.com/
Interview with Dan Langille. We talk about the 2010 BSDCan and PGCon conferences. More information at http://www.bsdcan.org/2010/ and http://www.pgcon.org/2010/. We also talk briefly about FreeBSD 8.
File Info: 16Min, 8MB.
Posted in General | No Comments »
Saturday, December 5th, 2009
Backups come in three flavors:
Full - backup everything
Differential - backup everything since the last Full backup
Incremental - backup everything since the last backup (Full or Incremental)
I took the above from What Is Baula?
Most systems use mtime to determine if a file has changed. Thus, any file that has been modified since the last […]
Posted in General | No Comments »