Hide Forgot
Description of problem: ----------------------- ----> At first, group 77 is named "pcap": # grep pcap /etc/group pcap:x:77: # grep arpwatch /etc/group <nothing> ----> Install arpwatch: # yum install arpwatch ----> Group name changed: # grep pcap /etc/group <nothing> # grep arpwatch /etc/group arpwatch:x:77: # grep arpwatch /etc/passwd arpwatch:x:77:77::/var/lib/arpwatch:/sbin/nologin # grep pcap /etc/passwd <nothing> Version-Release number of selected component (if applicable): ------------------------------------------------------------- arpwatch-2.1a15-14.el6.x86_64 How reproducible: ----------------- Didn't try
The user and group pcap was used by package tcpdump which originally included libpcap and arpwatch. That package was split and the user pcap is now arpwatch and tcpdump has a new user/group with id 72.