Closed
Bug 859804
Opened 13 years ago
Closed 13 years ago
please install shared-mime-info on all bugzilla webheads
Categories
(Developer Services :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glob, Assigned: fox2mike)
References
Details
while investigating bug 859606, i discovered that the attachment mime-type auto-detection may not be working due to a missing package:
my dev box:
> ~ $ perl -MFile::MimeInfo::Magic -e 'print mimetype("blah.eml"),"\n"'
> message/rfc822
web4:
> [bjones@web4 ~]$ perl -MFile::MimeInfo::Magic -e 'print mimetype("blah.eml"),"\n"'
> WARNING: You don't seem to have a mime-info database. The
> shared-mime-info package is available from http://freedesktop.org/ .
can the following package please be deployed to all bugzilla webheads (bugzilla-dev.a.o, bugzilla.a.o and bugzilla.m.o):
shared-mime-info.x86_64 : Shared MIME information database
thanks!
| Assignee | ||
Comment 1•13 years ago
|
||
Committed to sysadmins r63124.
Assignee: server-ops-devservices → shyam
| Assignee | ||
Comment 2•13 years ago
|
||
And all good.
Info: Applying configuration version '63123'
Notice: /Stage[main]/Bugzilla::Production/Package[shared-mime-info]/ensure: created
Notice: Finished catalog run in 33.07 seconds
The rest of the webheads will get it when they run puppet the next time.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•