meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:cups [2017/03/10 07:38] niziaklinux:cups [2019/04/13 00:08] niziak
Line 12: Line 12:
  
 For more permissions look into **/etc/cups/cupsd.conf** For more permissions look into **/etc/cups/cupsd.conf**
 +
 +====== cups-pdf ======
 +
 +<file | /etc/cups/cups-pdf.conf>
 +LogType 7
 +</file>
 +
 +Error: "failed to set file mode"
 +Issue not related to apparmor (not enabled).
 +
 +Solution:
 +  Error is generated by cups-pdf but is relative to ghostscript rights. Ghostscript seems to need full rights in its temp work dir.
 +  Setting "GSTmp /tmp" instead of "GSTmp /var/tmp" in /etc/cups/cups-pdf.conf solves the problem for me.
 +
 +
 +====== Brother DCP-7055W ======
 +
 +<code bash>
 +lpadmin -p DCP7055W -v lpd://192.168.179.1/binary_p1 -E -P /usr/share/cups/model/brother-DCP-7055W-cups-en.ppd
 +</code>