Bug 629320 - DBusException: org.freedesktop.DBus.Error.AccessDenied: Interface "org.freedesktop.NetworkManager" isn't exported (or may not exist), can't access property "Interface"
Summary: DBusException: org.freedesktop.DBus.Error.AccessDenied: Interface "org.freede...
Keywords:
Status: CLOSED DUPLICATE of bug 626780
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 13
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:994974a3849df2b76...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-01 15:57 UTC by Dave Jones
Modified: 2010-09-02 13:49 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-09-02 13:49:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (95.53 KB, text/plain)
2010-09-01 15:57 UTC, Dave Jones
no flags Details

Description Dave Jones 2010-09-01 15:57:21 UTC
The following was filed automatically by anaconda:
anaconda 13.42 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking
    message, timeout)
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/anaconda/isys.py", line 338, in getDeviceProperties
    device_interface = str(device_props_iface.Get(NM_MANAGER_IFACE, "Interface"))
  File "/usr/lib/anaconda/network.py", line 277, in __init__
    devhash = isys.getDeviceProperties(dev=None)
  File "/usr/sbin/anaconda", line 546, in network
    self._network = network.Network()
  File "/usr/lib/anaconda/iw/network_gui.py", line 82, in getNext
    self.anaconda.network.hostname = hostname
  File "/usr/lib/anaconda/gui.py", line 1309, in nextClicked
    rc = self.currentWindow.getNext ()
DBusException: org.freedesktop.DBus.Error.AccessDenied: Interface "org.freedesktop.NetworkManager" isn't exported (or may not exist), can't access property "Interface"

Comment 1 Dave Jones 2010-09-01 15:57:26 UTC
Created an attachment (id=442443)
Attached traceback automatically from anaconda.

Comment 2 Dave Jones 2010-09-01 16:10:46 UTC
I testing the anaconda installer in a kickstart build using the following packages (per Bug # 623237) with SELinux in PERMISSIVE mode.

python-slip-0.2.13-1.fc13.noarch
python-slip-dbus-0.2.13-1.fc13.noarch
python-slip-gtk-0.2.13-1.fc13.noarch

After the installer has me select a drive it dumps the attached error messages.

Comment 3 Chris Lumens 2010-09-01 18:39:03 UTC
Is NetworkManager even running?  You can check on tty2.

Also is this the F13 GA, or is it a rebuild with the GA anaconda?

Comment 4 Dave Jones 2010-09-01 18:46:58 UTC
"service NetworkManager status" reports it is running and I see the icon on the toolbar.

This is a rebuild via kickstart.

# rpm -qa | grep anaconda
anaconda-13.42-1.fc13.i686
anaconda-yum-plugins-1.0-5.fc12.noarch

Thank you.
Dave

Comment 5 Chris Lumens 2010-09-01 20:09:26 UTC
This looks to be because NM has been updated in F13 and has changed some piece of API such that released anaconda no longer works with it.  Fantastic.  Insert rant about Fedora update policy here.

Comment 6 Chris Lumens 2010-09-02 13:49:44 UTC

*** This bug has been marked as a duplicate of bug 626780 ***


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