-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-10.0.beta
-
None
-
rhel-sst-filesystems
-
ssg_filesystems_storage_and_HA
-
1
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
The rpcbind rpm creates an rpc user with directory path "/var/lib/rpcbind" but this directory path does not get created when the rpm is installed.
[root@rhel-10-upk ~]# rpm -q rpcbind rpcbind-1.2.6-4.rc2.el10.5.x86_64 [root@rhel-10-upk ~]# id rpc uid=32(rpc) gid=32(rpc) groups=32(rpc) [root@rhel-10-upk ~]# grep -w rpc /etc/passwd rpc:x:32:32:Rpcbind Daemon:/var/lib/rpcbind:/sbin/nologin [root@rhel-10-upk ~]# ls /var/lib/rpcbind ls: cannot access '/var/lib/rpcbind': No such file or directory [root@rhel-10-upk ~]#
This was fixed in rhel9 via https://bugzilla.redhat.com/show_bug.cgi?id=1972133
Please provide the package NVR for which bug is seen:
rpcbind-1.2.6-4.rc2.el10.5
How reproducible:
always
Steps to reproduce
- ls /var/lib/rpcbind