[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: weird file package relationship



The reason for this is that both the x86_64 and i386 versions of sysstat
are installed - I just did this on a CentOS box to verify - it didn't
have any sysstat on it, and then I did a 'yum install sysstat', and it
wanted to install both the i386 and x86_64 versions, and the i386 one
owns /usr/lib/sa/sa1, and x86_64 owns the /usr/lib64 version of the same
thing.	

[jstanley monster yum.repos.d]$ rpm -q --queryformat
'%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' sysstat
sysstat-5.0.5-15.0.1.el4.x86_64
sysstat-5.0.5-14.rhel4.i386
[jstanley monster yum.repos.d]$ 



On Fri, 2007-06-29 at 05:36 -0500, Hiren Patel wrote:
> 
> hi, i have some weird output from rpm, /usr/lib/sa/sa1 claims to be
> from
> a package that does not list its output when queried for its files.
> what could have caused this? it doesn't look normal?
> 
> rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"
> -f /usr/lib/sa/sa1
> sysstat-5.0.5-15.0.1.el4.x86_64
> 
> rpm -ql sysstat-5.0.5-15.0.1.el4.x86_64 |grep 'sa1'
> /usr/lib64/sa/sa1
> /usr/share/man/man8/sa1.8.gz

> 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]