Bug 154342

Summary: skiplist collides with Quicktime
Product: [Fedora] Fedora Reporter: elias
Component: fileAssignee: Radek Vokál <rvokal>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: 3CC: matteo, redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-11 08:47:24 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 elias 2005-04-10 14:05:20 UTC
Description of problem:

Skiplist db files, used in cyrus-imapd, are identified as "Apple QuickTime movie
(modified)". This creates problems in cyrus-imapd startup, which uses file to
discern whether the db files are skiplist or berkeley, when it calls
/usr/lib/cyrus-imapd/cvt_cyrusdb_all, see bug #148808

Version-Release number of selected component (if applicable):


file-4.12-1.FC3.1
How reproducible:


Steps to Reproduce:
1. Have cyrus-imapd installed  
2. Create mailboxes
3. Do "file /var/lib/imap/mailboxes.db"
  
Actual results:

/var/lib/imap/mailboxes.db: Apple QuickTime movie (modified)

Expected results:

/var/lib/imap/mailboxes.db: Cyrus skiplist DB

Additional info:

cd /usr/share/file
edit the file "magic" and move lines 6460-6462 to line 250-252, save and do
"file -C"

Comment 1 Radek Vokál 2005-04-11 08:47:24 UTC
Fixed, Cyrus mail files have now greater priority than Apple Quicktime movies.
file-4.13-4

Comment 2 John Dennis 2005-04-23 20:03:47 UTC
*** Bug 148808 has been marked as a duplicate of this bug. ***