Plop Forum

General Category => Plop Linux => Topic started by: Thiassi on April 07, 2010, 18:09:24 PM

Title: couple of issues with Avast and F-Prot
Post by: Thiassi on April 07, 2010, 18:09:24 PM
1. Avast:

I've been noticing some oddities with Avast.

If I do a virus definition update via the Avast GUI it gets to  100% and then errors with:


avast! engine failed to reinitialize after database upgrade.

The application has been terminated.


I ignored this initially and copied the "400.vps" file into the "pluspacks" folder anyway.

After a reboot, and checked to see that it had picked up the new definition file from the server (it had), if I try to run the "avastgui" again I get the (windowed) error:


An error occurred in avast! engine: Invalid argument


If I try to run "./avast" from "/tmp/avast4workstation/bin" I get the same error as above but, obviously, within the terminal.

The "solution" is to delete the "400.vps" from root directory and then everything runs fine but, obviously, with out-of-date definitions.

so it looks like corruption to the updated file.

Any idea's or has any seen this before?


2. F-Prot.

I cannot for the life of me find a manual update for F-Prot on their site.

The "fpupdate" doesn't work within Plop as it keeps erroring with "Error: ran out of memory".

I'll keep testing this one...
Title: Re: couple of issues with Avast and F-Prot
Post by: Thiassi on April 07, 2010, 18:31:02 PM
Ok, I've managed to get 2fpupdate" to work once in about 10 attempts but at least it got me the updated def file.

Title: Re: couple of issues with Avast and F-Prot
Post by: Elmar on April 07, 2010, 19:28:43 PM
avast:
the paths has been changed extremely in the archive. i  have to update the script.

f-prot:
it works (but i have to add it to the path again). i think you run out of ram. gnome itself need much ram. the virus definition file is downloaded to the ram

best regards
elmar
Title: Re: couple of issues with Avast and F-Prot
Post by: Thiassi on April 08, 2010, 10:34:14 AM
Quote from: Elmar on April 07, 2010, 19:28:43 PM
avast:
the paths has been changed extremely in the archive. i  have to update the script.

f-prot:
it works (but i have to add it to the path again). i think you run out of ram. gnome itself need much ram. the virus definition file is downloaded to the ram

best regards
elmar

Are there limitations to the amount of RAM that is accessed by Plop? I'm using a Dell machine with 1gb of RAM so it should be more than enough if it's able to use all of it.
Title: Re: couple of issues with Avast and F-Prot
Post by: Elmar on April 08, 2010, 10:41:57 AM
the limitations are the same like for every other operating system depending on the processor (32 or 64bit)

you can see how much ram is free in megabytes with "free -m", but 1 gig should be enough
Title: Re: couple of issues with Avast and F-Prot
Post by: Elmar on April 08, 2010, 13:14:06 PM
the avast problem is not a PLoP Linux bug
see here http://forum.avast.com/index.php?topic=57764.0
it exists since one week

to fix it add to the runme.sh

sysctl -w kernel.shmmax=100000000


regards
elmar
Title: Re: couple of issues with Avast and F-Prot
Post by: Thiassi on April 08, 2010, 14:01:44 PM
Thanks for that Elmar.

Works great now.