From: Support <su...@ea...> - 2002-08-09 01:14:19
|
Hello, Adding to "subject: temp not deleted with webmin", it seems that the reason the "temp" file is not deleted form webmin, is due to the fact that in webmin, the process is being executed using " /usr/local/abc/execute -r > /dev/null 2>&1 < /dev/null &" Since this command does not print to browser, I am assuming that the deletion of the temp file is not being executed at the end. It works in telnet with limited privlidges and on the machine shell, so the only conclusion I can up with it that, webmin is not executing the end of the program, because it is not printing to browser. Thanks, Diego ----- Original Message ----- From: "Support" <su...@ea...> To: <web...@li...> Sent: Thursday, August 08, 2002 6:18 PM Subject: temp file not deleted with webmin? > hello, > > I have a "C" program that deletes a temp file under shell and user using > telnet, but noticed that it does not delete the temp file when I run under > webmin. I have all privledges, the temp is not deleted using a webmin > module to execute the program. what can possibly be wrong? > > The program seems to fully finish, but the temp is not deleted. > > Thanks, > > Diego > |