Avast WEBforum

Consumer Products => Avast Mac Security => Topic started by: shaoxuan on January 18, 2011, 07:15:26 AM

Title: avast! engine failed to reinitialize after database upgrade
Post by: shaoxuan on January 18, 2011, 07:15:26 AM
Hello,

I'm using ubuntu 10.10, avast4workstation works fine on it, but after a daily database upgrade process, a window pops up and say:"avast! engine failed to reinitialize after database upgrade. The application will terminate now." Then the avast! terminates. The problem remains after I delete the .avast folder in my home directory. Why this happen? Please help, Thanks.
Title: Re: avast! engine failed to reinitialize after database upgrade
Post by: nmb on January 18, 2011, 07:26:29 AM
See if this helps : http://forum.avast.com/index.php?topic=57775.0
Title: Re: avast! engine failed to reinitialize after database upgrade
Post by: shaoxuan on January 18, 2011, 10:00:37 AM
See if this helps : http://forum.avast.com/index.php?topic=57775.0

Thanks, the problem is solved.  :)
Title: Re: avast! engine failed to reinitialize after database upgrade
Post by: nmb on January 18, 2011, 12:41:26 PM
Thanks, the problem is solved.  :)
You're Welcome.
Title: Re: avast! engine failed to reinitialize after database upgrade
Post by: shaoxuan on February 23, 2011, 04:25:44 AM
Hello,

I managed to let this command "sysctl -w kernel.shmmax=128000000" to execute automatically as root when ubuntu booted.

You can place "sysctl -w kernel.shmmax=128000000“ (without quotes) to /etc/crontab to have them set automatically as root (just after boot).

in /etc/crontab:

@reboot root sysctl -w kernel.shmmax=128000000

Hope that helps, thanks.

Shao