28 Apr
2011
28 Apr
'11
11:47 a.m.
Alan Buxey wrote:
Hi,
Workaround is using fixed number of threads, as you explained sometimes. To make it even wierder, if we set radiusd uid and gid to 0, it works:) I have no clue how to set this up, sure it's not up to ulimit.
ulimit -u unlimited
?
Nah it's not ulimit thing, it's first thing we did:) And even if it was, killing and restarting process would clean up threads, giving new process fresh start. Only way to get rid of 'resource busy' was server restart. Regards...