September 2010

Overly agressive spam rejection

I’ve been getting a few of these emails lately. It’s my own servers rejecting email I’m send to myself. I’m not sure yet where to adjust these settings. I’m not even sure what software is rejecting it. I suspect amavis. Return-Path: <dan@supernews.example.org> X-Original-To: dan@nyi.example.org Delivered-To: dan@nyi.example.org Received: from localhost (localhost [127.0.0.1]) by nyi.example.org (Postfix) with ESMTP id 0B2F350BC6 for <dan@nyi.example.org>; Fri, 17 Sep 2010 01:47:15 +0100 (BST) X-Virus-Scanned: amavisd-new at example.org Received: from […]

Overly agressive spam rejection Read More »

ntp wasn’t running but Nagios didn’t notice

Earlier today, I noticed the following output from a Bacula job: 24-Sep 14:14 bacula-dir JobId 38548: Start Backup JobId 38548, Job=latens_home.2010-09-24_14.12.38_31 24-Sep 14:14 bacula-dir JobId 38548: Using Device “MegaFile-latens” 24-Sep 14:09 latens-fd JobId 38548: DIR and FD clocks differ by -307 seconds, FD automatically compensating. That’s 5 minutes. It shouldn’t be varying by that much. So I started ntp. That’s when I noticed it was not being started by /etc/rc.conf. But I thought

ntp wasn’t running but Nagios didn’t notice Read More »

Rebate!

Back in Feburary, I ordered a 720W PSU for $150. There was a $60 rebate with it. When the PSU arrived, I promptly filled out the form and put it in an envelope for mailing. Except, I didn’t mail it. I found that envelope a few weeks ago. What the hell. I mailed it. It was already stamped etc. Today I got a $60 VISA debate card. Win. Interestingly enough, I originally bought

Rebate! Read More »

ZFS – how much space do I have?

According to this, I have 5.41T available. $ zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT storage 12.7T 7.28T 5.41T 57% ONLINE – According to this, I have 3.7T available: $ df -h | grep stora storage 3.7T 1.7G 3.7T 0% /storage storage/Retored 3.7T 39K 3.7T 0% /storage/Retored storage/bacula 8.0T 4.3T 3.7T 54% /storage/bacula storage/pgsql 3.7T 5.5G 3.7T 0% /storage/pgsql Which is correct?

ZFS – how much space do I have? Read More »

Sending out a URL for password reset

Quite some time ago, FreshPorts and The FreeBSD Diary both moved from clear text passwords to password hashes. As such, you are no longer able to recover your password. You had to email me. This is extra work for everyone. Let us automate this. The first, step, is a table: create table user_password_reset( user_id int not null, date_requested timestamp with time zone default (‘now’::text)::timestamp(6) with time zone, ip_address inet not null, token text

Sending out a URL for password reset Read More »

3Ware RAID issues resolved

It seems the RAID issues mentioned in recent posts have been resolved. On Friday, I upgraded the firmware on the controller and rebooted. 5 days later, the status is still OK: $ sudo /usr/local/sbin/tw_cli info c0 u0 Password: Unit UnitType Status %RCmpl %V/I/M Port Stripe Size(GB) ———————————————————————— u0 RAID-10 OK – – – 64K 195.548 u0-0 RAID-1 OK – – – – – u0-0-0 DISK OK – – p0 – 65.1826 u0-0-1 DISK

3Ware RAID issues resolved Read More »

Scroll to Top