Patch-ID# 102397-01 Keywords: command date time breaks system select timeout Synopsis: SunOS 4.1.3: Select system breaks if time is changed using date command Date: Jul/24/95 Solaris Release: 1.1 SunOS Release: 4.1.3 Unbundled Product: Unbundled Release: Note: This patch is also available for 4.1.3_U1 as 102398-01 and for 4.1.4 as 102399-01. BugId's fixed with this patch: 1150178 Architectures for which this patch is available: sun4, sun4c, sun4m Patches which may conflict with this patch: Obsoleted by: Changes incorporated in this version: 1150178 Files included with this patch: README kern_clock.o sys_generic.o Problem Description: 1150178 --> Select system breaks if system time is changed using date command. Patch Installation Instructions: As root, make a backup copy of the files that are to be patched: mv /sys/`arch -k`/OBJ/kern_clock.o /sys/`arch -k`/OBJ/kern_clock.o.FCS mv /sys/`arch -k`/OBJ/sys_generic.o /sys/`arch -k`/OBJ/sys_generic.o.FCS Now copy over the patched files: cp `arch -k`/kern_clock.o /sys/`arch -k`/OBJ/kern_clock.o cp `arch -k`/sys_generic.o /sys/`arch -k`/OBJ/sys_generic.o Rebuild your kernel, place it in the root directory and reboot your machine. Refer to the System and Networking Administration Manual section on building and installing a custom kernel.