LxCenter HyperVM & Kloxo Support

Forum



Members   Search      Help    Register    Login    Home
Home » Archive » LxAdmin » Lxadmin 6.0 Feature request » Claimav outdated warning?
Claimav outdated warning? [message #61232] Sat, 04 April 2009 11:40 Go to next message
R1Lover is currently offline R1Lover  United States
Messages: 962
Registered: August 2007
Senior Master
I'm getting this warning... is it time to upgrade this lxhelp?

WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.94.1 Recommended version: 0.95
DON'T PANIC! Read http://www.clamav.net/support/faq
main.cld is up to date (version: 50, sigs: 500667, f-level: 38, builder: sven)
daily.cld is up to date (version: 9203, sigs: 38594, f-level: 41, builder:
Re: Claimav outdated warning? [message #61233 is a reply to message #61232] Sat, 04 April 2009 11:46 Go to previous messageGo to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
We will update it on our repo, and then you can run:

 
 yum -y update
 


thanks.


On Sat, Apr 04, 2009 at 03:40:16PM -0000, Rhett wrote:
>
>
> I'm getting this warning... is it time to upgrade this lxhelp?
>
> WARNING: Your ClamAV installation is OUTDATED!
> WARNING: Local version: 0.94.1 Recommended version: 0.95
> DON'T PANIC! Read http://www.clamav.net/support/faq
> main.cld is up to date (version: 50, sigs: 500667, f-level: 38, builder: sven)
> daily.cld is up to date (version: 9203, sigs: 38594, f-level: 41, builder:
>


Re: Claimav outdated warning? [message #61235 is a reply to message #61232] Sat, 04 April 2009 11:48 Go to previous messageGo to next message
R1Lover is currently offline R1Lover  United States
Messages: 962
Registered: August 2007
Senior Master
sounds good, thanks
Re: Claimav outdated warning? [message #61782 is a reply to message #61232] Fri, 10 April 2009 04:42 Go to previous messageGo to next message
Yokav is currently offline Yokav  Belgium
Messages: 247
Registered: August 2007
Location: Be
Senior Member

Do you have update this packet?

Because a yum update doesn't upgrade my clamav, I still used the version 0.94.

http://secunia.com/advisories/34612/
Re: Claimav outdated warning? [message #61798 is a reply to message #61782] Fri, 10 April 2009 12:04 Go to previous messageGo to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
It will be updated in a few hours time.

thanks.


On Fri, Apr 10, 2009 at 08:42:31AM -0000, Yokav wrote:
>
>
> Do you have update this packet?
>
> Because a yum update doesn't upgrade my clamav, I still used the version 0.94.
>
> http://secunia.com/advisories/34612/
>


Re: Claimav outdated warning? [message #62525 is a reply to message #61232] Tue, 21 April 2009 02:55 Go to previous messageGo to next message
Yokav is currently offline Yokav  Belgium
Messages: 247
Registered: August 2007
Location: Be
Senior Member

Could you do it soon please.
Re: Claimav outdated warning? [message #62529 is a reply to message #62525] Tue, 21 April 2009 04:34 Go to previous messageGo to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
It will definitely be available today.

thanks.


On Tue, Apr 21, 2009 at 06:55:30AM -0000, Yokav wrote:
>
>
> Could you do it soon please.
>


icon14.gif  Re: Claimav outdated warning? [message #62532 is a reply to message #61232] Tue, 21 April 2009 06:28 Go to previous messageGo to next message
Yokav is currently offline Yokav  Belgium
Messages: 247
Registered: August 2007
Location: Be
Senior Member

Thank you! Cool
Re: Claimav outdated warning? [message #62597 is a reply to message #61232] Wed, 22 April 2009 08:53 Go to previous messageGo to next message
Marie is currently offline Marie  France
Messages: 511
Registered: June 2007
Location: France
Master

Is it safe to manually update clamav or would it break anything ?

I know the manual update is working just fine on cpanel servers, but I didn't try on lxadmin yet...



Marie
Need Further Assistance ? Here you go !
English, french and spanish support Smile
Re: Claimav outdated warning? [message #62712 is a reply to message #61232] Fri, 24 April 2009 12:34 Go to previous messageGo to next message
Marie is currently offline Marie  France
Messages: 511
Registered: June 2007
Location: France
Master

Replying to myself, lol...

I've manually update clamav and everything looks good so far :

Quote:
wget http://www.qmailtoaster.org/download/stable/clamav-toaster-0 .95.1-1.3.27.src.rpm
yum install rpm-build bzip2-devel gmp-devel zlib-devel curl-devel libidn-devel ncurses-devel
rpmbuild --rebuild --with cnt50 clamav-toaster-0.95.1-1.3.27.src.rpm
mv /usr/src/redhat/RPMS/i386/clamav-toaster-0.95.1-1.3.27.i386. rpm .
rpm -Uhv clamav-toaster-0.95.1-1.3.27.i386.rpm



Also I've noticed that clamd tends to crash from time to time, resulting in the incoming emails to be rejected, so I have added a cronjob to check and restart clamd if necessary :

Quote:
echo '*/5 * * * * root if [ -z "$(ps auxf | awk '$11 == "/usr/sbin/clamd" {print $11}')" ];then echo "clamd is stopped and has been restarted" >> /var/log/clamscan.log;/etc/init.d/clamav restart;fi' >> /etc/crontab
service crond restart


Marie
Need Further Assistance ? Here you go !
English, french and spanish support Smile
Re: Claimav outdated warning? [message #62771 is a reply to message #62712] Sat, 25 April 2009 12:27 Go to previous messageGo to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
Clamav is available now.

Just do:

 
 yum -y install clamav
 


and it will get updated.

Really sorry for the delay.

On Fri, Apr 24, 2009 at 04:34:32PM -0000, Marie wrote:
>
>
> Replying to myself, lol...
>
> I've manually update clamav and everything looks good so far :
>
> Quote:
> > wget http://www.qmailtoaster.org/download/stable/clamav-toaster-0 .95.1-1.3.27.src.rpm
> > yum install rpm-build bzip2-devel gmp-devel zlib-devel curl-devel libidn-devel ncurses-devel
> > rpmbuild --rebuild --with cnt50 clamav-toaster-0.95.1-1.3.27.src.rpm
> > mv /usr/src/redhat/RPMS/i386/clamav-toaster-0.95.1-1.3.27.i386. rpm .
> > rpm -Uhv clamav-toaster-0.95.1-1.3.27.i386.rpm
>


Re: Claimav outdated warning? [message #71200 is a reply to message #61233] Tue, 22 September 2009 19:21 Go to previous message
dove_g is currently offline dove_g  Croatia
Messages: 41
Registered: September 2009
Member
Lxhelp wrote on Sat, 04 April 2009 11:46
We will update it on our repo, and then you can run:

 
 yum -y update
 


thanks.





Hi, I just want to notice you about this topic, tnx:

Hi,
sorry for PM, I just want to notice you about this topic, tnx:

forum.lxcenter.org/index.php?t=msg&th=13128&start=0& amp;

[Updated on: Tue, 22 September 2009 19:22]

Report message to a moderator

Previous Topic:Some way to easier find web script spamming
Next Topic:Auto Delete __processed_stats
Goto Forum:
  


Current Time: Wed Jun 19 08:19:44 EDT 2013

Total time taken to generate the page: 0.02479 seconds
.:: Contact :: Home :: Privacy ::.

Click here to lend your support to: LxCenter and make a donation at www.pledgie.com !

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software