2024/11/22 PATCH TO rs6k.51.40s (489) FOR WINDOWS UPDATE 24H2 - for AIX 7.X * Windows update 24H2 requires a fix for directories with certain filenames ====================================================== The 40s fct_smbd is # ls -l -rwx------ 1 root system 393528 Jan 24 2017 fct_smbd # sum -r 11615 385 fct_smbd.40s ====================================================== The new patched version is: # ls -l -rwx------ 1 root system 678512 Oct 17 03:53 fct_smbd # sum -r 01567 663 fct_smbd ====================================================== To install: DOWNLOAD THE NEW fct_smbd http://db.facetcorp.com/evals/facetwin/ibm7/ Download fct_smbd 2024-10-17 02:53 663K - you may have to click KEEP or OK the download Move fct_smbd to /tmp on the facetwin server CHECK PATCHED SERVER cd /tmp chown root:system fct_smbd chmod 700 fct_smbd ls -l /tmp/fct_smbd - check size is 678512 - check root and system - check -rwx------ sum -r /tmp/fct_smbd - check sum is 01567 CHECK EXISTING SERVER cd /usr/facetwin/sys - move to the directory with the servers ls -l fct_smbd - check size is 393528 - check date is Jan 24 2017 sum -r fct_smbd - check sum is 11615 SAVE OLD SERVER mv fct_smbd fct_smbd.40s ls -l fct_smbd* INSTALL PATCHED SERVER mv /tmp/fct_smbd . CHECK PATCHED SERVER ls -l fct_smbd* - check size is 678512 sum -r fct_smbd* - check sum is 01567 REBOOT THE PCs OR KILL ANY fct_smbd PROCESSES ps -ef | grep fct_smbd To revert to original cd /usr/facetwin/sys MOVED PATCHED SERVER OUT OF THE WAY mv fct_smbd fct_smbd.patch RESTORE ORIGINAL SERVER mv fct_smbd.40s fct_smbd REBOOT THE PCs OR TERMINATE ANY fct_smbd PROCESSES ps -ef | grep fct_smbd