Results 1 to 4 of 4
Ok here is my smb.cnf file
# Samba config file created using SWAT
# from 192.168.1.100 (192.168.1.100)
# Date: 2003/05/22 16:01:17
# Global parameters
[global]
workgroup = HOWDY
security = ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-23-2003 #1Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
printer server isnt printing
Ok here is my smb.cnf file
# Samba config file created using SWAT
# from 192.168.1.100 (192.168.1.100)
# Date: 2003/05/22 16:01:17
# Global parameters
[global]
workgroup = HOWDY
security = SHARE
encrypt passwords = Yes
os level = 255
preferred master = Yes
domain master = Yes
wins support = Yes
[homes]
valid users = %S
guest ok = Yes
browseable = No
[TEMP]
path = /tmp
read only = No
guest ok = Yes
[printers]
path = /var/spool/samba/
guest account = guest
guest ok = Yes
printable = Yes
printing = cups
use client driver = Yes
browseable = No
I see the printers fine from other window computers on my network the problem is
when i try to print nothing happens no error nothing
does any body know what is going on
- 05-23-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Check if the print job files are still in /var/spool/samba. If they aren't, check your syslogs for any errors that cups might have given.
- 06-09-2003 #3Just Joined!
- Join Date
- Jun 2003
- Posts
- 1
Same Problem
Hey, I setup Samba as well, and I can see the printers but when I goto print it gives me the bad drivers error. On the Windows side (winXP) I also noticed that under the printer icon it says access denied. Is there something I need to do to allow access to the WORKGROUP besides what I have writen bellow.
[printers]
comment = All Printers
path = /var/spool/samba
guest ok = yes
printable = yes
browseable = yes
use client driver = Yes
Thanks.
- 06-09-2003 #4Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
you problem with access is your guest account
i made a dummy account called guest
and then i set guest account = guest under printer to solve the access problem
you can use any account i forget which is the default account for guest to solve the problem at first i used the ftp accountThe computer made me do it!! Slackware
and SUSE too Gig\'em WHOOOOP!!
\"God put me on this earth to accomplish a certain amount of tasks, At the rate I\'m going I will never die.\" (I don\'t know)


Reply With Quote
