9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] acme: can't create temp file: screen id in use
@ 2005-04-05 20:31 Robert Raschke
  2005-04-05 20:57 ` Russ Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Raschke @ 2005-04-05 20:31 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] acme: can't create temp file: screen id in use
  2005-04-05 20:31 [9fans] acme: can't create temp file: screen id in use Robert Raschke
@ 2005-04-05 20:57 ` Russ Cox
  2005-04-06 17:36   ` Robert Raschke
  0 siblings, 1 reply; 5+ messages in thread
From: Russ Cox @ 2005-04-05 20:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

is  your /tmp full of acme temporary files?
screen id in use must be unrelated.

russ


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] acme: can't create temp file: screen id in use
  2005-04-05 20:57 ` Russ Cox
@ 2005-04-06 17:36   ` Robert Raschke
  2005-04-06 17:40     ` boyd, rounin
  2005-04-06 21:58     ` Charles Forsyth
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Raschke @ 2005-04-06 17:36 UTC (permalink / raw)
  To: 9fans

> is  your /tmp full of acme temporary files?

Oh wow!  I've never looked in /tmp before.  Over 200 *.*acme files.
They look like files with content from acme panes.  Is that what they
are?  Can I just delete them?  How do they get created and when are
they meant to be discarded?

I usually just turn my terminal off. I don't explicitly exit acme.

Robby



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] acme: can't create temp file: screen id in use
  2005-04-06 17:36   ` Robert Raschke
@ 2005-04-06 17:40     ` boyd, rounin
  2005-04-06 21:58     ` Charles Forsyth
  1 sibling, 0 replies; 5+ messages in thread
From: boyd, rounin @ 2005-04-06 17:40 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> Can I just delete them?

between fresh acme sessions i'd say yes.
--
MGRS 31U DQ 52572 12604




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] acme: can't create temp file: screen id in use
  2005-04-06 17:36   ` Robert Raschke
  2005-04-06 17:40     ` boyd, rounin
@ 2005-04-06 21:58     ` Charles Forsyth
  1 sibling, 0 replies; 5+ messages in thread
From: Charles Forsyth @ 2005-04-06 21:58 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

the files will not be deleted if the terminal is also the file server
(because the file server vanishes too, well before it sees that
the last reference to the file has gone)

[-- Attachment #2: Type: message/rfc822, Size: 2502 bytes --]

From: Robert Raschke <rrplan9@tombob.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] acme: can't create temp file: screen id in use
Date: Wed, 6 Apr 2005 18:36:59 +0100
Message-ID: <698d8753cc7e6775ab9c7768dc1fc76f@tombob.com>

> is  your /tmp full of acme temporary files?

Oh wow!  I've never looked in /tmp before.  Over 200 *.*acme files.
They look like files with content from acme panes.  Is that what they
are?  Can I just delete them?  How do they get created and when are
they meant to be discarded?

I usually just turn my terminal off. I don't explicitly exit acme.

Robby

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-04-06 21:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-05 20:31 [9fans] acme: can't create temp file: screen id in use Robert Raschke
2005-04-05 20:57 ` Russ Cox
2005-04-06 17:36   ` Robert Raschke
2005-04-06 17:40     ` boyd, rounin
2005-04-06 21:58     ` Charles Forsyth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).