PROBLEM: (77869, HPAQ10H2Z, HPAQB17ND, KAOQC2623, HPAQ20CBK) (PATCH ID: OSF445-021) ******** This patch fixes a problem in which the restore command can fail with the following error: "Cannot malloc space for property list" PROBLEM: (45626, 84236) (PATCH ID: OSF445-645) ******** A disk device is being treated as DISKETTE, and anything other disk device is treated as TAPE. So, a LSM device is also treated as TAPE device earlier. Because of which, 'dump' displays some unwanted messages onto stdout while dumping. The dump program errnoneously performs perror when returning from a call to ufs_raw_getproplist when an error was issued. Unfortunately the call doesn't set errno. Therefore random information is reported by perror. PROBLEM: (STL438476) (PATCH ID: OSF445-478) ******** This patch eliminates the /sbin/restore program's ignoring of property lists. PROBLEM: (83429) (PATCH ID: OSF445-604) ******** Message catalog problem in rrestore for errors from dumprmt.c There is a common file(dumprmt.c) which is used by rdump and rrestore programs. But some messages used in them are not defined in restore.msg, and as a result rrestore program picks up some irrelevant messages from restore.msg instead. This is avoided now by introducing a new message catalog file (dumprmt.msg) for commonly used messages.