Policykit-1 Update Issue

Begonnen von seasons, 2020/07/17, 05:34:50

Vorheriges Thema - Nächstes Thema

pjnsmb

@seasons


thanks for the warning
regards
pjnsmb

seasons

Being somewhat of an impatient masochist, I created this symlink to allow the package to finish installing:/usr/lib/policykit-1/polkit-agent-helper-1 -> /usr/libexec/polkit-agent-helper-1
Then I rebooted and found a lot of stuff not working or working really slowly and systemd complaining it couldn't find polkitd. So I made another symlink and rebooted:/usr/lib/policykit-1/polkitd -> /usr/libexec/polkitd
Oh, and in case it's unclear or something gets lost in translation, I highly recommend against the symlink hacking unless you've already upgraded and have a dysfunctional system.

campitosai

@seasons,
works fine, thank you

id027102

Already upgraded , and found :
set S bit for pkexec and polkit-agent-helper-1 solved the problem for me
chmod +s /usr/libexec/polkit-agent-helper-1
[/color][/size]chmod +s /usr/bin/pkexec

ajavibp

Thank you very much for your help, you have saved my day.

dibl

@seasons, THANKS for the warning!  I will wait and not d-u today -- hopefully the fix will come soon.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

seasons

Zitat von: dibl in 2020/07/17, 10:54:23
@seasons, THANKS for the warning!  I will wait and not d-u today -- hopefully the fix will come soon.
You (and others) are welcome. I'm glad you folks saw it before jumping in. The maintainer said he was working on the fix, so it should come later today.

hschn

Hello,

fix is in

http://incoming.debian.org/debian-buildd buildd-unstable/main amd64 Packages

and should be soon in sid.

No problems here

Greetings
Mögen hätt' ich schon wollen, aber dürfen habe ich mich nicht getraut (Karl Valentin)

dibl

Confirmed -- the fixed package is now available to North American users. I just completed full-upgrade on two systems and had no problems of any kind.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

ajavibp

A question, if we who made the links and chmod, do we have to undo them, or is it enough to update?

seasons

I removed my links when the new version came out. I recommend you do the same. They shouldn't hurt anything, but they're not compliant with Debian Filesystem Hierarchy, and it's the type of thing that can cause strange issues in the future after you've long forgotten about it.
As for chmod/permissions, make sure they look like the following. The fixed version of policykit should take have taken care of it for you:
# ls -l /usr/libexec/polkit-agent-helper-1
-rwsr-xr-x 1 root root 19040 Jul 17 04:49 /usr/libexec/polkit-agent-helper-1


ajavibp