From: Support <su...@ea...> - 2002-08-01 19:43:16
|
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 |