From: Support <su...@ea...> - 2002-08-01 21:51:36
|
Hello, =20 Additional information regarding "running process from webmin - = times-out?" question the process actually only runs for about 6:55-6:56 minutes then freezes = until I "kill -9" the process. the parent process is: =20 /usr/bin/perl-w/usr/local/lib/webmin/howdy_index/c.cgi .... shouldn't it be running under /sbin/init ... Diego ----- Original Message -----=20 From: Support=20 To: web...@li...=20 Sent: Thursday, August 01, 2002 2:43 PM Subject: running process from webmin - times-out? Hello, I am developing a module, which runs a unix program. The progam works = fine from unix shell, or from Webmin if the process is short. After = about 20 minutes I notice that the process is still running, but is not = doing anything "idle" or frozen, and i must kill the process. If I = leave the computer overnight, I come back to " no more SWAP space" = errors, the computer locked and must restart. =20 I am using the following command "my = $results=3D`/usr/local/excute/fire`;"=20 what am i doing wrong? thanks, Diego |