Gah, there are down files in the log directories. How did I not notice that before? I knew I was doing something stupid... Oh well, at least I learned another thing about daemontools today.

I got the log services started. Does this sound like something that could have caused my earlier problems (binc stops responding after a while)?

Thanks!

Henry Baragar wrote:

Joel,

What does "svstat ." say when you run it from the log subdirectory of your bincimap service directory (possibly /service/bincimap/log)?

Henry

On Tue, 27 Apr 2004 19:01:42 -0500, Joel <[EMAIL PROTECTED]> wrote:

Andreas Aardal Hanssen wrote:

On Mon, 26 Apr 2004, Joel wrote:

the FAQ I get a printout of the cert, but I don't get the "Welcome to Binc IMAP" message. I didn't notice anything interesting in the logs.
Any ideas? Let me know if there's any info I should post to help diagnose.



Try checking that your log partition isn't full, or that multilog isn't locked up somehow. It can also help to do an strace and see what system call Binc IMAP is hanging on.


Plenty of space on all filesystems. I'm not sure what to check on multilog, but multilog is working on other programs (qmail, djbdns). I do see that my current log for binc hasn't changed in 10 days though, that looks suspicious. My run file is

#!/bin/sh
# $Id: run.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
# daemontools supervise run-file for Binc IMAP Service.

exec 2>&1

exec    tcpserver -c 100 -u 89 -g 89            \
    -l $(hostname) -HDRP                        \
    0 143                                       \
    /opt/bincimap/bin/bincimap-up                       \
    --logtype=multilog                          \
    --conf=/opt/bincimap/etc/bincimap.conf --   \
    /home/vpopmail/bin/vchkpw                           \
    /opt/bincimap/bin/bincimapd


What do I strace on? bincimapd, bincimap-up?


Thanks,
Joel








Reply via email to