[xubuntu-users] Unable to cleanly shutdown, auth_admin <-- (action, result) ?

dave selby dave6502 at googlemail.com
Thu Jun 18 11:53:49 UTC 2009


After much playing & googleing, got it solved, edited
/etc/PolicyKit/PolicyKit.conf and added a modification,

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration
1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

<config version="0.1">
    <match user="root">
        <return result="yes"/>
    </match>
    <define_admin_auth group="admin"/>

    <match
action="org.freedesktop.hal.power_management.reboot_multiple_sessions">
        <match user="dave">
            <return result="yes"/>
        </match>
    </match>

</config>

Authorizes me, dave, to exit properly :)

Hope this helps someone else

Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/xubuntu-users/attachments/20090618/6086d8d7/attachment.html>


More information about the xubuntu-users mailing list