public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Josh Saddler" <nightmorph@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: printing-howto.xml
Date: Sun, 19 Mar 2006 17:29:59 +0000	[thread overview]
Message-ID: <200603191730.k2JHU0RJ002422@robin.gentoo.org> (raw)

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="swift@gentoo.org">Sven Vermeulen</mail>
 </author>
+<author title="Editor">
+  <mail link="nightmorph@gentoo.org">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" &gt;&gt; /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>



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2006-03-19 17:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-19 17:29 Josh Saddler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-06-16  1:08 [gentoo-doc-cvs] cvs commit: printing-howto.xml Joshua Saddler
2008-05-07  0:29 Joshua Saddler
2008-05-03 16:00 Sven Vermeulen
2008-05-03 15:59 Sven Vermeulen
2008-02-20 21:07 Sven Vermeulen
2007-02-05 14:14 Xavier Neys
2007-02-02  8:10 Josh Saddler
2006-11-28 19:21 Josh Saddler
2006-11-28 18:10 Josh Saddler
2006-09-14 11:21 Josh Saddler
2006-09-04  2:19 Josh Saddler
2006-09-04  1:50 Josh Saddler
2006-03-20 20:21 Josh Saddler
2006-03-14 18:55 Josh Saddler
2006-03-11 16:21 swift
2006-03-05 10:29 swift
2005-11-21 15:44 Xavier Neys
2005-11-05 17:29 swift
2005-09-09 13:19 Jan Kundrat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200603191730.k2JHU0RJ002422@robin.gentoo.org \
    --to=nightmorph@lark.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox