So, if I have understand you right so I have to copy “sysctl -w kernel.shmmax=128000000” or “echo 128000000 >/proc/sys/kernel/shmmax” in /etc/init.d/rcS. …right?
I tried both solution. But there is no change.
I get the same failure message:
“Failed to connect to files.avast.com IP number 1: Invalid argument”
It’s a command, and you should type it in a terminal, when logged as root. It’s also wise to include those commands to system-wide startup script.
the first one, might need full path to the sysctl binary (/sbin/sysctl), and the second one expects the /proc filesystem to exist (= mounted). So maybe you placed it to wrong place, where this procfs isn’t accessible yet.