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

memtkmcc’s picture

It 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=YES in your /root/.barracuda.cnf config file before running barracuda upgrade, so it will build PHP from sources with the correct patch.

omega8cc’s picture

Note however that the workaround/patch is available in the BOA HEAD only.

matsav’s picture

Thanks omega8cc.

Will look at the workaround in HEAD version.

muschpusch’s picture

Does 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]

matsav’s picture

Status: Active » Closed (fixed)