Closed (fixed)
Project:
Barracuda
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2013 at 09:59 UTC
Updated:
7 Jun 2013 at 13:50 UTC
I get this:
~# barracuda up-stable system
waiting 872 sec
That's 14 1/2 minutes!! Why so long? The source code in aegir/tools/bin/barracuda waits $((RANDOM%800+80)) seconds... Seems that either the 'if' around this is inverted/wonky, or this time should be dramatically cut... for non-host8 users anyway.
Suggested solution: 8 seconds is plenty for a wait on an OS update on my own VPS!
Comments
Comment #1
omega8cc commentedYep, it looks like some unintended omission. We don't use the same scripts on our hosted servers, and sometimes we forget to adjust things, which are intended only for testing etc.
Fixed in https://github.com/omega8cc/nginx-for-drupal/commit/0cebdeb499f6cd318c98...
Comment #2.0
(not verified) commentedwonky spelling!