Search Results for: bacula

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 »

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 »

Using ~/.ssh/authorized keys to decide what the incoming connection can do

~/.ssh/authorized_keys allows you to specify the command run by the incoming ssh connection. In this post: FreeBSD 14.2 I was searching for a previous blog post to give you some background. I failed. I backup my Bacula database and my Bacula configuration via rsync. These backups go to more than one host. The following are lines from ~rsyncer/.ssh/authorized-keys on my dbclone host – which gathers database backups from various hosts. The above appears

Using ~/.ssh/authorized keys to decide what the incoming connection can do Read More »

Problems with OpenVPN when server is FreeBSD 14.2 and client is 14.1

After replacing an existing gateway with new hardware, the OpenVPN connections had issues. The clients would connect, but non-trivial amounts of traffic would cause errors. This post contains a workaround, by upgrading the OS. I would like to know the cause. In this post, these are the version in use: FreeBSD 14.2 (for the OpenVPN server and some of the clients) FreeBSD 14.1 (for some of the clients) OpenVPN 2.6.13 (on the server

Problems with OpenVPN when server is FreeBSD 14.2 and client is 14.1 Read More »

New vuln is out – where do I have that installed? – SamDrucker

I abandoned this post back in March h202 because I was unable to get keycloak to contact samducker. I’m publishing it now mostly because of SamDrucker. keycloak is a vnet jail. Interesting things happen there. From time to time, security issues are found within software. The FreeBSD package management system relies upon pkg-audit and the Vulnerability database to alert system administrators that attention is required. Case in point, My Nagios monitoring is showing

New vuln is out – where do I have that installed? – SamDrucker Read More »

Complete network shutdown – wtf?

This afternoon, I was running an Ansible script to update the snmpd configuration settings on nagios03 (which replaced nagios02 – which was intentionally destroyed earlier today). After the script completed, I could not access the ngaios3 website, nor could I ssh into the host. My first thoughts: I must have messed up the ssh configuration, I’ll fix it through the console. I can’t get to anything. Anywhere. WIFI now? No, it’s me that’s

Complete network shutdown – wtf? Read More »

Loading up an old copy of a PostgreSQL database, zfs snapshots, and sanoid snapshot management

Sometimes you want to go back to a known good state. And you want to do it quickly, without waiting around. In my case, that’s going to be a zfs snapshot. Today I am preparing to test some code changes so that FreshPorts properly creates a new category. See these recent blog posts for details: Welcome to the new category: filesystems Fixing the category creation code In this post: FreeBSD 14.1-RELEASE-p5 postgresql16-server-16.4 dbclone

Loading up an old copy of a PostgreSQL database, zfs snapshots, and sanoid snapshot management Read More »

Scroll to Top