temporary failure. Command output: maildrop: signal 0x19

This is not the first time this has happened. It last happened about a month ago. Tonight it happened for a different reason. This time it wasn’t the size of the mbox (I’m not using mbox on this server). This time it’s the size of the log. $ ls -lha ~/.mailfilter.log* -rw-r–r– 1 dan dan 52k Jan 11 00:18 /usr/home/dan/.mailfilter.log -rw——- 1 dan dan 48M Jan 10 21:03 /usr/home/dan/.mailfilter.log.1 Once I mv‘d the […]

temporary failure. Command output: maildrop: signal 0x19 Read More »

Bacula on FreeBSD with ZFS

Full disclosure: I’m biased. I like the combination of PostgreSQL, FreeBSD, ZFS, and Bacula. In fact, I like it so much, I wrote the PostgreSQL backend for Bacula. Since then, I have been using Bacula for over 10 years. I have backed up to HDD, DDS, DLT, and SDLT. Bacula has proven to be reliable and it just works. Clients are available for a wide range of operating systems and Bacula doesn’t care

Bacula on FreeBSD with ZFS Read More »

Connecting a M/M VGA cable to a KVM switch using a gender changer

This post is about removing the threaded ports from a gender-bender VGA adapter so you can use it with a connector which already has ports. The photos will make it clear what I’m referring to. I recently obtained a KVM switch. This will make sysadmin life at the console easier. Previously, if I needed to be on the console for a given machine, I had to connect the keyboard and monitor cables to

Connecting a M/M VGA cable to a KVM switch using a gender changer Read More »

You don’t have permission to access /pipermail/bsdcan-announce/ on this server – mailman

I ran into this problem today and spent about 2 hours trying to figure out what went wrong. I composed an email to the Mailman mailing list and never sent it, because I solved the problem. Here is that email: Subject: Cannot view archives via website Hello, I think this is solved, but I’m posting anyway. I *think* the issue is one of permission: Apache, running as user www, cannot access the private

You don’t have permission to access /pipermail/bsdcan-announce/ on this server – mailman Read More »

reject_unknown_recipient_domain gives Recipient address rejected: Domain not found

If you’re using Postfix for submission and attempts to submit give this messages on the Postix server: Recipient address rejected: Domain not found you’re probably chroot’d. That is, your submssion entry in master.cf looks like this: submission inet n – – – – smtpd When it should look like this: submission inet n – n – – smtpd Penalty against http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL which was my starting point. My thanks to rob0 and lunaphyte for

reject_unknown_recipient_domain gives Recipient address rejected: Domain not found Read More »

pg_dump: aborting because of server version mismatch

Here’s something to be aware of. Update your PostgreSQL client on your Bacula client if it is used for backing up the Catalog. Ngaios just told me: FILE_AGE WARNING: /usr/backups/bacula/MyCatalog.dump is 45125 seconds old and 0 bytes I looked at the backup job from earlier today: 28-Dec 08:15 bacula-dir JobId 195194: shell command: run BeforeJob “/usr/local/bacula/make_catalog_backup.new MyCatalog” 28-Dec 08:15 bacula-dir JobId 195194: BeforeJob: pg_dump: server version: 9.4.0; pg_dump version: 9.3.5 28-Dec 08:15 bacula-dir

pg_dump: aborting because of server version mismatch Read More »

zpool upgrade calls for gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot

NOTE: when upgrading a zpool, it may be necessary to also upgrade the bootcode for that disk (or disks). Be aware of this before proceeding. I know I have missed this step more at least once. Earlier today I was adding a new pool to the system. After creating the pool, the status showed this: Let’s upgrade that pool now Upgrading the pool Upgrading the pool is easy: Oh… Now what? I wasn’t

zpool upgrade calls for gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot Read More »

Scroll to Top