Since the last update of pamac nothing works, every time I want to install or remove packages the authentication seems to fail. This can not be and I can not find a solution.
I just can’t find a solution even the suggestions here in the forum don’t help me. Every time I want to update, remove or install something from the AUR via pamac it reports an authentication error, this should not happen!
Is not happening on any of my installs, native or VM, hence we should start with your install. Have you reboot the system after the update?
Does the CLI work, aka from terminal? pamac install <package_name> pamac remove <package_name>
Since is using polkit care to share systemctl status polkit
Hi,
When I got authentication issues with pacman I update /etc/pacman.d/mirrorlist using pacman-mirrors command. After I update using sudo pacman -Syyu and it solve the problem.
You can see help of the command to adjust parameters. I use :
Yes is pamac 10.0.2 since this version ist the auth broke.I have only the msg, the auth don’t work and the execution is failed. not more information, sry.
When I run that command a KDE window open asking for my password. What Desktop Environment are you using? What happens if you try it in a pure text environment (CTRL-Alt-F2)?
By the way, for the ones that don’t understand german (like me), this is the output in english that @KubikPixel get from the command pamac update -a (via Google translate):
$ pamac install wev
Warning: wev is only available from AUR
Preparing...
Cloning wev build files...
Checking wev dependencies...
Resolving dependencies...
Checking inter-conflicts...
To build (1):
wev 1.0.0-4 AUR
Edit build files : [e]
Apply transaction ? [e/y/N] y
Error: Authentication failed
pamac versions installed:
$ pacman -Qs pamac
local/pamac-cli 10.0.2-1
A Package Manager based on libalpm with AUR and Appstream support
local/pamac-common 10.0.2-1
A Package Manager based on libalpm with AUR and Appstream support
local/pamac-gtk 10.0.2-1
A Package Manager based on libalpm with AUR and Appstream support
$ systemctl status polkit
● polkit.service - Authorization Manager
Loaded: loaded (/usr/lib/systemd/system/polkit.service; static)
Active: active (running) since Thu 2020-12-24 12:44:14 CET; 38min ago
Docs: man:polkit(8)
Main PID: 601 (polkitd)
Tasks: 12 (limit: 19057)
Memory: 21.8M
CGroup: /system.slice/polkit.service
└─601 /usr/lib/polkit-1/polkitd --no-debug
systemd[1]: Starting Authorization Manager...
polkitd[601]: Started polkitd version 0.118
polkitd[601]: Loading rules from directory /etc/polkit-1/rules.d
polkitd[601]: Loading rules from directory /usr/share/polkit-1/rules.d
polkitd[601]: Finished loading, compiling and executing 9 rules
systemd[1]: Started Authorization Manager.
polkitd[601]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
polkitd[601]: Registered Authentication Agent for unix-session:1 (system bus name :1.24 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
polkitd[601]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.24, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
I’ve got the same issue. One one XFCE Manjaro install I have here, a graphical loging screen appears. On another, running in dwm, next to an XFCE install I only get "Authentication failed’ unless I use sudo. The graphical interface has the same problem. Polkit seems to be running fine.
edit: If I log in on XFCE, it seems to work as I get a big popup to type in my password. Is it not possible to bring back the commandline way of typing your password?