[tpop3d-discuss] tpop3d v1.4.1pre4

Prune prune at lecentre.net
Mon, 25 Feb 2002 16:48:17 +0100


Michael Klatsky wrote:

>Hmm...unfortunately, tpop3d crashes when executing with the -v flag:
>
>Feb 25 10:43:44 virt01 tpop3d[9593]: [ID 702911 mail.info] listening on
>address 66.6.65.180, port 110, domain klatsky.com
>Feb 25 10:43:44 virt01 tpop3d[9593]: [ID 702911 mail.error] quit: signal
>11 post_fork = 0
>
>I made the corrections to my tpop3d.conf, and I receive similar results
>to my prior post. I'll be happy to post the FULL slapd.log if necessary
>(a couple of hundred lines) in order to help wade through this.
>
>Thanks again!
>
re,

As you can see il logs, you have an error in ldap :

Feb 25 10:20:22 virt01 virt01.cttel.net[9382]: [ID 137417 local4.debug]
send_ldap_response: msgid=24 tag=101 err=32


I don't remember what error 32 is...
I'll check.
you could set debug mode to something less verbose as follow :
(in your slapd.conf)

---
# loglevel (see http://www.openldap.org/doc/admin/slapdconfig.html)
# -1 enable all debugging
# 0 no debugging
# 1 trace function calls
# 2 debug packet handling
# 4 heavy trace debugging
# 8 connection management
# 16 print out packets sent and received
# 32 search filter processing
# 64 configuration file processing
# 128 access control list processing
# 256 stats log connections/operations/results
# 512 stats log entries sent
# 1024 print communication with shell backends
# 2048 print entry parsing debugging

loglevel 256
---

256 is fine for this kind of problem.

I found error 32 :
noSuchObject                 (32)
you requested something that does not exist.
It's not a reason for a crash
as asked chris, run your tpop3d as :

./tpop3d -d -v -f /path/to/tpop3d.conf

then we'll see.

Cheers,

Prune

>