File: /outgoing/iris_patches/8.03/README803 This is a summary of the IRIS 8.03 patches available on the SIGMET ftp site. File last updated 1 Oct 2003. The general proceedure for installing patches is: 1) Move the file platform/foo.v1.gz to your IRIS_BIN directory. 2) Rename the file it will replace (e.g. "mv foo foo.v0" ) 3) Uncompress the new file (e.g "gunzip foo.v1.gz") 4) Make a symbolic link from the original name to the patch. (e.g. "ln -s foo.v1 foo" 5) Set ownership and mode to exactly match the old file. You can see this information with "ls -l foo*". (e.g. "chown operator foo.v1", "chgrp users foo.v1", "chmod 775 foo.v1") ============================= 8.03.1 =============================== output.v1.gz If you wish to use the new scp network copy support in IRIS, you will discover that the output process will not let you, and it will generate the following message: "Setup not set to a valid copy scheme" This patch fixes that problem. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ingest.v1.gz RVP6 Systems Only: The change in 8.03 to load the trigger waveform table only on startup failed to run correctly. The symptoms are that the first time that Ingest is started after siris, the waveforms are wrong. Subsequent times it works correctly. This patch fixes that. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - IrisToBufr.v1.gz The IrisToBufr pipe program has been broken since the 8.00 release. Previous versions included the wrong number of colors in the header, so all customers using this feature should upgrade to this patch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - setup.v1.gz In the output menu of setup. The Slide Show had swapped labeling. Enable on startup should have read Disable on startup and vice versa. ==================================================================== Web Look Window ==================================================================== WebLookWin.jar Bug: If using the Web Look Window and your Locale is not US, the step forward and back backward buttons will not work properly. This release will work with differnet Locales. Note: This release can replace any old version of WebLookWin.jar It is also applicable to non-linux platforms. Installation: cp WebLookWin.jar to /var/www/html/weblook/irisapplets. chmod 664 /var/www/html/weblook/irisapplets/WebLookWin.jar chown operator:users /var/www/html/weblook/irisapplets/WebLookWin.jar You must then stop and restart your browser.