cuppy
The name cuppy was inspired by a Starbucks story told to me by Kimberly Gibson. This system is set up for testing new stuff. The disk partitions: The zpools: The filesystems: The dmesg info:
The name cuppy was inspired by a Starbucks story told to me by Kimberly Gibson. This system is set up for testing new stuff. The disk partitions: The zpools: The filesystems: The dmesg info:
This is tallboy, the server I have at RootBSD. I like to store away this type of documentation, in case I need it later. This server was originally on UFS with gmirror. The partitions: The ada0 drive details: And ada1 drive details: And finally, dmesg:
I just converted another server from UFS to ZFS. I used this script as my starting point. I dropped to a shell as soon as I booted from the live CD. Then I fetch my script: fetch –no-verify-peer http://bit.ly/1MvhRXH mv 1MvhRXH install.sh I didn’t run the script. I modified it to suite my new conditions.
Another zroot install Read More »
This is tallboy, the server I have at RootBSD. I like to store away this type of documentation, in case I need it later. The partitions: The ada0 drive details: And ada1 drive details: And finally, dmesg:
In this post, I am using FreeBSD 9.3 but what I do here should have wide application, especially the errors I encounter. I believe in backups. Not just rsync, but multiple copies and in multiple places. RAID is not a backup. rsync is not a backup. The goal of this post is to send a
zfs send | zfs receive as non-root Read More »
A problem arose today which I have never seen before. I do not know what caused it and I do not know precisely how I fixed it. I am using Baclua 7.0.5 on FreeBSD 9.3 I found this email today: This is Bacula asking for more ‘tape’. I say tape, because that is an easy
Cannot find any appendable volumes – Bacula Read More »
I encountered this issue today on a FreeBSD 9.1-RELEASE-p4 system. The solution: freebsd-update fetch install and then a reboot.
freebsd-update failed an integrity check Read More »
Earlier today, I saw a bunch of emails like this: for <root@localhos>; Wed, 21 Jan 2015 20:32:36 +0000 (UTC) From: root@localhost.example.org (Bacula) Subject: Bacula: Copy Fatal Error of crey-fd Full Sender: bacula@bacula.example.org To: root@localhost.example.org Date: Wed, 21 Jan 2015 20:32:36 +0000 (UTC) Message-Id: <20150121203236.E993D2B28@bacula.example.org> X-Gm-Original-To: dan@example.org 21-Jan 20:32 bacula-dir JobId 197313: Warning: FileSet MD5 digest
Bacula helps me solve a mergemaster problem which broke Bacula Read More »
freebsd-update is a great tool. It reduces my workload. It’s hard to use it wrong, but I have managed to do so. So have other people. Yesterday, three of us encountered the same issue. We did it wrong. We didn’t do it wrong yesterday. We did it wrong months ago, and now it’s come back
Failure with freebsd-update; how not to upgrade your systems Read More »
Just a note for myself. I had this kind of thing in /etc/fstab so I could share one installation of plugins and themes for WordPress. /usr/local/wordress/plugins /usr/jails/freebsddiary.org/usr/local/www/wordpress/plugins nullfs ro,nosuid,noexec,late 0 0 /usr/local/wordress/themes /usr/jails/freebsddiary.org/usr/local/www/wordpress/themes nullfs ro,nosuid,noexec,late 0 0 /usr/local/wordress/plugins /usr/jails/news.freshports.org/usr/local/www/wordpress/plugins nullfs ro,nosuid,noexec,late 0 0 /usr/local/wordress/themes /usr/jails/news.freshports.org/usr/local/www/wordpress/themes nullfs ro,nosuid,noexec,late 0 0 Then I moved them to their
nullfs mounts in a jail Read More »