[Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-29 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu)
Milestone: None = karmic-updates

** Also affects: eucalyptus (Ubuntu Karmic)
   Importance: Medium
   Status: Invalid

** Also affects: qemu-kvm (Ubuntu Karmic)
   Importance: Wishlist
 Assignee: Dustin Kirkland (kirkland)
   Status: In Progress

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-29 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu Karmic)
   Importance: Wishlist = Low

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-16 Thread Joseph Salisbury
I checked the bios and found that VT extensions were not enabled.  I
enabled them and was able to start my instance :-)

However, I ran into an issuing the ssh command listed in the test case:

$ ssh -i mykey.priv ubu...@$ipaddr
Permission denied (publickey).

I'll investigate this further.

I plan on performing an rsync to the latest build and re-running the
EUC-003(ServerEConfig) test case from start to finish to ensure no
issues.

Thanks for all the assistance.

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-16 Thread Dustin Kirkland
One issue per bug, Joe...

:-Dustin

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-16 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu)
   Status: Triaged = In Progress

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-15 Thread Dustin Kirkland
I'm copying this bug over to qemu-kvm.

Mathias hit this same problem last week.

I'm going to add a few more checks to /usr/bin/kvm-ok in the qemu-kvm package.
 1) check that /dev/kvm exists
 2) check the permissions on /dev/kvm
 3) check dmesg for kvm disabled messages

I see this sort of thing with KVM fairly frequently, and usually point
people to run kvm-ok to get a hint.  We should update these hints.

:-Dustin

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-15 Thread Joseph Salisbury
I like your option. If a test case was automated, a check could be
performed first :-)  As long as that error is always reported by dmesg
when the bios is not enabled :-)

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-15 Thread Mathias Gug
On Thu, Oct 15, 2009 at 08:47:51PM -, Dustin Kirkland wrote:
 Mathias hit this same problem last week.

Right. I ran into the same issue last week when I got some hardware
where the VT extensions were disabled. However the reported error from
the NC (hvm not supported) doesn't *always* mean that the BIOS has
disabled VT extensions.

I've run into this issue on some configuration that had already been
running a UEC infrastructure before. Upon reboot the NC would fail with
the same error message - this is the situation I described in my first
comment.

 I'm going to add a few more checks to /usr/bin/kvm-ok in the qemu-kvm package.
  1) check that /dev/kvm exists
  2) check the permissions on /dev/kvm
  3) check dmesg for kvm disabled messages
 
 I see this sort of thing with KVM fairly frequently, and usually point
 people to run kvm-ok to get a hint.  We should update these hints.
 

Sounds like a good option.

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 452323] Re: kvm disable in bios (was: Unable to start EUC instances - no supported architecture for os type 'hvm')

2009-10-15 Thread Dustin Kirkland
Mathias-

Oh, sorry for closing the eucalyptus task.  You can reopen it to cover
your issue, if you like.

Thanks,
:-Dustin

-- 
kvm disable in bios (was: Unable to start EUC instances - no supported 
architecture for os type 'hvm')
https://bugs.launchpad.net/bugs/452323
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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs