Versions Compared

Key

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

...

Section


Column
width50%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn the page:

Table of Contents



Column

...



Axxon One Client 설치 문제

...

Axxon One

...

 Client를 설치할 때 패키지, 특히 Mono 패키지의 호환되지 않는 버전과 관련된 문제가 발생할 수 있습니다. 기본적으로 버전 6.8이 설치되지만 Axxon One이 작동하려면 버전 6.4가 필요합니다. 문제를 해결하려면 다음을 수행합니다.

  1. 다음 명령을 실행하여 Mono 패키지를 완전히 제거하세요.

...

  1. Completely remove Mono packages by running the commands:

    Code Block
    sudo apt purge mono* libmono*
    sudo apt autoremove


  2. Install new Mono packages from the repository:저장소에서 새로운 Mono 패키지를 설치합니다.

    Code Block
    sudo apt-get install mono-complete -t stretch

After that, you can repeat the installation of the Axxon One Client (see Installing the Axxon One Client in Linux OS).

Problem with displaying a dialog box or a drop-down list

...


그 후 Axxon One 클라이언트 설치를 반복할 수 있습니다 (Linux OS에 Axxon One 클라이언트 설치 참조).

대화 상자 또는 드롭다운 목록 표시 문제

어떤 경우에는 위치를 설정하거나 드롭다운 목록에서 값을 선택해야 하는 개체의 구성을 변경할 때, 위치나 목록 값을 선택하는 버튼을 클릭해도 열리지 않습니다.

Info
titleNote

In fact, the location selection window or a drop-down list are opened outside the interface shell, and therefore are not visible to the user.

To resolve this problem, select a different desktop environment and restart Axxon One. For example, use Gnome Classic instead of Gnome for Debian 11.

Peculiarities of detection tools operation on NVIDIA GPUs in Linux OS

By default, the Nouveau driver can be installed in Linux OS. This driver does not guarantee stable operation when using NVIDIA graphics cards for decoding Axxon One detection tools (see 검출 도구 설정).

To resolve the problem, you need to install the current graphics card driver from the official NVIDIA website and run the command in the terminal:

Code Block
nvidia-smi

실제로 위치 선택 창이나 드롭다운 목록은 인터페이스 셸 외부에 열리므로 사용자에게 보이지 않습니다.

이 문제를 해결하려면 다른 데스크톱 환경을 선택하고 Axxon One 다시 시작합니다. 예를 들어, Debian 11의 경우 Gnome 대신 Gnome Classic을 사용합니다.

Linux OS의 NVIDIA GPU에서 탐지 도구 작동의 특성

기본적으로 Nouveau 드라이버는 Linux OS에 설치할 수 있습니다. 이 드라이버는 Axxon One  감지 도구를 디코딩하기 위해 NVIDIA 그래픽 카드를 사용할 때 안정적인 작동을 보장하지 않습니다 (검출 도구 설정 참조).

문제를 해결하려면 공식 NVIDIA 웹사이트에서 최신 그래픽 카드 드라이버를 설치하고 터미널에서 다음 명령을 실행해야 합니다.

Code Block
nvidia-smi

운영 체제가 설치된 드라이버를 사용하여 작동하는 경우 드라이버 버전이 표시됩니다. 그렇지 않은 경우 현재 드라이버가 설치되어 있지만 운영 체제가 Nouveau 드라이버를 사용하는 경우 제외 목록에 추가하고 컴퓨터를 다시 시작해야 합니다. 다음은 제외 목록에 Nouveau 드라이버를 추가하는 Ubuntu 명령의 예입니다.If the operating system uses the installed driver to work, the driver version will be displayed. Otherwise, if the current driver is installed, but the operating system uses the Nouveau driver, you need to add it to the exclusions list and restart the computer. Below is an example of Ubuntu commands to add the Nouveau driver to the exclusion list:


Code Block
sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"

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

Problem with incorrect CPU load when decoding on Intel GPU in detection tool configuration

When enabling decoding on Intel GPU in detection tool configuration, the AVDetector and Decoder processes may cause incorrect CPU load. To solve this problem, do the following:

재시작 후 운영 체제는 설치된 NVIDIA 드라이버를 사용합니다.

감지 도구 구성에서 Intel GPU에서 디코딩 시 잘못된 CPU 부하 문제

검출 도구 구성에서 Intel GPU에서 디코딩을 활성화할 때 AVDetector 및 Decoder 프로세스가 잘못된 CPU 부하를 일으킬 수 있습니다. 이 문제를 해결하려면 다음을 수행합니다.

  1. 다음 명령을 사용하여 패키지 구성을 변경하세요.Change the package configuration using the command:

    Code Block
    sudo dpkg-reconfigure axxon-one-core

     

  2. In the groups selection dialog box, set the checkbox next to the render group.

Peculiarities of database operation when the PostgreSQL service is stopped

If you stop the PostgreSQL service and then start it, the EventDatabase won’t connect to PostgreSQL until the service is restarted manually.

To restore the database operation when manually stopping the PostgreSQL service, you must manually restart the EventDatabase service using the command:

  1. 그룹 선택 대화 상자에서 렌더 그룹 옆에 있는 확인란을 설정합니다.

PostgreSQL 서비스가 중지되었을 때 데이터베이스 작업의 특성

PostgreSQL 서비스를 중지했다가 다시 시작하면 서비스를 수동으로 다시 시작하기 전까지 EventDatabase가 PostgreSQL에 연결되지 않습니다.

PostgreSQL 서비스를 수동으로 중지할 때 데이터베이스 작업을 복원하려면 다음 명령을 사용하여 EventDatabase 서비스를 수동으로 다시 시작해야 합니다.

  • 서비스를 통해via service:

    Code Block
    service axxon-one-db restart


  • via systemctlsystemctl을 통해:

    Code Block
    systemctl restart axxon-one-db.service


You can also restart the device to restore the database operation또한 장치를 다시 시작하여 데이터베이스 작업을 복원할 수 있습니다.