ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)

其它类软件,非上述版软件
回复
lidercoocer
帖子: 14
注册时间: 2009-05-29 11:22

ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)

#1

帖子 lidercoocer » 2010-03-30 9:21

ubuntu 9.10 avast升级病毒库后报错:an error occurred in Avast engine (后面都是乱码)

这是怎么回事呀?怎么修复?
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)

#2

帖子 tenzu » 2010-03-30 9:23

要不terminal里运行一下看看有啥错误?
feng8899
帖子: 716
注册时间: 2008-10-31 3:18
联系:

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)

#3

帖子 feng8899 » 2010-03-30 21:41

出现一样的错误
Ubuntu 桌面培训
Duo T6400 GeForce 9300MGS 4G win10 Lubuntu18.04 64bit双系统奔跑中
P3 667 512M GeForce MX200 Lbuntu10.04
从零开始学游泳 萨顶顶
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱码)

#4

帖子 smallapple » 2010-03-30 21:46

病毒库出问题了。
把~/.avast/400.vps 删了,明天再更新试试
头像
小毛头
帖子: 14
注册时间: 2007-04-18 9:58

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#5

帖子 小毛头 » 2010-05-03 9:41

非常感谢啊,我说我怎么这么背,刚装好就出错了。
头像
古道Ubuntu
帖子: 28
注册时间: 2010-05-02 23:16

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#6

帖子 古道Ubuntu » 2010-05-03 11:24

我今天也遇到这个问题了,好不容易在网上找到了个帖子,按照上面的方法真的解决了问题
分享一下:
解决办法是:终端执行:
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).
终于成了菜鸟,哦耶
头像
lynnso
帖子: 384
注册时间: 2008-10-25 13:03

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#7

帖子 lynnso » 2010-05-08 21:07

应该是更新不完整vps毁坏的问题
/usr/lib/avast4workstation/var

~/.avast
目录下的400.vps删除
启动avast让它更新
饭糊了...
sarcoma
帖子: 9
注册时间: 2010-07-10 23:30

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#8

帖子 sarcoma » 2010-08-14 0:02

古道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了,谢过
lk1103
帖子: 2
注册时间: 2008-11-25 12:28

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#9

帖子 lk1103 » 2010-09-03 21:32

古道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).
解决问题了,谢谢!!
头像
ws2115465
帖子: 68
注册时间: 2011-01-20 11:28

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#10

帖子 ws2115465 » 2011-02-14 21:39

:em03 :em03 :em03 :em03 :em03 解决了谢谢
lin0107
帖子: 25
注册时间: 2010-11-13 11:24

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#11

帖子 lin0107 » 2011-02-17 13:21

谢过6楼,问题解决!!
头像
wchl09
帖子: 22
注册时间: 2011-02-22 16:05

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#12

帖子 wchl09 » 2011-04-14 18:52

古道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).
这个真可以
telas
帖子: 5
注册时间: 2011-11-24 15:56

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#13

帖子 telas » 2012-01-01 0:34

我今天也遇到这个问题了,好不容易在网上找到了个帖子,按照上面的方法真的解决了问题
分享一下:
解决办法是:终端执行:
sudo sysctl -w kernel.shmmax=128000000

然后,再打开Avast 杀毒,软件正常。
解决了之后,重启又出现了!
imut
帖子: 46
注册时间: 2009-05-04 17:47

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#14

帖子 imut » 2012-07-28 11:26

tenzu 写了:要不terminal里运行一下看看有啥错误?
^_^有看到你了
头像
LeoDemon
帖子: 20
注册时间: 2013-01-29 16:48
系统: win7,ubuntu

Re: ubuntu 9.10 avast报错:an error occurred in Avast engine (乱

#15

帖子 LeoDemon » 2013-02-15 15:46

受教了
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$
回复