Currently I'm faced with an issue where when trying to escalate privileges on a package like KDE's partition manager it does not pop up with the "Authorize User" input for a super user password. Looking into this I when I run sudo systemctl status pokit
I get
`● polkit.service - Authorization Manager
Loaded: loaded (/usr/lib/systemd/system/polkit.service; static)
Active: active (running) since Tue 2022-07-19 17:24:07 MDT; 14h ago
Docs: man:polkit(8)
Main PID: 937 (polkitd)
Tasks: 3 (limit: 4347)
Memory: 4.9M
CPU: 369ms
CGroup: /system.slice/polkit.service
└─937 /usr/lib/polkit-1/polkitd --no-debug
Jul 19 17:24:07 _____ systemd[1]: Starting Authorization Manager...
Jul 19 17:24:07 _____ polkitd[937]: Started polkitd version 0.114
Jul 19 17:24:07 _____ polkitd[937]: Loading rules from directory /etc/polkit-1/rules.d
Jul 19 17:24:07 _____ polkitd[937]: Loading rules from directory /usr/share/polkit-1/rules.d
Jul 19 17:24:07 _____ polkitd[937]: Finished loading 4 rules
Jul 19 17:24:07 _____ systemd[1]: Started Authorization Manager.
Jul 19 17:24:07 _____ polkitd[937]: Acquired the name org.freedesktop.PolicyKit1 on the system bus`
From documentation standpoint polkit seems to be working fine, it loads the rules from rules.d then attempts to start the authorization manager. It stops here. I've found other issues similar to this, but not the same. However, someone posted polkit and the output of sudo systemctl status polkit
and the status message was longer containing the successful run of the authorization manager.
Diving further into the logs I look to polkit and specifically systemd when trying to launch the partitionmanager as User I get this error Jul 20 07:55:43 ______ partitionmanage[19914]: polkit_unix_process_set_property: assertion 'val != -1' failed
I can succesfully run the KDE partition manager with sudo or as root user, but when trying to escalate the privilege through authorization manager it fails. It persists in telling me to refresh devices, however when utilizing the button it does not respond.
I can post log files, status, etc. I just cannot find, for the life of me, any information regarding this.
Additional information
-System is fully up to date
-No new configurations that may have messed with dependencies
-I have noticed lost functionality related to SDDM in the settings applet, which some discussions point me to believe it may be an issue with SDDM causing systemd to not load polkit properly. However, I am not knowledgeable in that.
-Associated with the loss of partition manager use, SanDisk USB 128 GB does not properly mount. This is a device I am trying to get running NextCloudPi. I can see the drive using lsblk
but cannot mount it using mount /dev/sdc
-When decryting with luks, I get a dracut-initqueue error that states that configuration node devices/filter not found
and configuration node devices/global_filter not found
. This log has been thrown for the last while; however, there didn't seem to be loss of functionality - including KDE Partition Manager.
If anyone can help point me somewhere that isn't a dead end that would be amazing! Once again I can provide more logs, or anything potentially that would help diagnose the problem and allow me to regain functionality without starting fresh from a backup of files and libraries.
Thanks,
x