In this post (http://www.freevsd.org/support/mail-archives/freevsd-support/2001/Sep/0113. html) I indicated some of the performance tuning which may be required as the number of hosted virtual servers increases. An additional parameter which can sometimes require increasing is the hosting server's process table size. Could you have a look and see if you are close to your systems current process table size limit as I think this could result in some of the problems you are seeing...
Tim > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: 06 October 2001 10:08 > To: freevsd-support > Subject: BIG problem under running vsd system !! > > > Hi all, > > I have a big proble, under a (in all other points) well running vsd > hostserver. When the customer does an rebootvs - the server seems to > have fork problems and does not run the vs procs: > > [admin@matrix /]$ rebootvs > Sending all processes a TERM signal > Sending all remaining processes a KILL signal > Starting virtual server processes > /etc/rc: fork: Die Ressource ist zur Zeit nicht verf�gbar > > (Die Ressource ist zur Zeit nicht verf�gbar => means: The ressource is > at this time not available) > > [admin@matrix /]$ ps -aux > USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND > root 2168 0.0 0.1 2368 1304 ? S 11:11 0:00 /bin/bash > root 2173 0.0 0.1 2428 1000 ? S 11:11 0:00 su admin > admin 2174 0.0 0.1 2336 1272 ? S 11:11 0:00 bash > root 2267 0.0 0.0 2708 884 ? R 11:16 0:00 ps -aux > > But when I execute this as root in the vs - it works: > > [root@matrix /]# rebootvs > Sending all processes a TERM signal > Sending all remaining processes a KILL signal > Starting virtual server processes > starting system logging: syslogd > starting daemon: crond > starting daemon: atd > starting web server: httpd > starting MySQL server: mysql > starting local daemons:. > starting ssh server: sshd > [root@matrix /]# Starting mysqld daemon with databases from /var/lib/mysql > > [root@matrix /]# ps -aux > USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND > root 2168 0.0 0.1 2368 1304 ? S 11:11 0:00 /bin/bash > admin 2299 0.0 0.0 1508 672 ? S 11:17 0:00 > /sbin/syslogd -m 0 -p /var/run/log > admin 2301 1.2 0.1 2096 1024 ? S 11:17 0:00 sh > /usr/bin/safe_mysqld --bind-addres... > root 2302 0.0 0.0 1536 704 ? S 11:17 0:00 > /usr/sbin/crond > root 2309 5.7 0.1 2440 1156 ? S 11:17 0:00 > /usr/sbin/sshd > admin 2321 2.3 0.4 26720 4416 ? SN 11:17 0:00 > /usr/libexec/mysqld -... > admin 2323 0.0 0.4 26720 4416 ? SN 11:17 0:00 > /usr/libexec/mysqld -... > admin 2324 0.0 0.4 26720 4416 ? SN 11:17 0:00 > /usr/libexec/mysqld -... > admin 2325 0.0 0.4 26720 4416 ? SN 11:17 0:00 > /usr/libexec/mysqld -... > web 2327 0.0 0.3 9668 3416 ? S 11:17 0:00 > /usr/sbin/httpd > web 2328 0.0 0.3 9668 3416 ? S 11:17 0:00 > /usr/sbin/httpd > web 2329 0.0 0.3 9668 3416 ? S 11:17 0:00 > /usr/sbin/httpd > web 2330 0.0 0.3 9668 3416 ? S 11:17 0:00 > /usr/sbin/httpd > web 2331 0.0 0.3 9668 3416 ? S 11:17 0:00 > /usr/sbin/httpd > root 2332 0.0 0.0 2716 888 ? R 11:17 0:00 ps -aux > > > suid of rebootvs is ok - all(!) vs have the same problem on this > machine !! > > Please advise ! > > Many thanks in advance. > > James T. Koerting > > KSD Germany > [EMAIL PROTECTED] > > Murphy's Law: "Anything that can go wrong, will go wrong" > Parkinson's Law: "Work expands to exceed available time" > Koerting's Law: "Don't fight against these laws" > > ------------------------- 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 > ------------------------------------------------------------------ > ----------- ------------------------- 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 -----------------------------------------------------------------------------
