Linux* Troubleshooting
- Make sure you have an active internet connection during the full installation. If you lose Internet connectivity at any time, the installation might fail.
- Make sure you are using a freshUbuntu*/CentOS*/RHEL*installation. Earlier software, especially Docker* and Docker Compose*, can cause issues.
- In proxy environment, if single user proxy is set (in the.bashrcfile, for example) then some of the component installation may fail or installation hangs. So make sure you have set the proxy in/etc/environment.
- For PRC users: downloading and installation of CSP and K3s components may fail. Only the components below are supported in PRC:
- Intel® Distribution of OpenVINO™ toolkitin a Container
- Intel® Distribution of OpenVINO™ toolkitRuntime
- Deep Learning (DL) Streamer Pipelines
- Docker*Community Edition (CE)
- If yum update fails inRHEL*in proxy environment, make sure to set the proxy in/etc/yum.confwithenableProxy=1.
- Installation of the component may fail if you fail to enter the root password before the timeout period ends. In some cases, this causes package dependencies to be broken and subsequent installations may also fail.RHEL*only:To resolve this issue, search for the package which shows the error, remove the package and start the installation again, using these commands:sudo yum list installed <package_name> sudo yum remove <package_name_showed_with_first_command>
- On CentOS target machine, ifhddldaemonfailed to start the service, perform the below steps:
- Reboot the target machine.
- Execute the following commands:source /opt/intel/openvino/bin/setupvars.sh cd $HDDL_INSTALL_DIR ./install_IVAD_VPU_dependencies.sh cd ./bin ./hddldaemon
If you're unable to resolve your issues, go to the
.