Comment 11 for bug 1476296

Revision history for this message
Daniel van Dorp (djvdorp) wrote :

Just like Bob (v-bob), I am also affected by the same behaviour when upgrading from stable 1.8 to mainline 1.9. Thanks for your workaround Lior Goikhburg (goikhburg), it worked like a charm, I just had to kill some lingering nginx processes by hand after your step 1 via:

# kill $(ps aux | grep '[n]ginx' | awk '{print $2}')