From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Date: Tue, 5 Apr 2005 21:31:01 +0100 From: Robert Raschke MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] acme: can't create temp file: screen id in use Topicbox-Message-UUID: 34759268-ead0-11e9-9d60-3106f5b1d025 Hi, I sometimes get this error when starting acme in riostart. My riostart looks like this: #!/bin/rc scr=(`{cat /dev/draw/new >[2]/dev/null || status=''}) wid=$scr(11) ht=$scr(12) a=`{echo $wid-35 | hoc } b=`{echo $ht-50 | hoc } window -hide auth/fgui # needed when drawterming window -r 0 0 100 120 stats -lme window -r 100 0 $a 120 faces -i window -r 10 120 $a $b acme -l acme.dump Any ideas why this might happen? Robby