On Fri, Jul 16, 2010 at 11:56:17AM +0300, Reko Turja wrote: > >On Thu, Jul 15, 2010 at 09:22:51AM -0700, Jeremy Chadwick wrote: > >>Furthermore, relevant bug (PR 144754) indicates there's an > >>easier way to > >>induce this problem, so I'm going to see if I can reproduce it here > >>locally. It's almost certainly the same problem but induced via a > >>slightly different context. > >> > >>http://lists.freebsd.org/pipermail/freebsd-bugs/2010-March/038956.html > >> > >>I'll report back once I poke around with that. > > >testbox# cyradm > >cyradm> > > Try giving command cyradm localhost instead - the cyradm without > connection starts, but trying to connect to the local server > triggers the bug. Or you can give 'server localhost' instead from > the cyradm command line.
This doesn't help. The problem is that Cyrus imapd is completely freaking out, continually dying and re-forking itself, with my kernel message buffer filling rapidly + all.log filling. So, there is further configuration of this daemon that's needed (meaning it does not work "straight out of the box"), and I need those configuration details. Proof -- note the imapd pid changing constantly: testbox# ps -auxw | grep cyrus cyrus 46529 5.0 0.4 22376 3920 ?? Rs 11:25PM 0:05.36 /usr/local/cyrus/bin/master -d cyrus 51859 0.0 0.4 22376 3920 ?? R 12:14AM 0:00.00 /usr/local/cyrus/bin/master -d testbox# ps -auxw | grep cyrus cyrus 46529 6.0 0.4 22376 3920 ?? Ss 11:25PM 0:05.43 /usr/local/cyrus/bin/master -d cyrus 51928 0.0 0.3 22512 3572 ?? R 12:15AM 0:00.02 imapd testbox# ps -auxw | grep cyrus cyrus 46529 6.0 0.4 22376 3920 ?? Ss 11:25PM 0:05.55 /usr/local/cyrus/bin/master -d cyrus 52046 0.0 0.1 1560 1360 ?? R 12:15AM 0:00.00 imapd testbox# ps -auxw | grep cyrus cyrus 46529 6.0 0.4 22376 3920 ?? Ss 11:25PM 0:05.61 /usr/local/cyrus/bin/master -d cyrus 52114 0.0 0.1 1560 1360 ?? R 12:15AM 0:00.00 imapd -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"