Re: GeoIP patch

2006-09-04 Thread Robert Felber
On Sun, Sep 03, 2006 at 11:50:55PM +0200, Boris Hajduk wrote:
 Please understand that I cannot use the patch and as such not really
 evaluate it's usefullness, as this server hosts an international ML.
 
 No problem. Maybe just put a pointer to the patch for those running
 very small/personnal mail servers.

That's an idea which I had on my radar, too. I think I will add
a patch section on the main site with contact information of the
patch author.

-- 
Robert Felber (PGP: 896CF30B)
Munich, Germany


Policyd-weight Mailinglist - http://www.policyd-weight.org/


Solaris test

2006-09-04 Thread Robert Felber
Hello,

I've now tried to fix the Solaris bug for the INET/Daemon mode.
This is a fix which remains to be tested across the Solaris Versions.

Please download the current devel version at:
http://www.policyd-weight.org/policyd-weight-devel

Please also test this version on other platforms than solaris.


If this version proves to run as intended it becomes officially beta-7

Background:

Perl on Solaris obviously treats socketpair() created IPC-channels
different than on other OSs.
$sock-send fails on socketpair created channels, we use now

 print $sock foo\n;  for sending
and 
 $sock-recv(my $ans, 1024); for receiving 

which hopefully works across all plattforms


-- 
Robert Felber (PGP: 896CF30B)
Munich, Germany


Policyd-weight Mailinglist - http://www.policyd-weight.org/