Avast4Linuxが動かない。


/etc/init.d/rc S

                                                                                                                                        • -

#! /bin/sh
#
# rcS
#
# Call all S??* scripts in /etc/rcS.d/ in numerical/alphabetical order
#

echo 128000000 >/proc/sys/kernel/shmmax
exec /etc/init.d/rc S

                                                                                                                                      • -

Solution


Solution? 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).


引用元: HOW-TO: Avast4Linux doesn't work with latest VPS (100328-1 and later)?,
"http://forum.avast.com/index.php?topic=57775.msg486945#msg486945"