Package: monit Version: 1:4.10.1-3 I had told monit to use an htpasswd file with md5sums in it.
However I just used "htpasswd" - I thought it uses md5sum by default, but actually it's crypt. So the passwords were _not_ valid md5sums. Unfortunately there are two asserts in util.c (line 1646 is the first one). So monit just "mysteriously" died. I figured it out by strace()ing it. It would be good to change these asserts to perhaps spit out warning message (bad MD5 password for user ...) but to _keep_ working. Thanks, Adrian -- Email: [EMAIL PROTECTED] -*- GPG key available on public key servers Debian GNU/Linux - the maintainable distribution -*- www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

