Failure after Quickr upgrade
We currently recognized an error message after installing FP 25 to a Lotus Quickr for Domino server 8.5 FP 25. As part of the update process you need to do a
load qptool unlock -a
which was accompanied with the message
failure to execv child process
This was originated by unusual file permission on qptool. You can solve it by issuing a shell command
chown -R 755 *
in your
/opt/ibm/lotus/notes/latest/linux
directory.
This leads into a small trouble because the file
bindsock
must own the sticky bit. So finally we have to do a
chmod u+s bindsock
to finish the update. Now you can follow the instructions of the update i.e.
load qptool unlock -a
and so on with success