On Fri, 11 May 2007, Marty Huntzberry wrote:
Kill your gnump3d process (ps aux to get the pid and then kill -9 xxxx) and then restart it (gnump3d --fast --background). Make sure the file is in your streaming directory and it should show on a browser. To get it to download though I had to chmod 444 on the mpg file so that it was readable by everybody.
Just for the record, there's no reason to kill -9... just a standard kill (-TERM) should suffice, and will allow the program to clean up after itself. kill -9 should only be used as a last resort.
http://speculation.org/garrick/kill-9.html , etc.. -Brandon _______________________________________________ Gnump3d-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnump3d-users
