Comment 1 for bug 1990853

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

Thanks for reporting this bug. Could you please provide a link to the test code which is failing?

I tried to launch a VM using uvtool in Kinetic and I was able to reproduce the issue:

root@uvt-test:~# cat /etc/os-release | grep CODENAME
VERSION_CODENAME=kinetic
UBUNTU_CODENAME=kinetic
root@uvt-test:~# dpkg -l uvtool
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-=================-============-===============================================
ii uvtool 0~git178-0ubuntu1 all Library and tools for using Ubuntu Cloud images
root@uvt-test:~# dpkg -l uvtool-libvirt
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-=================-============-======================================================>
ii uvtool-libvirt 0~git178-0ubuntu1 all Library and tools for using Ubuntu Cloud Images with l>
root@uvt-test:~# uvt-simplestreams-libvirt sync release=jammy arch=amd64
root@uvt-test:~# ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa
Your public key has been saved in /root/.ssh/id_rsa.pub
The key fingerprint is:
SHA256:r+vhHiNR5Q8NsyGUF10dqTi9jNV1kDD/bPvKoWHTcVk root@uvt-test
The key's randomart image is:
+---[RSA 3072]----+
| .o.*oooo=o|
| .+.*.o..+|
| ..+ + + E|
| . = + +o|
| . S * o.=|
| . . . + +.|
| . + . + o. |
| o = . = ..|
| o*. . o..|
+----[SHA256]-----+
root@uvt-test:~# uvt-kvm create test
uvt-kvm: error: libvirt: Requested operation is not valid: network 'default' is not active

I am adding a task for uvtool and marking it as Triaged.