John wrote: > Hello list,
> I have a problem running amavisd-new2.3.3 on SuSE 9.0, to be more pricise, > the dependency Net::server-0.88 fails on SuSE9.0 . > In SuSE 9.1 /9.2 there are no problems and amavisd-new2.3.3 and > perl::net::server0.88 are runnig happely. > Net::server-0.88 compiles and installs without any complaints, but when > starting amavisd-new with Net::server0.88, amavisd cannot change gid. > My temporary work around is to change the initscript to to start amavisd-new > with the correct uid-gid. > startproc -p /var/spool/amavis/amavisd.pid $AMAVISD_BIN -u vscan -g vscan > But offcourse this only work around, not the solution for the problem. > Can anybody help? > Sep 21 12:30:29 s-0003 amavis[7919]: Perl version 5.008001 > Sep 21 12:30:29 s-0003 amavis[7920]: Net::Server: 2005/09/21-12:30:29 > Couldn't become gid "11": Illegal seek\n\n at line 486 in file > /usr/lib/perl5/vendor_perl/5.8.1/Net/Server.pm This is a known issue when running Net::Server 0.88 on Perl 5.8.0. As you found out, you either have to start amavisd-new as your amavis user, or downgrade to Net::Server 0.87. Net::Server 0.88 does not play well with Perl 5.8.0 (and it appears 5.8.1 also). Ideally, you would be running a newer version of Perl, but of course upgrading may create an entirely new can of worms. To downgrade to Net::Server 0.87. There is a link to my copy on this page: http://marc.theaimsgroup.com/?l=amavis-user&m=111999829830183&w=2 It seems you can simply install it over the top of 0.88. Read through the thread for more info. Gary V ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
