Author Topic: there is no lmx-serv-quantum file in atk12.2.0/license directory  (Read 5802 times)

0 Members and 1 Guest are viewing this topic.

Offline liximao

  • Regular QuantumATK user
  • **
  • Posts: 15
  • Reputation: 0
    • View Profile
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!

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
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!
« Last Edit: June 1, 2012, 09:58 by Anders Blom »

Offline liximao

  • Regular QuantumATK user
  • **
  • Posts: 15
  • Reputation: 0
    • View Profile
Thanks a lot!
I will try it.