search for: d614df56

Displaying 1 result from an estimated 1 matches for "d614df56".

2012 Jan 10
2
Bug#655302: xcp-xapi: init script will slow down boot process
Package: xcp-xapi Version: 1.3-15 Severity: wishlist The current initscript has the possibility of slowing down the boot process by 50 seconds. If this is required, it probably should be backgrounded. # Wait for xapi to write its "init complete" cookie: after here it's safe to modify templates. wait_for_xapi() { MAX_RETRIES=50 RETRY=0 while [ ${RETRY} -lt ${MAX_RETRIES}