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

cannot enter steamcmd server console commands after launching it will ./srcds


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
runsrcds
Junior Member
Join Date: Oct 2021
Old 10-25-2021 , 10:28   cannot enter steamcmd server console commands after launching it will ./srcds
Reply With Quote #1

i SSH into my Ubuntu server and install steamcmd followed the official guide:

Code:
 sudo add-apt-repository multiverse
 sudo dpkg --add-architecture i386
 sudo apt update
 sudo apt install lib32gcc1 steamcmd
and i start cs:go server with
Code:
./srcds_run -game csgo -net_port_try 1 +sv_setsteamaccount 111 -authkey 000 -usercon +host_workshop_map 999
everything is working correctly except I can't access the server console directly to execute CS:GO command. As other users pointed out they can directly enter server console from Ubuntu after they execute "./srcds".
The only i can execute command to my CS:GO server is to launch CS:GO from Steam and use the in-game developer console to use the command like "rcon status" or "rcon listip"

The logs output after ./srcds that shown on my terminal:
Can someone please point out what went wrong ?

Cheers.

Code:
./srcds_run: 32: pushd: not found
./srcds_run: 35: popd: not found
Setting breakpad minidump AppID = 740
Using breakpad crash handler
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API] SteamAPI_Init(): Loaded '/home/ubuntu/.steam/sdk32/steamclient.so' OK.
[S_API FAIL] SteamAPI_Init() failed; create pipe failed.[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CApplicationManagerPopulateThread took 14 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)
CAppInfoCacheReadFromDiskThread took 40 milliseconds to initialize
RecordSteamInterfaceCreation (PID 6716): SteamGameServer013 /
RecordSteamInterfaceCreation (PID 6716): SteamUtils010 /
Setting breakpad minidump AppID = 730
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Setting breakpad minidump AppID = 740
RecordSteamInterfaceCreation (PID 6716): SteamGameServer013 /
RecordSteamInterfaceCreation (PID 6716): SteamUtils010 /
RecordSteamInterfaceCreation (PID 6716): SteamNetworking006 /
RecordSteamInterfaceCreation (PID 6716): SteamGameServerStats001 /
RecordSteamInterfaceCreation (PID 6716): STEAMHTTP_INTERFACE_VERSION003 /
RecordSteamInterfaceCreation (PID 6716): STEAMINVENTORY_INTERFACE_V003 /
RecordSteamInterfaceCreation (PID 6716): STEAMUGC_INTERFACE_VERSION014 /
RecordSteamInterfaceCreation (PID 6716): STEAMAPPS_INTERFACE_VERSION008 /
RecordSteamInterfaceCreation (PID 6716): SteamUtils009 / Utils
RecordSteamInterfaceCreation (PID 6716): SteamNetworkingSocketsSerialized004 /
RecordSteamInterfaceCreation (PID 6716): SteamGameServer012 / GameServer
RecordSteamInterfaceCreation (PID 6716): STEAMHTTP_INTERFACE_VERSION003 / HTTP
RecordSteamInterfaceCreation (PID 6716): SteamGameServer013 /
RecordSteamInterfaceCreation (PID 6716): SteamUtils010 /
RecordSteamInterfaceCreation (PID 6716): SteamNetworking006 /
RecordSteamInterfaceCreation (PID 6716): SteamGameServerStats001 /
RecordSteamInterfaceCreation (PID 6716): STEAMHTTP_INTERFACE_VERSION003 /
RecordSteamInterfaceCreation (PID 6716): STEAMINVENTORY_INTERFACE_V003 /
RecordSteamInterfaceCreation (PID 6716): STEAMUGC_INTERFACE_VERSION014 /
RecordSteamInterfaceCreation (PID 6716): STEAMAPPS_INTERFACE_VERSION008 /
RecordSteamInterfaceCreation (PID 6716): SteamGameCoordinator001 /
RecordSteamInterfaceCreation (PID 6716): SteamGameServer013 / GameServer
RecordSteamInterfaceCreation (PID 6716): SteamUtils010 / Utils

Last edited by runsrcds; 10-25-2021 at 10:42.
runsrcds is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 10-25-2021 , 13:42   Re: cannot enter steamcmd server console commands after launching it will ./srcds
Reply With Quote #2

Use console in your start parameters
PHP Code:
./srcds_run -game csgo -console -usercon -net_port_try 1 +sv_setsteamaccount 111 -authkey 000 -usercon +host_workshop_map 999 
Also it's best to run this with tmux or screen so you can enter and exit the session without closing it.

Last edited by Maxximou5; 10-25-2021 at 13:42.
Maxximou5 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 12:39.


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