From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200204151604.MAA17536@math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] killing drawterm-left-behind processes on cpu server? In-Reply-To: Your message of "Mon, 15 Apr 2002 15:40:54 +0200." <200204151340.g3FDes015639@copernicus.cs.utwente.nl> From: Dan Cross Date: Mon, 15 Apr 2002 12:04:31 -0400 Topicbox-Message-UUID: 77d18acc-eaca-11e9-9e20-41e7f4b1d025 > Thanks for the hint. However, unfortunately this is not the cause of > my problems. After commenting out the upas/fs start line and starting > and killing drawterm I still get 3 left-behind plumber processes, > their status in order from oldest to newest: Sleep, Rendez and Read. > Any magic that might help to diagnose what these processes are doing? I noticed this many moons ago. I changed my lib/profile to read, in part: if (! test -e /mnt/term/wsys) { # cpu call from drawterm font=/lib/font/bit/pelm/latin1.8.font plumber rio kill plumber | rc kill fs | rc } Which at least kills the processes. - Dan C.