Brad Taylor wanted us to know:
>
>>sysctl.conf is not a shell script, so the echo command is not going to
>>work in that file. Try this:
>>
>>net.ipv4.vs.expire_quiescent_template=1
>This did not work either. Anyone know anything else I can try to force
>this setting after a restart. Thanks.
Put in /etc/rc.local:
echo 1 > /proc/sys/net/ipv4/vs/expire_quiescent_template
But it should have worked where it was...
unless...
The ipvs module wasn't loaded yet, which means that directory didn't exist
in /proc yet for sysctl to access it.
--
Regards... Todd
when you shoot yourself in the foot, just because you are so neurally
broken that the signal takes years to register in your brain, it does
not mean that your foot does not have a hole in it. --Randy Bush
Linux kernel 2.6.12-12mdksmp 3 users, load average: 1.83, 1.30, 1.15
|