Re: [CentOS] Modify Parameters at system boot

2011-05-13 Thread Marian Marinov
On Friday 13 May 2011 07:04:33 Frederick Abrams wrote: Hi all. i'm trying to modify some parameters but when system reboots it doesn't load. For the sysctl if I run sysctl -p then it changes /etc/sysctl.conf net.ipv4.netfilter.ip_conntrack_max = 1048576 /etc/modprobe.conf

Re: [CentOS] Modify Parameters at system boot

2011-05-13 Thread JB
Frederick Abrams fred@... writes: ... *** Look at /etc/rc.sysinit, by which time proc is already mounted: ... # Configure kernel parameters update_boot_stage RCkernelparam = insert debugging statements BEFORE sysctl sysctl -e -p /etc/sysctl.conf /dev/null 21 for file in

[CentOS] Modify Parameters at system boot

2011-05-12 Thread Frederick Abrams
Hi all. i'm trying to modify some parameters but when system reboots it doesn't load. For the sysctl if I run sysctl -p then it changes /etc/sysctl.conf net.ipv4.netfilter.ip_conntrack_max = 1048576 /etc/modprobe.conf options ip_conntrack hashsize=131072 after reboot results cat