I have the same problem. I have also compiled it the same way, and am
running on FreeBSD 4.2 I do use vpopmail with mysql.
I have qmailadmin 0.45 and vpopmail 4.9.8-1
I didn't have a power outage, but qmailadmin does seg 11 once or twice a
day... "pid 26354 (qmailadmin), uid 88: exited on signal 11".
What files do I need to clean? and what do you mean by "warm" clean?
I only appear to have three cdb files:
/home/vpopmail/etc/tcp.smtp.cdb
/var/qmail/control/morercpthosts.cdb
/var/qmail/users/cdb
-rw-r--r-- 1 vpopmail vchkpw 817 May 11 16:49 /home/vpopmail/etc/tcp.smtp
-rw-r--r-- 1 vpopmail vchkpw 11309 May 15 10:09
/home/vpopmail/etc/tcp.smtp.cdb
-rw-r--r-- 1 root qmail 827 May 14 08:32 morercpthosts
-rw-r--r-- 1 root qmail 4071 May 14 08:32 morercpthosts.cdb
-rw-r--r-- 1 root qmail 8160 May 14 08:32 assign
-rw-r--r-- 1 root qmail 12289 May 14 08:32 cdb
I actually never encountered this problem, it was reported to me by a user
from HK using IE 5.5, told me that when he tried to add a new pop account,
it gave him that error, and logged him out, and he needed to login again and
again.
Any info would be appreciated :)
__
Kris.
At 04:53 PM 5/13/2001 -0300, you wrote:
> > I just ran
> >
> > ./configure
> > make
> > make install-strip
> >
> > It has been working fine for about 2 months, and now has started creating
> > the "File Error 6" messages
>
>It appers to be a locking under any of your cdb files. Specially under
>the ip locking cdb.
>It may be caused by an crash or power outage of your system.
>
>auth.c:
>
>if ( strncmp(ip_addr, TmpBuf, MAX_BUFF) != 0 ) {
> unlink(TmpBuf1);
> fprintf(actout, "<h2>%s %d</h2>\n", get_html_text("150"), 6);
> show_login();
> exit(0);
>}
>
>Try warm cleaning your cdb temp files.
>
>
>
>B.R.