From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 8 Aug 1995 09:12:17 -0400 From: presotto@plan9.att.com presotto@plan9.att.com Subject: No subject Topicbox-Message-UUID: 144d9786-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950808131217.lzaKnb8NHz3Xcx9V0QkzrxcVU_AB2hivtDfWs-Y5g0k@z> Unlike dossrv, ftpfs doesn't post a file in /srv. Dossrv does that since it can be mounted many times. If you removed dossrv's /srv/dos file, it too would go away since that would clunk the last reference. ------ original message follows ------ >>From cse.psu.edu!9fans-outgoing-owner Mon Aug 7 23:35:50 EDT 1995 Received: by colossus.cse.psu.edu id <45492>; Mon, 7 Aug 1995 23:13:50 -0400 Received: from galapagos.cse.psu.edu ([130.203.2.12]) by colossus.cse.psu.edu with SMTP id <45517>; Mon, 7 Aug 1995 22:52:39 -0400 Received: from localhost by galapagos.cse.psu.edu with SMTP id <12712>; Mon, 7 Aug 1995 22:10:29 -0400 To: 9fans@cse.psu.edu In-reply-to: Your message of "Mon, 07 Aug 1995 19:15:25 EDT." <95Aug7.192122edt.34017@psuvax1.cse.psu.edu> Date: Mon, 7 Aug 1995 22:10:15 -0400 From: Scott Schwartz Message-Id: <95Aug7.221029edt.12712@galapagos.cse.psu.edu> Sender: owner-9fans@cse.psu.edu Precedence: bulk Reply-To: 9fans@cse.psu.edu philw@plan9.att.com writes: | >Why does this happen... I run dossrv, and then exit, and the shell | >doesn't go away until dossrv is killed from another window. | the dossrv is holding a reference to the files supplied by the | window system (eg. /dev/cons). Windows are cleared up by | reference counting. That sounds like a bug. But why doesn't ftpfs suffer the same symptoms? On the other hand, even sleep 10 >[0]/tmp/zz >[1]/tmp/zz >[2]/tmp/zz >[3]/tmp/zz & makes the window stick around; what files is that holding open? It should be none, right?