[1266] in NetBSD-Development
two bugs
daemon@ATHENA.MIT.EDU (Dan Winship)
Tue Feb 27 15:31:07 1996
Date: Tue, 27 Feb 1996 15:30:37 -0500 (EST)
From: danw@MIT.EDU (Dan Winship)
To: netbsd-dev@MIT.EDU
1) When you detach an NFS locker that's no longer mounted (because
you've rebooted for instance), umount will complain that it's no
longer mounted, but detach _won't_ remove the entry from the attachtab
file (since it interprets the umount error as a failure to detach).
When I try this on a sun, umount flames, but detach DTRT anyway.
2) /usr/athena/bin/techinfo attaches the techinfo locker with `-d' so
you get lots of random debugging output.
-- Dan