> From [EMAIL PROTECTED] Tue Oct  7 07:58:33 2003
> Subject: LPRng: Trigger lp-command on client and server doesn't process
>       control_filter
> From: Gruber Stefan <[EMAIL PROTECTED]>
> To: LPRNG <[EMAIL PROTECTED]>
> Date: 07 Oct 2003 15:50:28 +0200
>
>
> --=-+MjdWr7V3fBesHyhCEXn
> Content-Type: text/plain
> Content-Transfer-Encoding: 7bit
>
> Hi list!
>
> Have a print server with ifhp-filter where my prints go well if I deploy
> the print command directly at the server. Printing via client (no lpd
> demon running, printers are read by lpd.conf line "default_remote_host")
> the print arrives at the server, the server is spooling BUT the server
> ignores the filter lines. Meaning: jobs coming from a client won't get
> filtered (ifhp, filter, control_filter, etc).
>
> You got any ideas?
>
> st

Post the printcap.  You may need:

# force clients to send to remote server
lp:[EMAIL PROTECTED]:force_localhost@

# this entry, on the print server system, sends to the
# remote printer
lp:server:lp=real.printer.destination
 :sd=...
 :filter=...   (or :if=....)


This forces all clients to send requests to the server host,
rather than to the printer.  If you want to run an LPD server
on all client systems, change this to:

# force clients to send to localhost and local LPD server
# to remote server
lp:[EMAIL PROTECTED]:force_localhost
  :sd=....

# this can be added so that only the LPD server that does
# the actual connection to the printer will see it:
lp:oh=server.ip.address.or.dns.name:lp=real.printer.destination
 :sd=...
 :filter=...   (or :if=....)

The mind boggles at the number of permutations...

Patrick Powell                 Astart Technologies
[EMAIL PROTECTED]            6741 Convoy Court
Network and System             San Diego, CA 92111
  Consulting                   858-874-6543 FAX 858-751-2435
LPRng - Print Spooler (http://www.lprng.com)

-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to