恳请帮助!
下述问题该如何解决:
===========
Debian
5.0(lenny)
linux 2.6.26-1-686
gnome2.22.3
内存1.5G
Intel PM 1300MHz
----------------------
执行命令:
返回错误信息提示:# /sbin/sysctl -a |grep shm(sem file-max等)
error: "Invalid argument" reading key "fs.binfmt_misc.register"
error: "Invalid argument" reading key dev.parport.parport0.autoprobe"
error: "Invalid argument" reading key dev.parport.parport0.autoprobe0"
error: "Invalid argument" reading key dev.parport.parport0.autoprobe1"
error: "Invalid argument" reading key "dev.parport.parport0.autoprobe2"
error: "Invalid argument" reading key "dev.parport.parport0.autoprobe3"
error: permission denied on key 'net.ipv4.route.flush'
error: permission denied on key 'net.ipv6.route.flush'
---------------
之前操作:
#/sbin/sysctl -p
sysctl.conf内容如下:#cat >> /etc/sysctl.conf << EOF
kernel.shmall=2097152
kernel.shmmax=805306368
kernel.shmmni=4096
kernel.sem=250 32000 100128
fs.file-max=153396
net.ipv4.ip_local_port_range=32768 65000