[Bug 566793] Re: euca-get-console-output does not give all console output

2010-04-20 Thread Scott Moser
** Also affects: eucalyptus Importance: Undecided Status: New -- euca-get-console-output does not give all console output https://bugs.launchpad.net/bugs/566793 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

[Bug 566793] Re: euca-get-console-output does not give all console output

2010-04-19 Thread Scott Moser
I just dumped $ euca-get-console-output i-4537075F out $ ls -lh out -rw-r--r-- 1 ubuntu ubuntu 65K 2010-04-19 12:04 out then, trimmed 'out' of the the single empty line at the end, and the iid/timestamp header: i-4537075F 2010-04-19T17:04:44.446Z $ ls -l out -rw-r--r-- 1 ubuntu ubuntu 65535

Re: [Bug 566793] Re: euca-get-console-output does not give all console output

2010-04-19 Thread chris grzegorczyk
@Scott: The command is supposed to return the last 64K of console output. Your results are expected in that case. See the first note from: http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?instance-console.html As for the time, it should be timing out after 20 seconds

Re: [Bug 566793] Re: euca-get-console-output does not give all console output

2010-04-19 Thread Scott Moser
On Mon, 19 Apr 2010, chris grzegorczyk wrote: @Scott: The command is supposed to return the last 64K of console output. Your results are expected in that case. See the first note from: http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?instance-console.html Well,