Jump to content

Many connections from MTA Server


Guest U4iA

Recommended Posts

Posted

I don't know if this has been asked before, but the search wasn't very helpful.

When I start the Linux version of MTA for GTA:VC, it starts opening ports.

One per second, on average.

After a few hours, when I enter the 'netstat' command, I see hundreds of udp connections, like this:

udp 0 0 localhost:4223 localhost:4005 ESTABLISHED

udp 0 0 localhost:3839 localhost:4005 ESTABLISHED

udp 0 0 localhost:3583 localhost:4005 ESTABLISHED

udp 0 0 localhost:3199 localhost:4005 ESTABLISHED

Is that normal behaviour for the MTAServer?

Posted

I have the same problem with my Linux server

With no one connected to the server it uses:

79 Ports

I disabled port 2126 (ASE):

13 ports

In this range 58882, 58371, 58888, 59147....

Look like it doesn't release the port...

Please answer mister Linux programmer :-)

Posted

I will have to look into it, but at this point I cannot figure out what the hell would be causing this.

But, I will continue to look into it.

Cray

"Without doors. No boundries. No restrictions. An entire lifetime that comes down to this single frame of life."

Posted

Well, he is saying port 4005, which leads me to believe that it is not ASE and either the ListingServer code (which _should_ be inactive right now), or the AdminServer code (most likely).

I have a feeling that it isn't being closed / destroyed somewhere ...

Cray

"Without doors. No boundries. No restrictions. An entire lifetime that comes down to this single frame of life."

Posted

netstat -a looks like this:

udp4 0 0 localhost.wargam.1093 localhost.wargam.4005

udp4 0 0 localhost.wargam.1092 localhost.wargam.4005

udp4 0 0 localhost.wargam.1091 localhost.wargam.4005

udp4 0 0 localhost.wargam.1090 localhost.wargam.4005

udp4 0 0 localhost.wargam.1089 localhost.wargam.4005

and it just keeps accelerating until the server will stall.

This is with a default config - disabling ASE will not change anything.

--

It's a shame - very funny game, but this behavior will keep me from running these servers.

Hopefully there will be a fix soon :D

//rivmin

Posted

the same problem here...

udp 0 0 127.0.0.1:60322 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60324 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60326 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60338 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60351 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60353 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60355 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60357 127.0.0.1:4005 ESTABLISHED 12312/MTAServe

Posted

yea its definitely not ASE, the code to impliment that is realy easy, and w/ the SDK you don't have to handle all of the connection stuff.

Probably somethng w/ the Admin stuff

Kent

mtateam5fq.png

Kent Simon's Amazing Cross Language Hello World Program!!

#include #define print printf#define caller void main(){#define ref }caller ;print ("Hello World!\n");ref;
 
  • 2 weeks later...
Posted

thank you for responding :angry4::fist:

anyway - here is workaround i found:

edit /etc/hosts and comment out this line:

127.0.0.1 localhost

it worked for me, dunno how it affected other programs...

Posted

I have determined the problem and have fixed it. It ended up being some old ListingServer code that I had left in and I guess forgot to comment out.

The new Server will be released with the patch, or if that takes to long I will release it seperately.

Cray

"Without doors. No boundries. No restrictions. An entire lifetime that comes down to this single frame of life."

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...