[Bug 509562] Re: euca-bundle-image returns Odd-length string error

Scott Moser smoser at canonical.com
Fri Sep 17 18:22:54 BST 2010


I've run the following with the fixed version and with the broken version:
rm -f my.img ; 
truncate --size 1k my.img; 
for((i=0;i<1000;i++)); do 
  out=$(euca-bundle-image -i my.img 2>&1) || { echo "failed: ${out}"; break; } ; 
  [ $(($i%10)) -eq 0 ] && echo i=$i; 
done ;

the fixed has run to 1000 times, the broken has failed 5 times
demonstrating this bug before reaching i=300.

-- 
euca-bundle-image returns Odd-length string error
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.



More information about the Ubuntu-server-bugs mailing list