uid 1002 has no permission to perform this operation

6,305

Last time I got this, I was logged in as user A, but another user B on the same machine was logged in at the same time. I logged out from both of them, logged in as A again and then everything worked fine.


Alternatively, https://github.com/blueman-project/blueman/issues/773 suggests users should be a member of at least one of the sudo or the netdev groups. To add your current user to netdev, simply:

sudo gpasswd -a $USER netdev

(See the file /usr/share/polkit-1/rules.d/60-network-manager.rules for the actual test-for-group-membership.)

Share:
6,305

Related videos on Youtube

Galet
Author by

Galet

Updated on September 18, 2022

Comments

  • Galet
    Galet over 1 year

    When I am trying to switch to another wifi network. I am getting below error

    (1) Private connection already active on the device: uid 1002 has no permission to perform this operation

    Refer attached image.

    enter image description here

    My machine details:-

    lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 16.04.1 LTS
    Release:    16.04
    Codename:   xenial
    

    What is the actual problem here and how to solve this ?

    • George Udosen
      George Udosen over 7 years
      Let know who or what has the uid 1002 with cat /etc/passwd | grep 1002
    • Galet
      Galet over 7 years
      cat /etc/passwd | grep 1002 karunakaranpalm:x:1002:1002:KarunakaranPALM,,,:/home/karunak‌​aranpalm:/bin/bash
    • George Udosen
      George Udosen over 7 years
      I am guessing that's you, so you need to first disconnect the wifi from any previous operations before using it else where.
    • Galet
      Galet over 7 years
      @George When I click disconnect option in Wifi. I see same error as "Connection activation failed" in attached screen-shot