Closed qingtian1771 closed 3 years ago
It seems fine from here:
$ sudo apt-get update
Get:1 http://rmf.servehttp.com/ubuntu/main focal InRelease [2807 B]
Get:2 http://rmf.servehttp.com/ubuntu/main focal/main amd64 Packages [36.9 kB]
Get:3 http://packages.ros.org/ros2/ubuntu focal InRelease [4670 B]
..
Could you try again?
are you able to ping rmf.servehttp.com
or access it through the browser?
Strange. I cannot ping rmf.servehttp.com, but I can access it through browser. I still cannot access it through "sudo apt-get update", the same error as before.
Ok, my bad suggesting the ping command as the server has the ping response off. The file your apt is failing to get seems accessible here:
http://rmf.servehttp.com/ubuntu/main/dists/focal/InRelease
Both, InRelease
and the Release
+ signature files, seem to be available and accessible:
http://rmf.servehttp.com/ubuntu/building/dists/focal/
can you check if you are able to access this file? I tested from different locations and I can't seem to reproduce your issue...
Since I can't reproduce the issue and there's been a few days of inactivity I will close this issue.
Hi, opening this thread again because I got similar issue while following this tutorial to install RMF. Seems that it cannot access the rmf.servehttp.com
server. Trying to access this address from web browser also doesn't work.
Running curl -s http://rmf.servehttp.com/repos.key | sudo apt-key add -
returns
gpg: no valid OpenPGP data found.
Likewise, running basic curl to get the key curl http://rmf.servehttp.com/repos.key
returns
curl: (7) Failed to connect to rmf.servehttp.com port 80: Connection refused
Therefore sudo apt update
has error and when running sudo apt install ...
the packages cannot be found.
Any help will be appreciated, thanks!
Hi, I also meet the problem as you. Have you solve this problem? I unable ping rmf.servehttp.com in terminal and cannot open rfm.servehttp.com in browser. I donot know if the web site down.
Any help will be appreciated ,thanks!
It seems I can not install it bacause the install server is no response.
I want to install is according the link: https://osrf.github.io/ros2multirobotbook/ , it says:
And the update has some problems, it cannot access the rmf resource server.
So when I install, it can not get the resource.
Could any body help me, thanks!