Here is my sysctl.conf changes.
#Kernel parameter has been modified by Hasnain
kernel.sem = 250 32000 100 128
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
fs.file-max = 65536
vm.swappiness = 10
vm.vfs_cache_pressure = 50
net.core.rmem_max = 16777216
net.core.wmem_max =
Sorry for the trouble. I have found out the problem.
in /etc/init.d/rc script i have modifiled CONCURRENCY=none
to CONCURRENCY=shell which os didnt like it. 9.10 still have few bugs to
deal with.
Thanks for the help guys,
Hasnain
2010/3/3 Hasnain
> Here is my sysctl.conf changes.
>
>
> #Kerne