ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

koolniran's profile - activity

2017-03-29 07:06:12 -0500 received badge  Famous Question (source)
2017-03-29 07:06:12 -0500 received badge  Notable Question (source)
2016-11-27 17:08:59 -0500 commented question "Key server error" on installing kinetic on ubuntu 16.04

I am able to get ping using "nc" but could not get key access using "hkp".

so Instead of " sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116" I changed to "sudo apt-key adv --keyserver nc ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116" it worked!.

2016-11-26 21:48:57 -0500 commented question "Key server error" on installing kinetic on ubuntu 16.04

Thanks. I think adding "nc" did the trick. I was able to ping but was not able to go ahead with "hkp:" then I changed to nc problems seed to go away. thank again.

We probably need to update this trouble shoot on ros installation page dont we?

2016-11-26 21:47:13 -0500 received badge  Popular Question (source)
2016-11-26 05:07:09 -0500 commented question "Key server error" on installing kinetic on ubuntu 16.04

I tried multiple times after waiting. So basically I need to wait till the server respond to move ahead am I right? Or is there any way around?

2016-11-26 04:57:04 -0500 asked a question "Keyserver error" ROS kinetic installation

Hi I am trying to install Ros kinetic on ubuntu 16.04. When I am trying to install I am getting the error below: Command sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116

Error " Executing: /tmp/tmp.nMOeeZtYBM/gpg.1.sh --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116 gpg: requesting key B01FA116 from hkp server ha.pool.sks-keyservers.net gpg: keyserver timed out gpg: keyserver receive failed: keyserver error"

Without solving this I am not able to move ahead.

What could be the reason? Am I missing something or this is just keyserver not responding? Any help to resolve the issue would be appreciated

Thank you!

2016-11-26 04:56:13 -0500 asked a question "Key server error" on installing kinetic on ubuntu 16.04

Hi

I am trying to install ros kinectic on ubuntu 16.04. I am receiving the error below when trying to install.

sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116

Error:

Executing: /tmp/tmp.nMOeeZtYBM/gpg.1.sh --keyserver
hkp://ha.pool.sks-keyservers.net:80
--recv-key
0xB01FA116
gpg: requesting key B01FA116 from hkp server ha.pool.sks-keyservers.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error

Is this an error due to key server not responding or am I missing something in installation? Any help to resolve this problem is appreciated