[Bug 577027] [NEW] unable to ssh to guest vm after volume attach

2010-05-07 Thread Jason Rogers
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

[Bug 577027] Re: unable to ssh to guest vm after volume attach

2010-05-07 Thread Jason Rogers
** 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

[Bug 577027] Re: unable to ssh to guest vm after volume attach

2010-05-07 Thread Jason Rogers
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

[Bug 577027] Re: unable to ssh to guest vm after volume attach

2010-05-07 Thread Jason Rogers
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

[Bug 577027] Re: unable to ssh to guest vm after volume attach

2010-05-10 Thread Jason Rogers
[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

[Bug 577027] Re: unable to ssh to guest vm after volume attach when using virtio devices

2010-05-19 Thread Jason Rogers
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

[Bug 450044] Re: euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images

2009-11-16 Thread Jason Rogers
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. --

[Bug 450044] Re: euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images

2009-11-16 Thread Jason Rogers
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