Results 1 to 4 of 4

Thread: Debian: Wicd "access denied error from DBus. Check your user is in netdev group"

  1. #1
    Join Date
    May 2005
    Location
    At home
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Debian: Wicd "access denied error from DBus. Check your user is in netdev group"

    Hello,
    My main desktop comp uses Ubuntu, but I use Debian on my netbook.


    I've just done

    Code:
    sudo apt-get update && sudo apt-get upgrade
    .

    and when I restarted my computer (debian version 5.0) I get this message:


    WICD
    Unable to contact the Wicd daemon due to an access denied error from DBus. Please check that your user is in the netdev group.

    Wicd is my wireless connection program. I think what happened when i ran apt-get upgrade is that the wicd got updated to the latest (1.6.2.2) version.

    How can I fix this? Thank you.

  2. #2
    Join Date
    Dec 2007
    Location
    Chicago
    Beans
    Hidden!

    Re: Debian: Wicd "access denied error from DBus. Check your user is in netdev group"

    Quote Originally Posted by hanzj View Post
    Hello,
    My main desktop comp uses Ubuntu, but I use Debian on my netbook.


    I've just done

    Code:
    sudo apt-get update && sudo apt-get upgrade
    .

    and when I restarted my computer (debian version 5.0) I get this message:





    Wicd is my wireless connection program. I think what happened when i ran apt-get upgrade is that the wicd got updated to the latest (1.6.2.2) version.

    How can I fix this? Thank you.
    Are you a part of the netdev group? If not try adding yourself to it?
    Hey, you created me. I didn't create some loser alter-ego to make myself feel better. Take some responsibility! -Tyler Durden, Fight Club

  3. #3
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Debian: Wicd "access denied error from DBus. Check your user is in netdev group"

    TO find out what groups your user is a member of, open a terminal and type

    Code:
    groups
    To add yourself to a group type:

    Code:
    sudo gpasswd -a <username> netdev

  4. #4
    Join Date
    May 2005
    Location
    At home
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Debian: Wicd "access denied error from DBus. Check your user is in netdev group"

    cariboo907,
    thank you.
    I did
    Code:
    groups
    but did not see my username (the username I used to log onto the debian netbook.
    But I knew what it was and did
    sudo gpasswd -a <username> netdev
    .

    I then did
    wicd-client
    and it works A-OK!


    Thank you, my fellow Ubuntu user, for helping me with this question re: my debian comp.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •