You are not logged in.
I am trying to use nm-applet under Awesome on my netbook, before I was just using cnetworkmanager but after the last update to NetworkManager cnetworkmanager is now broken. Wired connections work fine but when I try to connect to a wireless AP I see this error in xterm:
** (nm-applet:5116): WARNING**: Failed to add/activate connection: (32) Insufficient privileges
I have version 0.8.999 of nm-applet and network manager installed, what kind of privileges does it need that knetworkmanager (also have KDE installed on the side) and cnetworkmanager doesn't?
Offline
Got exactly the same problem...
is there any way to update only the packages which are marked like <stable> or sth like that?
Got kernel-crashes and different problems with networkmanager but it finally came up to the one error descripted above... would be very happy with any help
btw: didnt chance anything except the update, so the same user is executing nm-applet...
Offline
I'm having the exact same issue.
** (nm-applet:2895): WARNING **: Failed to add/activate connection: (32) Insufficient privileges.
This thread suggests to downgrade the networkmanager package, but I'm not able to downgrade successfully (per the example in pacman manpage):
# sudo pacman -S 'networkmanager<0.8.999-1'
error: target not found: networkmanager<0.8.999-1
Offline
I tried to downgrade by using the pkg-cache but it seems to be more difficult because of different versions on which it depends (networkmanager alswell as its applet)...
by reinstalling at least by saved connections (gnome-keyring) were fixed...
i think its a "easy" permission-problem by saving a new Auto-Connection for the unknown ESSID.... should be fixed with a patch soon i hope
Offline
This bug report comment pointed out the exact versions of the NetworkManager packages that work properly:
networkmanager-0.8.3-0.20110113-x86_64.pkg.tar.xz
network-manager-applet-0.8.2-4-x86_64.pkg.tar.xz
networkmanager-vpnc-0.8.2-1-x86_64.pkg.tar.xz
I downloaded these packages from http://schlunix.org/archlinux/extra/os/x86_64/, installed them, ran `sudo /etc/rc.d/networkmanager restart`, and restarted my desktop environment, and now the wireless works again!
Offline
Having the exact same problem. Has anyone filed a bug on this?
Offline
I'm having this problem too.
Having the exact same problem. Has anyone filed a bug on this?
Seems like it: https://bugzilla.gnome.org/show_bug.cgi?id=649422
Offline
Well, I have finally figured out a solution to this (other than downgrading). Tried to document it under:
https://wiki.archlinux.org/index.php/Ne … ermissions
Offline
Well, I have finally figured out a solution to this (other than downgrading). Tried to document it under:
https://wiki.archlinux.org/index.php/Ne … ermissions
Although the above instructions fixed the
** (nm-applet:2895): WARNING **: Failed to add/activate connection: (32) Insufficient privileges.
error, they uncovered a new error:
** (nm-applet:2346): WARNING **: <WARN> activate_connection_cb(): Connection activation failed: No user settings service available
My user account is a member of the "network" group:
> groups
lp wheel games network video audio optical storage scanner power users
What am I doing wrong?
Offline
Networkmanager needs more stuff to work on not Gnome/KDE window managers. Make sure you run:
/usr/lib/notification-daemon-1.0/notification-daemon &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1&
Offline
Networkmanager needs more stuff to work on not Gnome/KDE window managers. Make sure you run:
/usr/lib/notification-daemon-1.0/notification-daemon &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1&
Thanks, I did not have /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 running.
But now there is yet another error:
** (nm-applet:856): WARNING **: Failed to add/activate connection: (32) Not authorized to control networking.
Why does that occur? I'm already a member of the "network" group:
> groups
lp wheel games network video audio optical storage scanner power users
Thanks for your consideration.
Offline
Sorry for hijacking the thread... Could someone help me, please? I have the same "Insufficient privileges" problem as described in the first post. After logging in I *do have* the executable from polkit-gnome (/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1) running, but in "ps aux" I can see it belongs to "gdm" user, not me. Thus, the questions:
- For users who use GDM and don't have the "Insufficient privileges" problem: do you have on or two polkit-gnome-auth-agents running?
- If I should make the auth agent start on behalf of me instead of GDM, how do I do it?
- If I should run an auth agent in additional to the existing one that is run by GDM, what is the proper way of doing it? Can I just add "/path/polkit-gnome-authentication-agent-1" to autostart?
Additional info: if I run the auth agent manually from terminal after logging in, the "insufficient privileges" problem does not occur.
Offline