Question about "<news>/db/history" file size

Julien ÉLIE julien at trigofacile.com
Wed May 6 18:37:14 UTC 2009


Hi Petr,

> JL> > And, if expire process not shutdown correctly, innd remains in "reserved"
> JL> > mode. How I can "ureserve" innd without restart?
> JL>
> JL> Oh, I thought I had fixed that a few months ago.
> JL>
> JL> I do not understand why it does not work.
> JL> Do you see the problem with INN 2.5.0?  (INN 2.4.6 is not fixed for that.)
>
> No, all work fine, this is my fault.

I still think something was wrong in news.daily.

Index: scripts/news.daily.in
===================================================================
--- scripts/news.daily.in       (révision 8431)
+++ scripts/news.daily.in       (copie de travail)
@@ -299,7 +335,7 @@
        }
     esac
     case "${SERVERMODE}" in
-    *space*" -- throttling")
+    "Server throttled"*)
        echo "${SERVERMODE} -- trying to recover"
        THROTTLED=true
        EXPIREFLAGS="${EXPIREFLAGS} -n"
@@ -401,7 +437,7 @@
 ##  Did we become throttled during the run?
 SERVERMODE=`ctlinnd mode 2>/dev/null | ${SED} 1q`
 case "${SERVERMODE}" in
-*space*" -- throttling")
+"Server throttled"*)
     ##  We did, try to unthrottle the server.
     echo "${SERVERMODE} -- trying to recover"
     ctlinnd -s go ""


-- 
Julien ÉLIE

« Non qui parum habet, sed qui plus cupit, pauper est. » (Senèque) 




More information about the inn-workers mailing list