hadabot / hadabot_main

Content used in collaboration with various Hadabot blog posts to get guide you through learning ROS2.
https://blog.hadabot.com
GNU General Public License v3.0
37 stars 19 forks source link

Unsigned package errors in `new-user-software-stack-setup` tutorial #25

Closed jschrier closed 2 years ago

jschrier commented 2 years ago

When on Step 4 of the Setup the software stack tutorial

The docker-compose up step fails with the following errors:

#6 8.751 Reading package lists...
#6 9.952 W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4EB27DB2A3B88B8B
#6 9.952 E: The repository 'http://dl.google.com/linux/chrome/deb stable InRelease' is not signed.
------
executor failed running [/bin/sh -c apt-get update &&     apt-get upgrade -y &&     apt-get install -y locales curl gnupg2 lsb-release wget git sudo unzip &&     locale-gen en_US en_US.UTF-8 &&     update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 &&     export LANG=en_US.UTF-8 &&     curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add -  &&     sh -c 'echo "deb http://packages.ros.org/ros2/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros2-latest.list' &&     rm -rf /var/lib/apt/lists/*]: exit code: 100
ERROR: Service 'hadabot_ros2_codeserver_service' failed to build : Build failed
jackpien commented 2 years ago

Hi @jschrier - give the latest pull / commit a try.

jschrier commented 2 years ago

Nope, @jackpien, using ce7505e still appears to be broken (I also tried both without and with a VPN, just to see if it would help)

#6 63.51 W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4EB27DB2A3B88B8B
#6 63.51 E: The repository 'http://dl.google.com/linux/chrome/deb stable InRelease' is not signed.
------
executor failed running [/bin/sh -c apt-get update &&     apt-get install -y wget &&     wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - &&     rm -rf /var/lib/apt/lists/*]: exit code: 100

It appears that the new wget installing functionality fails.