<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi -<br>
Interesting,I have downloaded python 64-bit rpm from other resources (like centos,rpmfind ) they show arch as 32-bit!
<br>
<br>
$ file python-2.6.5-3.el6.x86_64.rpm<br>
python-2.6.5-3.el6.x86_64.rpm: RPM v3 bin i386 python-2.6.5-3.el6<br>
<br>
$ file python-2.7.1-7.fc15.x86_64.rpm <br>
python-2.7.1-7.fc15.x86_64.rpm: RPM v3 bin i386 python-2.7.1-7.fc15<br>
<br>
Reading more about from here http://www.rpm.org/max-rpm/s1-rpm-file-format-rpm-file-format.html
<br>
<br>
My guess is, 'file' command still uses an old magic signature (lead - where 'arch' value can be found with in first few bytes), but the new magic signature(header) stores the details
<br>
in some other place.May be recent the rpmbuild updates arch value in 'header' but not in old 'lead' structure.<br>
<br>
<div>$ file --version<br>
file-5.03<br>
<br>
<div style="font-family: Tahoma; font-size: 13px;"><span style="color: rgb(192, 192, 192);">.<br>
..<br>
...<br>
</span><span style="color: rgb(192, 192, 192);">Cheers,</span><br style="color: rgb(192, 192, 192);">
<span style="color: rgb(192, 192, 192);">Lakshmipathi.G</span><br style="color: rgb(192, 192, 192);">
<span style="color: rgb(192, 192, 192);">FOSS Programmer.</span></div>
</div>
<br>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF170606"><font size="2" color="#000000" face="Tahoma"><b>From:</b> gluster-users-bounces@gluster.org [gluster-users-bounces@gluster.org] on behalf of Joey McDonald [joey@scare.org]<br>
<b>Sent:</b> Sunday, October 02, 2011 5:26 AM<br>
<b>To:</b> gluster-users@gluster.org<br>
<b>Subject:</b> [Gluster-users] Problem with Gluster's LATEST RPM Builds<br>
</font><br>
</div>
<div></div>
<div>Hi,
<div><br>
</div>
<div>You have some Gluster packages available for download here:</div>
<div><br>
</div>
<div><a href="http://download.gluster.com/pub/gluster/glusterfs/LATEST/CentOS/" target="_blank">http://download.gluster.com/pub/gluster/glusterfs/LATEST/CentOS/</a></div>
<div><br>
</div>
<div>They are labeled as x86_64, however they're actually i386, as you can see here:</div>
<div><br>
</div>
<div>
<div>[joey@nahalam-0-0 ~]$ wget <a href="http://download.gluster.com/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-core-3.2.4-1.x86_64.rpm--2011-10-01" target="_blank">
http://download.gluster.com/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-core-3.2.4-1.x86_64.rpm--2011-10-01</a> 23:55:48-- <a href="http://download.gluster.com/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-core-3.2.4-1.x86_64.rpm" target="_blank">http://download.gluster.com/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-core-3.2.4-1.x86_64.rpm</a></div>
<div>Resolving download.gluster.com... 70.38.57.57</div>
<div>Connecting to <a href="http://download.gluster.com" target="_blank">download.gluster.com</a>|70.38.57.57|:80... connected.</div>
<div>HTTP request sent, awaiting response... 200 OK</div>
<div>Length: 2317773 (2.2M) [application/x-redhat-package-manager]</div>
<div>Saving to: `glusterfs-core-3.2.4-1.x86_64.rpm'</div>
<div><br>
</div>
<div>100%[===========================================================================================>] 2,317,773 1.98M/s in 1.1s </div>
<div><br>
</div>
<div>2011-10-01 23:55:49 (1.98 MB/s) - `glusterfs-core-3.2.4-1.x86_64.rpm' saved [2317773/2317773]</div>
<div><br>
</div>
<div>[joey@nahalam-0-0 ~]$ file glusterfs-core-3.2.4-1.x86_64.rpm </div>
<div>glusterfs-core-3.2.4-1.x86_64.rpm: RPM v3 bin i386 glusterfs-core-3.2.4-1</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div> --joey</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</body>
</html>