RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1154802 - file reports "data" instead of zip file when the first file zipped is a file named "mime"
Summary: file reports "data" instead of zip file when the first file zipped is a file ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: file
Version: 6.5
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: rc
: ---
Assignee: Jan Kaluža
QA Contact: Marek Marusic
URL:
Whiteboard:
: 1158950 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-20 19:33 UTC by Jonathan Works
Modified: 2016-05-10 19:47 UTC (History)
4 users (show)

Fixed In Version: file-5.04-22.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-10 19:47:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2016:0760 0 normal SHIPPED_LIVE Moderate: file security, bug fix, and enhancement update 2016-05-10 22:32:51 UTC

Description Jonathan Works 2014-10-20 19:33:43 UTC
Description of problem:
The file command reports the wrong file type when the first file or directory in a zip archive is named "mime".

Version-Release number of selected component (if applicable):
file.x86_64 0:5.04-21.el6

How reproducible:
Every time


Steps to Reproduce:
# echo mime > mime
# zip mime.zip mime
  adding: mime (stored 0%)
# file mime.zip
mime.zip: data

Actual results:
file command reports "data" for a zip file

Expected results:
# echo notmime > notmime
# zip notmime.zip notmime
  adding: notmime (stored 0%)
# file notmime.zip
notmime.zip: Zip archive data, at least v1.0 to extract


Additional info:
file-4.17-15.el5_3.1 does not have this issue.

http://fpaste.org/143616/38329531/
fpaste includes full commands with hex dump of each file.

Comment 3 Jan Kaluža 2014-10-31 06:12:34 UTC
*** Bug 1158950 has been marked as a duplicate of this bug. ***

Comment 11 errata-xmlrpc 2016-05-10 19:47:00 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2016-0760.html


Note You need to log in before you can comment on or make changes to this bug.