On 3/23/22 11:46, Roger Heflin wrote:
if the groups aren't being created and dnf did not show an error, then
at the very least the script in the rpm doing the install is not
checking return codes and reporting an error.
The scripts reporting the above, may or may not even have code that
works
The last Failed to write message is the only real error. The other
messages are informational.The /etc/gshadow is basically trying to add
the group users and it already being in the file, which is informational.
The real error will be coming from one of the install scripts in one of the
rpms
The following message was sent to the terminal just before the verifying
step on a dnf update.
Creating group sgx with gid 106.
Creating group users with gid 100.
Creating group systemd-oom with gid 951.
Creating user systemd-oom (systemd Userspace OOM Killer) with uid 951
and gid 951.
/etc/gs