On Tue, 2006-09-19 at 16:29 -0500, Randy Easley wrote: > I cannot print from a winXp machine to a Fedora server? Smb.conf has > public = yes and guest ok = yes. On the same workgroup with no domain. I > can clearly see the file shares which are also public. > Log files show WERR_ACCESS_DENIED over and over. > ---- make sure that the 'user' printing (there is a user even if it is a 'guest' - it would be whichever user guest is being mapped to) has write privileges to the 'spool' directory that you created in smb.conf see http://samba.org/samba/docs/man/Samba-HOWTO-Collection/CUPS-printing.html#cups-exam-simple in the example shown above... chmod 777 /var/spool/samba -R Craig