search for: maxlog

Displaying 2 results from an estimated 2 matches for "maxlog".

Did you mean: mailog
2011 Jan 07
4
how to calculate this natural logarithm
Hello I want to calculate natural logarithm of sum of combinations as follow: (R code) { com_sum=choose(2000000,482)*choose(1000000,118)+choose(2000000,483)*choose(1000000,117)+...+choose(2000000,i)*choose(1000000,600-i)+...+choose(2000000,600)*choose(1000000,0) #calculate the sum result=log(com_sum) #calculate the log of the sum } But
2014 Mar 19
2
Issue on DEBUG statement
...tement "We are reopen_logs_internal fun() " is printing on the console ? If I replace the same "DEBUG" statements with "printf", there are no errors and it works fine. Why these errors only on DEBUG case ? And log.nmbd is growing like anything not rotating after the maxlog-size limit. And one more question. Does "log.%m" (log.smbd and log.nmbd) created in my logdirectory before the daemons parsed the conf file ? How these files are creating.? The same DEBUG issue I'm facing on samba-3.6.12 also. Please suggest me on this issue. Thanks & Regards,...