Error launching manager: 'NoneType' object has no attribute 'get_default_storage_format' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 889, in _do_show_create self._get_create_dialog().show(src.topwin, uri) File "/usr/share/virt-manager/virtManager/create.py", line 170, in show self.reset_state(uri) File "/usr/share/virt-manager/virtManager/create.py", line 393, in reset_state self.addstorage.reset_state() File "/usr/share/virt-manager/virtManager/addstorage.py", line 196, in reset_state fmt = self.conn.get_default_storage_format() AttributeError: 'NoneType' object has no attribute 'get_default_storage_format'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
virt-manager (Ubuntu) |
Confirmed
|
Medium
|
Teodori Serge |
Bug Description
Error launching manager: 'NoneType' object has no attribute 'get_default_
Traceback (most recent call last):
File "/usr/share/
self.
File "/usr/share/
self.
File "/usr/share/
self.
File "/usr/share/
fmt = self.conn.
AttributeError: 'NoneType' object has no attribute 'get_default_
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: ubuntu-
ProcVersionSign
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelMo
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Sun Apr 26 12:37:25 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-04-25 (0 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitec
SourcePackage: ubuntu-
Symptom: dist-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)
affects: | ubuntu-release-upgrader (Ubuntu) → virt-manager (Ubuntu) |
Changed in virt-manager (Ubuntu): | |
importance: | Undecided → Medium |
Changed in virt-manager (Ubuntu): | |
assignee: | nobody → Teodori Serge (teodori-serge) |
This looks to be the same bug as /bugzilla. redhat. com/show_ bug.cgi? id=1074120
https:/
Reproducible by installing Kubuntu (maybe any non-gnome based flavor), installing virt-manager and trying to make a new VM. Looks to be a dependency issue as qemu-kvm is missing. Maybe virt-manager should depend on qemu-kvm (or at least recommend). After installling qemu-kvm, restart and it works fine.