[1392] in Athena Bugs
Re: VS 60R: detach
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Nov 18 23:28:05 1988
Date: Fri, 18 Nov 88 23:27:37 EST
From: Ken Raeburn <raeburn@ATHENA.MIT.EDU>
To: Tom Coppeto <tjcoppet@ATHENA.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU, bug-attach@ATHENA.MIT.EDU
In-Reply-To: Tom Coppeto's message of Mon, 14 Nov 88 19:48:12 EST,
Date: Mon, 14 Nov 88 19:48:12 EST
From: Tom Coppeto <tjcoppet@ATHENA.MIT.EDU>
User logged in and found someone else's directory attach. This directory
just happened to be on the same server as her own. Her detached it but
detach flushed all mapping to that server thus preventing use of her own
directory. Detach does not normally behave like this. Possibly a screwup
with attachtab.
- Tom
Actually, this would be quite predictable from the way attach and
detach work: When the user logs in, attach is run and the server gets
a mapping (with reference count 1); when she runs detach, the
reference count drops to zero, and the mapping is deleted.
Nevertheless, this is still undesirable. I don't know if it's at all
easy to fix, though. Thanks for the report...