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.
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
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
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
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
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*