Hey. When I try and print a test page to CUPs / Samba, I get this error output in the samba log file, and nothing prints:
[2002/12/28 01:20:16, 2] smbd/reply.c:reply_special(92)
netbios connect: name1=OMEGA name2=SERFER
[2002/12/28 01:20:16, 2] smbd/reply.c:reply_special(111)
netbios connect: local=omega remote=serfer
[2002/12/28 01:20:23, 2] libsmb/namequery.c:name_query(420)
Got a positive name query response from 192.168.1.2 ( 192.168.1.2 )
[2002/12/28 01:20:29, 0] printing/print_cups.c:cups_job_submit(655)
Unable to print file to Epson_C62 - client-error-document-format-not-supported
This is my smb.conf file:
[global]
load printers = yes
printing = cups
printcap name = cups
interfaces = eth1 192.168.1.1/24
encrypt passwords = yes
log level = 2
log file = /usr/local/samba/var/samba.log
netbios name = OMEGA
workgroup = ZZZ
guest only = yes
guest account = family
security = user
printer driver file = /etc/samba/drivers/printers.def
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
[printers]
guest ok = yes
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
guest ok = yes
writable = no
printable = yes
print command = /usr/bin/lpr -P %p -o raw %s # using client side printer drivers.
lpq command = /usr/bin/lpq -P%p
lprm command = /usr/bin/lprm -P%p %j
printer driver = EPSON Stylus C62
printer driver location = \\%L\PRINTER$
[PRINTER$]
comment = Printer Drivers
path = /etc/samba/drivers
browsable = no
guest ok = yes
read only = yes
Any suggestions on solving this problem? Thanks