################ # Known Issues # ################ AIO ---- AIO support is installed in this package. If you have problems starting Samba, try the following: $ lsdev -Cc posix_aio posix_aio0 Available Posix Asynchronous I/O If the above says "Defined" instead of "Available": $ mkdev -l posix_aio0 posix_aio0 Available $ chdev -l posix_aio0 -a autoconfig=available -P posix_aio0 changed The first command forces the kernel extentions for AIO support to be loaded. The second command forces the ODM to make posix_aio0 available on each boot. Retry the commands above for "Starting Samba". Missing Symbols --------------- If you get a message similar to: exec(): 0509-036 Cannot load program ./nmbd because of the following errors: 0509-130 Symbol resolution failed for nmbd because: 0509-136 Symbol statvfs64 (number 134) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol opendir64 (number 169) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol closedir64 (number 170) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol readdir64 (number 171) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol seekdir64 (number 180) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol telldir64 (number 229) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-192 Examine .loader section symbols with the 'dump -Tv' command. Check your version with "oslevel -r". A "00" on the end means your system is baseline and should be upgraded. These symbols are available in subsequent maintenance releases. Go to the link provided for maintenance release information. http://www-03.ibm.com/servers/eserver/support/unixservers/aixfixes.html LIBPATH ------- At some sites due to sysadmin requirements or for political reasons LIBPATH is set to point to other necessary libraries. This can be a problem when LIBPATH overrides the library path embedded in the executables. The best approach is to create a Samba startup script that has: unset LIBPATH near the top so that LIBPATH cannot get in the way.