免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: 梅川内依酷
打印 上一主题 下一主题

[samba] 麻烦各位看看 为什么guest登录还要密码,谢谢先。 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2010-05-26 14:01 |只看该作者
回复 10# lovegqin


    /samba $ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1E:53:60:19:FB
          inet addr:192.168.1.105  Bcast:255.255.255.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:14129 errors:0 dropped:0 overruns:0 frame:0
          TX packets:672 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1249538 (1.1 MiB)  TX bytes:54975 (53.6 KiB)
          Interrupt:30

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

配置文件如下,没有其他的了:

[global]
    workgroup = root
    netbios name = LinuxSir05
    server string = Linux Samba Server TestServer
    security = share

    interfaces = lo eth0 192.168.1.1/24  
    ;hosts allow = 127. 192.168.1.  
   
    log file = /var/log/samba/log.%m
    max log size = 50


[linuxsir]
    path = /mnt/
    writeable = yes
    browseable = yes
    guest ok = yes
    guest only = yes
    share modes = yes
    public = yes

论坛徽章:
0
12 [报告]
发表于 2010-05-26 14:06 |只看该作者
日志显示缺少字符集:
[2010/05/26 14:05:21, 0] lib/charset.c:load_client_codepage(213)
  load_client_codepage: filename /lib/codepages/codepage.850 does not exist.
[2010/05/26 14:05:21, 0] lib/util_unistr.c:load_unicode_map(617)
  load_unicode_map: filename /lib/codepages/unicode_map.850 does not exist.
[2010/05/26 14:05:21, 0] lib/util_unistr.c:load_unicode_map(617)
  load_unicode_map: filename /lib/codepages/unicode_map.ISO8859-1 does not exist.
[2010/05/26 14:05:21, 0] smbd/server.c:main(835)
  standard input is not a socket, assuming -D option

论坛徽章:
0
13 [报告]
发表于 2010-05-26 14:23 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
14 [报告]
发表于 2010-05-26 14:45 |只看该作者
回复 13# lovegqin
还是需要输入密码,日志如下:
/samba $ cat /var/log/samba/log.smbd

[2010/05/26 14:32:33, 0] lib/interface.c:load_interfaces(216)
  WARNING: no network interfaces found
[2010/05/26 14:32:33, 0] lib/charset.c:load_client_codepage(213)
  load_client_codepage: filename /lib/codepages/codepage.850 does not exist.
[2010/05/26 14:32:34, 0] lib/util_unistr.c:load_unicode_map(617)
  load_unicode_map: filename /lib/codepages/unicode_map.850 does not exist.
[2010/05/26 14:32:34, 0] lib/util_unistr.c:load_unicode_map(617)
  load_unicode_map: filename /lib/codepages/unicode_map.ISO8859-1 does not exist.
[2010/05/26 14:32:34, 0] smbd/server.c:main(835)
  standard input is not a socket, assuming -D option
/samba $

论坛徽章:
0
15 [报告]
发表于 2010-05-26 14:46 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
16 [报告]
发表于 2010-05-26 15:18 |只看该作者
本帖最后由 梅川内依酷 于 2010-05-26 15:21 编辑

在xp下能够访问到我的samba,说明网络是没有问题的,我的nmbd没有开启。 现在主要是Guest用户的密码问题。

/samba/bin $ ./testparm
Load smb config files from /samba/smb.conf
Processing section "[test]"
Loaded services file OK.
Press enter to see a dump of your service definitions

