PROBLEM: (QAR 70744, QAR 71087, QAR 71062) (Patch ID: OSF440-103) ******** This patch fixes a problem with the cdfs file system. The default "a" partitions are being made incorrectly by the disk driver for ISO-9660 CDs causing data corruption when reading beyond end of partition. Only new and non-DEC CD-ROM drives are affected. PROBLEM: (94209) (PATCH ID: OSF440-910) ******** /sbin/ddr_config is a tool that reads the text file /etc/ddr.dbase and produces the binary Dynamic Device Recognition (DDR) database file /etc/ddr.db that the Tru64 Operating System reads to obtain device driver settings. One of the optional parameters for a device in /etc/ddr.dbase is ReadyTimeSeconds, it determines how long before an I/O request times out on that device. Some tape devices can take 300 seconds (5 minutes) or more to become ready. If the ReadyTimeSeconds value in /etc/ddr.dbase is larger than 255, /sbin/ddr_config will print an error message, refuse to accept it and will revert to the default value of 45 seconds. If you have a tape drive that takes a long time to get ready and you experience I/O timeouts, consider installing this patch. It contains a new ddr_config that allows ReadyTimeSeconds values up to 86400 seconds (24 hours). You may then edit /etc/ddr.dbase (or a copy of it) and increase ReadyTimeSeconds for your tape drive, for example: ReadyTimeSeconds = 300 Recompile /etc/ddr.dbase by issuing the command: ddr_config -c [filename] If you make sure that all devices of that type are unmounted and nobody is using any of them when you issue ddr_config, the change will take effect without rebooting your system.