Search found 29 matches

by tenub
Tue May 01, 2018 5:18 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Multiple HLDS running on VDS receiving random time outs
Replies: 14
Views: 4306

Re: Multiple HLDS running on VDS receiving random time outs

Another thing to note is that HLSM eventually ends up having two processes running after a hard restart and the one that's visible on remote login can no longer find any of my HLDS instances (it shows them as "lost" status), so it constantly tries to start a new hlds process which of cours...
by tenub
Tue May 01, 2018 4:59 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Multiple HLDS running on VDS receiving random time outs
Replies: 14
Views: 4306

Re: Multiple HLDS running on VDS receiving random time outs

Does the VDS itself become unresponsive when they happen, or does it respond slowly to some activities, such as disk access? Do all of the servers time out at the same time? The VDS remains fine. The people who don't get disconnected are able to continue playing just fine. I haven't been able to ve...
by tenub
Mon Apr 30, 2018 7:30 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Multiple HLDS running on VDS receiving random time outs
Replies: 14
Views: 4306

Re: Multiple HLDS running on VDS receiving random time outs

We haven't seen problems in our testing with any specific size of VDS, but it's certainly possible that Rust would use the capacity of three threads occasionally, causing problems for other services. tenub, what sort of CPU usage are you seeing? What size of VDS do you have? Are you seeing packet l...
by tenub
Fri Apr 27, 2018 9:20 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Multiple HLDS running on VDS receiving random time outs
Replies: 14
Views: 4306

Multiple HLDS running on VDS receiving random time outs

I currently run 4 HLDS game servers on my VDS. There has been an ongoing issue for the longest time and research has gleaned me nothing. I did find a thread someone posted here that seems to be the same issue I'm experiencing but there were no replies. Users seem to randomly get disconnected from my...
by tenub
Tue Feb 04, 2014 1:19 pm
Forum: Webhosting
Topic: PHP Error Loading Library
Replies: 1
Views: 692

PHP Error Loading Library

My VDS/game servers and webhosting have been running flawlessly over the past few months, but today I get spammed with Cron Daemon errors from my php scripts. Was something updated/changed on my webhosting server or VDS? I've had to disable all of them for the time being. php: error while loading sh...
by tenub
Tue Oct 29, 2013 1:00 pm
Forum: Webhosting
Topic: Cron Issue Reborn
Replies: 7
Views: 1687

Re: Cron Issue Reborn

How can I gain permission to execute the script?
by tenub
Tue Oct 29, 2013 10:50 am
Forum: Webhosting
Topic: Cron Issue Reborn
Replies: 7
Views: 1687

Re: Cron Issue Reborn

Okay, it looks like replacing the relative paths to my json files in all of my scripts with an absolute path fixed the issue. the only remaining issue is the command to backup my sql db for which i receive the following error via mail (thanks to Spray): /bin/sh: -c: line 0: unexpected EOF while look...
by tenub
Mon Oct 28, 2013 1:08 pm
Forum: Webhosting
Topic: Cron Issue Reborn
Replies: 7
Views: 1687

Re: Cron Issue Reborn

After watching the modified dates/times more closely it seems only the first script is running via cron:

Code: Select all

*/1 * * * * php ./path/to/script1.php
by tenub
Mon Oct 28, 2013 7:20 am
Forum: Webhosting
Topic: Cron Issue Reborn
Replies: 7
Views: 1687

Cron Issue Reborn

Here is my current crontab: MAILTO="" 0 0 * * * mysqldump -uUSERNAME -p'PASSWORD' --all-databases | gzip > ./backup/db.`date +"%Y.%m.%d"`.sql.gz */1 * * * * php ./path/to/script1.php */5 * * * * php ./path/to/script2.php */10 * * * * php php ./path/to/script3.php 0 0 * * * php ph...
by tenub
Fri Oct 04, 2013 6:32 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Email on a VPS?
Replies: 18
Views: 3748

Re: Email on a VPS?

Ah, no wonder I couldn't send mail when I attempted to set up a mail server a few weeks back! I was completely unaware that port 25 was blocked. Now it all makes sense. :)
by tenub
Fri Oct 04, 2013 4:15 am
Forum: Webhosting
Topic: Unacceptable Load Time
Replies: 6
Views: 1598

Re: Unacceptable Load Time

My VDS is in Atlanta and my web hosting is wherever you guys have it. I may try experimenting by setting up MySQL again on my VDS and using it for my databases as opposed to the web hosting in WA (or wherever). I may also try splitting up my index.php into separate scripts and load them via ajax whe...
by tenub
Thu Oct 03, 2013 8:04 pm
Forum: Webhosting
Topic: Unacceptable Load Time
Replies: 6
Views: 1598

Re: Unacceptable Load Time

Follow up: my guess was partially correct. Once all my servers were up and my server pinging script stopped timing out load time of index.php did go down. It's still unacceptably slow and takes far longer than when I was hosting on my own VDS while running four game servers (~2s down from ~10s).
by tenub
Thu Oct 03, 2013 7:10 pm
Forum: Webhosting
Topic: Unacceptable Load Time
Replies: 6
Views: 1598

Unacceptable Load Time

I went ahead and added separate web hosting for use with my VDS instead of running game servers AND web hosting on the VDS thinking it would improve performance. Instead, my php pages (which I wrote myself for the most part) are taking LONGER to load. I had a similar issue when I was running my web ...
by tenub
Thu Oct 03, 2013 10:39 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Fresh Install Of Win Server 2008 R2 - Google Thinks It's In
Replies: 1
Views: 685

Fresh Install Of Win Server 2008 R2 - Google Thinks It's In

After talking with admins of my servers we've decided to move back to Windows from Debian. I just did a fresh install of Windows Server 2008 R2 and connection to the VDS via remote desktop is somewhat sluggish compared to what it was originally. I thought this was maybe on my end but visiting google...
by tenub
Fri Sep 27, 2013 7:58 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Monitoring hlds_run on Linux
Replies: 1
Views: 846

Monitoring hlds_run on Linux

I'm running four different hlds processes in different screens (on Debian). My problem is that randomly, 2-6 times throughout each day, one of them will "crash" and begin eating up a massive amount of cpu usage. I know that hlds on linux automatically restarts if the process is killed, but...