On 08/07/18 13:18, traveller wrote:
> After OpenBSD, one too many "/"
I concur.
cat /etc/installurl
https://fastly.cdn.openbsd.org/pub/OpenBSD
You probably did the ole copy/paste from somewhere and got a trailing '/'.
> On Aug 7, 2018, 11:16 AM -0700, Benjamin Walkenhorst <walkenhorst.benjamin@gmail.com>, wrote:
>> Hello everyone,
>>
>> I recently installed OpenBSD 6.3 in a VPS.
>>
>> In the last few days, I get an error message when running pkg_add, "no route to host".
>> I have tried setting various hosts in /etc/installurl, but the problem remains.
>>
>> When I run pkg_add, this is the output I get I get:
>> [20:02|root@myhost:~]# pkg_add nmap
>> https://fastly.cdn.openbsd.org/pub/OpenBSD//6.3/packages-stable/amd64/: ftp: connect: No route to host
>> https://fastly.cdn.openbsd.org/pub/OpenBSD//6.3/packages/amd64/: ftp: connect: No route to host
>> https://fastly.cdn.openbsd.org/pub/OpenBSD//6.3/packages/amd64/: empty
>> Can't find nmap
>>
>> When I try to ping the host specified in /etc/installurl or call traceroute, everything seems to work as expected.
>>
>> I checked the output of /usr/bin/env to make sure there is no proxy configured
>> (I copied that .zshrc around quite a bit), but as far as I can tell, there are no proxies set up anywhere in
>> the environment (i.e. the output of "env | grep -i proxy" is empty).
>>
>> I have two systems (one laptop and one VM) running OpenBSD 6.3 on my home network, and they work fine, so I
>> am fairly certain the problem is with the configuration of the VPS.
>>
>> What am I missing?
>>
>> Thank you very much for any suggestions,
>> Benjamin
No comments:
Post a Comment