FTAM Release notes for HP-UX 11.23
Chapter 1
9
HP FTAM Release Notes
Defects and Enhancement requests included in this release
/var/opt/ftam bin bin 555
/var/opt/ftam/spool bin bin 555
/var/opt/ftam/spool/sockets
Resolution The error message has been changed to
"(MSGE_NO_ADDRS) Unable to
create an IPC call socket address
because the call socket directory
'/var/opt/ftam/spool/sockets' does not
exist. Create the call socket directory
with the following permissions.
/var/opt/ bin bin 555
/var/opt/ftam bin bin 555
/var/opt/ftam/spool bin bin 555
/var/opt/ftam/spool/sockets bin bin
777"
8. JAGad54632
Symptom ft_fmove() dumps core when API trace
is enabled.
Defect Description If API trace is enabled, then the
parameter passed to
print_file_passwords() by ft_fmove()
API is not correct. The
print_file_passwords() dumps core
when it tries to access the incorrect
parameter passed to it.
Resolution The code has been changed to pass the
correctparameter to
print_file_passwords().
9. JAGad54642
Symptom ft_frattributes() dumps core when API
trace is enabled.