Truncated and borked Thunderbird attachments

Friday, 02. 8. 2008  –  Category: all, stash

Fixed thus:
mail.server.default.fetch_by_chunks to false
From here. Unsure if the break is local or on the mailserver, a reasonably normal Courier IMAP deal.

FreeBSD amd64 Adaptec 39320 SCSI

Friday, 08. 25. 2006  –  Category: all, stash

This:
ahd0: <adaptec (Dell OEM) 39320 Ultra320 SCSI adapter> port 0xdc00-0xdcff,0xd800-0xd8ff mem 0xfe7fe000-0xfe7fffff irq 50 at device 7.0 on pci3
plus
Aug 25 10:22:52 mantis386 kernel: ahd0: Recovery Initiated – Card was not paused
Aug 25 10:22:52 mantis386 kernel: >>>>>>>>>>>>>>>>>> Dump Card State Begins <

Lazy checking website’s SSL certs

Thursday, 05. 11. 2006  –  Category: all, stash

I wanted to avoid RSI checking the browser’s padlock on every site I’d just updated a SSL cert for:
[lemon@core ~ ] 0 $ for z in 4 5 6 7 8 9 10 11 12 ; do echo ‘GET /’ | openssl s_client -connect devgateway${z}.foo.co.uk:443 2>&1 | openssl x509 -text | grep -i ‘Not Before’ [...]