Re: What's wrong about the name check_log_size function?

2007-08-23 Thread Magnus Fromreide
On fre, 2007-08-24 at 11:23 +0800, Nicky wrote: > What's wrong about check_log_size(...) function? > I test a single module with check_log_size function.But it never is > called. Duplicate functions. This is bad of us. There is a function named check_log_size in the library (notification-log-mib/n

What's wrong about the name check_log_size function?

2007-08-23 Thread Nicky
What's wrong about check_log_size(...) function? I test a single module with check_log_size function.But it never is called. If I change it's name to other,it is successfully called. What's wrong with this?The check_log_size function seems not to be the default function. How should I do? Thanks.

Re: bug? - error getting netmask for interface

2007-08-23 Thread sprizes
Unforutnately, I am not a C programmer so I was hoping the guys who wrote this cool piece of software can help me this... On 8/22/07, Thomas Anders <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I keep getting this error after I ifup an interface alias on my gentoo > > 2007.0 box runnin

Re: about shutdown_XXX

2007-08-23 Thread Dave Shield
On 23/08/07, Nicky <[EMAIL PROTECTED]> wrote: > Hi all.I write a XXX module(dlmod load) in linux. If I type "killall snmpd", > the shutdown_XXX seems to not be called. That's correct. The dlmod processing calls a routine 'deinit_XXX' when the module is unloaded, rather than 'shutdown_XXX'. Histo