Re: async/check_earlytalker: AddTimer

2008-02-26 Thread Jared Johnson
Matt Sergeant wrote: On 25-Feb-08, at 4:35 PM, Jared Johnson wrote: Using async/check_earlytalker from qp 0.40, I get the following error: FATAL PLUGIN ERROR: Can't locate object method "AddTimer" via package "Qpsmtpd::TcpServer" at /usr/share/qpsmtpd/plugins/async/ check_earlytalker line 94.

Re: async/check_earlytalker: AddTimer

2008-02-26 Thread Matt Sergeant
On 25-Feb-08, at 4:35 PM, Jared Johnson wrote: Using async/check_earlytalker from qp 0.40, I get the following error: FATAL PLUGIN ERROR: Can't locate object method "AddTimer" via package "Qpsmtpd::TcpServer" at /usr/share/qpsmtpd/plugins/async/ check_earlytalker line 94. grep can't find

Re: async/check_earlytalker: AddTimer

2008-02-25 Thread Guy Hulbert
On Mon, 2008-02-25 at 17:36 -0500, Guy Hulbert wrote: > $ find gt -name '*.pm' -exec grep -i AddTimer '{}' \; Better: $ find gt -name '*.pm' -exec grep -Hi AddTimer '{}' \; gt/lib/Danga/TimeoutSocket.pm:Danga::Socket->AddTimer(15, \&_do_cleanup); gt/lib/Danga/TimeoutSocket.pm:Danga::Socket->A

Re: async/check_earlytalker: AddTimer

2008-02-25 Thread Guy Hulbert
On Mon, 2008-02-25 at 16:04 -0600, Jared Johnson wrote: > > Try: grep -i AddTimer /usr/share/perl5/Qpsmptd/TcpServer.pm > > > > the * won't match past the / in the shell. Also try: > > > > grep -i add ... | grep -i timer > > grep -ri timer /usr/share/perl5/Qpsmtpd/ /usr/share/perl5/Qpsm

Re: async/check_earlytalker: AddTimer

2008-02-25 Thread Jared Johnson
Try: grep -i AddTimer /usr/share/perl5/Qpsmptd/TcpServer.pm the * won't match past the / in the shell. Also try: grep -i add ... | grep -i timer grep -ri timer /usr/share/perl5/Qpsmtpd/ /usr/share/perl5/Qpsmtpd.pm no results there either :/ a quick browse through svn doesn't show an

async/check_earlytalker: AddTimer

2008-02-25 Thread Jared Johnson
Hi, Using async/check_earlytalker from qp 0.40, I get the following error: FATAL PLUGIN ERROR: Can't locate object method "AddTimer" via package "Qpsmtpd::TcpServer" at /usr/share/qpsmtpd/plugins/async/check_earlytalker line 94. grep can't find AddTimer anywhere in /usr/share/perl5/Qpsmtpd*