also sprach Luigi Gangitano <[EMAIL PROTECTED]> [2006.06.09.1828 +0200]: > Maybe this is a bug with the redirector you are using which doesn't > support two istances at the same time, since squid is warning that > the redirector processess are dying too quickly.
I doubt it, the redirector I use is stateless:
--- BEGIN ---
#!/usr/bin/perl -w
use strict; # (somewhat) enforce good coding style
$|=1; # unbuffer stdout
while (<>) {
[EMAIL PROTECTED]/(main|contrib|non-free|Release.*|Contents.*)@unstable/$1@;
[EMAIL PROTECTED]/(main|contrib|non-free|Release.*|Contents.*)@testing/$1@;
[EMAIL PROTECTED]/(main|contrib|non-free|Release.*|Contents.*)@stable/$1@;
print;
}
--- END ---
I can definitely reproduce this with 2.5.9-10sarge2. I don't have
any more recent squids right now.
--
Please do not send copies of list mail to me; I read the list!
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer and author: http://debiansystem.info
`. `'`
`- Debian - when you have better things to do than fixing a system
signature.asc
Description: Digital signature (GPG/PGP)

