|
最初由 liubin 发布
[B]
rh 6.2 [/B]
谢谢各位,这个问题困扰好久了,如果能解决,我将非常感谢各位
不过现在很难办,我干什么都是这样的错误,只能不断的试,或许能执行一条命令,等到什么时候才能svrmgrl呢?
我好不容易才关掉了apache 和resin,是不是resin 的问题呢?
bash: /usr/bin/wc: Too many open files in system
bash: /bin/grep: Too many open files in system
ps: error in loading shared libraries: libc.so.6: cannot open shared object file: Error 23
bash$ ps -ef | grep oracle | wc -l
bash: /bin/grep: Too many open files in system
bash: /usr/bin/wc: Too many open files in system
ps: error in loading shared libraries: libc.so.6: cannot open shared object file: Error 23
bash$ ps -ef | grep oracle | wc -l
bash: /bin/ps: Too many open files in system
bash: /bin/grep: Too many open files in system
bash: /usr/bin/wc: Too many open files in system
bash$ ps -ef | grep oracle | wc -l
bash: /bin/ps: Too many open files in system
0
bash$ ps -ef | grep oracle | wc -l
bash: /usr/bin/wc: Too many open files in system
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
/proc /proc proc defaults
In the meantime, mount /proc /proc -t proc
bash$ ps -ef | grep oracle | wc -l
bash: pipe error: Too many open files in system
|
|