Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#654673: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.30" to is not allowed to own the service "org.wicd.daemon" due to security policies in the configuration file

174 views
Skip to first unread message

dukov82

unread,
Jan 4, 2012, 11:20:02 PM1/4/12
to
Package: wicd
Version: 1.7.1~b3-3
Severity: normal

The problem happen when I try to use wicd, wicd-gtk , wicd-cli, wicd-curses.

The reason is wicd service daemon chash. With this error :
#wicd -foe
wicd initializing...
---------------------------
wicd is version 1.7.1~b3 655
Traceback (most recent call last):
File "/usr/share/wicd/daemon/wicd-daemon.py", line 1843, in <module>
main(sys.argv)
File "/usr/share/wicd/daemon/wicd-daemon.py", line 1806, in main
wicd_bus = dbus.service.BusName('org.wicd.daemon', bus=bus)
File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 129, in __new__
retval = bus.request_name(name, name_flags)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 306, in
request_name
'su', (name, flags))
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:
Connection ":1.32" is not allowed to own the service "org.wicd.daemon" due to
security policies in the configuration file


I tried with different users, different version of the packages, the problem
still the same.
What could caused the problem:
#deborphan --guess-all | xargs apt-get -y remove --purge
#apt-get dist-upgrade
Upgraded python to version 2.7.2+
I have also upgrade the NVIDIA driver to the last version
#./NVIDIA-Linux-x86-290.10.run
Then rebooted the machine and after wicd doesn't works at all..
Tried many different version, reinstalled the packages, etc..

I also checked the users to be in the right group, all good !
So i decide to reinstall the packages to the last version available moving from
wheezy to sid (unstable)..
#netselect-apt -n unstable
#apt-get dist-upgrade
#apt-get remove --purge wicd wicd-gtk wicd-cli wicd-curses wicd-daemon python-
wicd
#apt-get install wicd wicd-gtk wicd-cli wicd-curses wicd-daemon
The problem persist.

Thanks



-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages wicd depends on:
ii wicd-cli [wicd-client] 1.7.1~b3-3
ii wicd-curses [wicd-client] 1.7.1~b3-3
ii wicd-daemon 1.7.1~b3-3
ii wicd-gtk [wicd-client] 1.7.1~b3-3

wicd recommends no packages.

wicd suggests no packages.

Versions of packages wicd-cli depends on:
ii wicd-daemon 1.7.1~b3-3

Versions of packages wicd-cli recommends:
ii sudo 1.8.3p1-2

Versions of packages wicd-gtk depends on:
ii python 2.7.2-9
ii python-glade2 2.24.0-2
ii python-gtk2 2.24.0-2
ii wicd-daemon 1.7.1~b3-3

Versions of packages wicd-gtk recommends:
ii gksu 2.0.2-6
ii python-notify 0.1.1-3

Versions of packages wicd-curses depends on:
ii python 2.7.2-9
ii python-urwid 1.0.1-2
ii wicd-daemon 1.7.1~b3-3

Versions of packages wicd-curses recommends:
ii sudo 1.8.3p1-2

Versions of packages wicd-daemon depends on:
ii adduser 3.113
ii dbus 1.4.16-1
ii debconf 1.5.41
ii dhcp3-client 4.2.2-1
ii iproute 20111117-1
ii iputils-ping 3:20101006-1+b1
ii isc-dhcp-client [dhcp3-client] 4.2.2-1
ii lsb-base 3.2-28
ii net-tools 1.60-24.1
ii psmisc 22.14-1
ii python 2.7.2-9
ii python-dbus 0.84.0-2
ii python-gobject 3.0.3-1
ii python-wicd 1.7.1~b3-3
ii wireless-tools 30~pre9-8
ii wpasupplicant 0.7.3-5

Versions of packages wicd-daemon recommends:
ii wicd-cli [wicd-client] 1.7.1~b3-3
ii wicd-curses [wicd-client] 1.7.1~b3-3
ii wicd-gtk [wicd-client] 1.7.1~b3-3

Versions of packages wicd-daemon suggests:
ii pm-utils 1.4.1-8

Versions of packages python-wicd depends on:
ii python 2.7.2-9
ii python2.6 2.6.7-4
ii python2.7 2.7.2-9

-- debconf information:
* wicd/users: davide



--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

David Paleino

unread,
Jan 5, 2012, 4:20:02 AM1/5/12
to
Ciao Davide,

On Thu, 05 Jan 2012 12:10:47 +0800, dukov82 wrote:

> The problem happen when I try to use wicd, wicd-gtk , wicd-cli, wicd-curses.
>
> The reason is wicd service daemon chash. With this error :
> #wicd -foe
> wicd initializing...
> ---------------------------
> wicd is version 1.7.1~b3 655
> Traceback (most recent call last):
> File "/usr/share/wicd/daemon/wicd-daemon.py", line 1843, in <module>
> main(sys.argv)
> File "/usr/share/wicd/daemon/wicd-daemon.py", line 1806, in main
> wicd_bus = dbus.service.BusName('org.wicd.daemon', bus=bus)
> File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 129, in
> __new__ retval = bus.request_name(name, name_flags)
> File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 306, in
> request_name
> 'su', (name, flags))
> File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in
> call_blocking
> message, timeout)
> dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:
> Connection ":1.32" is not allowed to own the service "org.wicd.daemon" due to
> security policies in the configuration file
>
> [..]
>
> I also checked the users to be in the right group, all good !

Are you sure?

Please check again if your user is in the "netdev" group. Check the output of
"id".

Please remember that, to catch changes in the user's groups, you should logout
and login again.

Buona giornata,
David

--
. ''`. Debian developer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 ----|---- http://deb.li/dapal
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
signature.asc
0 new messages