RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 851391 - Throw out "DBus support" error in libvirtd.log when restart libvirtd
Summary: Throw out "DBus support" error in libvirtd.log when restart libvirtd
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.4
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Peter Krempa
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-24 03:41 UTC by EricLee
Modified: 2013-02-21 07:21 UTC (History)
10 users (show)

Fixed In Version: libvirt-0.10.1-1.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 07:21:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0276 0 normal SHIPPED_LIVE Moderate: libvirt security, bug fix, and enhancement update 2013-02-20 21:18:26 UTC

Description EricLee 2012-08-24 03:41:07 UTC
Description of problem:
Throw out "DBus support" error in libvirtd.log when restart libvirtd

Version-Release number of selected component (if applicable):
libvirt-0.10.0-0rc1.el6.x86_64

How reproducible:
100%

Steps to Reproduce:
1.Install libvirt-0.10.0-0rc1.el6.x86_64 related packages
2.restart libvirtd service
3.check libvirtd.log
  
Actual results:
Get error:"2012-08-23 10:48:04.754+0000: 13238: error : virDBusGetSystemBus:193 : internal error DBus support not compiled into this binary"

Expected results:
No that error.

Additional info:
can not be reproduced in libvirt-0.10.0-0rc0.el6.x86_64,so setting regression.

Comment 3 Daniel Veillard 2012-08-24 07:27:25 UTC
that seems indicative of a compilation with firewalld support activated
which should not be the case on RHEL-6, very likely due to the surgery
i have to do to the spec file in RHEL-6.4 compared to upstream, I will
double-check

Daniel

Comment 4 Daniel Veillard 2012-08-24 07:39:15 UTC
Weird, looking at the configure output in build log:

https://brewweb.devel.redhat.com//getfile?taskID=4794240&name=build.log

...
checking for DBUS... no
...
configure: firewalld: no
...

  So there is no support compiled in for it, that's normal and
expected. It comes from

#else /* ! HAVE_DBUS */
DBusConnection *virDBusGetSystemBus(void)
{
    virReportError(VIR_ERR_INTERNAL_ERROR,
                   "%s", _("DBus support not compiled into this binary"));
    return NULL;
}

#endif /* ! HAVE_DBUS */

The question I have is if there is a loss of functionality due to this
error being logged or not. if not asserting a regression is a bit strong
in my opinion.
But this need to be fixed it seems to come from
 remoteDispatchAuthPolkit()
which calls virDBusGetSystemBus.

Daniel

Comment 5 Dave Allan 2012-08-27 13:39:59 UTC
(In reply to comment #0)
> can not be reproduced in libvirt-0.10.0-0rc0.el6.x86_64,so setting
> regression.

Damnit, new, incorrect, error messages are *not* regressions.  Stop setting this keyword for this class of BZ.

Comment 6 Peter Krempa 2012-08-28 13:27:16 UTC
Agreed. This isn't regresion nor blocker, just a stray error message that has no influence on the daemon. The message originates from NWFilter code that tries to connect to DBus unconditionaly.

I prepared a patch to silence the message:
http://www.redhat.com/archives/libvir-list/2012-August/msg01783.html

Comment 7 Peter Krempa 2012-08-29 08:12:34 UTC
With upstream commit

commit f33dfffc41751c514c3c2a2e7e32258de6275198
Author: Peter Krempa <pkrempa>
Date:   Tue Aug 28 15:19:31 2012 +0200

    nwfilter: Don't try to acquire DBus context when DBus is disabled
    
    To silence error if DBus support is not compiled in.

the error message does not appear when libvirt is compiled without DBus support.

Moving to POST

Comment 9 EricLee 2012-09-03 07:47:45 UTC
Verified with libvirt-0.10.1-1.el6.

Steps to Verify:
1.Install libvirt-0.10.1-1.el6.x86_64 related packages
2.restart libvirtd service
3.check libvirtd.log

There is no error like "2012-08-23 10:48:04.754+0000: 13238: error : virDBusGetSystemBus:193 : internal error DBus support not compiled into this binary".

So moving to VERIFIED.

Comment 10 errata-xmlrpc 2013-02-21 07:21:41 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2013-0276.html


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