Open Source

Bacula – notes on upgrading to 1.38.5

Today I ran a test upgrade of my Bacula installation. I went from 1.36.3 to 1.38.5. After running the database upgrade script, which creates new columns and a few new tables, I noticed that I needed to set some permissions. grant all on device to group bacula; grant all on device_deviceid_seq to group bacula; grant all on mediatype to group bacula; grant all on mediatype_mediatypeid_seq to group bacula; grant all on status to […]

Bacula – notes on upgrading to 1.38.5 Read More »

Changes to the FreeBSD SCSI drive to make it more like Solaris/Linux

I’ve been given a patch to test. It changes the SCSI driver so that it will be slightly more like Linux and Solaris. I’m just documenting the patch process here so we can see what I’m doing, in case something goes wrong. This patch will allow us to open the tape drive, even if there is no tape, and keep querying until a tape arrives. [root@dfc:/usr/src/sys/cam/scsi] # perl -pi -e “s:^M::g” ~dan/scsi_sa.c.diffs [root@dfc:/usr/src/sys/cam/scsi]

Changes to the FreeBSD SCSI drive to make it more like Solaris/Linux Read More »

New Bacula projects announced

The Bacula users and developers recently voted on 25 new projects to rank them in order of preference. The top five projects were: Implement data encryption (as opposed to comm encryption) Implement Migration that moves Jobs from one Pool to another. Accurate restoration of renamed/deleted files from Incremental/Differential backups Implement a Bacula GUI/management tool using Python Implement Base jobs You can see the list of projects and you can see how people voted.

New Bacula projects announced Read More »

Dan does Utah!

I’m heading off to Utah at the end of the month. The primary goal is to do some mountain biking in Moab. I’ve been there before but it’s time to go back again. As part of my trip preparation, I contacted the Greater Utah BSD User Group (aka GUBUG. Wouldn’t you know it! They’re having an installfest on the very day I’m arriving in Salt Lake City. What a coincidence! I’ll be giving

Dan does Utah! Read More »

Avoiding deadlock on FreshPorts

FreshPorts is an automated reporting mechanism for the FreeBSD ports and package. You may be familiar with freshmeat, upon which FreshPorts is loosely based. The major difference is that FreshPorts is 100% automated; everything operates off scripts. Features The key features of FreshPorts includes a powerful search tool and the ability to create custom watch lists that allow you to track changes to any port and receive automated notification via email. FreshPorts uses

Avoiding deadlock on FreshPorts Read More »

Firewall upgrade – progress

I’m getting through the firewall upgrade process. The first error was forgetting to set up the NAT rules. That was a silly error. Right now, I just have to get stunnel installed and configured. I used that for publishing my websites. From the web server, I run cvsup and get the latest files from my CVS repository. Hopefully, I’ll have the firewall on 5.4 and running later this week.

Firewall upgrade – progress Read More »

Scroll to Top