Tag Archives: FreeBSD

Remove all packages from a FreeBSD system

Today I had to reset a FreeBSD build to start over the installation. I did not feel like re-installing, because the system had not been modified a lot, except for the installation of the wrong software versions. Since you don’t … Continue reading

Posted in Linux/FreeBSD | Tagged , , , | Leave a comment

Tripwire on freebsd 6.1

I recently started using Tripwire on our FreeBSD servers, and now all policies are working like they should, I can sleep at night knowing Tripwire is checking our servers. I wrote this tutorial from my notes and a few websites … Continue reading

Posted in Linux/FreeBSD | Tagged , , | Leave a comment

FreeBSD 6.1 and Virtual PC 2007: negative runtime error

If you want to run FreeBSD 6.1 or 6.2 on Virtual PC 2007, you will most likely receive tons of error messages on the console like this: calcru: negative runtime of The solution is very simple, just add one line … Continue reading

Posted in Linux/FreeBSD | Tagged , | 1 Comment

Install SNMP on FreeBSD

We make heavily use of snmp in our datacenter. Not only for monitoring services but also traffic. We have a monitoring server with 1000+ sensors, where 60% are snmp checks. I only use a minimal configuration for snmp because we have a … Continue reading

Posted in Linux/FreeBSD | Tagged , | Leave a comment

limitations of rm on FreeBSD

Today I had a small problem. I needed to delete a lot of files (tmp dir) but rm gave me an error for the first time: Argument list too long The solution is pretty simple by using piping to remove … Continue reading

Posted in Linux/FreeBSD | Tagged | Leave a comment