El lun, 13-06-2005 a las 12:00 -0400, clamav-users-
[EMAIL PROTECTED] escribi�:

> ------------------------------
> 
> Message: 3
> Date: Mon, 13 Jun 2005 10:19:52 -0500
> From: Thomas Cameron <[EMAIL PROTECTED]>
> Subject: Re: [Clamav-users] Re: Re: Clamav does not scan foreign
>       languages
> To: ClamAV users ML <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=utf-8
> 
> On Mon, 2005-06-13 at 17:13 +0200, Jos Miguel Lpez-Coronado wrote:
> > > Hello everybody.
> > > I have just detected something I think can be a bug in clamav during
> > the
> > > scanning of the attached files.
> > 
> > This is a known problem which is already under investigation. The
> > work-around is to clear the LANG variable when starting clamd. It is not
> > yet
> > known if the problem lies with clamAV or Linux.
> > 
> > 
> > Hi again.
> > I have set LANG="" and restarted clamd, but after that I could see the
> > same result:
> > LibClamAV Error: Can't create temporary file /var/run/clamd/tmp/clamav-
> > a3cf8b16495a2fda9f6999504140e8ff/: Argumento invlido
> > LibClamAV Error: fileblobDestroy: ratn.exe" not saved: report to
> > [EMAIL PROTECTED]
> > 
> > 
> > Any other idea?
> 
> Try adding this to the startup script for ClamAV:
> 
> export LANG=C
> 
> See if that helps?
> 
> Thomas
> 
> 
> 

I've added the following to the ClamAV start script:

start() {
        # exportamos LANG como C
-->    export LANG=C
        echo -n $"Starting $prog: \nLANG: $LANG"
        daemon $progdir/$prog
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/clamd
        return $RETVAL
}

but it does not work. Still complaining.

Any other idea?



________________________________________________________________________


Disbase Internet
www.disbase.com
     Jos� Miguel L�pez Coronado



_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to