ispcp-apache-logger is crashing - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: ispcp-apache-logger is crashing (/thread-4149.html) |
ispcp-apache-logger is crashing - pgentoo - 08-31-2008 10:08 AM My apache error log file is full of: piped log program ' /var/www/ispcp/engine/ispcp-apache-logger' failed unexpectedly Anyone else having this issue? I'm running on perl 5.8.8. RE: ispcp-apache-logger is crashing - sci2tech - 08-31-2008 06:51 PM pgentoo Wrote:My apache error log file is full of: Do you have in /var/log/ispcp ispcp-apache-logger.sterr and ispcp-apache-logger.stout? If yes please provide their contents. Also are /usr/local/www/logs /usr/local/www/logs/users directories writable for apache running user? RE: ispcp-apache-logger is crashing - pgentoo - 09-01-2008 03:40 AM stderr looks like: Code: Use of uninitialized value in string ne at /var/www/ispcp/engine/ispcp-apache-logger line 144, <STDIN> line 1. stdout looks like: Code: Trouble line: RE: ispcp-apache-logger is crashing - pgentoo - 09-01-2008 03:46 AM Also, that users logs folder is writable by apache. I don't have the folders you mentioned though, but i'm guessing thats just a distro difference? Code: ispcp logs # ls -la RE: ispcp-apache-logger is crashing - sci2tech - 09-01-2008 07:33 AM Sorry /usr/local/www/logs and /usr/local/www/logs/users are for *bsd. For gentoo are /var/log/apache2 and /var/log/apache2/users, from here files are copied to users folders. Also relevant folder is /var/log/ispcp but i see that this is ok since you have ispcp-apache-logger.stout. I`ll modify regexp for processing line and it will correct this error. Problem is generated by [31/Aug/2008:10:27:35 -0700] I only take account of posibility that this char can be + not -. Thanks for signaling and it will be corrected in my next commit RE: ispcp-apache-logger is crashing - pgentoo - 09-01-2008 08:44 AM Great to hear. If you can get this committed today it would be great. Thanks! RE: ispcp-apache-logger is crashing - sci2tech - 09-02-2008 05:03 AM Done. Please test r1338. |