shedd / duckpan-vagrant

Vagrant + Chef virtual development environment for DuckDuckGo (http://duckduckhack.com)
Apache License 2.0
5 stars 5 forks source link

Connection timed out error for http://duckpan.com/install.pl #33

Closed mikedep333 closed 9 years ago

mikedep333 commented 9 years ago

When you run vagrant up, it fails and this is outputted repeatedly:

==> default: Resolving duckpan.com (duckpan.com)... 66.228.41.215
==> default: Connecting to duckpan.com (duckpan.com)|66.228.41.215|:80... failed: Connection timed out.
==> default: Retrying.
==> default: 

As discussed on #DuckDuckGo on Freenode:

<mikedep333> Hi, is http://duckpan.com/ down?
<mikedep333> The DuckDuckHackVM, which I develop, automatically tries to download http://duckpan.com/install.pl in order to update DuckPAN every time you boot it. I cannot access it from my host OS either.
<mikedep333> hmm, it looks like that URL should be changed to .org: https://github.com/duckduckgo/p5-app-duckpan#installing-duckpan-locally
<mikedep333> I've been meaning to update the DuckDuckHack VM anyway with at least the Ubuntu OS and DuckPan updates (since December 2014)
<moollaza> mikedep333: where are you seeing duckpan.com?
<moollaza> You're correct that it's .org
<mikedep333> moollaza, https://github.com/mikedep333/duckpan-vagrant/blob/duckduckhack-vm/cookbooks/duckduckhack-vm/files/default/usr/local/bin/update-duckpan.sh#L54
<mikedep333> & line 60
<mikedep333> I last tested the VM in December 2014.
<moollaza> Hmm I don't remember us ever having that domain. AFAIK it's always been .org
<mikedep333> moollaza, either way, the solution is the same. I need to update the VM.
<moollaza> Yup. Please fix when you can ☺
<mikedep333> will do