The first 2 errors are not from ATK. Probably something went a bit wrong during a recent update of your system. You can google the two error messages and try to follow the suggestions provided in the various discussions you find this way.
For the ATK-specific error, ensure that your "/tmp" directory has the executable bit set, else the license system will fail. Do "chmod u+x /tmp" - but it may only help once the first errors are solved. Also verify that the /tmp directory is accessible and writeable to your user. Using the "mount" command, make sure that /tmp mount options does not include either of the following flags: "noexec", "nosuid", or "nodev". In normal circumstances, it does not.