Re: LPRng: messages in printer display

2001-11-26 Thread Christian Hoss

This is one I actually had success with on my HP5Si - something you already
covered?!!  In the ifhp.conf, under ##START PJL configuration, I commented
out the pjl_ready_msg = \%s{n}...,  inserted a new line:  pjl_ready_msg =
ready
Then, for luck, I rebooted before printing...

- Original Message -
From: Ryan Novosielski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 25, 2001 1:44 PM
Subject: Re: LPRng: messages in printer display


 FWIW, only my new printer does the processing from tray 1 business... I
 don't like it and would rather have the username... anyone know a way?

  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  |  | Ryan Novosielski - Jr. UNIX Systems Admin
 |$| |__| |  | |__/ | \| _|  | [EMAIL PROTECTED] - 732/235.4473 (5-4473)
 \__/ Univ. of Med. and Dent. | IST/ACS - Robert Wood Johnson MS - S-B11

 On Fri, 23 Nov 2001 [EMAIL PROTECTED] wrote:

  hi,
 
  I just upgraded from IFHP 3.3.21 to IFHP 3.4.7, in general everything is
  working very well, but the printer display messages behaviour has
changed:
 
  in 3.3.21 the default was like this:
 
  status display message
  
  begin of printjob  $user $source: $file
  during printing$user
  end of printjob$user $source: $file
  printjob finished  ready
 
 
  in 3.4.7 it is like this
 
  status display message
  -
  begin of printjob  $user $source: $file
  during printingprocessing job from tray this or theat
  end of printjob$user $source: $file
  printjob finished  Done: $user: $job
 
 
  This ends up in people calling me to tell that their printer is broken,
  because, guess what...
 
  I played around with the appropriate (?) variables in ifhp.conf
  ps_eoj
  ps_eoj_at_start
  ps_eoj_at_end
  pjl_ready_msg
  pjl_display_size
  pjl_init
  pjl_term
 
  but didn't get back to the old behaviour, how is this expected to work ?
 
  thanks
  ~christoph
 
 
 
 
 
 

 --
---
  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.

 --
---
 


 --
---
 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.
 --
---



-
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.
-



LPRng: W2K/NT to Samba printing

2001-11-19 Thread Christian Hoss




I am trying to move NT, W2K  Win 
ME printing off of Windows to my samba server. I have been successful in 
printing from Linux boxes, but not Windows  loading HP5si drivers on my W2K 
machine creates a printer that won't let me map to the Samba server,  only 
by adding the Printer Driver = HP LaserJet 5si can I see the print queue . How 
do I install the NT  W2K drivers on Samba?

ithp:tc=.client
mktghp:tc=.client
prod1hp:tc=.client
prod2hp:tc=.client

.client
:lp=%P@localhost
:force_localhost

ithp:server\
:lp=it_5si.industrialinfo.com%9100:\
:ifhp=model=hp5si,status@:\
:filter=/usr/libexec/filters/ifhp:\
:sd=/var/spool/lpd/it_5si:\
:tc=.common:



.common
:mx=0:\
:lf=/var/spool/lpd/printer-log:

# Global parameters
[global]
workgroup = SERVERS
netbios name = SAMBATEST
server string = For all your file 
 print sharing needs
encrypt passwords = Yes
update encrypted = Yes
os level = 65
preferred master = True
domain master = True
wins support = Yes
printer admin = @ntadmin

[printers]
path = /var/spool/lpd
print ok = Yes
printing = lprng
load printers = Yes
guest ok = yes
printcap name = 
/etc/printcap
printer driver = "HP LaserJet 
5si"
print command = /usr/bin/lpr -P%p -r 
%s
lpq command = /usr/bin/lpq 
-P%p
lprm command = /usr/bin/lprm -P%p 
%j
lppause command = /usr/bin/lpc hold 
%p %j
lpresume command = /usr/bin/lpc 
release %p %j
queuepause command = /usr/bin/lpc 
-P%p stop
queueresume command = /usr/bin/lpc 
-P%p start