Hello, I have installed a new server with mandriva 2007 free edition, with samba 3.0.23d on it. It is good but a new nmbd appears every 5 minutes and they don't die when I stop samba. So, I compiled samba 3.0.24 and ... idem. This is not my first install, on my other servers they're only 2 nmbd. With this install, after one day, I have more than 250 daemons, it is the hell ! What que c'est que ?a ? Do you know this problem ? Merci, Bruno Here is my conf : [global] workgroup = MYWG server string = xxxxxx map to guest = Bad User passdb backend = ldapsam:ldap://myserver.ges-sa.fr username map = /etc/samba/smbusers log level = 10 log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap cache time = 60 printcap name = cups add user script = /usr/sbin/smbldap-useradd -m '%u' add group script = /usr/sbin/smbldap-groupadd '%g' && /usr/sbin/smbldap-groupshow %g|awk '/^gidNumber:/ {print $2}' add user to group script = /usr/sbin/smbldap-groupmod -m '%u' '%g' add machine script = /usr/sbin/smbldap-useradd -w -d /dev/null -c 'Machine Account' -s /bin/false '%u' logon script = %U.bat logon path = \\%L\Profiles\%u domain logons = Yes os level = 65 preferred master = Yes domain master = Yes dns proxy = No wins server = 192.168.2.10 ldap admin dn = cn=manager,dc=ges-sa,dc=fr ldap delete dn = Yes ldap group suffix = ou=Group ldap idmap suffix = ou=Idmap ldap machine suffix = ou=Hosts ldap passwd sync = Yes ldap suffix = dc=ges-sa,dc=fr ldap ssl = no ldap user suffix = ou=People idmap backend = ldap:ldap://myserver.ges-sa.fr idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = Yes winbind enum groups = Yes winbind use default domain = Yes ldapsam:trusted = yes hosts allow = 192.168.2., 127.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/20/2007 07:54 PM, b.robin wrote:> Hello, > > I have installed a new server with mandriva 2007 free > edition, with samba 3.0.23d on it. > It is good but a new nmbd appears every 5 minutes and > they don't die when I stop samba. > > So, I compiled samba 3.0.24 and ... idem. > > This is not my first install, on my other servers > they're only 2 nmbd. > > With this install, after one day, I have more than 250 > daemons, it is the hell ! > > What que c'est que ?a ? > Do you know this problem ?What about the logs? You could increase the log level to see more info, you could also strace the nmbds to see what's going on and why they are dying. Kind regards, - -- Felipe Augusto van de Wiel <felipe@paranacidade.org.br> Coordenadoria de Tecnologia da Informa??o (CTI) - SEDU/PARANACIDADE http://www.paranacidade.org.br/ Phone: (+55 41 3350 3300) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGAUIhCj65ZxU4gPQRAtHfAJ94qJF8tuMhaDoSZu36khwld0ot6wCgzYQ5 cUht2DZaiS94cu4+emIpA/4=kKkf -----END PGP SIGNATURE-----
Hi robin, Perhaps this has nothing to do with your problem, but if I wasn't mistaken, I've read somewhere, your ldap suffix must preceding other ldap parameters. And then, try to use the simplest configuration if you want to trace for trouble. Get rid all parameters that you don't really "need". That way, it would be easier for you to troubleshoot. The last thing, put the "netbios name = yourServerName" parameter. Not a clever suggestion I guess, but ... who knows? Good luck Regards, sato On 3/21/07, b.robin <les.robins@wanadoo.fr> wrote:> > Hello, > > I have installed a new server with mandriva 2007 free edition, with > samba 3.0.23d on it. > It is good but a new nmbd appears every 5 minutes and they don't die > when I stop samba. > > So, I compiled samba 3.0.24 and ... idem. > > This is not my first install, on my other servers they're only 2 nmbd. > > With this install, after one day, I have more than 250 daemons, it is > the hell ! > > What que c'est que ?a ? > > Do you know this problem ? > > Merci, Bruno > > > Here is my conf : > > [global] > workgroup = MYWG > server string = xxxxxx > map to guest = Bad User > passdb backend = ldapsam:ldap://myserver.ges-sa.fr > username map = /etc/samba/smbusers > log level = 10 > log file = /var/log/samba/%m.log > max log size = 50 > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > printcap cache time = 60 > printcap name = cups > add user script = /usr/sbin/smbldap-useradd -m '%u' > add group script = /usr/sbin/smbldap-groupadd '%g' && > /usr/sbin/smbldap-groupshow %g|awk '/^gidNumber:/ {print $2}' > add user to group script = /usr/sbin/smbldap-groupmod -m '%u' > '%g' > add machine script = /usr/sbin/smbldap-useradd -w -d /dev/null > -c 'Machine Account' -s /bin/false '%u' > logon script = %U.bat > logon path = \\%L\Profiles\%u > domain logons = Yes > os level = 65 > preferred master = Yes > domain master = Yes > dns proxy = No > wins server = 192.168.2.10 > ldap admin dn = cn=manager,dc=ges-sa,dc=fr > ldap delete dn = Yes > ldap group suffix = ou=Group > ldap idmap suffix = ou=Idmap > ldap machine suffix = ou=Hosts > ldap passwd sync = Yes > ldap suffix = dc=ges-sa,dc=fr > ldap ssl = no > ldap user suffix = ou=People > idmap backend = ldap:ldap://myserver.ges-sa.fr > idmap uid = 10000-20000 > idmap gid = 10000-20000 > winbind enum users = Yes > winbind enum groups = Yes > winbind use default domain = Yes > ldapsam:trusted = yes > hosts allow = 192.168.2., 127. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >