max smbd processes

2002-06-19 Thread Alain Defrance

hello,

i'm using Samba Version 2.2.4 on Solaris 5.8
in my smb.conf i have  max smbd processes = 200


when i use tesparm for checking i've the following answer :

ERROR: the 'max smbd processes' parameter is set and the 'status' parameter 
is set to 'no'.

What is wrong in my configuration ?

thanks a lot for reply

Alain Defrance
Ingénieur systèmes et réseaux
Service Informatique
Université d'Evry Val d'Essonne

[EMAIL PROTECTED]
01.69.47.80.69
06.74.09.19.54
www.univ-evry.fr





Re: max smbd processes

2002-06-19 Thread Tim Potter

On Wed, Jun 19, 2002 at 09:00:56AM +0200, Alain Defrance wrote:

 hello,
 
 i'm using Samba Version 2.2.4 on Solaris 5.8
 in my smb.conf i have  max smbd processes = 200
 
 
 when i use tesparm for checking i've the following answer :
 
 ERROR: the 'max smbd processes' parameter is set and the 'status' parameter 
 is set to 'no'.
 
 What is wrong in my configuration ?

Why do you have the status parameter set to no?  From the smb.conf
manual page:

   status (G)
  This  enables or disables logging of connections to
  a status file that smbstatus(1) can read.

  With this disabled smbstatus won't be able to  tell
  you  what  connections are active. You should never
  need to change this parameter.

  Default: status = yes

Counting the number of concurrent smbd processes requires the logging of
connections to the status file, connections.tdb.

Try removing 'status = no' from your smb.conf


Tim.




Re: max smbd processes

2002-06-19 Thread Alain Defrance




Why do you have the status parameter set to no?

i've never set status =no in my smb.conf !!!

but now i append the line status =yes and the answer is the same !

ERROR: the 'max smbd processes' parameter is set and the 'status' parameter 
is set to 'no'

here is the begining of my smb.conf

   status = yes
workgroup = mySERVER
hosts allow = 194.199. 172.16. 127.
client code page = 850
character set = ISO8859-1
log file = /usr/local/samba/var/log.%m
max log size = 50
security = server
password server = server
encrypt passwords = yes
socket options = TCP_NODELAY
os level = 33
domain master = yes
preferred master = yes
dns proxy = no
max connections = 80
max disk size = 20
max smbd processes = 80
deadtime = 10


Alain Defrance
Ingénieur systèmes et réseaux
Service Informatique
Université d'Evry Val d'Essonne

[EMAIL PROTECTED]
01.69.47.80.69
06.74.09.19.54
www.univ-evry.fr