sym0: SCSI parity error detected: SCR1=1 DBC=11000036 SBCL=ae

This happened today: Nov 15 21:28:36 knew kernel: sym0: SCSI parity error detected: SCR1=1 DBC=11000036 SBCL=ae Nov 15 21:28:49 knew last message repeated 1611 times Nov 15 21:28:49 knew sudo: dan : TTY=pts/0 ; PWD=/usr/home/dan ; USER=root ; COMMAND=/sbin/camcontrol rescan all Nov 15 21:28:49 knew kernel: sym0: SCSI parity error detected: SCR1=1 DBC=11000036 SBCL=ae Nov 15 21:28:52 knew last message repeated 374 times Nov 15 21:28:52 knew kernel: sym0: SCSI parity error detected: […]

sym0: SCSI parity error detected: SCR1=1 DBC=11000036 SBCL=ae Read More »

temporary failure. Command output: maildrop: signal 0x19

Earlier this week, I started seeing this error on a FreeBSD 9.2 mail server running Postfix 2.10.1: CDDB71C56D53 37470 Mon Nov 11 16:22:45 MAILER-DAEMON (temporary failure. Command output: maildrop: signal 0x19) mailarchives@tallboy.unixathome.org I use maildrop, a procmail alternative. I first started using procmail in December 2000. It’s been a good 13 years, but it’s time. At the prompting of Warren Block, who has helped me (and many others) on numerous occasions in the

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

nagios plugin check_pgsql can’t handle all valid database names

I found a problem with the check_pgsql Nagios plugin last week. It can’t handle names such as freshports.org. It’s a valid database name, as witnessed here: $ psql -l | grep freshports freshports.old | dan | SQL_ASCII | C | C | freshports.org | dan | SQL_ASCII | C | C | But it doesn’t work: $ /usr/local/libexec/nagios/check_pgsql -H slocum -l www -d freshports.org check_pgsql: Database name is not valid – freshports.org Usage:

nagios plugin check_pgsql can’t handle all valid database names Read More »

svn: E170000: Unrecognized URL scheme

If you see this message when trying to svn up: then you are missing a subversion compile option. Try this command: cd /usr/ports/devel/subversion && make config Then make sure this option is checked: [X] SERF WebDAV/Delta-V (HTTP/HTTPS) repo access module Then recompile subversion with one of these two commands: portupgrade -f subversion Or portmaster subversion

svn: E170000: Unrecognized URL scheme Read More »

Nvi saved the file sudoers.tmp

Have you ever seen a message like this? From: Nvi recovery program Subject: Nvi saved the file sudoers.tmp Date: November 3, 2013 6:48:00 PM EST To: root@slocum.example.org Reply-To: root@slocum.example.org On Thu Jul 25 18:55:42 2013, the user root was editing a file named /usr/local/etc/sudoers.tmp on the machine slocum.unixathome.org, when it was saved for recovery. You can recover most, if not all, of the changes to this file using the -r option to vi:

Nvi saved the file sudoers.tmp Read More »

mounting the FreshPorts chroot within a jail

In my work on FreshPorts, I’ve learned more than the average non-committer about the FreeBSD ports tree and its oddities. Just about everything learns about a port it gets from ‘make -V’. Even this method can be fraught with difficulty. In an attempt to get the fairest information possible, FreshPorts uses a chroot solution, first proposed by Ryan Steinmetz . Previous posts about this particular solution can be found in the FreshPorts blog.

mounting the FreshPorts chroot within a jail Read More »

bad ifconfig leads to no pings

I had a Bacula job fail today: Is bacula-sd running on crey? Yes it is. Can I telnet to port 9103 on crey? Yes, I can: $ telnet 10.5.0.20 9103 Trying 10.5.0.20… Connected to crey.example.org. Escape character is ‘^]’. What about from the nyi-fd server? Can I telnet from there? $ telnet 10.5.0.20 9103 Trying 10.5.0.20… telnet: connect to address 10.5.0.20: Operation timed out telnet: Unable to connect to remote host I started

bad ifconfig leads to no pings Read More »

doveadm cannot work without a tty

I got this message today: $ doveadm pw -s SHA512-CRYPT Enter new password: doveadm(dan): Fatal: open(/dev/tty) failed: No such file or directory It seems if you have no tty, you can’t create a password. Surely there is a better way to do this? # w 7:21PM up 19 days, 4 mins, 0 users, load averages: 0.48, 0.77, 0.67 USER TTY FROM LOGIN@ IDLE WHAT # That’s on a FreeBSD 8.4-RELEASE-p3 jail. To access

doveadm cannot work without a tty Read More »

Accessing every jail from a VPN

I’ve been meeting a few challenges with running an instance of bacula-fd in each of my jails. Most of them are related to networking. Perhaps my deployment strategies are imposing too many restrictions. The challenges arise on the jail hosts which are not behind my firewall at home. Each of those servers is accessible through a VPN, but the individual jails on those servers are not. The backup of the jail host is

Accessing every jail from a VPN Read More »

Scroll to Top