Patch-ID# 100256-01 Keywords: pax infinite loop at EOF Synopsis: SunOS 4.1, 4.1.1 :pax gets into infinite loop at EOF when writting to cartridge tape Date: 27/Mar/91 SunOS RELEASE: 4.1, 4.1.1 Topic: pax patch BugID's fixed with this patch: 1053733 Architectures for which this patch is available: sun3, sun3x, sun4, sun4c Obsolete By: Problem Description: BUGID: 1053733 On cartridge tapes, pax gets into an infinite loop when it gets to the end of the tape. The problem is that the 'st' driver returns a '0' on a write that hits EOF. 'pax' expects a -1 on error. INSTALL: Examples are for a sun4, make sure and use your correct archetecture. As root: # mv /usr/5bin/pax /usr/5bin/pax.FCS # cp sun{3,3x,4,4c}/pax /usr/5bin # chmod 755 /usr/5bin/pax