Public bug reported:
Binary package hint: qemu-kvm
Description:Ubuntu 10.04 LTS
Release:10.04
kvm:
Installed: 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9
Candidate: 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9
Version table:
*** 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9 0
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/48002203/BootDmesg.txt
** Attachment added: "CurrentDmesg.txt"
http://launchpadlibrarian.net/48002204/CurrentDmesg.txt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/48002205/Dependencies.txt
** A
Additionally, if I start the guest vm without virtio enabled in kvm,
then there are no issues.
--
unable to ssh to guest vm after volume attach
https://bugs.launchpad.net/bugs/577027
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm
I was using virtio so the argument was "-d /dev/vdb"
--
unable to ssh to guest vm after volume attach
https://bugs.launchpad.net/bugs/577027
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
--
Ubuntu-server-bugs mailin
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.32-21-generic-pae (bui...@rothera) (gcc
version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #32-Ubuntu SMP Fri Apr 16 09:39:35 UTC
2010 (Ubuntu 2.6.32-21.32-generic-pae 2.6.32.11+dr
I modified /usr/share/eucalyptus/gen_kvm_libvirt_xml as follows,
95c95
< root=/dev/sda1 console=ttyS0
---
> root=/dev/vda1 console=ttyS0
105c105
<
---
>
110c110
<
---
>
The guest is still running. I was even able to get console o
This problem still occurs in revno 231
--
euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu
images
https://bugs.launchpad.net/bugs/450044
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
--
Check out line 944.
942 if self.debug:
943 print 'Making essential directory %s' % mount_location
944 os.makedirs(dir_path)
It is indented, and therefore will not work unless you are running in
debugging mode. Which is probably why