On Tue, 13 Oct 2009, John Johansen wrote: > Tim Gardner wrote: > > Note the ABI bump. > > > > This kernel is based on master branch 2.6.31-14.46 and as such contains > > 2.6.31.4 stable updates as well as other fixes. Note that CONFIG_X86_MCE=n. > > > passed boot testing, but on both tests I ran on i386 we ended up dropping > console messages once user space starts up again. I will run some more tests. > > Scott it would be good if you could give i386 a run too and see if you are > getting the same behavior. > > i386: aki-24c3204d ari-26c3204f > x86-64: aki-32c3205b ari-34c3205d
Well, I'm not seeing this issue on the one instance of each arch that I started. 2 things to note 1. i'm using the beta user space 2. remember sometimes that patience is an important virtue with console output on ec2. # ami-52be5d3b is i386 beta # ami-5ebe5d37 is amd64 beta $ xc2 run-instances ami-52be5d3b --kernel aki-24c3204d --ramdisk ari-26c3204f # xc2 run-instances ami-5ebe5d37 --kernel aki-32c3205b --ramdisk ari-34c3205d --instance-type m1.large $ xc2 describe-instances RESERVATION r-8049abe8 950047163771 default INSTANCE i-b641f5de ami-52be5d3b ec2-75-101-216-46.compute-1.amazonaws.com domU-12-31-39-06-31-D8.compute-1.internal running ec2-keypair 0 m1.small 2009-10-14T13:13:44+0000 us-east-1b aki-24c3204d ari-26c3204f monitoring-disabled RESERVATION r-fc53b194 950047163771 default INSTANCE i-e448fc8c ami-5ebe5d37 ec2-75-101-222-207.compute-1.amazonaws.com domU-12-31-39-04-ED-D2.compute-1.internal running ec2-keypair 0 m1.large 2009-10-14T13:45:39+0000 us-east-1b aki-32c3205b ari-34c3205d monitoring-disabled $ xc2 get-console-output i-b641f5de | sed -n '/###/,/###/p' ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 2048 a2:90:d5:a5:cb:05:b7:5a:fc:5e:a8:06:ba:f6:0e:28 /etc/ssh/ssh_host_rsa_key.pub (RSA) ec2: 1024 67:4e:ab:d1:c0:d2:af:e8:6a:ad:9f:ca:f6:ef:b8:f0 /etc/ssh/ssh_host_dsa_key.pub (DSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# $ xc2 get-console-output i-e448fc8c | sed -n '/###/,/###/p' ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 2048 8c:fd:32:78:d5:56:df:43:03:9a:4d:5c:40:09:50:3a /etc/ssh/ssh_host_rsa_key.pub (RSA) ec2: 1024 ea:c7:1c:ea:ca:83:25:d3:3a:0d:f1:ec:30:97:75:60 /etc/ssh/ssh_host_dsa_key.pub (DSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -- Ubuntu-installer mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-installer
