Problems with trackback
It always seemed that autotrackwas doing too much. Turns out that the timestamp file was not being correctly updated - perhaps NetBSD was optimising away the open/close of the file.
Adding a write seems to make things happier. Find the timestamp code and, between the open and the close, add:
$fh->write("something");