Hello,

I have samba 3.3.8 installed on CentOS 5.5 on a production server.

Winbind is filling up the logs with these messages:

[2010/12/06 10:43:28,  0] winbindd/winbindd_passdb.c:sid_to_name(159)
Possible deadlock: Trying to lookup SID S-1-5-21-2106371596-187675891-3351287853 with passdb backend
[2010/12/06 10:43:29,  0] winbindd/winbindd_passdb.c:sid_to_name(159)
Possible deadlock: Trying to lookup SID S-1-5-21-2106371596-187675891-3351287853 with passdb backend
[2010/12/06 10:43:29,  0] winbindd/winbindd_passdb.c:sid_to_name(159)
Possible deadlock: Trying to lookup SID S-1-5-21-2106371596-187675891-3351287853 with passdb backend
[2010/12/06 10:43:29,  0] winbindd/winbindd_passdb.c:sid_to_name(159)
Possible deadlock: Trying to lookup SID S-1-5-21-2106371596-187675891-3351287853 with passdb backend
[2010/12/06 10:43:29,  0] winbindd/winbindd_passdb.c:sid_to_name(159)

We have been having problems when activating winbind daemon.

Could this error message be causing trouble?

Attached is smb.conf globals section (shares removed).

Thanks in advance
[global]
        workgroup = DF-CGU
        server string = ""
        passdb backend = ldapsam:"ldap://ldaprr.df.cgu";
        passwd program = /usr/sbin/smbldap-passwd -u %u
        passwd chat = "Changing*\nNew password*" %n\n "*Retype new password*" 
%n\n"
        username map = /etc/samba/smbusers
        unix password sync = Yes
        client NTLMv2 auth = Yes
        log level = 0 auth:5
        syslog = 0
        max log size = 100000
        min protocol = NT1
        name resolve order = wins lmhosts host bcast
        time server = Yes
        deadtime = 5
        load printers = No
        printcap name = /dev/null
        disable spoolss = Yes
        delete user script = /usr/sbin/smbldap-userdel "%u"
        add group script = /usr/sbin/smbldap-groupadd -p "%g"
        delete group script = /usr/sbin/smbldap-groupdel "%g"
        add user to group script = /usr/sbin/smbldap-groupmod -m "%u" "%g"
        delete user from group script = /usr/sbin/smbldap-groupmod -x "%u" "%g"
        set primary group script = /usr/sbin/smbldap-usermod -g "%g" "%u"
        add machine script = /usr/sbin/smbldap-useradd -t 5 -w "%u"
        logon script = logon.vbs
        logon path = 
        logon home = 
        domain logons = Yes
        os level = 255
        lm announce = No
        preferred master = Yes
        domain master = Yes
        wins support = Yes
        ldap admin dn = cn=suporte,dc=cgu,dc=gov,dc=br
        ldap delete dn = Yes
        ldap group suffix = ou=grupos,ou=df
        ldap machine suffix = ou=computadores,ou=df
        ldap passwd sync = yes
        ldap replication sleep = 5000
        ldap suffix = dc=cgu,dc=gov,dc=br
        ldap user suffix = ou=usuarios,ou=df
        utmp directory = /var/run
        wtmp directory = /var/log
        utmp = Yes
        comment = "SERVIDOR DE ARQUIVOS GNU/LINUX"
        create mask = 0640
        directory mask = 02750
        nt acl support = No
        use sendfile = Yes
        printing = bsd
        print command = lpr -r -P'%p' %s
        lpq command = lpq -P'%p'
        lprm command = lprm -P'%p' %j
        case sensitive = No
        hide unreadable = Yes
        veto files = /.*/
        strict locking = No
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to