Bug 1634395 - Error when booting Virtual Linuxes
Summary: Error when booting Virtual Linuxes
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt
Version: 28
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-30 13:57 UTC by Lavie
Modified: 2019-05-28 22:48 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-05-28 22:48:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Domain XML Dump for a Virtual Host (5.92 KB, application/xml)
2018-10-01 13:04 UTC, Lavie
no flags Details
guestfish dump (34.17 KB, text/plain)
2018-10-01 15:53 UTC, Lavie
no flags Details

Description Lavie 2018-09-30 13:57:54 UTC
Description of problem:
About four weeks ago (c. Sept. 1, 2018), I did a dnf --update on my Fedora 28 box. The 2 virtualized Fedoras running on it booted fine - no problems.

Just now (Sept 30, 2018), I did dnf --update again and rebooted my Fedora box. The 2 virtual Fedoras are refusing to come up. I get the following boot message on them, and then in the Virutalization Manager, I see a garbagey screen. The boot message text is:

The virutalized box' boot screen shows
[3.779332] irq 14: nobody cared (try booting with the "irqpoll" option)
[3.779869] handlers:
[3.780009]  [<000000008fed29e6>] ata_bmdma interrupt
[3.780009]  Disabling IRQ #14


Version-Release number of selected component (if applicable):
NOTE" I am uessing libvirt. I have no idea what is really causing this.

How reproducible:
Consistent failure.

Steps to Reproduce:
1. Upgrade a Virutalization host to the latest update (4.18.9-200.fc28.x86_64)
2. Enter virtualization manager
3. Try to bring up virutalized Fedoras being hosted on that box

Actual results:
Gobbled screeen in Virutalization Manager viewer
Virtualized Fedora is not pingable and none of its daemons are reachable

Expected results:
Virtualization Manager should show normal Gnome boot screen
All daemons should start and be accessable


Additional info:

Comment 1 Lavie 2018-09-30 14:16:54 UTC
I neglected to mention that the virtualized Fedoras are not even pingable.

Comment 2 Erik Skultety 2018-10-01 06:41:45 UTC
(In reply to Lavie from comment #0)
> Description of problem:
> About four weeks ago (c. Sept. 1, 2018), I did a dnf --update on my Fedora
> 28 box. The 2 virtualized Fedoras running on it booted fine - no problems.
> 
> Just now (Sept 30, 2018), I did dnf --update again and rebooted my Fedora
> box. The 2 virtual Fedoras are refusing to come up. I get the following boot
> message on them, and then in the Virutalization Manager, I see a garbagey
> screen. The boot message text is:
> 
> The virutalized box' boot screen shows
> [3.779332] irq 14: nobody cared (try booting with the "irqpoll" option)
> [3.779869] handlers:
> [3.780009]  [<000000008fed29e6>] ata_bmdma interrupt
> [3.780009]  Disabling IRQ #14

Is this the whole boot output or you trimmed it?

Anyway, it doesn't really sound like a libvirt issue, but let's not ditch that idea just yet. Can you attach the full VM XML config?

Comment 3 Lavie 2018-10-01 11:22:45 UTC
(In reply to Erik Skultety from comment #2)
> (In reply to Lavie from comment #0)
> > The virutalized box' boot screen shows
> > [3.779332] irq 14: nobody cared (try booting with the "irqpoll" option)
> > [3.779869] handlers:
> > [3.780009]  [<000000008fed29e6>] ata_bmdma interrupt
> > [3.780009]  Disabling IRQ #14

> Is this the whole boot output or you trimmed it?
> 
> Anyway, it doesn't really sound like a libvirt issue, but let's not ditch
> that idea just yet. Can you attach the full VM XML config?

This is all I see in the Virtualization Manager. Then I see a GNOME desktop begin to come up (the three progressive dots at the bottom - it only gets to the 3rd dot), and then a garbled screen.

Please excuse my nubie-ness, but how to I extract a full VM XML Conifg?

Comment 4 Lavie 2018-10-01 13:04:54 UTC
Created attachment 1489049 [details]
Domain XML Dump for a Virtual Host

Domain XML Dump for a Virtual Host

Comment 5 Lavie 2018-10-01 13:07:29 UTC
I have attached the XML file, as requested (Google is your friend...)

There was a small mistake in my previous comment. When the Gnome desktop starts, it only gets to the SECOND of the three dots at the bottom of them screen, and NOT the 3rd dot, as I erroneously reported.

Comment 6 Lavie 2018-10-01 15:51:14 UTC
Additional info:
I assumed that you were going to eventually ask me for the guests' boot.log files, so I investigated how to access them.

I found a tool called guestfish. When I ried to read the disks with "guestfish -d MyGuest -i --ro", I got a log error message and dump, which I am attaching - just in case it helps.

Comment 7 Lavie 2018-10-01 15:53:00 UTC
Created attachment 1489101 [details]
guestfish dump

Comment 8 Medic Momcilo 2018-10-08 21:50:01 UTC
Hi Friends,

I think I'm being hit by this as well.
Seeing same behaviour on fresh install as well as on old VMs that definitely worked in the past.

I noticed same problem on old F27 system as well as on freshly installed F28.
I am suspecting that it may have something to do with CPU model as they are both Core2 series.

My exact CPU is "Intel(R) Core(TM)2 Quad CPU    Q9550  @ 2.83GHz" as reported by cpuinfo.

I also have access to newer i5 system, and even though everything is of same version (F28), VMs work perfectly fine there.

Exact CPU there is "Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz"

This is what the output looks like on an Core2 machine:
https://imgur.com/a/maUPJFl

As you can see, we're still in kernel messages and still haven't switched root.

Please let me know if there is anything else I can provide.

Kind regards,
Momcilo "Momo" Medic.
(fedorauser)

Comment 9 Lavie 2018-10-09 07:24:13 UTC
Dragi Momcilo,


I think you are on to something. My CPU is VERY old.

Here's its details:

vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Pentium(R) Dual-Core  CPU      E6500  @ 2.93GHz
stepping        : 10
microcode       : 0xa0b
cpu MHz         : 2512.201
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2


Sa poštovanjem,
Meron Lavie ("Lavie")

Comment 10 Ben Cotton 2019-05-02 20:43:05 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 11 Ben Cotton 2019-05-28 22:48:00 UTC
Fedora 28 changed to end-of-life (EOL) status on 2019-05-28. Fedora 28 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.