Jev wrote:
> Im running cyrus-imapd-2.0.14 on a FreeBSD 4.3 STABLE box, When I set
> up cyrus cyradm worked fine, but now when I try and connect to the cyrus
> server on the local machine it asks for a Password, and then for a IMAP
> password, then it spins out of control bringing the whole (Production!
> eek!) machine to a crawl. eventually perl exits on signal 10, Bus Error
> (core dumped)
>
Have you tried using the --auth flag to cyradm to specify the correct
authentication method (this would avoid the 2 password prompts, although
there's no reason it'll actually fix your problem).
> I can't go into much more detail to see what is happening as this is a
> production server. The only significant change I have made to the system
> was doing a make world since I set up cyrus.
> Im using sasl_pwcheck_method: pwcheck for authentication
>
What's taking up the resources, Perl/cyradm or your pwcheck daemon? If it's
Perl, try running cyradm under the debugger to find the line that's causing
the problem. Type 'perldoc perldebtut' and also 'perldoc perldebug' at a
shell prompt to learn how to use the perl debugger if you're not familiar
with it (if you know gdb, you'll find it familiar).