OT: Looking for Linux experts

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

OT: Looking for Linux experts

Martin-85
Hello elecrafters,
sorry for off topic bandwidth:

Have a problem when printing via Windows-Client -> Samba/Linux ->
Printserver.

After printing, an additional page with the owner of the printjob and
some other details on it is printed out.

How can i switch this off?

Suse Linux 8.0  (the culprit)
Printserver SMC ABR 7004  (not of any importance, but...)

/etc/printcap :

remote:\
        :cm=lpdfilter method=raw color=yes:\
        :lp=lpt1@192.168.13.131:\
        :sd=/var/spool/lpd/remote:\
        :lf=/var/spool/lpd/remote/log:\
        :af=/var/spool/lpd/remote/acct:\
        :ar:force_localhost@:\
        :tr=:cl:sh:sf:


 

--
Best regards,
 Martin
K2 #2706                          mailto:[hidden email]

_______________________________________________
Elecraft mailing list
Post to: [hidden email]
You must be a subscriber to post to the list.
Subscriber Info (Addr. Change, sub, unsub etc.):
 http://mailman.qth.net/mailman/listinfo/elecraft   

Help: http://mailman.qth.net/subscribers.htm
Elecraft web page: http://www.elecraft.com

Reply | Threaded
Open this post in threaded view
|

Re: OT: Looking for Linux experts

David M. Katinsky
My *guess* is to change the printcap entry so that sh=true. I haven;t
"played" with this kind of thing in a long time, but here's a relevant piece
of man page (from FreeBSD) showing the default value.

     sh         bool      false                  suppress printing of burst
                                                 page header


remote:\
        :cm=lpdfilter method=raw color=yes:\
        :lp=lpt1@192.168.13.131:\
        :sd=/var/spool/lpd/remote:\
        :lf=/var/spool/lpd/remote/log:\
        :af=/var/spool/lpd/remote/acct:\
        :ar:force_localhost@:\
        :tr=:cl:sh=true:sf:

--

"It takes brains. It's not like forward, where you can get away with
scoring and not play defense... On defense you have to be thinking."
---Chris Chelios

David M. Katinsky
[hidden email]
N2RDT



> From: Martin <[hidden email]>
> Reply-To: Martin <[hidden email]>
> Date: Thu, 10 Mar 2005 19:10:52 +0100
> To: <[hidden email]>
> Subject: [Elecraft] OT: Looking for Linux experts
>
> Hello elecrafters,
> sorry for off topic bandwidth:
>
> Have a problem when printing via Windows-Client -> Samba/Linux ->
> Printserver.
>
> After printing, an additional page with the owner of the printjob and
> some other details on it is printed out.
>
> How can i switch this off?
>
> Suse Linux 8.0  (the culprit)
> Printserver SMC ABR 7004  (not of any importance, but...)
>
> /etc/printcap :
>
> remote:\
>         :cm=lpdfilter method=raw color=yes:\
>         :lp=lpt1@192.168.13.131:\
>         :sd=/var/spool/lpd/remote:\
>         :lf=/var/spool/lpd/remote/log:\
>         :af=/var/spool/lpd/remote/acct:\
>         :ar:force_localhost@:\
>         :tr=:cl:sh:sf:
>
>
>  
>
> --
> Best regards,
>  Martin
> K2 #2706                          mailto:[hidden email]
>
> _______________________________________________
> Elecraft mailing list
> Post to: [hidden email]
> You must be a subscriber to post to the list.
> Subscriber Info (Addr. Change, sub, unsub etc.):
>  http://mailman.qth.net/mailman/listinfo/elecraft
>
> Help: http://mailman.qth.net/subscribers.htm
> Elecraft web page: http://www.elecraft.com
>


_______________________________________________
Elecraft mailing list
Post to: [hidden email]
You must be a subscriber to post to the list.
Subscriber Info (Addr. Change, sub, unsub etc.):
 http://mailman.qth.net/mailman/listinfo/elecraft   

Help: http://mailman.qth.net/subscribers.htm
Elecraft web page: http://www.elecraft.com

Reply | Threaded
Open this post in threaded view
|

Re: OT: Looking for Linux experts

Mike Markowski
In reply to this post by Martin-85
Hi Martin,

I don't use samba much so I'm not positive what the problem is, but do a
"man lpoptions" if you're using CUPS to manage your print services.  It
sounds like you might want to do something like "lpoptions -o
job-sheets=none" to turn off banner page printing.  If you're not using
CUPS, just delete this email.  :-)

Mike  AB3AP

Martin wrote on 03/10/05 13:10 ET:

> Hello elecrafters,
> sorry for off topic bandwidth:
>
> Have a problem when printing via Windows-Client -> Samba/Linux ->
> Printserver.
>
> After printing, an additional page with the owner of the printjob and
> some other details on it is printed out.
>
> How can i switch this off?
>
> Suse Linux 8.0  (the culprit)
> Printserver SMC ABR 7004  (not of any importance, but...)
>
> /etc/printcap :
>
> remote:\
>         :cm=lpdfilter method=raw color=yes:\
>         :lp=lpt1@192.168.13.131:\
>         :sd=/var/spool/lpd/remote:\
>         :lf=/var/spool/lpd/remote/log:\
>         :af=/var/spool/lpd/remote/acct:\
>         :ar:force_localhost@:\
>         :tr=:cl:sh:sf:
>
>
>  
>

