Patch-ID# 100322-03 Keywords: write, ufs, syscall, system, call, returning, eintr, SunDBE Synopsis: SunDBE 1.1:write system call is returning EINTR Date: May/07/93 SunOS release: 4.1.1 Unbundled Product: SunDBE Unbundled Release: 1.1 Topic: Recompiled the -02 version to correct the sun4 binary. BugId's fixed with this patch: 1052649 1045582 1067567 Changes incorporated in this version: corrected problem with sun4 binary Architectures for which this patch is available: sun4 sun4c Problem Description: Write system call is interruptable by signals. Programs behave differently under 4.1.1 than 4.1. This causes failures in database server processes. This patch also includes a fix for bug 1045582, which causes trouble for NeWSprint 1.0. Bug 1067567 describes the conflict between NeWSprint 1.0 and SunDBE, which this patch resolves. N.B. this patch is the SunDBE equivalent of generic SunOS patch 100293-04. INSTALL: Install only a system on which SunDBE 1.1 has been installed. This patch is not intended for generic SunOS 4.1.1 and is not compatible with it. This patch is also not intended for use with any other version of SunDBE besides 1.1. o Rename the original file in the OBJ directory before installing the patch: mv /sys/`arch -k`/OBJ/ufs_vnodeops.o /sys/`arch -k`/OBJ/ufs_vnodeops.o.FCS o Place the patched file in the appropriate directory: cp `arch -k`/ufs_vnodeops.o /sys/`arch -k`/OBJ o Rebuild and install a new kernel and reboot.