Search found 23 matches

by Paronity
Thu May 24, 2012 8:56 am
Forum: CS:GO
Topic: CS:GO Server Issues
Replies: 9
Views: 2858

Re: CS:GO Server Issues

Ah, a freeze. That sounds like it must be one of the many game bugs. I recommend contacting Valve privately with your configuration information and then troubleshooting further with them; they may have you trigger a memory dump when it's in the frozen state that they can then analyze. This is what ...
by Paronity
Thu May 24, 2012 8:33 am
Forum: CS:GO
Topic: CS:GO Server Issues
Replies: 9
Views: 2858

Re: CS:GO Server Issues

Have you re-validated the files and/or started over from scratch? They may have changed something in gamemodes.txt that is needed by the new version, or a needed file may be missing. Yea - a batch file checks for updates using steam-cmd every time we run them. It's strange that they never crash aft...
by Paronity
Fri Mar 23, 2012 6:39 pm
Forum: Battlefield 3
Topic: NFO Server's & Rcon Question
Replies: 7
Views: 2559

Re: NFO Server's & Rcon Question

It's a bit late, but better late then never. I wrote that tool. It's from gsngaming.com. What he is seeing is the fact that it is a Black Ops specific tool. We are working on making it work for WaW and CoD4 MW. Right now, it can't do any of what you suggested though.
by Paronity
Mon Mar 05, 2012 12:45 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS (Chicago) Limiting Outbound Connections?
Replies: 9
Views: 1524

Re: VDS (Chicago) Limiting Outbound Connections?

Well, it must be my MySQL server and something that just recently happened. For fun, I tried again on my desktop and other RCON server and they are now doing it as well. It didn't before, so I must be hitting some config limit that I wasn't hitting before. I am looking into what I might be hitting b...
by Paronity
Sun Mar 04, 2012 1:36 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS (Chicago) Limiting Outbound Connections?
Replies: 9
Views: 1524

Re: VDS (Chicago) Limiting Outbound Connections?

Updating MySQL might be worth a try, to be safe. Running the latest version already. Does a MySQL connection ever go a number of hours without activity? If so, it could be timing out. No. The connections that have issues are having issues during connection initiation. If the server is connected, th...
by Paronity
Sun Mar 04, 2012 5:29 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS (Chicago) Limiting Outbound Connections?
Replies: 9
Views: 1524

Re: VDS (Chicago) Limiting Outbound Connections?

With that error message, it's unfortunately very difficult to say what's going on. But, it's safe to say that it's not a problem with the hypervisor, as we use MySQL connections extensively from our VDSes. I agree. That is why I posted here to see if anyone else could try and help me figure this ou...
by Paronity
Sat Mar 03, 2012 10:11 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS (Chicago) Limiting Outbound Connections?
Replies: 9
Views: 1524

Re: VDS (Chicago) Limiting Outbound Connections?

There's nothing on our end that would prevent or limit MySQL connections. The MySQL server may be set up by default to limit the connection count from external IPs, however -- its logs might provide more information on whether it's restricting the VDS IP. It's not. The MySQL is configured to allow ...
by Paronity
Sat Mar 03, 2012 10:05 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS (Chicago) Limiting Outbound Connections?
Replies: 9
Views: 1524

VDS (Chicago) Limiting Outbound Connections?

Is there anything in the network architecture that would prevent a high number of MySQL requests from occurring in quick succession? We wrote a plugin for ProCon which has been running successfully on a different server for months without a single issue. Now that we have it on our vds server, the OD...