_______________________________________________
Elecraft mailing list
Post to: [hidden email]
You must be a subscriber to post to the list.
Subscriber Info (Addr. Change, sub, unsub etc.):
 http://mailman.qth.net/mailman/listinfo/elecraft   

Help: http://mailman.qth.net/subscribers.htm
Elecraft web page: http://www.elecraft.com

Reply | Threaded
Open this post in threaded view
|

Re: OT: Looking for Linux experts

John Lonigro
Martin:
I don't want to take up much bandwidth on the Linux printing problem,
but the problem is not likely SAMBA.  Go to your printer setup, select
your printer, and click on edit.  If it is similar to Fedora, you have a
Queue options tab that will turn off banner pages at the start or end of
the print job.  Any more questions, contact me directly.

John AA0VE ([hidden email])

> Martin wrote on 03/10/05 13:10 ET:
>
>> Hello elecrafters,
>> sorry for off topic bandwidth:
>>
>> Have a problem when printing via Windows-Client -> Samba/Linux ->
>> Printserver.
>>
>> After printing, an additional page with the owner of the printjob and
>> some other details on it is printed out.
>>
>> How can i switch this off?
>>
>> Suse Linux 8.0  (the culprit)
>> Printserver SMC ABR 7004  (not of any importance, but...)
>
_______________________________________________
Elecraft mailing list
Post to: [hidden email]
You must be a subscriber to post to the list.
Subscriber Info (Addr. Change, sub, unsub etc.):
 http://mailman.qth.net/mailman/listinfo/elecraft   

Help: http://mailman.qth.net/subscribers.htm
Elecraft web page: http://www.elecraft.com

Reply | Threaded
Open this post in threaded view
|

Re: OT: Looking for Linux experts

quahog
In reply to this post by David M. Katinsky

I think that the ':sh:' entry takes care of this???  Maybe he
should post the relevant parts of the smb.conf file.  Using
CUPS, lprng, apsfilter, etc???  This stuff can get pretty
complicated.  Printing under Linux used to be pretty easy.

On Thu, 10 Mar 2005, David M. Katinsky wrote:

> My *guess* is to change the printcap entry so that sh=true. I haven;t
> "played" with this kind of thing in a long time, but here's a relevant piece
> of man page (from FreeBSD) showing the default value.
>
>     sh         bool      false                  suppress printing of burst
>                                                 page header
>
>
> remote:\
>        :cm=lpdfilter method=raw color=yes:\
>        :lp=lpt1@192.168.13.131:\
>        :sd=/var/spool/lpd/remote:\
>        :lf=/var/spool/lpd/remote/log:\
>        :af=/var/spool/lpd/remote/acct:\
>        :ar:force_localhost@:\
>        :tr=:cl:sh=true:sf:
>
> --
>
> "It takes brains. It's not like forward, where you can get away with
> scoring and not play defense... On defense you have to be thinking."
> ---Chris Chelios
>
> David M. Katinsky
> [hidden email]
> N2RDT
>
>
>
>> From: Martin <[hidden email]>
>> Reply-To: Martin <[hidden email]>
>> Date: Thu, 10 Mar 2005 19:10:52 +0100
>> To: <[hidden email]>
>> Subject: [Elecraft] OT: Looking for Linux experts
>>
>> Hello elecrafters,
>> sorry for off topic bandwidth:
>>
>> Have a problem when printing via Windows-Client -> Samba/Linux ->
>> Printserver.
>>
>> After printing, an additional page with the owner of the printjob and
>> some other details on it is printed out.
>>
>> How can i switch this off?
>>
>> Suse Linux 8.0  (the culprit)
>> Printserver SMC ABR 7004  (not of any importance, but...)
>>
>> /etc/printcap :
>>
>> remote:\
>>         :cm=lpdfilter method=raw color=yes:\
>>         :lp=lpt1@192.168.13.131:\
>>         :sd=/var/spool/lpd/remote:\
>>         :lf=/var/spool/lpd/remote/log:\
>>         :af=/var/spool/lpd/remote/acct:\
>>         :ar:force_localhost@:\
>>         :tr=:cl:sh:sf:
>>
>>
>>
>>
>> --
>> Best regards,
>>  Martin
>> K2 #2706                          mailto:[hidden email]
>>
>> _______________________________________________
>> Elecraft mailing list
>> Post to: [hidden email]
>> You must be a subscriber to post to the list.
>> Subscriber Info (Addr. Change, sub, unsub etc.):
>>  http://mailman.qth.net/mailman/listinfo/elecraft
>>
>> Help: http://mailman.qth.net/subscribers.htm
>> Elecraft web page: http://www.elecraft.com
>>
>
>
> _______________________________________________
> Elecraft mailing list
> Post to: [hidden email]
> You must be a subscriber to post to the list.
> Subscriber Info (Addr. Change, sub, unsub etc.):
> http://mailman.qth.net/mailman/listinfo/elecraft
>
> Help: http://mailman.qth.net/subscribers.htm
> Elecraft web page: http://www.elecraft.com
>
_______________________________________________
Elecraft mailing list
Post to: [hidden email]
You must be a subscriber to post to the list.
Subscriber Info (Addr. Change, sub, unsub etc.):
 http://mailman.qth.net/mailman/listinfo/elecraft   

Help: http://mailman.qth.net/subscribers.htm
Elecraft web page: http://www.elecraft.com