Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 29
Search took 0.01 seconds.
Search: Posts Made By: hustl4
Forum: Source Servers (SRCDS) 10-15-2018, 04:46
Replies: 6
Views: 1,505
Posted By hustl4
Re: Shell script to check if server's empty

sorry, should have mentioned only tested on python3.6 on a mix of centos 7 and ubuntu 16.04 (csgo servers)
I have it running in cron every minute (cpu mining crypto when servers are empty lmao)
I...
Forum: Source Servers (SRCDS) 10-14-2018, 18:09
Replies: 6
Views: 1,505
Posted By hustl4
Re: Shell script to check if server's empty

why not use python?

pip install python-valve


import valve.rcon
import re

ip = "10.0.0.1"
port = 27015
Forum: Source Servers (SRCDS) 08-11-2018, 15:48
Replies: 1
Views: 943
Posted By hustl4
Re: Server CS:GO Crash linux-gate.so!__kernel_vsyscall + 0x30

How much ram do you have on your server?
I was getting the same crash on centos 7 across multiple servers.
Using the SAR command to monitor ram usage I noticed as soon as server would run out of...
Forum: Source Servers (SRCDS) 11-19-2017, 21:24
Replies: 3
Views: 1,452
Posted By hustl4
Re: CSGO Server taking 27015 port instead of selected one in command line

You can see in your first screenshot the server is binding to '0.0.0.0' and not the IP you specified on the command line.

You have different arguments in your startup line for the server that...
Forum: Source Servers (SRCDS) 08-29-2017, 16:52
Replies: 6
Views: 1,651
Posted By hustl4
Re: [Noob Question] How can I make it so my server only runs Dust 2?

Create a file in the csgo folder named "gamemodes_server.txt"

Paste this into that file:


// Values here override the default gamemodes.txt

"GameModes_Server.txt"
{
"mapgroups"
Forum: General 08-17-2017, 21:17
Replies: 372
Views: 109,345
Posted By hustl4
Re: New CSGO update broke my server

yep happening on all servers. Wait for sourcemod update
Forum: Plugins 06-20-2017, 13:20
Replies: 42
Views: 48,406
Posted By hustl4
Re: [ANY / CSGO] BanId Fix

Amazing, thank you so much for this! Been using it on all my servers since you released it yesterday, and not a single stuck player since!
Forum: SourceBans / SourceBans++ 06-19-2017, 16:56
Replies: 1,377
Views: 696,856
Posted By hustl4
Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]

I noticed the .bash_history file, are these files in your root's home directory? Or are they in var/www/html. If you want to use a non default path, you have to adjust settings in the httpd.conf...
Forum: SourceBans / SourceBans++ 06-19-2017, 16:09
Replies: 1,377
Views: 696,856
Posted By hustl4
Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]

Hmm, looks like you gave the entire directory 777 perms (not recommended) but for troubleshooting that's fine. So obviously not a permission issue, I would try maybe changing the owner / group to the...
Forum: SourceBans / SourceBans++ 06-19-2017, 14:42
Replies: 1,377
Views: 696,856
Posted By hustl4
Re: [RELEASE] SourceBans++ (v1.6.1) [Updated: 2017-05-06]

Did you make sure to recursively chmod the folders? (chmod -R)

Post screenshots of the output of ls -l so we can see the permissions
Forum: Source Servers (SRCDS) 06-16-2017, 15:19
Replies: 14
Views: 5,370
Posted By hustl4
Re: Autoupdate issue

Here is a small shell script I wrote to autoupdate my linux csgo servers, you just need to modify it a bit with the correct paths. I have it running in cron every 5 minutes:

/5 * * * *...
Forum: Source Servers (SRCDS) 06-11-2017, 17:06
Replies: 55
Views: 18,272
Posted By hustl4
Re: CS:GO Player Count Issue

It happens when someone tries to join the server who is not allowed to join for any reason, be it reserved slots, banned user/ip, etc.

Only solution I can think of is blocking them at the firewall...
Forum: Source Servers (SRCDS) 06-06-2017, 19:50
Replies: 15
Views: 2,940
Posted By hustl4
Re: Server Connection Help

I remember reading somewhere that you should have a gap of 10 between each port, so first server 27015, 2nd server 27025, 3rd server 27035, etc.
Forum: Source Servers (SRCDS) 05-27-2017, 03:32
Replies: 55
Views: 18,272
Posted By hustl4
Re: CS:GO Player Count Issue

All servers are running CentOS 7. Using sourcebans++ 1.6.1 (latest stable release).

In HLSW, one "stuck" client with a blank name says it's been connected for 57 minutes. So I checked the...
Forum: Source Servers (SRCDS) 05-26-2017, 05:29
Replies: 55
Views: 18,272
Posted By hustl4
Re: CS:GO Player Count Issue

Yep, still not fixed, just happened to 2 of my servers running the latest sm 5998 build. Servers are all linux.
Forum: General 05-23-2017, 21:51
Replies: 245
Views: 74,762
Posted By hustl4
Re: CS:GO Update 23/05/2017

crashes when a player joins the server. Centos 7
Forum: Source Servers (SRCDS) 05-07-2017, 15:21
Replies: 6
Views: 5,345
Posted By hustl4
Re: Problems with steam tokens

I don't see the autoexec.cfg in your startup params.

Add this to the end of your startup line:

+exec autoexec.cfg

Otherwise the server doesn't know that you are even using autoexec.cfg
Forum: Source Servers (SRCDS) 04-26-2017, 05:03
Replies: 7
Views: 1,767
Posted By hustl4
Re: [CS:GO]How to start the server in a normal map

http://steamcommunity.com/profiles/76561198082857351/myworkshopfiles/?appid=730

All official maps are there. Go to page 30 first and go backwards, since the maps at the beginning are compatibility...
Forum: Source Servers (SRCDS) 04-25-2017, 17:36
Replies: 7
Views: 1,767
Posted By hustl4
Re: [CS:GO]How to start the server in a normal map

Edit your collection and change the order of the map list, move the map you want to start with to the top of the collection so it's the first item on the list.
Forum: Source Servers (SRCDS) 12-13-2016, 14:18
Replies: 3
Views: 1,155
Posted By hustl4
Re: Can't run multiple CS:GO Servers at once. [Ubuntu 15.04]

Are you using a different port for your 2nd server?

screen -d -m -S server1 ./1stserver-start.sh

screen -d -m -S server2 ./2ndserver-start.sh
Forum: Source Servers (SRCDS) 11-17-2016, 04:03
Replies: 7
Views: 2,470
Posted By hustl4
Re: Server Crashes [CS:GO]

add sv_hibernate_when_empty 0 to the beginning of autoexec.cfg

I have no idea why it works, but this fixed the crashes on connect for me. I had your same issue where it took a bunch of tries to...
Forum: General 10-12-2016, 16:21
Replies: 10
Views: 3,034
Posted By hustl4
Re: Server crash, on instal sorcemod

I get those same exact crashes on all 8 of my servers running centos 7.

Never had a crash on SM 1.7, after upgrading to 1.8 a few days ago due to the sprays update, it has been nothing but crashes.
Forum: Source Servers (SRCDS) 08-22-2016, 17:42
Replies: 24
Views: 23,904
Posted By hustl4
Re: [Guide][CS:GO] Server Auto Update

If you are just updating there is no need for the "validate", just "app_update 740". That may be why you downloaded the whole server again.
Forum: Source Servers (SRCDS) 08-20-2016, 00:06
Replies: 244
Views: 68,962
Posted By hustl4
Re: CSGO crashes (As of 18/08 update)

It's been a few hours since I updated and no crashes yet. Have 8 servers (5v5 comp) all on Centos 7
Forum: Source Servers (SRCDS) 08-19-2016, 02:02
Replies: 244
Views: 68,962
Posted By hustl4
Re: CS:GO Update - 8/18/16

crashing at random on all 8 of my servers hosted on 4 machines (all Centos 7) I would say about once an hour or so.
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 15:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode