LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 674|回复: 1

windows 无法连接 linux下的打印机?

[复制链接]
发表于 2005-1-15 11:51:58 | 显示全部楼层 |阅读模式
我的系统是 redhat 9.0 .内核 2.4.20-8
在 redhat装了samba, windows 能仿问 linux的共用目录.也能看到linux共用出来的打印机.但我安装好后打开提示"存取被拒.无法连线"

我的配置文件如下:

# Samba config file created using SWAT
# from ljs (192.168.1.15)
# Date: 2005/01/15 11:17:27

# Global parameters
[global]
        client code page = 950
        workgroup = JLCHINA
        netbios name = SH-ZX
        server string = Samba Server
        security = SHARE
        encrypt passwords = Yes
        obey pam restrictions = Yes
        pam password change = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
        unix password sync = Yes
        log file = /var/log/samba/%m.log
        max log size = 0
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        dns proxy = No
        wins support = Yes
        printcap name = /etc/printcap
        load printers = Yes
        guest ok = Yes
        printing = cups

[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        create mask = 0664
        directory mask = 0775
        browseable = No

[tmp]
        comment = Temporary file space
        path = /tmp
        read only = No

[data]
        comment = Temporary file space
        path = /mnt/winc
        write list = @jlchina
        read only = No

[Hp2200]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes

[hp6L]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes


请问我哪出错了.
先谢!!
发表于 2005-1-15 12:38:25 | 显示全部楼层
[Hp2200]
comment = All Printers
path = /var/spool/samba
printable = Yes

[hp6L]
comment = All Printers
path = /var/spool/samba
printable = Yes

path should be a location writeable by the user who want to use the printer.  /var/spool/samba is owned by root and not writeable by the others.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表