PROBLEM: (79179) (PATCH ID: OSF505-013) ******** This patch fixes the following EVM problems on some Alpha EV6 systems: - evmshow and the event viewer will display timestamps that are incorrect by one hour for binlog events when Daylight Savings Time is in effect. - When a binlog event is being displayed on a system located in a different timezone from the system that originally posted the event, the time may be displayed as local time for the posting system. This is inconsistent with the way time is displayed by other utilities, including DECevent and Compaq Analyze. PROBLEM: (81529, 82164) (PATCH ID: OSF505-220) ******** This patch fixes two problems with the EVM daemon, evmd. The EVM daemon will crash under the following conditions: There are blank lines in the /etc/rc.config file. Normally, standard system utilities are used to manipulate /etc/rc.config and the format of the file is maintained. However, if an editor is used to change /etc/rc.config, blank lines may be inserted. Removing any blank lines in /etc/rc.config will also correct this problem. The EVM daemon tries to retrieve events using a cluster local memory channel. This would happen when executing a command that explicitly references another node in a cluster using the memory channel interconnect address. An example of such a command is evmget -h systemA-mc0 | evmshow. Using the regular system name of a cluster member will not have this problem.