Knowledge Base Article

Error: "Package opae-intel-fpga-driver-1.0.2-1.x86_64.rpm is not signed"

Description

When running the setup.sh script in the 1.1 production (1.1 PV) release of the Intel® Programmable Acceleration Card (PAC) with Intel® Arria® 10 GX FPGA under the Red Hat Enterprise Linux (RHEL) operating system you may see the following error during the OPAE package installation because the rpm package is not signed: 

Package opae-intel-fpga-driver-1.0.2-1.x86_64.rpm is not signed

Command: "sudo yum -y install opae-intel-fpga-driver-1.0.2-1.x86_64.rpm" exited with error code: 1

Resolution

To work around this error, manually install the unsigned OPAE RPMs by adding the option "--nogpgcheck" in the yum install command line as shown below:

[root@machine a10_gx_pac_ias_1_1_pv_dev_installer]# yum -y install opae-intel-fpga-driver-1.0.2-1.x86_64.rpm --nogpgcheck

Updated 3 months ago
Version 2.0
No CommentsBe the first to comment