From ca5759f796b153f702669942f7e01e498cc1170f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 15 Oct 2002 18:14:31 +0000 Subject: make html (This used to be commit 39034207567c363a257f0aebd8ef22f15d98f451) --- docs/htmldocs/printingdebug.html | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'docs/htmldocs/printingdebug.html') diff --git a/docs/htmldocs/printingdebug.html b/docs/htmldocs/printingdebug.html index acc81fdc00..abb83cb692 100644 --- a/docs/htmldocs/printingdebug.html +++ b/docs/htmldocs/printingdebug.html @@ -8,7 +8,7 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.77">Chapter 8. Debugging Printing ProblemsChapter 7. Debugging Printing Problems

8.1. Introduction

7.1. Introduction

This is a short description of how to debug printing problems with Samba. This describes how to debug problems with printing from a SMB @@ -152,9 +152,9 @@ CLASS="SECT1" >

8.2. Debugging printer problems

7.2. Debugging printer problems

One way to debug printing problems is to start by replacing these command with shell scripts that record the arguments and the contents @@ -209,9 +209,9 @@ CLASS="SECT1" >

8.3. What printers do I have?

7.3. What printers do I have?

You can use the 'testprns' program to check to see if the printer name you are using is recognized by Samba. For example, you can @@ -238,9 +238,9 @@ CLASS="SECT1" >

8.4. Setting up printcap and print servers

7.4. Setting up printcap and print servers

You may need to set up some printcaps for your Samba system to use. It is strongly recommended that you use the facilities provided by @@ -322,9 +322,9 @@ CLASS="SECT1" >

8.5. Job sent, no output

7.5. Job sent, no output

This is the most frustrating part of printing. You may have sent the job, verified that the job was forwarded, set up a wrapper around @@ -367,9 +367,9 @@ CLASS="SECT1" >

8.6. Job sent, strange output

7.6. Job sent, strange output

Once you have the job printing, you can then start worrying about making it print nicely.

8.7. Raw PostScript printed

7.7. Raw PostScript printed

This is a problem that is usually caused by either the print spooling system putting information at the start of the print job that makes @@ -428,9 +428,9 @@ CLASS="SECT1" >

8.8. Advanced Printing

7.8. Advanced Printing

Note that you can do some pretty magic things by using your imagination with the "print command" option and some shell scripts. @@ -444,9 +444,9 @@ CLASS="SECT1" >

8.9. Real debugging

7.9. Real debugging

If the above debug tips don't help, then maybe you need to bring in the bug guns, system tracing. See Tracing.txt in this directory.

Home