Displaying 1 result from an estimated 1 matches for "hplj5000".
1999 Apr 13
0
Problem Remote Printing with smbclient and NT
...subscribing
to the mailing list.
The print server is a Debian 2.1 Linux system with an HP LaserJet 5000
connected via parallel port. It prints correctly using lpr, even as user
nobody. Also, remote Linux machines can print to the server using lpr.
The /etc/printcap is below.
# cat /etc/printcap
hplj5000|lp
:lp=/dev/lp1
:sd=/var/spool/lpd/hplj5000
:af=/var/log/lp-acct
:lf=/var/log/lp-errs
:rw
:sh
The print server has SAMBA installed using inetd. The /etc/smb.conf is
below.
# cat /etc/smb.conf
[global]
printing = bsd
printcap name = /etc/printcap
load printers = yes
guest accoun...