- To: slug@xxxxxxxxxxx
- Subject: [SLUG] Perl/postgrey /5.6.1/Net/Server.pm probs
- From: "Voytek Eymont" <lists@xxxxxxxxxx>
- Date: Thu, 27 Jul 2006 00:12:54 +1000 (EST)
- Reply-to: lists@xxxxxxxxxx
- User-agent: SquirrelMail/1.5.1
I've installed ( think...?) all the rquired pre-reqs for Postgrey, but,
when I try to run it, it doesn't with:
------------
# postgrey --inet=60000
2006/07/27-00:07:26 postgrey (type Net::Server::Multiplex) starting!
pid(23639)
Binding to TCP port 60000 on host localhost
2006/07/27-00:07:26 No such group "nogroup"
at line 491 in file /usr/lib/perl5/site_perl/5.6.1/Net/Server.pm
2006/07/27-00:07:26 Server closing!
------------
I get similar probs when I use perl588:
---------------
(using '#!/usr/local/bin/perl5.8.8 -T')
# postgrey --inet=60000
2006/07/27-00:11:34 postgrey (type Net::Server::Multiplex) starting!
pid(23845)
Binding to TCP port 60000 on host localhost
2006/07/27-00:11:34 No such group "nogroup"
at line 491 in file /usr/local/lib/perl5/site_perl/5.8.8/Net/Server.pm
2006/07/27-00:11:34 Server closing!
---------------
any thoughts ?
--
Voytek