Closed (fixed)
Project:
Barracuda
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2012 at 23:24 UTC
Updated:
17 Oct 2012 at 02:21 UTC
Thanks to the great work of omega8CC and the amazing boa .
Recaping events
1. barracuda up-stable upgrade freeze at "aptitude full-update" https://drupal.org/node/1779626
using omega8cc instructions
2. Removed mytop with apt-get remove mytop, apt-get purge mytop and rm -f /usr/bin/mytop
3. Ran dpkg --configure -a
4. Removed boa_wait.pid & boa_run.pid
5. Ran run barracuda up again
6. Scripts now run further but stops at "Restarting Redis and PHP-FPM, reloading Nginx"
The upgrade process completes when run a second time.
logs listed a missing pid for phpFPM
Comments
Comment #1
memtkmcc commentedIt is a result of known PHP bug: https://bugs.php.net/bug.php?id=62954
The only workaround currently is to use the option
_BUILD_FROM_SRC=YESin your/root/.barracuda.cnfconfig file before running barracuda upgrade, so it will build PHP from sources with the correct patch.Comment #2
omega8cc commentedNote however that the workaround/patch is available in the BOA HEAD only.
Comment #3
matsav commentedThanks omega8cc.
Will look at the workaround in HEAD version.
Comment #4
muschpusch commentedDoes this mean that upgrading packages is broken for stable at the moment???
[edit]
After reading the issue well: no just follow the steps from #1
[/edit]
Comment #5
matsav commented