<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
This is the error in the messages file:<BR>
<BR>
<PRE>
Dec 11 12:57:59 nptsrv1 xinetd[3498]: START: printer pid=880 from=172.30.50.254
Dec 11 12:57:59 nptsrv1 cups-lpd[880]: Unknown command-line option "job-sheets=none,none" ignored!
Dec 11 12:57:59 nptsrv1 cups-lpd[880]: Connection from 172.30.50.254 (IPv4 172.30.50.254)
Dec 11 12:57:59 nptsrv1 cups-lpd[880]: Receive print job for IS2320-70
Dec 11 12:57:59 nptsrv1 cups-lpd[880]: Print file - job ID = 75
Dec 11 12:57:59 nptsrv1 cups-lpd[880]: Closing connection
Dec 11 12:57:59 nptsrv1 xinetd[3498]: EXIT: printer status=0 pid=880 duration=0(sec)
</PRE>
<BR>
This is my /etc/xinetd.d/cups-lpd file:<BR>
<BR>
<PRE>
[root@nptsrv1 log]# more /etc/xinetd.d/cups-lpd
# default: off
# description: Allow applications using the legacy lpd protocol to communicate with CUPS
service printer
{
        disable = no
        socket_type = stream
        protocol = tcp
        wait = no
        user = lp
        server = /usr/lib/cups/daemon/cups-lpd
        server_args = -o document-format=application/octet-stream job-sheets=none,none
}
[root@nptsrv1 log]#
</PRE>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
On Fri, 2007-12-07 at 15:38 -0800, Michael R Sweet wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Gary Mansell wrote:</FONT>
<FONT COLOR="#000000">> I have tried this syntax also but I still get the banner page....</FONT>

<FONT COLOR="#000000">Hmm, that just shouldn't happen.  The "add a banner page" code</FONT>
<FONT COLOR="#000000">specifically looks for a job-sheets option - anything in server_args</FONT>
<FONT COLOR="#000000">will override a client request.</FONT>

<FONT COLOR="#000000">What do you see in the system log (where cups-lpd log messages go)</FONT>
<FONT COLOR="#000000">and CUPS error_log files?</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
<BR><font size=1 font face="arial" color=navy>This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.<BR>
If you have received this e-mail in error please notify the sender immediately and delete this e-mail from your system. Please note that any views<BR>
or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Ricardo (save for reports and other<BR>
documentation formally approved and signed for release to the intended recipient).Only Directors are authorised to enter into legally binding <BR>
obligations on behalf of Ricardo. Ricardo may monitor outgoing and incoming e-mails and other telecommunications systems. By replying to this <BR>
e-mail you give consent to such monitoring. The recipient should check e-mail and any attachments for the presence of viruses. Ricardo accepts <BR>
no liability for any damage caused by any virus transmitted by this e-mail. "Ricardo" means Ricardo plc and its subsidiary companies.<BR>
Ricardo plc is a public limited company registered in England with registered number 00222915.<BR>
The registered office of Ricardo plc is Shoreham Technical Centre, Shoreham-by Sea, West Sussex, BN43 5FG.</font><BR>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</BODY>
</HTML>