[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The fwrite patch.



R.Clayton> I've run into the kernel bug triggered by _WriteSnapshot.  Where
R.Clayton> do I get the patch?

Two possibilities:

1.  Upgrade to 4.1.2
2.  Run the following script (as super user).  Don't forget to make a
    copy of /vmunix before you start!  No warranties, neither expressed
    or implied, of usability for any purpose whatsoever etc. etc.

-Urs

#!/bin/csh -f
# Sun-$Revision: 8.0 $
# script to fix SunOS 4.1.1 kernel for Self
#
# Thanks to Tom Wadlow and Barry Riddle
#
# dmu 7/26
#
#!/bin/csh
echo adbing 4.1.1 kernel for snapshoting to local disk
adb -k -w /vmunix /dev/mem << EoF
ufs_WRITES/X
./W 0
.?W 0
\$q
EoF
#