_ [comp] innd: SERVER throttle File exists writing SMstore file – throttling

なにやら inn2 がサービス停止していたようだ。

innd: tradspool: could not open /var/spool/news/articles/XXXXXXXX/XXXXXXXX File exists
innd: SERVER throttle File exists writing SMstore file -- throttling
innd: SERVER cant store article: File exists

例によって、history やら overview やらがぶっ壊れたかな。ということで復旧作業。 まず inn2 を停止し、news ユーザで作業する。

rm -f /var/lib/news/histroy*
/usr/lib/news/bin/makehistory
rm -rf /var/spool/news/overview/*
/usr/lib/news/bin/makehistory -O
/usr/lib/news/bin/makedbz -f history -i

ここで inn2 を起動。再度 news ユーザで、

cd /var/lib/news
for f in `awk '{print $1}' active`
do
/usr/lib/news/bin/ctlinnd renumber $f
done

これで OK。以前は tcsh なぞ使っていたけど、今回はちゃんと sh(bash) only で作業。

_ [debian] fontconfig 2.2.1-16vd1

毎度。