[15342] in Athena Bugs
sun4 8.1.8: install
daemon@ATHENA.MIT.EDU (Tom Yu)
Sat Aug 2 21:38:22 1997
To: bugs@MIT.EDU
Date: Sat, 02 Aug 1997 21:38:20 EDT
From: Tom Yu <tlyu@MIT.EDU>
System name: tesla-coil
Type and version: SPARC/4 8.1.8 (with mkserv)
Display type: cgthree
What were you trying to do?
Boot my machine.
What's wrong:
It tries to mount /usr twice.
What should have happened:
It shouldn't try to mount /usr twice.
Please describe any relevant documentation references:
/etc/init.d/{rootusr,standardmounts,MOUNTFSYS}
/etc/rcS.d/*
/etc/rc2.d/*
Basically /usr seems to already be mounted by
/etc/rcS.d/S40standardmounts.sh, and /etc/rc2.d/S01MOUNTFSYS
calls mountall, which means that /usr tries to be remounted if
the "mount at boot" field is set to "yes".
Patch appended.
--- /afs/athena.mit.edu/system/sun4x_55/srvd-8.1/etc/vfstab.std Mon May 12 16:01:39 1997
+++ /tmp/vfstab.std Sat Aug 2 21:31:11 1997
@@ -6,6 +6,6 @@
/dev/dsk/c0t3d0s0 /dev/rdsk/c0t3d0s0 / ufs 1 no -
/dev/dsk/c0t3d0s6 /dev/rdsk/c0t3d0s6 /var ufs 2 no -
-/dev/dsk/c0t3d0s5 /dev/rdsk/c0t3d0s5 /usr ufs 3 yes -
+/dev/dsk/c0t3d0s5 /dev/rdsk/c0t3d0s5 /usr ufs 3 no -
/dev/dsk/c0t3d0s3 /dev/rdsk/c0t3d0s3 /var/usr/vice ufs 5 yes -
/dev/dsk/c0t3d0s1 - - swap - no -