SV: problem error in inwatch file

Russ Allbery rra at stanford.edu
Tue Dec 4 03:22:58 UTC 2007


"Gert Koefoed Andersen" <gert at kofo.org> writes:

> By innd version 2.4.4 on a gentoo amd64 (latest version of inn)
> From my /usr/lib64/news/bin/innwatch file:
> from line 244
> 	    if [ \( -z "${STATE}" -o "${STATE}" != "${LAB}" -o "${OK}" = y
> \) \
> 		    -a "${VALUE}" "-${TST}" "${LIM}" ] ; then

It's the last part that's causing this problem, and it means that VALUE or
LIM isn't defined.  Usually this means that your df is broken in some
fashion or another (such as producing output in some format that innwatch
isn't expecting).

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>

    Please send questions to the list rather than mailing me directly.
     <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.


More information about the inn-workers mailing list