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