AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   SRCDS Help (https://forums.alliedmods.net/showthread.php?t=301987)

chris1994Op 10-12-2017 16:05

SRCDS Help
 
Hello im using a fresh dedicated server running Centos7
Ive installed a GamePanel (GamePanelX)

Ive created a server its all up and running cant see anything terribly bad in the logs but.........
The server does not respond and i cant connect to it,, any idea what could cause this?

chris1994Op 10-12-2017 16:07

Re: SRCDS Help
 
Console output -
https://pastebin.com/b6ukuYRz

Bacardi 10-12-2017 16:07

Re: SRCDS Help
 
Well, how you started your srcds ? Launch parameters ?

*edit
Take -ip and -port away, try again.

Cripix 10-12-2017 16:13

Re: SRCDS Help
 
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.

apt-get install lib32tinfo5


I do not think it will solve the error but still

chris1994Op 10-12-2017 16:17

Re: SRCDS Help
 
Quote:

Originally Posted by Bacardi (Post 2554083)
Well, how you started your srcds ? Launch parameters ?

*edit
Take -ip and -port away, try again.

Tried did not fix either :/

Bacardi 10-13-2017 01:28

Re: SRCDS Help
 
I can connect to your server with 2017 port

*edit
maybe ports are mixing to others srcds from same IP

Triniayo 10-13-2017 05:28

Re: SRCDS Help
 
You shouldn't start your Game Servers as root!

Anyway, your log doesn't say too much tho. Seems like @Bacardi figured out that your server runs on Port 27017.

Check if any other process is blocking Port 27015.

Powerlord 10-13-2017 06:13

Re: SRCDS Help
 
Quote:

Originally Posted by Cripix (Post 2554084)
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.

apt-get install lib32tinfo5


I do not think it will solve the error but still

Won't work on Centos, but this should instead:

Code:

yum install ncurses-libs.i686
Still, ncurses just provides scrollback functionality in the server console and shouldn't affect anything else.


All times are GMT -4. The time now is 18:23.

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