2007-10-05 20:42:15 UTC
I'm using ngetdaemon for aprox 2 years. The best newz grabber I've tested. But made by computer scientist for computer scientists... No matter! It works and it's fast.
It was working perfectly under my old Fedora C4
But I'm in trouble now that I've passed to (the dark side oups) FC5 then FC6 then ...C7.
I'm looking deep inside ... don't know if it's migration problem, nget or deamon pb...
ngetd/test.log cries for millions of "Undefined offset: 0"
It seems that I have $logarray empty after line 279 in daemon/class_nget_control.php
exec('tail -c 4000 '.$this->__LOG_FILE
.$i.'.log | sed -r \'s/^.*\cM//g\' | sed -r \'s/[\r\n]//g\' | grep -i "' . $scan[$k]['grep'] . '" | ta
il -n 1 2>/dev/null', $logarray);
and in other lines.
thanks for the job you made with ngetd!
R.