> * IMAP Server Courier-IMAP > * PHP 4.3.10 > * Web server Apache 2.0.52 > * Platform Solaris 9 SPARC > * How your software was installed self extracted > * SquirrelMail version 1.4.3 + 1.4.4 > * Plugins you've installed. vlogin + compatability ( both latest) > * Any notes two installations (same prob) > - 1.4.3 without plugins > - 1.4.4 with vlogin > > > System has worked fine for many a moon except > > > When a user tries to access the addressbook > (no addressbook database setup - just outofthebox default) > > > Nothing happens. > > > When I say nothing I mean.... > > > the web browser (firefox 1.0 and IE6) waits and says "waiting for > domain.com" on the server..... > > No log appears - apache access_log ( I'm looking for a POST to > addressbook.php ) > > The file data/username.abook is created with 0 size and "lsof" shows an > apache process holds an open handle to this file. > > No serious CPU is being used by this process and a truss of the process > shows nothing at all. > > Any further requests from the browser to a sqirrelmail page are also > fruitless after trying to access make an addressbook entry. > > However - If I remove the associated 43K session file from /tmp then I am > presented with a login screen and every thing works with the following > exceptions. > > addressbook will lock it all up again and the previous apache process > still has a handle on username.abook. > > Permissions are fine. The entire web tree is owned by the username which > apache2 runs as, > > What can I try next - I am open to experimentation - to a point :)
try different php version if you can. try apache 1.3.33 instead of apache 2. maybe some functions used in functions/abook_local_file.php don't work correctly on solaris. maybe rewind(), fgetcsv(), flock(), fclose() or usleep(). -- Tomas ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
