Archive for the ‘FreeBSD’ Category

Nagios check_mem Plugin for FreeBSD

no comments

I’ve been using FreeBSD on and off for several years, in conjunction with several flavours of Linux.  Occasionally I run into compatibility issues between the two.  Today the issue I ran into was with a Nagios plugin used to determine the amount of available memory.

The check_mem script bundled with Nagios uses the ‘free’ command to get its numbers, which isn’t available on FreeBSD.  Read on to see my workaround.

Read the rest of this entry »

November 8th, 2008 at 2:54 pm  

Posted in FreeBSD, Servers

Can’t install rar on Freebsd 7 AMD64

2 comments

Earlier tonight I was attempting to install ‘rar’ onto my FreeBSD system.  unrar was already installed.  Weird how I had one but not the other.  Anyway, when I attempted to install the port, I got an error!

Read the rest of this entry »

October 27th, 2008 at 8:52 pm  

Posted in FreeBSD

Apache Benchmark Broken on FreeBSD 7

no comments

If you’re using FreeBSD 7, and trying to make use of ‘ab’, the Apache Benchmark tool, you’ve likely seen a lot of this error:  apr_socket_recv: Connection reset by peer (54).  I kept seeing it, and did a quick Google search to find the fix.  Here it comes!

Read the rest of this entry »

September 9th, 2008 at 7:31 pm  

Posted in Coding, FreeBSD

Updating your FreeBSD Ports Tree

one comment

I’ve returned to using FreeBSD after a many year hiatus, and it appears that the process for upgrading the ports tree has slightly changed!  Read on to see the new way to do it…

Read the rest of this entry »

September 2nd, 2008 at 9:33 pm  

Posted in Discoveries, FreeBSD