View Issue Details

IDProjectCategoryView StatusLast Update
0000021AlmaLinux-8chronypublic2021-02-22 16:38
Reporteralmalinux4all Assigned Toalukoshko  
PrioritynormalSeverityminorReproducibilityalways
Status feedbackResolutionopen 
OSAlmaLinuxOS Version8.3_beta 
Summary0000021: incorrect ownership of /var/log/chorny
DescriptionFolder /var/log/chrony has incorrect ownership:

[root@ip-172-31-18-24 ~]# ls -lda /var/log/chrony/
drwxr-xr-x. 2 990 986 6 Jan 26 15:39 /var/log/chrony/

As you see above, user with id 990 and group with id 986 does not exit.

[root@ip-172-31-18-24 ~]# cat /etc/passwd | grep chrony
chrony:x:994:991::/var/lib/chrony:/sbin/nologin
[root@ip-172-31-18-24 ~]# cat /etc/group | grep chrony
chrony:x:991:

Instead, user id 994 and group id 991 should be used.

TagsNo tags attached.
abrt_hash
URL

Activities

alukoshko

2021-02-13 18:03

administrator   ~0000024

Thanks for report.
I can't reproduce the problem actually:

[alukoshko@almalinux ~]$ ls -lda /var/log/chrony/
drwxr-xr-x. 2 chrony chrony 6 Jan 26 18:39 /var/log/chrony/
[alukoshko@almalinux ~]$ id chrony
uid=991(chrony) gid=987(chrony) groups=987(chrony)

uid and gid for chrony aren't reserved and may differ from installation to installation.
But of course file permissions must match chrony user.

How can I reproduce the issue?
Was it fresh installation or migration from other OS?
Please provide steps that I would able to follow.

Issue History

Date Modified Username Field Change
2021-02-13 11:03 almalinux4all New Issue
2021-02-13 18:03 alukoshko Note Added: 0000024
2021-02-22 16:38 alukoshko Assigned To => alukoshko
2021-02-22 16:38 alukoshko Status new => feedback