mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #4] Crash #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rlex on GitHub (Oct 6, 2012).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/4
Created VM, tried to open it's page.
Environment:
Request Method: GET
Request URL: http://marion.lhc:8000/vm/2/debian/
Django Version: 1.3.1
Python Version: 2.7.3
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.admin',
'webvirtmgr.model']
Installed Middleware:
('django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.csrf.CsrfViewMiddleware')
Traceback:
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
File "/home/lex/webvirtmgr/../webvirtmgr/vm/views.py" in get_vm_active
Exception Type: AttributeError at /vm/2/debian/
Exception Value: 'str' object has no attribute 'isActive'
@retspen commented on GitHub (Oct 6, 2012):
What your OS and your CPU support KVM? This problem if you install WebVirtMgr on virtual machine.
@rlex commented on GitHub (Oct 15, 2012):
Is KVM absolutely essential for management? This machine is atom-based, i do not run any VMs here, only controller. But my remote servers support KVM. Libvirt versions, however, a bit different - one is running debian squeeze and another running ubuntu 12.04 LTS.
@retspen commented on GitHub (Oct 15, 2012):
KVM not support Atom processors (but Atom z5xx alredy supported). Yes - KVM need to use WebVirtMgr. Qemu virtual machine on Atom processor work very slowly.