From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6fa7f0a8c7338f71463041a0f67da097@hamnavoe.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Plan 9 server controls impaired and steps taken before From: Richard Miller <9fans@hamnavoe.com> Date: Mon, 16 May 2005 10:04:11 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 4c635964-ead0-11e9-9d60-3106f5b1d025 > > DON'T HIT delete key IN THIS WINDOW. IT WILL KILL venti. > Venti remains interruptible even when running in the background - bug or feature? If it's a bug, I reckon this is the fix: =============== /sys/src/cmd/venti/venti.c:80,85 - venti.c:80,88 if(config == nil) config = "venti.conf"; > if(background) > rfork(RFNOTEG); > vtAttach(); if(!initArenaSum()) =============== -- Richard