I have a network between RedHat 7 and Win2K.
The printer and internet are connected to the RedHat 7 system.
I'm able to establish internet sharing and disk sharing; the Win2K computer
can read/write to the Linux hard drive. However, I cannot print to the
printer from Win2K. When I try to print a test page from the properties
window, I get the following error.
"Test page failed to print. ... Unable to create a print job."
What kind of things can I do to trouble shoot?
Below is the smb.conf file.
[global]
workgroup = WORKGROUP
server string = SambaServer
printing = BSD
printcap name = /etc/printcap
load printers = yes
lock directory = /var/lock/samba
share modes = yes
interfaces = 127.0.0.1/24 192.168.1.1/24 192.168.2.1/24
bind interfaces only = yes
null passwords = yes
encrypt passwords = yes
wins support = yes
case sensitive = no
[printers]
comment = All Printers
path = /var/spool/lpd/lp
browseable = no
guest ok = yes
printable = yes
public = yes
writable = no
printing = BSD
create mode = 0700
print command = /usr/bin/lpr -r -h -P%p %s
guest ok = yes
null passwords = yes
[ljet]
comment = Okidata Okipage 6e (HP LaserJet 4 compatible)
path = /var/spool/ldp/lp
guest ok = yes
printer name = lp
printing = BSD
writable = yes
public = yes
printable = yes
guest ok = yes
null passwords = yes
print command = /usr/bin/lpr -r -h -P%p %s
[vfat]
comment = Windows Partition Drives
path = /mnt/vfat
browseable = yes
read only = no
guest ok = yes
[homes]
comment = Home Directories
path = /home
browseable = yes
read only = no
guest ok = yes