Re: [AMaViS-user] Bad File Descriptor problem

2006-12-13 Thread Zachariah Mully
On Wed, 2006-12-13 at 17:15 +0100, Mark Martinec wrote: $ perl -le 'print join(, ,PerlIO::get_layers(\*STDIN))' $ PERLIO='' perl -le 'print join(, ,PerlIO::get_layers(\*STDIN))' $ PERLIO='stdio' perl -le 'print join(, ,PerlIO::get_layers(\*STDIN))' $ PERLIO='perlio' perl -le 'print

Re: [AMaViS-user] Bad File Descriptor problem

2006-12-13 Thread Mark Martinec
Zachariah, perl -le 'print join(, ,PerlIO::get_layers(\*STDIN))' unix, perlio PERLIO='' perl -le 'print join(,,PerlIO::get_layers(\*STDIN))' unix, perlio PERLIO='stdio' perl -le 'print join(,,PerlIO::get_layers(\*STDIN))' stdio PERLIO='perlio' perl -le 'print

Re: [AMaViS-user] Bad File Descriptor problem

2006-12-12 Thread Mark Martinec
Z, Last night after a long overdue update to my Debian Sarge system, my Amavis install went on the fritz (amavisd-new-20030616-p10). I found I have the same problem that Bradley Alexander did on 11/17/06 with PERLIO begin set to stdio somewhere in the environment... My question is where can

Re: [AMaViS-user] Bad File Descriptor problem

2006-12-12 Thread Zachariah Mully
On Tue, 2006-12-12 at 18:26 +0100, Mark Martinec wrote: Z, Last night after a long overdue update to my Debian Sarge system, my Amavis install went on the fritz (amavisd-new-20030616-p10). I found I have the same problem that Bradley Alexander did on 11/17/06 with PERLIO begin set to