You are not logged in.
These commands give no output on my system, while I expected to see the members of group 'base' and 'base-devel'.
sudo pacman -Sg base;
sudo pacman -Sg base-devel;
To make sure it wasn't a local issue but that the group data was missing from the repository databae, I checked this with:
curl -sSL "https://mirror.rackspace.com/archlinux/core/os/$(uname -m)/core.db" -o /tmp/core.db
bsdtar -tf /tmp/core.db | grep -x 'groups'
This gave no output either. Shouldn't there be a 'groups' entry in core.cb for example?
Last edited by rwd (2025-09-08 14:55:01)
Offline
Neither base nor base-devel are groups. They’re both packages.
Paperclips in avatars?
NIST on password policies (PDF) — see §3.1.1.2
Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Thanks you're right! They were groups in the past I think. An old script of mine failed to find these groups, so that was what made me think they should exist.
Last edited by rwd (2025-09-08 15:02:12)
Offline