Hi,

I have a Samba server with a local printer attached to the Linux system.
In the past, I could print documents fine from my Windows PC.  Now, I cannot
figure out why I cannot access my system.  It has been like that for a while
and I put it on the back burner.  Initially, I thought it was the printer port
screws were loose and were responsible for not printing.  I have them tightened
and deleted/installed the printer and am still have the problem.

After installing the network printer on Windows, the "Printers" list will list
the status of the Samba printer as "Access denied, unable to connect".

On Linux, I can submit print jobs fine.  In Windows, I am getting the above
error.  My /etc/samba/smb.conf is listed below.  Do you see anything wrong in
this setup?  There are no log entries in the /var/log/samba.log file.  It is an
empty file.

System = Debian 3.0 (woody)

Thank you in advance for any help.
-- 
Subba Rao
[EMAIL PROTECTED]


# Samba config file created using SWAT
# from saint.saintnet.src (10.6.0.41)
# Date: 2003/02/17 04:02:28

# Global parameters
[global]
        workgroup = HOME
        netbios name = MYHOST
        server string = Samba Server
        interfaces = 127.0.0.1 10.6.0.45/24
        bind interfaces only = Yes
        security = SHARE
        encrypt passwords = Yes
        smb passwd file = /etc/samba/private/smbpasswd
        syslog only = Yes
        log file = /var/log/samba.log
        max log size = 50000
        socket options = TCP_NODELAY IPTOS_LOWDELAY
        domain logons = Yes
        preferred master = True
        domain master = True
        hosts allow = 10.0.0.0/255.0.0.0

[homes]
        comment = Users Home Directories
        path = %H
        valid users = %S
        read only = No
        create mask = 0600
        directory mask = 0700
        veto files = /.?*/
        mangled names = No
        browseable = No

[users]
        comment = All users directories
        path = /home
        valid users = root
        write list = root
        read only = No
        create mask = 0750
        mangled names = No

[HP]
        path = /tmp
        guest ok = Yes
        printable = Yes
        print command = /usr/bin/lpr -r %s
        printer name = tp0

[servers]
        comment = servers
        path = /servers
        valid users = subba9,root
        read only = No
        browseable = No

[backup]
        comment = backup
        path = /backup
        read only = No
        guest ok = Yes


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to