Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: printing-howto.xml
Date: Sun, 19 Mar 2006 17:30:01
Message-Id: 200603191730.k2JHU0RJ002422@robin.gentoo.org
1 nightmorph 06/03/19 17:29:59
2
3 Modified: printing-howto.xml
4 Log:
5 Added chapter on troubleshooting; first section is on the error listed in bug 124537. Now we can add all sorts of things to this chapter in the future\!
6
7 Revision Changes Path
8 1.57 xml/htdocs/doc/en/printing-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml?rev=1.57&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml?rev=1.57&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml.diff?r1=1.56&r2=1.57&cvsroot=gentoo
13
14 Index: printing-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
17 retrieving revision 1.56
18 retrieving revision 1.57
19 diff -u -r1.56 -r1.57
20 --- printing-howto.xml 14 Mar 2006 18:55:48 -0000 1.56
21 +++ printing-howto.xml 19 Mar 2006 17:29:59 -0000 1.57
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.56 2006/03/14 18:55:48 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.57 2006/03/19 17:29:59 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -10,6 +10,9 @@
31 <author title="Author">
32 <mail link="swift@g.o">Sven Vermeulen</mail>
33 </author>
34 +<author title="Editor">
35 + <mail link="nightmorph@g.o">Joshua Saddler</mail>
36 +</author>
37
38 <abstract>
39 This document covers the installation and maintenance of printers using CUPS and
40 @@ -21,8 +24,8 @@
41 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
42 <license/>
43
44 -<version>2.7</version>
45 -<date>2006-03-14</date>
46 +<version>2.8</version>
47 +<date>2006-03-19</date>
48
49 <chapter>
50 <title>Printing and Gentoo Linux</title>
51 @@ -943,4 +946,42 @@
52 </section>
53 </chapter>
54
55 +<chapter>
56 +<title>Troubleshooting</title>
57 +<section>
58 +<title>Error: Unable to convert file 0 to printable format</title>
59 +<body>
60 +
61 +<p>
62 +If you are having printing troubles and <path>/var/log/cups/error_log</path>
63 +shows this message:
64 +</p>
65 +
66 +<pre caption="Error log">
67 +Unable to convert file 0 to printable format
68 +</pre>
69 +
70 +<p>
71 +You need to re-emerge <c>ghostscript-esp</c> with the <c>cups</c> USE flag. You
72 +can either add <c>cups</c> to your USE flags in <path>/etc/make.conf</path>, or
73 +you can enable it only for <c>ghostscript-esp</c> as shown:
74 +</p>
75 +
76 +<pre caption="Adding cups to ghostscript-esp">
77 +# <i>echo "app-text/ghostscript-esp cups" &gt;&gt; /etc/portage/package.use</i>
78 +</pre>
79 +
80 +<p>
81 +Then emerge <c>ghostscript-esp</c>. When it has finished compiling, be sure to
82 +restart <c>cupsd</c> afterward:
83 +</p>
84 +
85 +<pre caption="Restarting cupsd">
86 +# <i>/etc/init.d/cupsd restart</i>
87 +</pre>
88 +
89 +</body>
90 +</section>
91 +</chapter>
92 +
93 </guide>
94
95
96
97 --
98 gentoo-doc-cvs@g.o mailing list