Thomas Haynes a écrit :
I'm being evil here on purpose. :->
I'm trying to run cthon04 as downloaded from the connectathon.org repository
and I'm getting this:
Nroff
./stat: no data in nroff.time
general tests failed
Tests failed, leaving /cthon04/loghyr mounted
I had a similar behavior and it was a bug on my side that I solved
during the past bake-a-thom : the 'nroff' step does lots of garbage in
the file, so there is a call to 'grep -v' to get rid off all this
garbage. The result is sent to a secondary file that is moved to the
original file. So there is a 'mv -f a b' were both a and b exist. This
should lead to a situation were the original "b" disappears and is
replaced by "a". This was the bug I had. May be you are in the same
situation. I hope this would help you.
Regards
Philippe
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html