QuantumATK Forum

QuantumATK => Installation and License Questions => Topic started by: liximao on June 1, 2012, 05:02

Title: there is no lmx-serv-quantum file in atk12.2.0/license directory
Post by: liximao on June 1, 2012, 05:02
Hello!
I download the atk12.2.0 and finish the installation successfully.
But I find that there is no lmx-serv-quantum file in atk12.2.0/license directory.
How to run the ./lmx-serv-quantum -b -l license.lic -lf  lmxserver.log command?
How to deal with it?
Thanks!
Title: Re: there is no lmx-serv-quantum file in atk12.2.0/license directory
Post by: Anders Blom on June 1, 2012, 09:50
Actually the file is there, but by mistake (it will be fixed in 12.2.1) it doesn't have executable permissions. To solve this, go to the atk-12.2.0/license directory and give the command

Code: shell
chmod a+x *

(the permission is also missing for some other files there).

Then all should work!
Title: Re: there is no lmx-serv-quantum file in atk12.2.0/license directory
Post by: liximao on June 5, 2012, 03:06
Thanks a lot!
I will try it.