nightmorph 06/03/19 17:29:59 Modified: printing-howto.xml Log: 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\!
Revision Changes Path 1.57 xml/htdocs/doc/en/printing-howto.xml 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 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 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 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- printing-howto.xml 14 Mar 2006 18:55:48 -0000 1.56 +++ printing-howto.xml 19 Mar 2006 17:29:59 -0000 1.57 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.56 2006/03/14 18:55:48 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.57 2006/03/19 17:29:59 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -10,6 +10,9 @@ <author title="Author"> <mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail> </author> +<author title="Editor"> + <mail link="[EMAIL PROTECTED]">Joshua Saddler</mail> +</author> <abstract> This document covers the installation and maintenance of printers using CUPS and @@ -21,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.7</version> -<date>2006-03-14</date> +<version>2.8</version> +<date>2006-03-19</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -943,4 +946,42 @@ </section> </chapter> +<chapter> +<title>Troubleshooting</title> +<section> +<title>Error: Unable to convert file 0 to printable format</title> +<body> + +<p> +If you are having printing troubles and <path>/var/log/cups/error_log</path> +shows this message: +</p> + +<pre caption="Error log"> +Unable to convert file 0 to printable format +</pre> + +<p> +You need to re-emerge <c>ghostscript-esp</c> with the <c>cups</c> USE flag. You +can either add <c>cups</c> to your USE flags in <path>/etc/make.conf</path>, or +you can enable it only for <c>ghostscript-esp</c> as shown: +</p> + +<pre caption="Adding cups to ghostscript-esp"> +# <i>echo "app-text/ghostscript-esp cups" >> /etc/portage/package.use</i> +</pre> + +<p> +Then emerge <c>ghostscript-esp</c>. When it has finished compiling, be sure to +restart <c>cupsd</c> afterward: +</p> + +<pre caption="Restarting cupsd"> +# <i>/etc/init.d/cupsd restart</i> +</pre> + +</body> +</section> +</chapter> + </guide> -- [email protected] mailing list
