Samba 2.0.7 weird error

Jeremy Allison jeremy at valinux.com
Fri Apr 28 16:53:02 GMT 2000


Denis Sbragion wrote:
> 
> Hello,
> 
> I found many errors like this in the log files:
> 
> Apr 28 13:45:09 Server smbd[11908]: [2000/04/28 13:45:09, 0]
> rpc_server/srv_lsa_hnd.c:open_lsa_policy_hnd(107)
> Apr 28 13:45:09 Server smbd[11908]:   ERROR: out of Policy Handles!
> 
> Server is Linux 2.0.38, Slackware 3.4. Everithing's working well, despite
> the error. What could it mean?

Hmmm. Can you try increasing the number of handles
by changing the line in rpc_server/srv_lsa_hnd.c from :

#define MAX_OPEN_POLS 64

to

#define MAX_OPEN_POLS 512

and see if you still get the error. If you get it after
a while it means we have a policy handle leak (which I
can't see immediately, but doesn't mean there is a code
path that may do this....

Thanks,

	Jeremy Allison,
	Samba Team.

-- 
--------------------------------------------------------
Buying an operating system without source is like buying
a self-assembly Space Shuttle with no instructions.
--------------------------------------------------------


More information about the samba-technical mailing list