Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
432 Discussions

Suddenly has occured error with PUBKEY

Siyoung
New Contributor I
7,808 Views

gpg error.PNG

=> ERROR [runtime 12/37] RUN apt-get update --allow-releaseinfo-change && apt-get install -y --no-install-recommends libopencv-dev python3-opencv && rm -rf /var/lib/apt/lists/* 11.0s
------
> [runtime 12/37] RUN apt-get update --allow-releaseinfo-change && apt-get install -y --no-install-recommends libopencv-dev python3-opencv && rm -rf /var/lib/apt/lists/*:
#0 0.545 Get:1 https://apt.repos.intel.com/openvino/2022 focal InRelease [14.0 kB]
#0 0.670 Err:1 https://apt.repos.intel.com/openvino/2022 focal InRelease
#0 0.670 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
#0 0.941 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
#0 1.078 Err:3 https://af01p-ir.devtools.intel.com/artifactory/dlstreamerci-ir-local focal InRelease
#0 1.078 Could not resolve 'af01p-ir.devtools.intel.com'
#0 2.092 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3072 kB]
#0 3.506 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.3 kB]
#0 3.508 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1110 kB]
#0 3.565 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2839 kB]
#0 5.938 Get:8 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
#0 7.170 Get:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
#0 7.462 Get:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
#0 7.750 Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
#0 9.218 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
#0 9.328 Get:13 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
#0 9.332 Get:14 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
#0 9.333 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.0 kB]
#0 9.334 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3560 kB]
#0 9.642 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1414 kB]
#0 9.762 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2989 kB]
#0 9.988 Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
#0 9.989 Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
#0 10.14 Reading package lists...
#0 10.85 W: GPG error: https://apt.repos.intel.com/openvino/2022 focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
#0 10.85 E: The repository 'https://apt.repos.intel.com/openvino/2022 focal InRelease' is not signed.
------
Dockerfile:182
--------------------
181 | # Installing dependency for udfloader plugin
182 | >>> RUN apt-get update --allow-releaseinfo-change && apt-get install -y --no-install-recommends \
183 | >>> libopencv-dev \
184 | >>> python3-opencv && \
185 | >>> rm -rf /var/lib/apt/lists/*
186 |
--------------------
ERROR: failed to solve: process "/bin/bash -c apt-get update --allow-releaseinfo-change && apt-get install -y --no-install-recommends libopencv-dev python3-opencv && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
ERROR: Service 'ia_edge_video_analytics_microservice' failed to build

 

how can I fix this error? 

Labels (1)
0 Kudos
1 Solution
Siyoung
New Contributor I
7,772 Views

I solved with adding these line to Dockerfile of EVAM

RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \

    apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \

    echo "deb https://apt.repos.intel.com/openvino/2022 focal InRelease" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list

View solution in original post

0 Kudos
11 Replies
JesusE_Intel
Moderator
7,777 Views

Hi Siyoung,


Could you please share additional information about your environment?


  • Operating System?
  • What software package and version are you using?
  • Did you previously install this package or is it a fresh install?


Regards,

Jesus


0 Kudos
Siyoung
New Contributor I
7,773 Views

I solved with adding these line to Dockerfile of EVAM

RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \

    apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \

    echo "deb https://apt.repos.intel.com/openvino/2022 focal InRelease" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list

0 Kudos
Siyoung
New Contributor I
7,766 Views

OS : ubuntu 20.04

EII Version : 4.0.0

 

then, I don't know why the process slows down over time.

The term for process() of udf is getting longer.

 

0 Kudos
aifartist
Beginner
7,359 Views

How does one use gpg to add that missing key on ubuntu 22.04?
I just need the command to use.  I already used wget from Intel to download GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB.
I tried "gpg --import" and it said it worked for E9BF0AFC46D6E8B7DA5882F1BAC6F0C353D04109.

But apt upgrade continue to give error:
Hit:15 https://repositories.intel.com/graphics/ubuntu jammy InRelease
Err:12 https://apt.repos.intel.com/mkl all InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109

0 Kudos
JesusE_Intel
Moderator
7,704 Views

Hi Siyoung,


I'm glad you were able to resolve your issue. We recently released Intel Edge Insights for Industrial 4.1.0. Please take a look at the release notes for additional information. https://eiidocs.intel.com/4.1/pages/release.html


Regards,

Jesus


0 Kudos
Siyoung
New Contributor I
7,537 Views

evam time1.PNG

 

evam time2.PNG

 

I print the log message when process()function of udf was called.  

right after build process() called every 0.05seconds

but as time goes, it is getting longer.

3days after build process() called every almost 3 seconds

how can I fix this issue?

0 Kudos
JesusE_Intel
Moderator
7,427 Views

Hi Siyoung,


EII 4.0 has been replaced on Edge Software Hub by the new version 4.1, allow me to find the package and install EII 4.0 to reproduce on the same environment. In the meantime, could you please provide the necessary information and steps to reproduce your issue?


Regards,

Jesus


0 Kudos
Stijn_Schildermans
7,254 Views

I am getting a very similar error, running docker image intel/oneapi-hpckit:latest

 

I tried all of the solutions suggested on the forum, since this seems to be a recurring issue. None worked. When running apt-get update, I get the following error:

 

W: GPG error: https://apt.repos.intel.com/oneapi all InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
55E: The repository 'https://apt.repos.intel.com/oneapi all InRelease' is not signed.
56Repository: 'deb https://apt.repos.intel.com/mkl all main'
57Description:
58Archive for codename: all components: main
60Removing repository.
61Get:1 https://apt.repos.intel.com/oneapi all InRelease [4451 B]
62Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
64 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
66Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
67Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
69Reading package lists...
70W: GPG error: https://apt.repos.intel.com/oneapi all InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
71E: The repository 'https://apt.repos.intel.com/oneapi all InRelease' is not signed.
72Repository: 'deb https://apt.repos.intel.com/oneapi all InRelease'
73Description:
74Archive for codename: all components: InRelease
76Removing repository.
77Get:1 https://apt.repos.intel.com/oneapi all InRelease [4451 B]
80 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
82Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
83Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
84Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
85Reading package lists...
86W: GPG error: https://apt.repos.intel.com/oneapi all InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
87E: The repository 'https://apt.repos.intel.com/oneapi all InRelease' is not signed.
 
Please point me in the right direction.
0 Kudos
JesusE_Intel
Moderator
7,226 Views

Hi Siyoung,


The errors you are seeing may be caused by the installer no longer being available on Edge Software Hub. I'm still looking into the installation of Edge Insights for Industrial 4.0.0. However, is it possible for you to try with Edge Insights for Industrial 4.1.0?


Regards,

Jesus


0 Kudos
JesusE_Intel
Moderator
6,660 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Kudos
Reply