85 10 195 197 down?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
tty
Reply | Threaded
Open this post in threaded view
|

85 10 195 197 down?

tty
Hi folks,

Saving a monticello package fails do to timeout



openConnectionToHost: hostIP port: portNumber
| socket |
      socket := Socket new.
      socket connectTo: hostIP port: portNumber.
      ^self on: socket
 
host is 85.10.195.197 
port: 80

pinging the i.p did not work.


thx

tty



Reply | Threaded
Open this post in threaded view
|

Re: 85 10 195 197 down?

Frank Shearar-3
On 18 June 2014 13:32, gettimothy <[hidden email]> wrote:

> Hi folks,
>
> Saving a monticello package fails do to timeout
>
>
>
> openConnectionToHost: hostIP port: portNumber
> | socket |
>       socket := Socket new.
>       socket connectTo: hostIP port: portNumber.
>       ^self on: socket
>
>
> host is 85.10.195.197
> port: 80
>
> pinging the i.p did not work.

That's box.squeakfoundation.org. I don't know why you couldn't reach
it, but it's back up (or "up for me"). At any rate, saving a package
will at the least store a version in your package-cache, so you can
open an MC repo browser on that, open it up, and Copy it to try again.

frank

tty
Reply | Threaded
Open this post in threaded view
|

Re: 85 10 195 197 down?

tty
Its up.

thx.