[Samba] windows explorer hangs when accessing a share.

Heikki Sutinen heikki.sutinen at napa.fi
Thu Aug 21 09:49:43 GMT 2003


Hello,

I have a strange problem with my samba 2.2.1a on Solaris 2.6. One share has suddenly stopped working while others work normally. When browsing the share from windows, explorer will hang.

I have wide links enabled in samba and the files on the problematic share [ns0_1] may be accessed if I create a symbolic link from a working share.

The smb.conf file is as follows:

# Global parameters
[global]
        workgroup = NAPA
        netbios name = NS0-SAMBA
        security = DOMAIN
        encrypt passwords = Yes
        password server = * 
        wins server = 146.161.200.110
        kernel oplocks = No
        hosts allow = 146.161.200.
        oplocks = No
        level2 oplocks = No
        deadtime = 15
[homes]
        browseable = No
        writeable = Yes
[ns0_1]
        path = /ns0_1
        valid users = # user list not included in this post
        invalid users = root
        read only = No
        create mask = 0764
        directory mask = 0775

[ns0_2]
        path = /ns0_2
        copy = ns0_1

[ns0_3]
        path = /ns0_3
        copy = ns0_1



More information about the samba mailing list