Bug 892929
| Summary: | NetworkManager cannot establish connection via bluez | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jiri Eischmann <eischmann> |
| Component: | bluez | Assignee: | Bastien Nocera <bnocera> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | bnocera, dcbw, dwmw2, marcel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-05 17:03:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jiri Eischmann
2013-01-08 09:41:49 UTC
Seems to be a change in Bluez 4.101; rebuilding bluez-4.101 for F17 gives me the same result. This is a bluez bug. Soemtime between 4.99 and 4.101, the org.bluez.Network.Connect method signature was changed from:
{ "Connect", "s", "s", connection_connect,
G_DBUS_METHOD_FLAG_ASYNC },
to:
{ GDBUS_ASYNC_METHOD("Connect",
NULL, NULL, connection_connect) },
note the two "NULL" arguments there; that indicates that the D-Bus API no longer expects arguments for connection_connect(), but that function call clearly expects them. Thus, bluez (perhaps unintentionally) broke D-Bus API.
See https://launchpad.net/ubuntu/quantal/+source/bluez/4.101-0ubuntu4/+files/bluez_4.101-0ubuntu4.debian.tar.gz which already has the suggested patch for above. (In reply to comment #3) > See > https://launchpad.net/ubuntu/quantal/+source/bluez/4.101-0ubuntu4/+files/ > bluez_4.101-0ubuntu4.debian.tar.gz which already has the suggested patch for > above. The git-XXXX ones are relevant for this specific issue. bluez-4.101-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/bluez-4.101-6.fc18 Package bluez-4.101-6.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing bluez-4.101-6.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-0559/bluez-4.101-6.fc18 then log in and leave karma (feedback). *** Bug 905917 has been marked as a duplicate of this bug. *** Yay, with bluez-4.101-6 I can connect. Still can't *disconnect* though... bluez-4.101-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |