The much-anticipated FreeBSD 10.1 has been released into the wild. FreeBSD 10.1 brings a host of new features and improvements, especially over our previous standard 9.1. These include: Improved BHyve: BHyve is FreeBSD’s type-2 native hypervisor which boots almost all FreeBSD and Linux versions (10.1). UEFI boot: Initial support for x64 architecture has been added… Read more »
A-Team Secure Off-Site Backup Storage
Monday, September 8, 2014
Secure, smart and easy: How off-site backups should be! Off-site backups are a critical part of properly managing colocated or locally hosted servers. Any kind of backup makes good business sense for many reasons — for example, they keep you running after accidentally deleting a file or a server compromise. However, off-site backups are key… Read more »
SCRIPT: Automatic CouchDB Compaction
Monday, January 2, 2012
As you probably know CouchDB will not automatically reclaim unused space, nor compact or clean up its views during normal operation. Instead these processes are meant to be run at optimal times (ie; off peak hours) so they do not affect user performance during critical periods. Over time this obviously means that any CouchDB can… Read more »
SOLVED: Output of Multiple Greps Are Delayed or Missing (No Output) When Tailing a File
Sunday, September 12, 2010
I recently ran into an issue when running the output of tail -F file.log through a series of multiple grep instances. One level of grep worked fine and I saw the output in real time. However, once I added a second level, I would get nothing for minutes after, then sudden output (at first I thought my… Read more »
HOW TO: Using dig(1) to Find DNS Time to Live (TTL) Values
Thursday, August 26, 2010
The dig(1) command is a handy DNS information and troubleshooting tool. It can be used to grab a host or domain’s TTL (time to live) values. This information can be critical to planning a DNS cut over, and how long to leave the old server on. In most circumstances I’d recommend running a low (5… Read more »
SOLVED: Apache HTTPd Crashes or Goes Offline Exactly At Midnight
Monday, August 9, 2010
After updating Apache httpd on a server running FreeBSD, it went offline at exactly midnight the following night, producing a log entry like this in httpd-errors: [Tue Aug 10 00:00:01 2010] [notice] SIGHUP received. Attempting to restart [Tue Aug 10 00:00:01 2010] [notice] seg fault or similar nasty error detected in the parent process The… Read more »