Closed (fixed)
Project:
Barracuda
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 10:59 UTC
Updated:
30 May 2011 at 11:11 UTC
After updating to the lastet stable version of BARRACUDA I get an error after starting php_fpm:
Starting php_fpm /etc/init.d/php-fpm: line 51: 9930 Segmentation fault $php_fpm_BIN --fpm $php_opts
failed
I also get failcounts on the shmpages in /proc/user_beancounters
What can I do? Does aegir needs more mem now?
Regards
Chipie
Comments
Comment #1
omega8cc commentedBarracuda modifies some PHP/SQL limits to match available server resources. This works without any issues on Xen and VServer, but maybe Virtuozzo family has some problems we didn't see before. Please try to reduce APC limit set in the
/opt/etc/php.inifile and try to start php-fpm.Comment #2
Chipie commentedThanks for the prompt reply. Indeed, after setting apc.shm_size to 256M, I could start php-fpm.
Comment #3
omega8cc commentedThis should be fixed in this commit: http://drupalcode.org/project/barracuda.git/commit/3bec96ce8b7779f7417da...
Comment #4
omega8cc commented