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
linux:cups [2017/03/09 08:16] – [Sane web frontends] niziaklinux:cups [2020/04/23 15:23] (current) niziak
Line 1: Line 1:
 +====== CUPS ======
 +
 +====== Cups webinterface ======
 +[[http://localhost:631/]]
 +
 +By default it uses normal system users and their passwords (root for admin).
 +By default CUPS **@SYSTEM** group is mapped to system **lpadmin** group, so user should be added into **lpadmin** group.
 +
 +To create internal CUPS users:
 +<code bash>
 +lppaswd -g lpadmin -a username
 +</code>
 +and file **/etc/cups/passwd.md5** will be created/updated
 +
 +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>
 +
 +
 ====== Samsung ML-1640 ====== ====== Samsung ML-1640 ======
 <code bash> <code bash>