# Global parameters
[global]
        coding system =
        client code page = 850
        code page directory = /lib/codepages
        workgroup = WORKGROUP
        netbios name = STB00112233445
        netbios aliases =
        netbios scope =
        server string = Samba 2.2.12
        interfaces = lo eth0 192.168.1.0/24
        bind interfaces only = No
        security = SHARE
        encrypt passwords = No
        update encrypted = No
        allow trusted domains = Yes
        hosts equiv =
        min passwd length = 5
        map to guest = Never
        null passwords = No
        obey pam restrictions = No
        password server =
        smb passwd file = /samba/private/smbpasswd
        root directory =
        pam password change = No
        passwd program = /usr/bin/passwd
        passwd chat = *new*password* %n\n *new*password* %n\n *changed*
        passwd chat debug = No
        username map =
        password level = 0
        username level = 0
        unix password sync = No
        restrict anonymous = No
        lanman auth = Yes
        use rhosts = No
        admin log = No
        log level = 0
        syslog = 1
        syslog only = No
        log file = /var/log/samba/log.%m
        max log size = 50
        timestamp logs = Yes
        debug hires timestamp = No
        debug pid = No
        debug uid = No
        protocol = NT1
        large readwrite = Yes
        max protocol = NT1
        min protocol = CORE
        read bmpx = No
        read raw = Yes
        write raw = Yes
        acl compatibility =
        nt smb support = Yes
        nt pipe support = Yes
        nt status support = Yes
        announce version = 4.9
        announce as = NT
        max mux = 50
        max xmit = 16644
        name resolve order = lmhosts host wins bcast
        max ttl = 259200
        max wins ttl = 518400
        min wins ttl = 21600
        time server = No
        unix extensions = No
        change notify timeout = 60
        deadtime = 0
        getwd cache = Yes
        keepalive = 300
        lpq cache time = 10
        max smbd processes = 0
        max disk size = 0
        max open files = 10000
        name cache timeout = 660
        read size = 16384
        socket options = TCP_NODELAY
        stat cache size = 50
        use mmap = Yes
        total print jobs = 0
        load printers = Yes
        printcap name = /etc/printcap
        disable spoolss = No
        enumports command =
        addprinter command =
        deleteprinter command =
        show add printer wizard = Yes
        os2 driver map =
        strip dot = No
        mangling method = hash
        character set =
        mangled stack = 50
        stat cache = Yes
        domain admin group =
        domain guest group =
        machine password timeout = 604800
        add user script =
        delete user script =
        logon script =
        logon path = \\%N\%U\profile
        logon drive =
        logon home = \\%N\%U
        domain logons = No
        os level = 20
        lm announce = Auto
        lm interval = 60
        preferred master = Auto
        local master = Yes
        domain master = Auto
        browse list = Yes
        enhanced browsing = Yes
        dns proxy = Yes
        wins proxy = No
        wins server =
        wins support = No
        wins hook =
        kernel oplocks = Yes
        lock spin count = 3
        lock spin time = 10
        oplock break wait time = 0
        add share command =
        change share command =
        delete share command =
        config file =
        preload =
        lock dir = /samba/var/locks
        pid directory = /samba/var
        default service =
        message command =
        dfree command =
        valid chars =
        remote announce =
        remote browse sync =
        socket address = 0.0.0.0
        homedir map =
        time offset = 0
        NIS homedir = No
        source environment =
        panic action =
        hide local users = No
        winbind uid =
        winbind gid =
        template homedir = /home/%D/%U
        template shell = /bin/false
        winbind separator = \
        winbind cache time = 15
        winbind enum users = Yes
        winbind enum groups = Yes
        winbind use default domain = No
        comment =
        path =
        alternate permissions = No
        username =
        guest account = nobody
        invalid users =
        valid users =
        admin users =
        read list =
        write list =
        printer admin =
        force user =
        force group =
        read only = Yes
        create mask = 0744
        force create mode = 00
        security mask = 0777
        force security mode = 00
        directory mask = 0755
        force directory mode = 00
        directory security mask = 0777
        force directory security mode = 00
        force unknown acl user = 00
        inherit permissions = No
        inherit acls = No
        guest only = No
        guest ok = No
        only user = No
        hosts allow =
        hosts deny =
        status = Yes
        nt acl support = Yes
        profile acls = No
        block size = 1024
        max connections = 0
        min print space = 0
        strict allocate = No
        strict sync = No
        sync always = No
        write cache size = 0
        max print jobs = 1000
        printable = No
        postscript = No
        printing = bsd
        print command = lpr -r -P%p %s
        lpq command = lpq -P%p
        lprm command = lprm -P%p %j
        lppause command =
        lpresume command =
        queuepause command =
        queueresume command =
        printer name =
        use client driver = No
        default devmode = No
        printer driver =
        printer driver file = /samba/printers.def
        printer driver location =
        default case = lower
        case sensitive = No
        preserve case = Yes
        short preserve case = Yes
        mangle case = No
        mangling char = ~
        hide dot files = Yes
        hide unreadable = No
        delete veto files = No
        veto files =
        hide files =
        veto oplock files =
        map system = No
        map hidden = No
        map archive = Yes
        mangled names = Yes
        mangled map =
        browseable = Yes
        blocking locks = Yes
        csc policy = manual
        fake oplocks = No
        locking = Yes
        oplocks = Yes
        level2 oplocks = Yes
        oplock contention limit = 2
        posix locking = Yes
        strict locking = No
        share modes = Yes
        copy =
        include =
        exec =
        preexec close = No
        postexec =
        root preexec =
        root preexec close = No
        root postexec =
        available = Yes
        volume =
        fstype = NTFS
        set directory = No
        wide links = Yes
        follow symlinks = Yes
        dont descend =
        magic script =
        magic output =
        delete readonly = No
        dos filemode = No
        dos filetimes = No
        dos filetime resolution = No
        fake directory create times = No
        vfs object =
        vfs options =

[test]
        path = /mnt
        read only = No
        guest ok = Yes
/samba/bin $

论坛徽章:
0
17 [报告]
发表于 2010-05-26 15:26 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
18 [报告]
发表于 2010-05-26 15:30 |只看该作者
回复 17# lovegqin


    没有错误, 这个密码真不知道哪里弄错了,我再想其它办法把     


谢谢!

论坛徽章:
0
19 [报告]
发表于 2010-05-26 15:32 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP