Categories

init.d Script for Napatech Cards

Just something thrown together quickly for use with our Ubuntu 8.04 LTS systems to initialize the card and configure it on boot. You must set CONFIG to be your config file or else the script will just exit. This init script assumes you have only one card in the box and it is ntxc0. Don’t [...]

Reviewing Daemonlogger Source

Sometimes developers make the darndest errors/comments. Take these from Daemonlogger.

perror(”Unable to stat partition!\n”);
fatal(”EPIC FAIL!”);

else
{
fatal(”Lurene sez ur fucked\n”);
}