[Bug 531536] [NEW] euca-get-console-output repeats output on subsequent runs
Scott Moser
smoser at canonical.com
Wed Mar 3 19:09:35 GMT 2010
Public bug reported:
euca-get-console-output seems to repeat itself once for every time it is run, and get slower also.
For example:
$ id=i-42DC08AD;
$ euca-describe-images emi-A89717DA
IMAGE emi-A89717DA lucid-server-20100224/lucid-server-uec-amd64.img.manifest.xml admin available public x86_64 machine eki-0F4A1CE9
$ euca-describe-instances $id
RESERVATION r-3BB80760 admin default
INSTANCE i-4B5808C7 emi-A89717DA 10.1.1.100 172.19.1.2 running mykey 0 c1.medium 2010-03-03T18:52:41.391Z cluster1 eki-0F4A1CE9
$ TIMEFORMAT=$'\nreal: %3lR' ;
$ while : ; do time euca-get-console-output $id > out && ls -l out && sleep 5 || break; done
real: 0m0.239s
-rw-r--r-- 1 ubuntu ubuntu 19264 2010-03-03 13:03 out
real: 0m0.253s
-rw-r--r-- 1 ubuntu ubuntu 38491 2010-03-03 13:03 out
real: 0m5.792s
-rw-r--r-- 1 ubuntu ubuntu 57718 2010-03-03 13:03 out
real: 0m11.270s
-rw-r--r-- 1 ubuntu ubuntu 76945 2010-03-03 13:03 out
real: 0m15.446s
-rw-r--r-- 1 ubuntu ubuntu 96172 2010-03-03 13:04 out
real: 0m19.492s
-rw-r--r-- 1 ubuntu ubuntu 115399 2010-03-03 13:04 out
If you look at 'out', it is just the repeated boot sequence... the instance isn't actually writing anything new.
ProblemType: Bug
Architecture: amd64
Date: Wed Mar 3 12:45:15 2010
DistroRelease: Ubuntu 10.04
Package: eucalyptus-cloud 1.6.2-0ubuntu7
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-15.22-server
SourcePackage: eucalyptus
Uname: Linux 2.6.32-15-server x86_64
** Affects: eucalyptus (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug lucid
--
euca-get-console-output repeats output on subsequent runs
https://bugs.launchpad.net/bugs/531536
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