mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   PrimeNet (https://www.mersenneforum.org/forumdisplay.php?f=11)
-   -   OFFICIAL "SERVER PROBLEMS" THREAD (https://www.mersenneforum.org/showthread.php?t=5758)

def 2014-09-08 16:16

For a few days now I've been getting:
ERROR 2250: Server Unavailable
Tried searching for postings that might be relevant to this but not found anything. And I wasn't sure if I should start a new thread or post in this one. I'm still runing version 24.14 of the software (2 instances on a dual core machne). If the solution to this is to upgrade, do the instructions to upgrade to a versions that can deal with multi-core still exist.

Madpoo 2014-09-08 18:08

[QUOTE=def;382479]For a few days now I've been getting:
ERROR 2250: Server Unavailable
Tried searching for postings that might be relevant to this but not found anything. And I wasn't sure if I should start a new thread or post in this one. I'm still runing version 24.14 of the software (2 instances on a dual core machne). If the solution to this is to upgrade, do the instructions to upgrade to a versions that can deal with multi-core still exist.[/QUOTE]

For a V4 migration, click here and follow the version 24 special instructions: [URL="http://www.mersenne.org/download/"]http://www.mersenne.org/download/[/URL]

I'm not sure why a v4 client would have errors... James or George might be able to shed some light.

There's a special handler on the website that takes traffic from old v4 clients and emulates what the old server side code used to do. Whenever possible, I'd recommend updating the client anyway. You'll benefit from any updates in the code itself whether it was fixing something or improving performance.

Madpoo 2014-09-08 18:24

[QUOTE=Madpoo;382487]For a V4 migration, click here and follow the version 24 special instructions: [URL="http://www.mersenne.org/download/"]http://www.mersenne.org/download/[/URL]

I'm not sure why a v4 client would have errors... James or George might be able to shed some light.

There's a special handler on the website that takes traffic from old v4 clients and emulates what the old server side code used to do. Whenever possible, I'd recommend updating the client anyway. You'll benefit from any updates in the code itself whether it was fixing something or improving performance.[/QUOTE]

FYI, it looks like other v4 clients are still connecting okay so it might be something else, possibly related to the change in IP address that took place last week.

Try to ping [url]www.mersenne.org[/url] from the affected machine and make sure it comes up with the correct IP address of 107.155.126.203. Also make sure the old clients don't have any proxies configured that could affect how they communicate with the server. With a proxy, your machine might get the right IP address just fine, but the proxy could be hanging on to an old one.

def 2014-09-08 20:45

Tried ping'ing and it worked fine with the correct IP address. But the client still won't connect.

Madpoo 2014-09-08 21:28

[QUOTE=def;382503]Tried ping'ing and it worked fine with the correct IP address. But the client still won't connect.[/QUOTE]

Is there anything holding you back from upgrading to the latest client, other than the time it takes for the steps involved?

I *think* the instructions are clear about how to do it. Create a new v5 account and use the v4 migration link to port your old v4 credits to the new login.

That should do it on the server side of things. Save your results.txt and your prime.spl file if it exists, since you haven't been able to communicate with the server lately. In fact, backup the whole old directory somewhere, just in case. For both of your Prime95 instances.

Download the new client and unzip into a new directory. You'll just want to merge the 2 different worktodo.ini files into a single file. And copy your in-progress files to the new directory.

Start up the new instance and you'll enter your new v5 user/password, set a machine name, etc.

If anyone has done one of these upgrades lately, please correct me if I'm wrong on any of that and we'll make sure we get the right steps listed.

LaurV 2014-09-09 08:54

[QUOTE=def;382503]Tried ping'ing and it worked fine with the correct IP address. But the client still won't connect.[/QUOTE]
Check if you have any proxy settings in p95? (just an idea, forgive me if I may be in the weeds).

kladner 2014-09-09 13:46

Just for fun, I ran the ping, first with the address as given, then with 'mersenne.org' as the target. For some reason, it balked at the full address, though I copied and pasted it directly from the functional link.

[CODE]C:\Windows\system32>ping http://www.mersenne.org/
Ping request could not find host http://www.mersenne.org/. Please check the name
and try again.

C:\Windows\system32>ping mersenne.org

Pinging mersenne.org [107.155.126.203] with 32 bytes of data:
Reply from 107.155.126.203: bytes=32 time=49ms TTL=118
Reply from 107.155.126.203: bytes=32 time=50ms TTL=118
Reply from 107.155.126.203: bytes=32 time=63ms TTL=118
Reply from 107.155.126.203: bytes=32 time=48ms TTL=118

Ping statistics for 107.155.126.203:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 48ms, Maximum = 63ms, Average = 52ms[/CODE]

chalsall 2014-09-09 14:03

[QUOTE=kladner;382574]Just for fun, I ran the ping, first with the address as given, then with 'mersenne.org' as the target. For some reason, it balked at the full address, though I copied and pasted it directly from the functional link.[/QUOTE]

A URL (or URI) is not (in and of itself) a domain (although it includes one) and thus can't be converted by the DNS system into an IP (which is what the ping targets).

Madpoo 2014-09-09 18:52

[QUOTE=LaurV;382557]Check if you have any proxy settings in p95? (just an idea, forgive me if I may be in the weeds).[/QUOTE]

That was my guess too.

If "def" wants to, PM me your IP address and I'll look in the server logs to make sure it's trying to connect at all and I can hopefully see what the problem is, assuming it's connecting at all.

Madpoo 2014-09-09 19:01

[QUOTE=chalsall;382578]A URL (or URI) is not (in and of itself) a domain (although it includes one) and thus can't be converted by the DNS system into an IP (which is what the ping targets).[/QUOTE]

Yeah, what you said. :smile:

Pinging works on the FQDN (fully qualified domain name), not a URI with the http, ftp, whatever.

I was a little hesitant at first to even allow ICMP through to the new server when I was setting up the firewall, but in the end I did because it is a pretty good troubleshooting tool to make sure you can "see" the server at all.

ICMP isn't as bad as it used to be when there were all kinds of ways you could attack it like the ping of death, etc.

Anyway, besides pinging, you can also do a plain "nslookup www.mersenne.org" to check that it's looking up the right address. It's not foolproof though because nslookup will always do a fresh query of DNS, but by doing a ping it will use any cached IP it has on your OS.

And then you can do more fun troubleshooting like (on Windows):
nslookup -type=any [url]www.mersenne.org[/url]

And then you see that "www" is really just a cname to the @ record. And doing the same -type=any for just plain mersenne.org gets you the real deal, an A record to the IP address.

Your DNS client does the cname->A-record lookups automagically, but hey, maybe I just blew some people's minds with that info. :smile:

chalsall 2014-09-09 20:26

[QUOTE=Madpoo;382611]...but hey, maybe I just blew some people's minds with that info. :smile:[/QUOTE]

Yeah, maybe... :wink:


All times are UTC. The time now is 23:06.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.