This is a multi-part message in MIME format.
--------------39C2A2D0A4F5094FF85F2BC6
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
hi,
my issue was related to bug in libvirtd.
it was found in core dump by libvirt team
"
I'll send a patch to upstream libvirt to fix this crash. However it can take
a while to get it back to CentOS/RHEL. The source of this crash is that you
have a "tun0" network interface without IP address and that interface is
checked before "ovirtmgmt" and it causes the crash. You can workaround it
by removing the "tun0" interface if it doesn't have any IP address.
Pavel
"
workaround is working fine for me.
Regards,
Rafal Wojciechowski
W dniu 18.04.2017 o 16:55, Rafał Wojciechowski pisze:
hi,
I was unable to just remove glibc and install it again - I have
reinstalled it and rebooted the machine but it was not fixed anything
Thanks anyway.
Regards,
Rafal Wojciechowski
W dniu 18.04.2017 o 10:53, Yanir Quinn pisze:
> Hi Rafal
> not sure it relates to your issue, but i experienced a similar issue
> with segfault (running on fedora 25)
> to resolve it i had to remove glibc packages and then install them
> again (maybe a same workaround for libvirt will do the job here)
>
> Regards
> Yanir Quinn
>
> On Tue, Apr 18, 2017 at 9:32 AM, Francesco Romani <fromani(a)redhat.com
> <mailto:fromani@redhat.com>> wrote:
>
>
>
> On 04/18/2017 08:09 AM, Rafał Wojciechowski wrote:
> >
> > hello,
> >
> > I made comparison(+diff) between xml passing through vdsm which is
> > working and another one which cause libvirtd segfault
> >
> >
>
https://paste.fedoraproject.org/paste/eqpe8Byu2l-3SRdXc6LTLl5M1UNdIGYhyRL...
>
<
https://paste.fedoraproject.org/paste/eqpe8Byu2l-3SRdXc6LTLl5M1UNdIGYhyRL...
> >
> >
> > I am not sure if below setting are fine but I dont know how to
> change them
> >
> > <model heads="1" ram="65536" type="qxl"
vgamem="16384"
> vram="8192" />
> > (I dont have so much ram and vgamem)
> >
>
> those are kibibytes though
> (
https://libvirt.org/formatdomain.html#elementsVideo
> <
https://libvirt.org/formatdomain.html#elementsVideo>), are pretty
> conservarvative settings
> >
> > <graphics autoport="yes" defaultMode="secure"
passwd="*****"
> > passwdValidTo="1970-01-01T00:00:01" port="-1"
tlsPort="-1"
> type="spice">
> > (ports with "-"? maybe it is fine because of autoport
settings...)
> >
>
> Yes, "-1" means "autoallocation from libvirt".
> I don't see obvious issues in this XML, and, most importantly, one
> invalid XML should never cause libvirtd to segfault.
>
> I'd file a libvirt bug.
>
>
> --
> Francesco Romani
> Senior SW Eng., Virtualization R&D
> Red Hat
> IRC: fromani github: @fromanirh
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org <mailto:Users@ovirt.org>
>
http://lists.ovirt.org/mailman/listinfo/users
> <
http://lists.ovirt.org/mailman/listinfo/users>
>
>
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
--------------39C2A2D0A4F5094FF85F2BC6
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta content="text/html; charset=UTF-8"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>hi,</p>
<p>my issue was related to bug in libvirtd.<br>
it was found in core dump by libvirt team</p>
<p>"</p>
<pre wrap="">I'll send a patch to upstream libvirt to fix this
crash. However it can take
a while to get it back to CentOS/RHEL. The source of this crash is that you
have a "tun0" network interface without IP address and that interface is
checked before "ovirtmgmt" and it causes the crash. You can workaround it
by removing the "tun0" interface if it doesn't have any IP address.
Pavel</pre>
<p>"</p>
<p>workaround is working fine for me.<br>
</p>
Regards,<br>
Rafal Wojciechowski<br>
<br>
<div class="moz-cite-prefix">W dniu 18.04.2017 o 16:55, Rafał
Wojciechowski pisze:<br>
</div>
<blockquote
cite="mid:de7eeb10-a1f5-30c4-da9b-c8c1388675bb@rafalwojciechowski.pl"
type="cite">
<meta content="text/html; charset=UTF-8"
http-equiv="Content-Type">
<p>hi,</p>
<p>I was unable to just remove glibc and install it again - I have
reinstalled it and rebooted the machine but it was not fixed
anything<br>
Thanks anyway.</p>
<p>Regards,<br>
Rafal Wojciechowski<br>
</p>
<div class="moz-cite-prefix">W dniu 18.04.2017 o 10:53, Yanir
Quinn pisze:<br>
</div>
<blockquote
cite="mid:CANtz9y5bhFAqC0_xPEkBpKZzO2SfAEXEBEncj+aB05_VhGxRmA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>Hi Rafal<br>
</div>
not sure it relates to your issue, but i experienced a
similar issue with segfault (running on fedora 25)<br>
</div>
to resolve it i had to remove glibc packages and then
install them again (maybe a same workaround for libvirt
will do the job here)<br>
<br>
</div>
Regards<br>
</div>
Yanir Quinn<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Apr 18, 2017 at 9:32 AM,
Francesco Romani <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:fromani@redhat.com"
target="_blank">fromani(a)redhat.com</a>&gt;</span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex"><span
class=""><br>
<br>
On 04/18/2017 08:09 AM, Rafał Wojciechowski wrote:<br>
><br>
> hello,<br>
><br>
> I made comparison(+diff) between xml passing
through vdsm which is<br>
> working and another one which cause libvirtd
segfault<br>
><br>
> <a moz-do-not-send="true"
href="https://paste.fedoraproject.org/paste/eqpe8Byu2l-3SRdXc6LTLl5M...
rel="noreferrer"
target="_blank">https://paste.fedoraproject.<wbr>org/paste/eqpe8Byu2l-<wbr>3SRdXc6LTLl5M1UNdIGYhyRLivL9gy<wbr>dE=</a><br>
><br>
><br>
> I am not sure if below setting are fine but I dont
know how to change them<br>
><br>
> <model heads="1" ram="65536"
type="qxl"
vgamem="16384" vram="8192" /><br>
> (I dont have so much ram and vgamem)<br>
><br>
<br>
</span>those are kibibytes though<br>
(<a moz-do-not-send="true"
href="https://libvirt.org/formatdomain.html#elementsVideo"
rel="noreferrer"
target="_blank">https://libvirt.org/<wbr>formatdomain....>),
are pretty<br>
conservarvative settings<br>
<span class="">><br>
> <graphics autoport="yes"
defaultMode="secure"
passwd="*****"<br>
> passwdValidTo="1970-01-01T00:<wbr>00:01"
port="-1"
tlsPort="-1" type="spice"><br>
> (ports with "-"? maybe it is fine because of
autoport settings...)<br>
><br>
<br>
</span>Yes, "-1" means "autoallocation from
libvirt".<br>
I don't see obvious issues in this XML, and, most
importantly, one<br>
invalid XML should never cause libvirtd to segfault.<br>
<br>
I'd file a libvirt bug.<br>
<span class="HOEnZb"><font
color="#888888"><br>
<br>
--<br>
Francesco Romani<br>
Senior SW Eng., Virtualization R&D<br>
Red Hat<br>
IRC: fromani github: @fromanirh<br>
</font></span>
<div class="HOEnZb">
<div class="h5"><br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a moz-do-not-send="true"
href="http://lists.ovirt.org/mailman/listinfo/users"
rel="noreferrer"
target="_blank">http://lists.ovirt.org/<wbr>mailman/li...
</div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated"
href="mailto:Users@ovirt.org">Users@ovirt.org</a>
<a class="moz-txt-link-freetext"
href="http://lists.ovirt.org/mailman/listinfo/users">http://...
</pre>
</blockquote>
<br>
</body>
</html>
--------------39C2A2D0A4F5094FF85F2BC6--