After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676256 - Cannot create VM from Live Media
Cannot create VM from Live Media
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
3.4.x (unsupported)
Other Linux
: Normal major
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on: 674209
Blocks:
 
 
Reported: 2012-05-17 15:31 UTC by Jiří Koten
Modified: 2016-03-31 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ABRT log (142.40 KB, text/plain)
2012-05-17 15:38 UTC, Jiří Koten
Details

Description Jiří Koten 2012-05-17 15:31:18 UTC
Cannot create VM from Fedora 17 Live Media USB stick. Boxes get stuck on "Analyzing installer media".

Also when I cancel the installation and get back on the boxes overview and click on Fedora 17 box (the one it should create from Live Media) it crashes the boxes.

Steps:
1) start boxes
2) insert Live Media
3) Choose the Live OS when creating new box


gnome-boxes-3.4.2-1.fc17.x86_64
Comment 1 Jiří Koten 2012-05-17 15:38:36 UTC
Created attachment 214262 [details]
ABRT log

ABRT report for the boxes crash. It happened after I click on the Fedora 17 box, which was cancelled during installation.
Comment 2 Jiří Koten 2012-05-18 11:55:59 UTC
I have filed a separate bug for the boxes crash - see bug 676308.
Comment 3 Zeeshan Ali 2012-06-06 02:49:31 UTC
After staring at the code for a bit, I see the issue in vm-creator.vala:

<code>
        var domain = connection.create_domain (config);
        domain.start (0);

        var machine = app.add_domain (app.default_source, app.default_connection, domain);
</code>

So if domain.start() call fails, we don't delete the created domain. This problem is solved in one of the patches (attachment#215705 [details]) to bug#674209.
Comment 4 Christophe Fergeau 2012-06-08 10:13:49 UTC
Zeeshan, should we close this then?
Comment 5 Zeeshan Ali 2012-06-08 13:30:08 UTC
(In reply to comment #4)
> Zeeshan, should we close this then?

The patch that fixes this has not been merged yet so no.
Comment 6 Christophe Fergeau 2012-06-08 13:53:33 UTC
Marking as a duplicate also counts as "closing"
Comment 7 Zeeshan Ali 2012-06-08 13:57:16 UTC
(In reply to comment #6)
> Marking as a duplicate also counts as "closing"

Well, the bug isn't really a duplicate. Its just a coincidence that we address this in *one* of the patches in that bug so 'depends' is a more correct relationship.
Comment 8 Zeeshan Ali 2012-06-26 16:16:19 UTC
This should be fixed with bug#674209 fixed.