|
win samba printer request vanishes in RH9
Hi,
I have made a new RedHat9 install on my server (home network). Configured samba (defined shares etc) on that server using the std samba configure program (under system settings/server settings/samba server). Works fine for my win clients, no problems to access the files from the win clients. Linux client on that network can use the shared printer on the server without problems. The win clients see the printer in win98/XP and it is "ready"! At each win-clients printer request I can see a file being created on my RH9 server in /var/spool/samba. However, the file disappears as soon as it is written (matter of parts of seconds). The win clients can not print on that printer! What is wrong?
(I used the printer configure program included in RH9 to share it)
I also tried to copy corresponding parts of the old smb.conf file from my old Mdk9 server, but it looks different (same version of samba though 2.2.7a). Even when I simply copy the corresponding printer sections from the old smb.conf file into my new RH9 smb.conf file, the win clients can still not print.
What should i do let my win clients use my printer on my RH9 server?
The std RH9 lines in smb.conf related to the printer are:
-------------
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
public = yes
printable = yes
------------
This does not work.
Is path=/var/spool/samba correct? I tried /var/spool/cups, without any positive result.
Both /var/spool/samba and /var/spool/cups are made writable
I tried to use some lines from the old smb.conf file (both with and with the commenting-#signs):
------------
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
public = Yes
printable = Yes
print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers.
browseable = No
#[EPSON]
# comment = epson C20UX
# path = /tmp
# path = /var/spool/samba
# printer admin =
# guest ok = Yes
# printable = Yes
# print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers.
# printer name = EPSON
# use client driver = Yes
# printer driver file =
----------------
but nothing works!!!
I am getting desparate...
Thanks for any hints!
Ralf Hartings,
Sweden
Last edited by hartings; 12-22-2003 at 01:15 PM.
|