Bug 453102

Summary: rpm verification fails for freshly installed samba-common
Product: Red Hat Enterprise Linux 4 Reporter: Petr Šplíchal <psplicha>
Component: sambaAssignee: Guenther Deschner <gdeschner>
Status: CLOSED WONTFIX QA Contact: qe-baseos-daemons
Severity: low Docs Contact:
Priority: low    
Version: 4.7CC: dpal, gdeschner, ohudlick
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-10 14:51:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Šplíchal 2008-06-27 10:28:58 UTC
Description of problem:

After fresh installation of samba-common package, verifying the package fails
with the following output:

rpm -V samba-common
......G..   /var/cache/samba/winbindd_privileged

ls -ld /var/cache/samba/winbindd_privileged gives:
drwxr-x---  2 root squid 4096 Jun 19 17:29 /var/cache/samba/winbindd_privileged

The group ownership of squid is here expected so this is causing pointless false
failures.

Version-Release number of selected component (if applicable):
samba-3.0.28-0.el4.9.i386

How reproducible:
Always

Steps to Reproduce:
1. rpm -Uvh samba-common
2. rpm -V samba-common
  
Actual results:
......G..   /var/cache/samba/winbindd_privileged

Expected results:
[nothing] and exit code 0

Comment 1 Dmitri Pal 2010-05-10 14:51:11 UTC
Works as designed.