Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/etc/cups/mime.convs should be world readable #1565

Closed
michaelrsweet opened this issue Apr 14, 2006 · 1 comment
Closed

/etc/cups/mime.convs should be world readable #1565

michaelrsweet opened this issue Apr 14, 2006 · 1 comment
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.2rc2
CUPS.org User: twaugh.redhat

/etc/cups/mime.convs should be world readable, otherwise programs like
hp-sendfax can not run.

[bjohnson@localhost ~]$ hp-sendfax
[ERROR]: Coverpages disabled. Reportlab not installed.

HP Linux Imaging and Printing System (ver. 0.9.10)
PC Sendfax Utility ver. 1.7

Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Traceback (most recent call last):
File "/usr/bin/hp-sendfax", line 369, in ?
sys.exit(main(sys.argv[1:]))
File "/usr/bin/hp-sendfax", line 344, in main
job_size)
File "/usr/share/hplip/ui/faxsendjobform.py", line 124, in init
self.allowable_mime_types = cups.getAllowableMIMETypes()
File "/usr/share/hplip/prnt/cups.py", line 109, in getAllowableMIMETypes
conv_file = file(f, 'r')
IOError: [Errno 13] Permission denied: '/etc/cups/mime.convs'

(from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189029)

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Fixed in Subversion repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant