分页: 1 / 1
ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)
发表于 : 2010-03-30 9:21
由 lidercoocer
ubuntu 9.10 avast升级病毒库后报错:an error occurred in Avast engine (后面都是乱码)
这是怎么回事呀?怎么修复?
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)
发表于 : 2010-03-30 9:23
由 tenzu
要不terminal里运行一下看看有啥错误?
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)
发表于 : 2010-03-30 21:41
由 feng8899
出现一样的错误
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)
发表于 : 2010-03-30 21:46
由 smallapple
病毒库出问题了。
把~/.avast/400.vps 删了,明天再更新试试
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2010-05-03 9:41
由 小毛头
非常感谢啊,我说我怎么这么背,刚装好就出错了。
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2010-05-03 11:24
由 古道Ubuntu
我今天也遇到这个问题了,好不容易在网上找到了个帖子,按照上面的方法真的解决了问题
分享一下:
解决办法是:终端执行:
sudo sysctl -w kernel.shmmax=128000000
然后,再打开Avast 杀毒,软件正常。
或者:
Set the limit to higher values (as root):
sysctl -w kernel.shmmax=128000000
OR
echo 128000000 >/proc/sys/kernel/shmmax
Place those lines to /etc/init.d/rcS or equivalent file (it's distribution-specific a bit - see /etc/inittab, the sysinit runlevel) to have them set automatically (just after boot).
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2010-05-08 21:07
由 lynnso
应该是更新不完整vps毁坏的问题
/usr/lib/avast4workstation/var
跟
~/.avast
目录下的400.vps删除
启动avast让它更新
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2010-08-14 0:02
由 sarcoma
古道Ubuntu 写了:我今天也遇到这个问题了,好不容易在网上找到了个帖子,按照上面的方法真的解决了问题
分享一下:
解决办法是:终端执行:
sudo sysctl -w kernel.shmmax=128000000
然后,再打开Avast 杀毒,软件正常。
或者:
Set the limit to higher values (as root):
sysctl -w kernel.shmmax=128000000
OR
echo 128000000 >/proc/sys/kernel/shmmax
Place those lines to /etc/init.d/rcS or equivalent file (it's distribution-specific a bit - see /etc/inittab, the sysinit runlevel) to have them set automatically (just after boot).
这方法不错,运行后可以使用avast了,谢过
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2010-09-03 21:32
由 lk1103
古道Ubuntu 写了:我今天也遇到这个问题了,好不容易在网上找到了个帖子,按照上面的方法真的解决了问题
分享一下:
解决办法是:终端执行:
sudo sysctl -w kernel.shmmax=128000000
然后,再打开Avast 杀毒,软件正常。
或者:
Set the limit to higher values (as root):
sysctl -w kernel.shmmax=128000000
OR
echo 128000000 >/proc/sys/kernel/shmmax
Place those lines to /etc/init.d/rcS or equivalent file (it's distribution-specific a bit - see /etc/inittab, the sysinit runlevel) to have them set automatically (just after boot).
解决问题了,谢谢!!
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2011-02-14 21:39
由 ws2115465
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2011-02-17 13:21
由 lin0107
谢过6楼,问题解决!!
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2011-04-14 18:52
由 wchl09
古道Ubuntu 写了:我今天也遇到这个问题了,好不容易在网上找到了个帖子,按照上面的方法真的解决了问题
分享一下:
解决办法是:终端执行:
sudo sysctl -w kernel.shmmax=128000000
然后,再打开Avast 杀毒,软件正常。
或者:
Set the limit to higher values (as root):
sysctl -w kernel.shmmax=128000000
OR
echo 128000000 >/proc/sys/kernel/shmmax
Place those lines to /etc/init.d/rcS or equivalent file (it's distribution-specific a bit - see /etc/inittab, the sysinit runlevel) to have them set automatically (just after boot).
这个真可以
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2012-01-01 0:34
由 telas
我今天也遇到这个问题了,好不容易在网上找到了个帖子,按照上面的方法真的解决了问题
分享一下:
解决办法是:终端执行:
sudo sysctl -w kernel.shmmax=128000000
然后,再打开Avast 杀毒,软件正常。
解决了之后,重启又出现了!
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2012-07-28 11:26
由 imut
tenzu 写了:要不terminal里运行一下看看有啥错误?
^_^有看到你了
Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱
发表于 : 2013-02-15 15:46
由 LeoDemon
受教了
leodemon@ubuntu:/usr/lib/avast4workstation/share/avast/desktop$ sudo sysctl -w kernel.shmmax=128000000
[sudo] password for leodemon:
kernel.shmmax = 128000000
leodemon@ubuntu:/usr/lib/avast4workstation/share/avast/desktop$