You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following warning which i do not understand when i call pikaur to update my system.
$ pikaur -Syu
warning:
[build]DynamicUsers = root
Dynamic Users feature will be disabled in the upcoming releases.
Consider either calling Pikaur from your actual user account without `sudo`, or creating `pikaur` user and specifying its UserId in Pikaur config
and set DynamicUsers to `never`
…
$ type pikaur
pikaur is hashed (/usr/bin/pikaur)
$ file /usr/bin/pikaur
/usr/bin/pikaur: Python script, ASCII text executable
I am calling this as user from my actual account without using sudo and also not as root. So i already do what the description of the warning suggests. Why does this warning not go away then?
The text was updated successfully, but these errors were encountered:
I was genuinely surprised that my config file specified root (~/.config/pikaur.conf). Correcting that to the "default" of "never" corrected the issue, I assume root was the default at sometime in the past?
[build]
dynamicusers = root
EDIT: I eventually ended up deleting that file entirely and letting pikaur generate a new one.
Description:
I get the following warning which i do not understand when i call pikaur to update my system.
I am calling this as user from my actual account without using sudo and also not as root. So i already do what the description of the warning suggests. Why does this warning not go away then?
The text was updated successfully, but these errors were encountered: