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

Connecting to server problem.


Post New Thread Reply   
 
Thread Tools Display Modes
bubuxoxo
Junior Member
Join Date: Mar 2020
Location: Lithuania
Old 04-03-2020 , 10:41   Re: Connecting to server problem.
Reply With Quote #11

I remove -net_port_try 1 nothing happens and then i try check my logs, 0 files. Try found autoexec.cfg doesnt exists. I will created with your code and turn on server. Server still ON but cant connect, and logs still dont have files.
bubuxoxo is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-03-2020 , 10:55   Re: Connecting to server problem.
Reply With Quote #12

You could try, move all SourceMod plugins into disabled folder, reboot server.


You can use those server cvars and commands also in server.cfg
Autoexec.cfg does not exist by default, you create that file.

If you manage to set
con_logfile console.log

You should see file console.log in csgo folder.



*edit
Don't know how check in linux these
Quote:
Originally Posted by asherkin View Post
Quote:
Originally Posted by bottiger View Post
I looked through the list and it appears that some libraries needed for basic operation of sourcemod are missing: libc6, libgcc1, libmysqlclient.
libc and libgcc are basic requirements for all programs so must be provided regardless of what they’ve listed - libmysqlclient shouldn’t be required as we statically link it.
__________________
Do not Private Message @me

Last edited by Bacardi; 04-03-2020 at 11:09.
Bacardi is offline
bubuxoxo
Junior Member
Join Date: Mar 2020
Location: Lithuania
Old 04-03-2020 , 11:10   Re: Connecting to server problem.
Reply With Quote #13

Quote:
You could try, move all SourceMod plugins into disabled folder, reboot server.
What does you mean? Creat random folder and just put it?
I put the same commands in server.cfg with your logs commands.
Still Log folder empty and in csgo folder console-log doesnt exists. Idk what is this magic..
bubuxoxo is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 04-03-2020 , 11:12   Re: Connecting to server problem.
Reply With Quote #14

Quote:
Originally Posted by TomL. View Post
If you still need help with this just send me a PM with your contact details.
or check your firewall via the command line (SSH)

Code:
ufw status
TomL. is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-03-2020 , 11:12   Re: Connecting to server problem.
Reply With Quote #15

SourceMod have disabled folder in plugins folder.

Anyway, could this be solution
Another topic https://forums.alliedmods.net/showthread.php?t=321640
-ip 0.0.0.0
__________________
Do not Private Message @me

Last edited by Bacardi; 04-03-2020 at 11:15.
Bacardi is offline
bubuxoxo
Junior Member
Join Date: Mar 2020
Location: Lithuania
Old 04-03-2020 , 11:24   Re: Connecting to server problem.
Reply With Quote #16

Quote:
Originally Posted by TomL. View Post
or check your firewall via the command line (SSH)

Code:
ufw status
command not found. Idk where type this. I just login by root and type it.

Quote:
Originally Posted by Bacardi View Post
SourceMod have disabled folder in plugins folder.

Anyway, could this be solution
Another topic https://forums.alliedmods.net/showthread.php?t=321640
-ip 0.0.0.0
-ip 0.0.0.0 should i add in lauching server code?

Last edited by bubuxoxo; 04-03-2020 at 11:33.
bubuxoxo is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 04-03-2020 , 11:42   Re: Connecting to server problem.
Reply With Quote #17

Quote:
Originally Posted by bubuxoxo View Post
command not found. Idk where type this. I just login by root and type it.


-ip 0.0.0.0 should i add in lauching server code?
Yes, just as root or any other user using sudo.
What about
Code:
iptables -L -n
Yes, -ip 0.0.0.0. will make the game server listen on all ips assigned to your network interface.
TomL. is offline
bubuxoxo
Junior Member
Join Date: Mar 2020
Location: Lithuania
Old 04-03-2020 , 12:17   Re: Connecting to server problem.
Reply With Quote #18

iptables -L -n
HTML Code:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
I will add -ip 0.0.0.0 to my launch code. Still nothing
HTML Code:
screen -A -m -d -S csgo_server ./srcds_run -game csgo -console [B]-ip 0.0.0.0[/B] -usercon +game_type 0 +game_mode 0 +mapgroup mg_bomb +map de_dust +sv_setsteamaccount (my token) -tickrate 128 -net_port_try 1
Hmm when stuck on connecting to server i will check concole. When i stuck on connecting to server, concole says im connected.
HTML Code:
Retrying public(195.181.241.244:27015) ...
Retrying public(195.181.241.244:27015) ...
Connected to 195.181.241.244:27015
Maybe this problem not in files but my VPS server are bad, maybe text customer support?

Last edited by bubuxoxo; 04-03-2020 at 12:19.
bubuxoxo is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-03-2020 , 12:39   Re: Connecting to server problem.
Reply With Quote #19

Do you get ...csgo/console.log file or not ?
Place that cvar into server console

con_timestamp 1
con_logfile console.log
__________________
Do not Private Message @me
Bacardi is offline
bubuxoxo
Junior Member
Join Date: Mar 2020
Location: Lithuania
Old 04-03-2020 , 12:45   Re: Connecting to server problem.
Reply With Quote #20

Quote:
Originally Posted by Bacardi View Post
Do you get ...csgo/console.log file or not ?
Place that cvar into server console

con_timestamp 1
con_logfile console.log
I put thes in server.cfg in autoexec.cfg, now type in server concole. (in the screen -r csgo_server) Still in csgo folder console.log doesnt exist. Just alot ALOT pak01_xxx.vpk

Sorry if i annoying you, im new on this, i try my best.

Last edited by bubuxoxo; 04-03-2020 at 12:47.
bubuxoxo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:31.


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