Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#2825 - Missing /etc/gshadow
|
Detailskuser complains of missing /etc/gshadow file.
This can be resolved using; touch /etc/gshadow chown root.root /etc/gshadow chmod 700 /etc/gshadow Fix borrowed from puppy linux web site! |
This task depends upon
"man gpasswd" gives a hint "...(and /etc/gshadow file if compiled with SHADOWGRP defined).". After i set a password for a group, the tool put the password only in "/etc/group" and doesn't use "/etc/gshadow". So, i think Arch don't uses this file. You should leave the field "Shadow group file" empty at "KUser->Settings->Configure KUser->Files".