[RCD] Tiny patch for LDAP filter

2008-02-22 Thread Roy McMorran
not on my LDAP server). Here's a tiny patch to rcube_ldap.inc that eliminates the double wildcards. There may be a better way to do it, but this was simple. Cheers, Roy -- Roy McMorran Systems Administrator MDI Biological Laboratory [EMAIL PROTECTED] --- 8 --- detachments --- 8

[RCD] httpd using 100% cpu, imap socket stuck in CLOSE_WAIT

2008-04-03 Thread Roy McMorran
users that Roundcube is slow. This is Roundcube 0.1 stable running under PHP 5.2.5 / Apache 2.2.8 on Solaris 10. Our IMAP server is UW and lives on the same box. I'd appreciate any troubleshooting advice. Cheers, Roy -- Roy McMorran Systems Administrator MDI Biological Laboratory [EMAIL

[RCD] More info: httpd using 100% cpu...

2008-04-03 Thread Roy McMorran
Roy McMorran wrote: Often throughout the day I see instances where an httpd process will spike up to 100% cpu utilization and stay there for an extended period of time. After correlating information from a bunch of log files, I think I've found the circumstances that precipitate

Re: [RCD] More info: httpd using 100% cpu...

2008-04-03 Thread Roy McMorran
command-line users (with pine, mutt, etc). Looking through my apache logs, all the hangs have occurred inside imap.inc, in various functions. Usually iil_Readline or iil_C_Select though. Best wishes, -r -- Roy McMorran Systems Administrator MDI Biological Laboratory [EMAIL PROTECTED

Re: [RCD] More info: httpd using 100% cpu...

2008-04-03 Thread Roy McMorran
(this weekend). Another new release? Awesome! -- Roy McMorran Systems Administrator MDI Biological Laboratory ___ List info: http://lists.roundcube.net/dev/

Re: [RCD] More info: httpd using 100% cpu...

2008-04-03 Thread Roy McMorran
this issue. Cheers, -- Roy McMorran Systems Administrator MDI Biological Laboratory ___ List info: http://lists.roundcube.net/dev/

Re: [RCD] More info: httpd using 100% cpu...

2008-04-04 Thread Roy McMorran
Roy McMorran wrote: For now I'm looking at a workaround using stream_set_timeout on the imap socket. I'll let you know how that goes. I'm using the following as a workaround and it seems to help prevent the deadlock. This isn't tested thoroughly at all, and there are probably unintended