LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   samba + cups printing from winxp.. (https://www.linuxquestions.org/questions/slackware-14/samba-cups-printing-from-winxp-53327/)

doublefailure 04-03-2003 10:28 PM

samba + cups printing from winxp..
 
hi..

i've been trying samba printing for long time..
i can see linux samba share directory from windows
and the window even see my printer.
i added the printer
and installed driver locally
if i try to print something from windows, my printer makes the noise which the printer makes before it actually prints.

so i guess i 'm almost there.
it just doesn't print anything

what am i missing?
thank you


#tail /var/log/cups/error_log
I [03/Apr/2003:22:13:16 -0600] Job 123 queued on 'adfr' by 'fred'.
I [03/Apr/2003:22:13:16 -0600] Started backend /usr/lib/cups/backend/parallel (PID 2030) for job 123.

[global]
log file = /var/log/samba.%m
printer = adfr
smb passwd file = /etc/smbpasswd
load printers = yes
socket options = TCP_NODELAY
domain master = yes
encrypt passwords = yes
dns proxy = no
printing = cups
server string = Samba Server
local master = yes
workgroup = MYGROUP
os level = 33
security = user
preferred master = yes
ssl ca certdir = /etc/ssl/certs
max log size = 50
domain logons = yes
printcap = cups
print command = lpr -P%p -oraw %s
lpq command = lpq -P%p
lprm command = lprm -P%p %j


[homes]
comment = Home Directories
browseable = no
writable = yes

# Un-comment the following and create the netlogon directory for Domain Logons
[netlogon]
comment = Network Logon Service
# path = /usr/local/samba/lib/netlogon
path = /home/netlogon
guest ok = yes
writable = no
share modes = no


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
; path = /usr/local/samba/profiles
; browseable = no
; guest ok = yes


# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
comment = All Printers
path = /tmp
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = yes
writable = no
printable = yes
print ok = yes
use client driver=yes
create mask = 0700

[asdf]
path = /tmp
guest ok = Yes
printable = Yes
writeable = yes
printable = yes
printer name = asdf
use client driver=yes
create mask = 0700

doublefailure 04-04-2003 12:18 AM

all good now..

it was stupid driver mismatch in windows side..

thanks


All times are GMT -5. The time now is 09:00 PM.