Hi
we are running freeVSD with the pre-gen skel (1.4.9) on redhat 6.1, a dual
966mhz server with 512MB ram. The server has no load, doing about 5GB per
month with 25 virtual servers on it. At any one time that adds up to about
500 processes but no server load.
However when trying to add/restart a new VS we get the following error
message.
-bash: Can't make pipes for command substitution!
-bash: Can't make pipes for command substitution!
/etc/rc.vsd: Can't make pipes for command substitution!
/etc/rc.vsd: /etc/rc.conf: Too many open files in system
starting local daemons:/etc/rc.vsd: /dev/null: Too many open files in system
ulimit gave us this:
[root@ns4 admin]# ulimit -aH
core file size (blocks) unlimited
data seg size (kbytes) unlimited
file size (blocks) unlimited
max memory size (kbytes) unlimited
stack size (kbytes) unlimited
cpu time (seconds) unlimited
max user processes 2040
pipe size (512 bytes) 8
open files 1024
virtual memory (kbytes) 4194302
we tried doing this:
Edit /etc/security/limits.conf and added the lines:
* soft nofile 1024
* hard nofile 65535
Edited /etc/pam.d/login, adding the line:
session required /lib/security/pam_limits.so
then:
echo 65535 > /proc/sys/fs/file-max
But when we run:
ulimit -n unlimited
we get
ulimit: cannot raise limit: Operation not permitted
Any ideas welcomed
thanks
Eddie
------------------------- The freeVSD Support List --------------------------
Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives: http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------