Sunday, August 28, 2011

glibc rpm mis-match

Error: We get this error when a user logs into the system.

Usage: id [OPTIONS]... [USERNAME]

Print information for USERNAME or the current user

Options:
-Z prints only the security context
-g prints only the group ID
-u prints only the user ID
-n print a name instead of a number
-r prints the real user ID instead of the effective ID

Solution:
check the all installed glibc rpm version

[root@pg~]# rpm -qa | grep -i glibc
glibc-devel-2.3.4-2.39
glibc-2.3.4-2.39
glibc-headers-2.3.4-2.39
glibc-utils-2.3.4-2.39
glibc-profile-2.3.4-2.39
glibc-devel-2.3.4-2.39
glibc-common-2.3.4-2.41 <---- problem child causing it
glibc-2.3.4-2.39
glibc-kernheaders-2.4-9.1.100.EL

No comments: