hmm doubled in master server list
-
- Adjust Outside Corner Grinder
- Posts: 2003
- Joined: Tue Nov 07, 2006 6:02 pm
- Location: paris
- Contact:
hmm doubled in master server list
my servers are 2 times in master server list
entries:
all from epsy.is-a-geek.org
82.227.65.72
there is four entries but there should be only two...you'ill saw
entries:
all from epsy.is-a-geek.org
82.227.65.72
there is four entries but there should be only two...you'ill saw
-
- Adjust Outside Corner Grinder
- Posts: 2003
- Joined: Tue Nov 07, 2006 6:02 pm
- Location: paris
- Contact:
hum, my client is a snapshot ^^ from beta.armagetronad.net (running on same machine as the servers)
servers are from same installation and they both have talk_to_master activated
on the LAN server browser i see only the right two servers
but on the internet server browser, i see two of each that points to the same game(with same players etc etc)
servers are from same installation and they both have talk_to_master activated
on the LAN server browser i see only the right two servers
but on the internet server browser, i see two of each that points to the same game(with same players etc etc)
Well, if your client runs on the same machine as the servers, then you have two ways of contacting them, via your public internet IP and your private LAN IP. The browser can't tell both lead to the same server. Somehow, due to network glitches, both IPs landed in your browser. I spare you my usual speculation of how it happened. But I'm quite sure you're the only one affected by that (meaning only you can see your servers double, others may see their own servers double). Try deleting frommaster.srv, that will give the system a fresh start. If both copies are shown as reachable, that should eliminate one of them. If not, send a recording and give your full version number.
-
- Adjust Outside Corner Grinder
- Posts: 2003
- Joined: Tue Nov 07, 2006 6:02 pm
- Location: paris
- Contact:
i did deleted frommaster.srv from my ~/.armagetronad/var/ and looked into the server list...in the console (armagetronads)i saw that there was only ~90 servers...there was only one (the other one wasn't started)
i did closed it..then reopened it...and now there's two
see on the record files...
http://www.box.net/public/i8s2j3cgih
ps: phpbb doesn't let me attachit, saying me that The Extension array is not allowed
i did closed it..then reopened it...and now there's two
see on the record files...
http://www.box.net/public/i8s2j3cgih
ps: phpbb doesn't let me attachit, saying me that The Extension array is not allowed
-
- Adjust Outside Corner Grinder
- Posts: 2003
- Joined: Tue Nov 07, 2006 6:02 pm
- Location: paris
- Contact:
nothing in main menu; it's a snapshot
Code: Select all
armagetronad -v
This is Armagetron version 0.3.0.
Ah, french.txt is broken
It's not using the correct code to show the version in the menu.
To you real problem: The explanation is simple. Some master admin is running servers on the same machine as the master itself. To the master, those servers are known as 127.0.0.1. Everything's fine, and the master tells you about those super servers. Only for you, 127.0.0.1 points to your own server. That's the false entry you're seing. The bug is on the master server side, but I don't know whether it's worth fixing.

To you real problem: The explanation is simple. Some master admin is running servers on the same machine as the master itself. To the master, those servers are known as 127.0.0.1. Everything's fine, and the master tells you about those super servers. Only for you, 127.0.0.1 points to your own server. That's the false entry you're seing. The bug is on the master server side, but I don't know whether it's worth fixing.
Well, 127.0.0.1 is not the only possible problem, all private IPs could cause this. A PC on the master's LAN could have the same IP than a PC on your LAN. And of course, you don't want to filter all private IPs out, LAN games wouldn't work any more, and you would never see your own servers in the internet server browser (if the filtering is done on the client, on the master, it may work).