ctlinnd shutdown

Jeffrey M. Vinocur jeff at litech.org
Tue Feb 5 18:23:22 UTC 2002


On 5 Feb 2002, Alex Kiernan wrote:

> "Jeffrey M. Vinocur" <jeff at litech.org> writes:
>
> >     Feb  4 02:24:33 marduk innd: SERVER can't close history
> >     /usr/local/news/db/history: Interrupted system call
> >
> >     Feb  4 13:18:39 marduk innd: SERVER can't close history
> >     /usr/local/news/db/history: No such file or directory
>
> Did if manage to get anything into the error log from the underlying
> history API (look in history/hisv6/hisv6.c for hisv6_dispose for what
> it might generate)

All that's in errlog is the same as the above -- hisv6_closefiles just
gives the above (the value of errno, effectively).

EINTR maybe because of SIGCHLD if something else isn't closing?  And is
ENOENT what you get if you try to close a descriptor that is already
close?

(I'm guessing blind here, by the way.)

-- 
Jeffrey M. Vinocur
jeff at litech.org



More information about the inn-workers mailing list