Patch-ID# 100381-02 Keywords: interoperability bug, VMS/UCX and Sun File system Synopsis: SunOS 4.1.1: bar, du and tar bug fix for compatibility with VMS Date: 16-Oct-91 SunOS release: 4.1.1 Topic: VMS/Sun file bar/du/tar BugId's fixed with this patch: 1068938 Architectures for which this patch is available: sun3, sun4 Patches which may conflict with this patch: Obsoleted by: Problem Description: If you have a VMS system running UCX [DEC's NFS] and you mount file systems from the VMS to the Sun only then this problem will occur. The problem is that when one tries to use du or tar or bar they loop forever until ^C is used. This patch should only be used if you are running into this interoperability problem. INSTALL: Make a copy of the old executables: mv /bin/bar /bin/bar.fcs mv /bin/tar /bin/tar.fcs mv /bin/du /bin/du.fcs Move the patched version of du and tar that match your system architecture into /bin directory and set the permissions: mv `arch`/bar /bin/bar mv `arch`/tar /bin/tar mv `arch`/du /bin/du chmod 755 /bin/bar chmod 755 /bin/tar chmod 755 /bin/du