Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After restarting, the operating system will use the installed NVIDIA driver.

Problem with memory dump in Astra Linux SE environment

Sometimes, when Axxon Next modules are shut down incorrectly in Astra Linux SE environment, memory dumps are generated incorrectly and cannot be decrypted. To solve the problem, it is necessary to disable the blocking of the Ptrace service in Astra Linux SE environment using one of the following methods:

  • using fly-admin-smc graphical tool: go to Control Panel → Security → Security Policy → Security Settings → Kernel Options.
  • using console mode: run the following command:

    Code Block
    astra-ptrace-lock disable


To check the status of the Ptrace service, run the following command:

Code Block
systemctl is-disabled astra-ptrace-lock

The following messages may be received in response to the command:

  • enabled—Ptrace service is enabled;
  • disabled—Ptrace service is disabled;
  • Failed to get unit file state—Ptrace service is not activated.