Patch Name: PHNE_12312 Patch Description: s700_800 10.30 ARPA Transport patch Creation Date: 97/09/03 Post Date: 97/09/08 Hardware Platforms - OS Releases: s700: 10.30 s800: 10.30 Products: N/A Filesets: OS-Core.CORE-KRN Networking.NET-KRN Automatic Reboot?: Yes Status: General Superseded Critical: Yes PHNE_12312: PANIC Path Name: /hp-ux_patches/s700_800/10.X/PHNE_12312 Symptoms: PHNE_12312: See Defect Description Defect Description: PHNE_12312: ( SR number: 4701366054 ) - Readv/recv/recvfrom/recvmsg returns either less or more data than it expected. - Call to connect failed unexpectedly, expected errno = EINTR, but actually returned errno ETIMEDOUT (Connection timed out). - For connected UDP only, getpeername, getsockname, recvfrom, recvmsg returned incorrect address length. - For connectionless socket type, when the message is too large to be sent at once as the socket requires. send call succeeded unexpectedly. It should fail on EMSGSIZE. - Shutdown call failed incorrectly, returned errno ENOENT (No such file or directory), it should be EINVAL. - With the FIONBIO ioctl flag set, a connect to a server which has not yet done a listen or an accept SHOULD returns with errno EINPROGRESS. A subsequent connect request by the client SHOULD returns errno set to EINVAL. Read, write, recv, and send SHOULD return ECONNREFUSED. - After the TCP connection was closed by its server, its client did a write to the connection socket, had an errno ECONNRESET returned. The correct return should be an errno EPIPE with a SIGPIPE. - Sendmsg caused data page fault in x_mi_tpi_uderror_ind. - Accept() caused UP system hang. This happened on UP only. - Exit() call on tcp socket caused system hang. - Accept() encounted assertion failure (fdp->fd_count==1). SR: 4701366054 Patch Files: /usr/conf/lib/libinet.a(udp.o) /usr/conf/lib/libinet.a(tcp.o) /usr/conf/lib/libinet.a(rawip.o) /usr/conf/lib/libinet.a(ip_if.o) /usr/conf/lib/libinet.a(ip.o) /usr/conf/lib/libinet.a(arp.o) /usr/conf/lib/libnet.a(stcpmap.o) /usr/conf/lib/libnet.a(miutil.o) /usr/conf/lib/libnet.a(mioptcom.o) /usr/conf/lib/libuipc.a(uipc_socket.o) /usr/conf/lib/libuipc.a(uipc_syscall.o) /usr/conf/lib/libuipc.a(uipc_tpi.o) /usr/conf/lib/libinet.a(in_cksum.o) what(1) Output: /usr/conf/lib/libinet.a(udp.o): PHNE_12312udp.c $Revision: 1.1.116.16 $ $Date: 97/08 /25 14:33:36 $ /usr/conf/lib/libinet.a(tcp.o): PHNE_12312tcp.c $Revision: 1.1.116.34 $ $Date: 97/08 /25 14:24:02 $ /usr/conf/lib/libinet.a(rawip.o): PHNE_12312rawip.c $Revision: 1.1.116.12 $ $Date: 97/ 08/25 14:41:23 $ /usr/conf/lib/libinet.a(ip_if.o): PHNE_12312ip_if.c $Revision: 1.1.116.16 $ $Date: 97/ 08/25 14:45:56 $ /usr/conf/lib/libinet.a(ip.o): PHNE_12312ip.c $Revision: 1.1.116.31 $ $Date: 97/08/ 25 14:49:40 $ /usr/conf/lib/libinet.a(arp.o): PHNE_12312arp.c $Revision: 1.1.116.12 $ $Date: 97/08 /25 14:54:28 $ /usr/conf/lib/libnet.a(stcpmap.o): PHNE_12312 stcpmap.c $Revision: 1.1.116.17 $ /usr/conf/lib/libnet.a(miutil.o): PHNE_12312miutil.c $Revision: 1.1.116.13 $ $Date: 97 /08/25 15:11:46 $ /usr/conf/lib/libnet.a(mioptcom.o): PHNE_12312mioptcom.c $Revision: 1.1.116.9 $ $Date: 9 7/08/25 15:31:22 $ /usr/conf/lib/libuipc.a(uipc_socket.o): PHNE_12312 uipc_socket.c $Revision: 1.12.116.65 $ $D ate: 97/08/22 14:54:15 $ /usr/conf/lib/libuipc.a(uipc_syscall.o): PHNE_12312 uipc_syscall.c $Revision: 1.11.116.39 $ /usr/conf/lib/libuipc.a(uipc_tpi.o): PHNE_12312 uipc_tpi.c $Revision: 1.1.116.18 $ /usr/conf/lib/libinet.a(in_cksum.o): None cksum(1) Output: 409237140 28932 /usr/conf/lib/libinet.a(arp.o) 4097577460 2136 /usr/conf/lib/libinet.a(in_cksum.o) 61798512 90120 /usr/conf/lib/libinet.a(ip.o) 542471409 41600 /usr/conf/lib/libinet.a(ip_if.o) 266501424 15912 /usr/conf/lib/libinet.a(rawip.o) 2638817864 84980 /usr/conf/lib/libinet.a(tcp.o) 944962137 24468 /usr/conf/lib/libinet.a(udp.o) 1634220284 5724 /usr/conf/lib/libnet.a(mioptcom.o) 1217409750 20596 /usr/conf/lib/libnet.a(miutil.o) 4016891221 22148 /usr/conf/lib/libnet.a(stcpmap.o) 1114233223 39572 /usr/conf/lib/libuipc.a(uipc_socket.o) 147046161 26572 /usr/conf/lib/libuipc.a(uipc_syscall.o) 1859792083 13220 /usr/conf/lib/libuipc.a(uipc_tpi.o) Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 480 KBytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHNE_12312 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHNE_12312.depot 5b. For a homogeneous NFS Diskless cluster run swcluster on the server to install the patch on the server and the clients: swcluster -i -b This will invoke swcluster in the interactive mode and force all clients to be shut down. WARNING: All cluster clients must be shut down prior to the patch installation. Installing the patch while the clients are booted is unsupported and can lead to serious problems. The swcluster command will invoke an swinstall session in which you must specify: alternate root path - default is /export/shared_root/OS_700 source depot path - /tmp/PHNE_12312.depot To complete the installation, select the patch by choosing "Actions -> Match What Target Has" and then "Actions -> Install" from the Menubar. 5c. For a heterogeneous NFS Diskless cluster: - run swinstall on the server as in step 5a to install the patch on the cluster server. - run swcluster on the server as in step 5b to install the patch on the cluster clients. By default swinstall will archive the original software in /var/adm/sw/patch/PHNE_12312. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. Warning: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHNE_12312.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHNE_12312.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None