Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: Permission needed for anything

  1. #11
    Join Date
    Oct 2006
    Location
    255.255.255.255
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Permission needed for anything

    Something is not right, it should not ask you for your password to shutdown the computer. Are you shutting down from the command line?
    “Give a man a fish and you have fed him for today; teach a man to fish and you have fed him for a lifetime” —unknown

  2. #12
    Join Date
    Sep 2009
    Beans
    158
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Permission needed for anything

    Tried, Didn't work. Typed into terminal, said that it needed to be installed. Installed it and now don't know what to do with it.
    The box said 'Windows 7 or better' .... so I installed Linux.
    I5 2500K @ 4.6 GHZ, 5770 stockOC, 902 case, OCZvertexII, 2 1TB seagate RAID0, 16GB @ 1600 MHz

  3. #13
    Join Date
    Dec 2007
    Location
    The last place I look
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Permission needed for anything

    i disagree, shutdown should require admin if another user is still logged in. this is at heart a multi-user system after all. if you are the only one though, it should just go through.
    Things are rarely just crazy enough to work, but they're frequently just crazy enough to fail hilariously.

  4. #14
    Join Date
    Sep 2009
    Beans
    158
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Permission needed for anything

    Quote Originally Posted by skillllllz View Post
    Are you shutting down from the command line?
    No.
    The box said 'Windows 7 or better' .... so I installed Linux.
    I5 2500K @ 4.6 GHZ, 5770 stockOC, 902 case, OCZvertexII, 2 1TB seagate RAID0, 16GB @ 1600 MHz

  5. #15
    Join Date
    Sep 2009
    Beans
    158
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Permission needed for anything

    Single user system
    The box said 'Windows 7 or better' .... so I installed Linux.
    I5 2500K @ 4.6 GHZ, 5770 stockOC, 902 case, OCZvertexII, 2 1TB seagate RAID0, 16GB @ 1600 MHz

  6. #16
    Join Date
    Sep 2009
    Beans
    158
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Permission needed for anything

    Sometimes it works and sometimes it doesn't.
    The box said 'Windows 7 or better' .... so I installed Linux.
    I5 2500K @ 4.6 GHZ, 5770 stockOC, 902 case, OCZvertexII, 2 1TB seagate RAID0, 16GB @ 1600 MHz

  7. #17
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Permission needed for anything

    Quote Originally Posted by doas777 View Post
    i disagree, shutdown should require admin if another user is still logged in. this is at heart a multi-user system after all. if you are the only one though, it should just go through.
    That's the default, I don't know why is not working for the OP.


    @OP: Please post the content of the /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy file:
    Code:
    cat /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy

  8. #18
    Join Date
    Apr 2008
    Location
    London, UK
    Beans
    590
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Permission needed for anything

    Quote Originally Posted by gameguy View Post
    Sometimes it works and sometimes it doesn't.
    You definitely only have 1 user account?

    What do you see under System > Administration > Users and Groups ?

  9. #19
    Join Date
    Jan 2010
    Location
    No longer SoFl
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Permission needed for anything

    Are two users logged in at the same time? Perhaps you are also logged in with a guest account?

  10. #20
    Join Date
    Sep 2009
    Beans
    158
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Permission needed for anything

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE policyconfig PUBLIC
    "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
    "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">

    <!--
    Policy definitions for ConsoleKit
    -->

    <policyconfig>

    <action id="org.freedesktop.consolekit.system.stop">
    <description>Stop the system</description>
    <message>System policy prevents stopping the system</message>
    <defaults>
    <allow_inactive>no</allow_inactive>
    <allow_active>yes</allow_active>
    </defaults>
    </action>

    <action id="org.freedesktop.consolekit.system.stop-multiple-users">
    <description>Stop the system when multiple users are logged in</description>
    <message>System policy prevents stopping the system when other users are logged in</message>
    <defaults>
    <allow_inactive>no</allow_inactive>
    <allow_active>auth_admin_keep</allow_active>
    </defaults>
    </action>

    <action id="org.freedesktop.consolekit.system.restart">
    <description>Restart the system</description>
    <message>System policy prevents restarting the system</message>
    <defaults>
    <allow_inactive>no</allow_inactive>
    <allow_active>yes</allow_active>
    </defaults>
    </action>

    <action id="org.freedesktop.consolekit.system.restart-multiple-users">
    <description>Restart the system when multiple users are logged in</description>
    <message>System policy prevents restarting the system when other users are logged in</message>
    <defaults>
    <allow_inactive>no</allow_inactive>
    <allow_active>auth_admin_keep</allow_active>
    </defaults>
    </action>

    </policyconfig>

    and about the user account:
    I have Matt and root
    The box said 'Windows 7 or better' .... so I installed Linux.
    I5 2500K @ 4.6 GHZ, 5770 stockOC, 902 case, OCZvertexII, 2 1TB seagate RAID0, 16GB @ 1600 MHz

Page 2 of 4 FirstFirst 1234 LastLast

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
  •