More filesys df issues
Dave Shariff Yadallee - System Administrator a.k.a. The Root of the
Problem
root at doctor.nl2k.ab.ca
Sat Feb 3 18:29:55 CET 2007
On Sat, Feb 03, 2007 at 04:34:03PM +0000, Julian Field wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
>
> Chris Kimpton wrote:
> > Hi,
> >
> > I think I am possibly posting on the wrong forum, but let me start
> > here. And yes, I know I raised a similar issue a few weeks ago - but
> > that was for a different box...
> >
> > I had mailscanner running on a gentoo linux box but this stopped
> > working around 3-4 months and I am now trying to sort it out. I have
> > gone through the steps I did for the other box that had a problem - it
> > looks like Filesys::Df is missing from perl.
> >
> > This is the error I get when debugging MailScanner:
> >
> > ...
> > [16331] dbg: check: is spam? score=2.906 required=5
> > [16331] dbg: check:
> > tests=MISSING_SUBJECT,NO_REAL_NAME,NO_RECEIVED,NO_RELAYS,TO_CC_NONE
> > [16331] dbg: check:
> > subtests=__HAS_MSGID,__MSGID_OK_DIGITS,__MSGID_OK_HOST,__NONEMPTY_BODY,__SANE_MSGID,__UNUSABLE_MSGID
> >
> > [16331] dbg: bayes: untie-ing
> > [16331] dbg: bayes: untie-ing db_toks
> > [16331] dbg: bayes: untie-ing db_seen
> > Ignore errors about failing to find EOCD signature
> > format error: can't find EOCD signature
> > at /usr/sbin/MailScanner line 820
> > Undefined subroutine &MailScanner::Message::df called at
> > /usr/lib/MailScanner/MailScanner/Message.pm line 1718.
> >
> > Line 1718 is this one:
> >
> > my $df = df($dir, 1024);
> Try changing that to
> my $df = Filesys::Df::df($dir, 1024);
> and let me know if this helps at all.
> >
> > On the other box, I could use g-cpan to install Filesys::Df with no
> > problem. On this box, g-cpan just hangs. So I tried installing it
> > via perl CPAN shell- which seems to install ok - but I still get the
> > above error.
> >
> > Comparing the boxes, it seems the working one installs Filesys::Df
> > into /usr/lib/.../vendor_perl directory, but my broken box has it in
> > site_perl.
> >
> > I guess I probably need to learn more perl to fix the issue - but if
> > someone does have any thoughts on this, it would be appreciated.
> >
> > Thanks in advance,.
> > Chris
>
So we be delaying implementation of the latest because of this?
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the MailScanner
mailing list