Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Getting KEYEXPIRED error while running apt update #833

Closed
8 tasks
argoneus opened this issue Oct 1, 2018 · 2 comments
Closed
8 tasks

Getting KEYEXPIRED error while running apt update #833

argoneus opened this issue Oct 1, 2018 · 2 comments

Comments

@argoneus
Copy link

argoneus commented Oct 1, 2018

The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.

Also, before reporting a new issue, please make sure that:


1. Issue or feature description

I receive a KEYEXPIRED error on apt update. Running Ubuntu 16.04.1

Relevant error messages:

Err:15 https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64 InRelease
The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
Err:16 https://nvidia.github.io/nvidia-container-runtime/ubuntu16.04/amd64 InRelease
The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
Err:18 https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64 InRelease
The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745

2. Steps to reproduce the issue

sudo apt update

3. Information to attach (optional if deemed irrelevant)

  • Kernel version from uname -a
  • Any relevant kernel output lines from dmesg
  • Driver information from nvidia-smi -a
  • Docker version from docker version
  • NVIDIA packages version from dpkg -l '*nvidia*' or rpm -qa '*nvidia*'
  • NVIDIA container library version from nvidia-container-cli -V
  • NVIDIA container library logs (see troubleshooting)
  • Docker command, image and tag used
@flx42
Copy link
Member

flx42 commented Oct 1, 2018

That's normal, we extended the duration of our subkey. You have to fetch it again:

curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | \
  sudo apt-key add -

@argoneus
Copy link
Author

argoneus commented Oct 1, 2018

Thanks, that worked!

@argoneus argoneus closed this as completed Oct 1, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants