[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] RESULT = 5
ping 127.0.0.1 posts
PING 127.0.0.1 (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.2 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.168 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.186 ms
etc . . . . . .
my tcp settings are for broadband via airport : IP address provided by DHCp
server is 10.0.1.3
another terminal window - ping 10.0.1.3 - posts
PING 10.0.1.3 (10.0.1.3): 56 data bytes
64 bytes from 10.0.1.3: icmp_seq=0 ttl=64 time=0.208 ms
64 bytes from 10.0.1.3: icmp_seq=1 ttl=64 time=0.217 ms
64 bytes from 10.0.1.3: icmp_seq=2 ttl=64 time=0.19 ms
etc . . .
trying
local = Server.new(\localhost, NetAddr("10.0.1.3", 57110));
doesn't work . . .
Don't know if this is a clue . . . ?
Jem
on 9/1/03 14:47, Julian Rohrhuber at rohrhuber@xxxxxxxxxxxxxx wrote:
> What does it mean if you try and boot SC3 using s.boot and get RESULT = 5 ?
>
> It seems the problem is not with the build but something local to my machine.
>
> Could it be to do with local = Server.new(\localhost,
> NetAddr("127.0.0.1", 57110)); and my computer thinking it has a
> different NetAddr . . . ?
>
> Or what else maybe ?
>
> what are your tcp settings?
> you might have all running on PPP because of a modem setting?
>
> the loopback is alway 127.0.0.1
> you could try to ping yourself in terminal:
>
> ping 127.0.0.1
>
> or try another port?
> _______________________________________________
> sc-dev mailing list
> sc-dev@xxxxxxxxxxxxxxx
> http://www.create.ucsb.edu/mailman/listinfo/sc-dev