Am Sonntag, den 03.06.2012, 15:03 +0000 schrieb fabioamd87: > thanks, right now I just would like standard commands to manage all my > differents distros so I want to help in this, I would like this to be a > constructive bug report to improve packagekit support.
Actually this is more the kind of a configuration issue and not an issue of PackageKit. The sane default PolicyKit configuration requires that the user sits in front of the machine. Drop a file with the following content to /etc/polkit-1/localauthority/50-local.d/10_allow_pk.pkla and replace YOURNAME by the user who connects by ssh: [Allow PackageKit on SSH] Identity=unix-user:YOURNAME Action=org.freedesktop.PackageKit.* ResultInactive=yes Afterwards the user should be allowed to execute all PackageKit commands without being asking for a password. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008106 Title: pkcon update fails to obtain authentication To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/packagekit/+bug/1008106/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
