9fans archive / 1999 / 08 / 5 / prev next From: Christopher Pane cpane@met... Subject: [9fans] PC resuming execution of a terminated process on reboot Date: Tue, 03 Aug 1999 04:40:30 +0000 Russ Cox wrote: > sounds like the test program is either in your profile or termrc. > that's what restarted it. plan9 does not restore processes nor > does it restore network connections. You know, I think its time to crash for the night, I am definitely fried- I didn't explicitly call my program from termrc or lib BUT ! termrc DOES call the plan 9 test utility! (I forgot about that one!) I happened to name my program test, so when termrc was trying to run it must have been calling my version of test. (It appears before the system version in my namespace since it is in my home directory). Thanks -Chris