Patch Name: PHNE_30983 Patch Description: s700_800 11.23 ftpd(1M) patch Creation Date: 04/06/11 Post Date: 04/06/25 Hardware Platforms - OS Releases: s700: 11.23 s800: 11.23 Products: N/A Filesets: InternetSrvcs.INETSVCS2-RUN,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair general_release Path Name: /hp-ux_patches/s700_800/11.X/PHNE_30983 Symptoms: PHNE_30983: ( SR:8606360143 CR:JAGaf20839 ) ftp does not work properly under certain situations. ( SR:8606350655 CR:JAGaf11467 ) ftpd does not work correctly with certain group IDs. Defect Description: PHNE_30983: ( SR:8606360143 CR:JAGaf20839 ) ftp does not work properly under certain situations. Resolution: Code has been modified to fix the problem. ( SR:8606350655 CR:JAGaf11467 ) ftpd does not handle certain group IDs properly. Resolution: ftpd code has been modified to handle all group IDs properly. Enhancement: No SR: 8606350655 8606360143 Patch Files: InternetSrvcs.INETSVCS2-RUN,fr=B.11.23,fa=HP-UX_B.11.23_IA, v=HP: /usr/lbin/ftpd what(1) Output: InternetSrvcs.INETSVCS2-RUN,fr=B.11.23,fa=HP-UX_B.11.23_IA, v=HP: /usr/lbin/ftpd: Copyright (c) 1999,2000 WU-FTPD Development Group. $Id: ftpd.c,v 1.111 2000/07/01 18:17:39 wuftpd Exp $ based on ftpd.c 5.40 (Berkeley) 7/2/91 Revision 1.1(PHNE_30983) Version wuftpd-2.6.1 Fri J un 11 19:45:16 GMT 2004 cksum(1) Output: InternetSrvcs.INETSVCS2-RUN,fr=B.11.23,fa=HP-UX_B.11.23_IA, v=HP: 1437353517 597392 /usr/lbin/ftpd Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: PHNE_29462: s700: 11.22 s800: 11.22 Patch Package Size: 270 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_30983 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHNE_30983.depot By default swinstall will archive the original software in /var/adm/sw/save/PHNE_30983. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHNE_30983.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHNE_30983.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHNE_30983.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: This patch kills all the instances of ftpd but it does not restart ftpd after the patch installation, because ftpd is usually invoked by inetd. Therefore, if ftpd is running in standalone mode (that is, ftpd is started manually with the '-S' or '-s' option), ftpd must be restarted manually after installing this patch.