Giter VIP home page Giter VIP logo

docker-csgo-server's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-csgo-server's Issues

32bit issue

Hello,
I got this error:

dlopen failed trying to load:
/home/csgo/.steam/sdk32/steamclient.so
with error:
/home/csgo/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory

Missing Library Error

I'm not entirely sure I understand how this happened, but there seems to now be an error. This is recent, within the last couple weeks.

Failed to open dedicated.so (libstdc++.so.6: cannot open shared object file: No such file or directory)

Thoughts on what may be causing this? It's in the ./linux32/ directory.

Volumes and env

Hello,
Could be nice to add some volumes to the dockerfile.
/maps/custom
/cfg/custom

and an environment configuration to be able to easily configure the server on startup (tickrate, hostname, rcon_password ...)

Auto update not enable?

My server doesn't auto update.
I had to remove image and build again from the pull. Is there any command to update?

Also, how to increase maxplayers?

Question about run process in Dockerfile

Hey guys,
is there a reason why you dont use inline RUN commands more grouped?
I counted 8 RUN commands with basic usage, which could be moved to one single RUN command.
A benefit of this is, your Dockerfile doesnt create 8 AUFS layers on every machine its used.
Example:
#Setup all environments
ENV var1 ...
ENV var2 ...
ENV var3 ...
ENV var4 ...
RUN command1;command2;command3;

Greetings,
jammsen

Default rcon

How can i add an rcon password?
If i access the container i don't have permitions to download an program to edit like vim or nano...

./csgo.sh: 3: ./csgo.sh: csgo/srcds_run: not found

Hi Gonzih,

First of all, I would like to appreciate and thank you for the initiative. I was really keen to get a CS:GO server running on docker and it seems you have been through a lot of hard work.

I tried to build and run an image, but even with the ADD step adding the script to $USER, I still face the below error. If that has happened to you before and I am losing something really basic here, sorry, but, any input is appreciated.

Cheers!

jralmaraz@jralmaraz-vn:~/Documents/CSGo/docker-csgo-server$ sudo docker run -d -p 27015:27015 -p 27015:27015/udp csgo -console -usercon +game_type 1 +game_mode 2 +mapgroup mg_allclassic +map de_dust
c81ae186e636e0f138c2916e55b08f6715c0eb0f6054b837d6ac5f9faaf8d19c

jralmaraz@jralmaraz-vn:~/Documents/CSGo/docker-csgo-server$ sudo docker ps -a
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS                       PORTS               NAMES
c81ae186e636        csgo                "./csgo.sh -consol..."   4 seconds ago       Exited (127) 4 seconds ago                       boring_gates

jralmaraz@jralmaraz-vn:~/Documents/CSGo/docker-csgo-server$ sudo docker logs c81ae186e636
./csgo.sh: 3: ./csgo.sh: csgo/srcds_run: not found

jralmaraz@jralmaraz-vn:~/Documents/CSGo/docker-csgo-server$ ls
autoexec.cfg  csgo_ds.txt  csgo.sh  Dockerfile  README.md  server.cfg  tf2_ds.txt  update.sh
jralmaraz@jralmaraz-vn:~/Documents/CSGo/docker-csgo-server$ 

Build history:

jralmaraz@jralmaraz-vn:~/Documents/CSGo/docker-csgo-server$ sudo docker build -t csgo github.com/Gonzih/docker-csgo-serverSending build context to Docker daemon   76.8kB
Step 1/18 : FROM ubuntu:16.04
 ---> 747cb2d60bbe
Step 2/18 : MAINTAINER Max Gonzih <gonzih at gmail dot com>
 ---> Running in a845fa30ed05
 ---> 68c0a313a3a4
Removing intermediate container a845fa30ed05
Step 3/18 : ENV USER csgo
 ---> Running in f94acf86fc3e
 ---> 585f9ec3321d
Removing intermediate container f94acf86fc3e
Step 4/18 : ENV HOME /home/$USER
 ---> Running in 0837843fb7ab
 ---> 1d8aa7062b7b
Removing intermediate container 0837843fb7ab
Step 5/18 : ENV SERVER $HOME/hlserver
 ---> Running in f90dc0555922
 ---> bb2dd5b9b87f
Removing intermediate container f90dc0555922
Step 6/18 : RUN apt-get -y update     && apt-get -y upgrade     && apt-get -y install lib32gcc1 curl net-tools     && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     && useradd $USER     && mkdir $HOME     && chown $USER:$USER $HOME     && mkdir $SERVER
 ---> Running in 4b9613f61ae8
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Get:3 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [50.7 kB]
Get:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [485 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:6 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.9 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [222 kB]
Get:9 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3485 B]
Get:10 http://archive.ubuntu.com/ubuntu xenial/universe Sources [9802 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [221 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [843 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [13.7 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [695 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [18.5 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [5176 B]
Get:21 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [6354 B]
Fetched 24.5 MB in 18s (1295 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  libsystemd0 libudev1 systemd systemd-sysv
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3899 kB of archives.
After this operation, 4096 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd0 amd64 229-4ubuntu21 [205 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd amd64 229-4ubuntu21 [3628 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd-sysv amd64 229-4ubuntu21 [12.1 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev1 amd64 229-4ubuntu21 [54.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3899 kB in 7s (530 kB/s)
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../libsystemd0_229-4ubuntu21_amd64.deb ...
Unpacking libsystemd0:amd64 (229-4ubuntu21) over (229-4ubuntu19) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Setting up libsystemd0:amd64 (229-4ubuntu21) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../systemd_229-4ubuntu21_amd64.deb ...
Unpacking systemd (229-4ubuntu21) over (229-4ubuntu19) ...
Setting up systemd (229-4ubuntu21) ...
Initializing machine ID from random generator.
addgroup: The group `systemd-journal' already exists as a system group. Exiting.
Failed to set capabilities on file `/usr/bin/systemd-detect-virt' (Invalid argument)
The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file
Operation failed: No such file or directory
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_229-4ubuntu21_amd64.deb ...
Unpacking systemd-sysv (229-4ubuntu21) over (229-4ubuntu19) ...
Setting up systemd-sysv (229-4ubuntu21) ...
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../libudev1_229-4ubuntu21_amd64.deb ...
Unpacking libudev1:amd64 (229-4ubuntu21) over (229-4ubuntu19) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Setting up libudev1:amd64 (229-4ubuntu21) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates krb5-locales libasn1-8-heimdal libc6-i386 libcurl3-gnutls
  libffi6 libgmp10 libgnutls30 libgssapi-krb5-2 libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhogweed4
  libhx509-5-heimdal libidn11 libk5crypto3 libkeyutils1 libkrb5-26-heimdal
  libkrb5-3 libkrb5support0 libldap-2.4-2 libnettle6 libp11-kit0
  libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
  libsqlite3-0 libssl1.0.0 libtasn1-6 libwind0-heimdal openssl
Suggested packages:
  gnutls-bin krb5-doc krb5-user libsasl2-modules-otp libsasl2-modules-ldap
  libsasl2-modules-sql libsasl2-modules-gssapi-mit
  | libsasl2-modules-gssapi-heimdal
The following NEW packages will be installed:
  ca-certificates curl krb5-locales lib32gcc1 libasn1-8-heimdal libc6-i386
  libcurl3-gnutls libffi6 libgmp10 libgnutls30 libgssapi-krb5-2
  libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhogweed4 libhx509-5-heimdal libidn11 libk5crypto3
  libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2
  libnettle6 libp11-kit0 libroken18-heimdal librtmp1 libsasl2-2
  libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.0.0 libtasn1-6
  libwind0-heimdal net-tools openssl
0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
Need to get 7895 kB of archives.
After this operation, 30.3 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libffi6 amd64 3.2.1-4 [17.8 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmp10 amd64 2:6.1.0+dfsg-2 [240 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnettle6 amd64 3.2-1ubuntu0.16.04.1 [93.5 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhogweed4 amd64 3.2-1ubuntu0.16.04.1 [136 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11 amd64 1.32-3ubuntu1.2 [46.5 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit0 amd64 0.23.2-5~ubuntu16.04.1 [105 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6 amd64 4.7-3ubuntu0.16.04.2 [43.3 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.4 [548 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsqlite3-0 amd64 3.11.0-1ubuntu1 [396 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.8 [1081 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 net-tools amd64 1.60-26ubuntu1 [175 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.8 [492 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates all 20170717~16.04.1 [168 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 krb5-locales all 1.13.2+dfsg-5ubuntu2 [13.2 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libroken18-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [41.4 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasn1-8-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [174 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5support0 amd64 1.13.2+dfsg-5ubuntu2 [30.8 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libk5crypto3 amd64 1.13.2+dfsg-5ubuntu2 [81.2 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libkeyutils1 amd64 1.5.9-8ubuntu1 [9904 B]
Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-3 amd64 1.13.2+dfsg-5ubuntu2 [273 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi-krb5-2 amd64 1.13.2+dfsg-5ubuntu2 [120 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhcrypto4-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [85.0 kB]
Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libheimbase1-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [29.3 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwind0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [47.8 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhx509-5-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [107 kB]
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-26-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [202 kB]
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libheimntlm0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [15.1 kB]
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi3-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [96.1 kB]
Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsasl2-modules-db amd64 2.1.26.dfsg1-14build1 [14.5 kB]
Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsasl2-2 amd64 2.1.26.dfsg1-14build1 [48.7 kB]
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.2 [160 kB]
Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 [54.4 kB]
Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.4 [184 kB]
Get:34 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsasl2-modules amd64 2.1.26.dfsg1-14build1 [47.5 kB]
Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.4 [139 kB]
Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-i386 amd64 2.23-0ubuntu9 [2333 kB]
Get:37 http://archive.ubuntu.com/ubuntu xenial/main amd64 lib32gcc1 amd64 1:6.0.1-0ubuntu1 [46.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 7895 kB in 9s (828 kB/s)
Selecting previously unselected package libffi6:amd64.
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../libffi6_3.2.1-4_amd64.deb ...
Unpacking libffi6:amd64 (3.2.1-4) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a6.1.0+dfsg-2_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.1.0+dfsg-2) ...
Selecting previously unselected package libnettle6:amd64.
Preparing to unpack .../libnettle6_3.2-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ...
Selecting previously unselected package libhogweed4:amd64.
Preparing to unpack .../libhogweed4_3.2-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../libidn11_1.32-3ubuntu1.2_amd64.deb ...
Unpacking libidn11:amd64 (1.32-3ubuntu1.2) ...
Selecting previously unselected package libp11-kit0:amd64.
Preparing to unpack .../libp11-kit0_0.23.2-5~ubuntu16.04.1_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../libtasn1-6_4.7-3ubuntu0.16.04.2_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.7-3ubuntu0.16.04.2) ...
Selecting previously unselected package libgnutls30:amd64.
Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.4_amd64.deb ...
Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.4) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../libsqlite3-0_3.11.0-1ubuntu1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.11.0-1ubuntu1) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.8_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.8) ...
Selecting previously unselected package net-tools.
Preparing to unpack .../net-tools_1.60-26ubuntu1_amd64.deb ...
Unpacking net-tools (1.60-26ubuntu1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.2g-1ubuntu4.8_amd64.deb ...
Unpacking openssl (1.0.2g-1ubuntu4.8) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20170717~16.04.1_all.deb ...
Unpacking ca-certificates (20170717~16.04.1) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../krb5-locales_1.13.2+dfsg-5ubuntu2_all.deb ...
Unpacking krb5-locales (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../libroken18-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../libasn1-8-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.13.2+dfsg-5ubuntu2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.13.2+dfsg-5ubuntu2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-8ubuntu1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-8ubuntu1) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.13.2+dfsg-5ubuntu2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-5ubuntu2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../libhcrypto4-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../libheimbase1-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../libwind0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../libhx509-5-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../libkrb5-26-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../libheimntlm0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../libgssapi3-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-14build1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-14build1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-14build1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-14build1) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.2_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20151223.gitfa8646d-1ubuntu0.1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.4_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.4) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-14build1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-14build1) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.47.0-1ubuntu2.4_amd64.deb ...
Unpacking curl (7.47.0-1ubuntu2.4) ...
Selecting previously unselected package libc6-i386.
Preparing to unpack .../libc6-i386_2.23-0ubuntu9_amd64.deb ...
Unpacking libc6-i386 (2.23-0ubuntu9) ...
Selecting previously unselected package lib32gcc1.
Preparing to unpack .../lib32gcc1_1%3a6.0.1-0ubuntu1_amd64.deb ...
Unpacking lib32gcc1 (1:6.0.1-0ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Setting up libffi6:amd64 (3.2.1-4) ...
Setting up libgmp10:amd64 (2:6.1.0+dfsg-2) ...
Setting up libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ...
Setting up libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ...
Setting up libidn11:amd64 (1.32-3ubuntu1.2) ...
Setting up libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ...
Setting up libtasn1-6:amd64 (4.7-3ubuntu0.16.04.2) ...
Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.4) ...
Setting up libsqlite3-0:amd64 (3.11.0-1ubuntu1) ...
Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.8) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up net-tools (1.60-26ubuntu1) ...
Setting up openssl (1.0.2g-1ubuntu4.8) ...
Setting up ca-certificates (20170717~16.04.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up krb5-locales (1.13.2+dfsg-5ubuntu2) ...
Setting up libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2) ...
Setting up libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2) ...
Setting up libkeyutils1:amd64 (1.5.9-8ubuntu1) ...
Setting up libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2) ...
Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2) ...
Setting up libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-14build1) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-14build1) ...
Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.2) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.4) ...
Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14build1) ...
Setting up curl (7.47.0-1ubuntu2.4) ...
Setting up libc6-i386 (2.23-0ubuntu9) ...
Setting up lib32gcc1 (1:6.0.1-0ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for ca-certificates (20170717~16.04.1) ...
Updating certificates in /etc/ssl/certs...
148 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
 ---> 1dbe48ed7a1e
Removing intermediate container 4b9613f61ae8
Step 7/18 : ADD ./csgo_ds.txt $SERVER/csgo_ds.txt
 ---> 3b4e2ad65208
Step 8/18 : ADD ./update.sh $SERVER/update.sh
 ---> acb080d29676
Step 9/18 : ADD ./autoexec.cfg $SERVER/csgo/csgo/cfg/autoexec.cfg
 ---> 24cb4768d289
Step 10/18 : ADD ./server.cfg $SERVER/csgo/csgo/cfg/server.cfg
 ---> 534823313835
Step 11/18 : ADD ./csgo.sh $SERVER/csgo.sh
 ---> 5d98cf4417c4
Step 12/18 : RUN chown -R $USER:$USER $SERVER
 ---> Running in 7e34565695f2
 ---> 08c017c7a016
Removing intermediate container 7e34565695f2
Step 13/18 : USER $USER
 ---> Running in 520e445fcbac
 ---> 4f91ca317b53
Removing intermediate container 520e445fcbac
Step 14/18 : RUN curl http://media.steampowered.com/client/steamcmd_linux.tar.gz | tar -C $SERVER -xvz  && $SERVER/update.sh
 ---> Running in 5eb9b15bf993
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0linux32/
linux32/libstdc++.so.6
 37 3096k   37 1165k    0     0   461k      0  0:00:06  0:00:02  0:00:04  461klinux32/steamcmd
100 3096k  100 3096k    0     0   880k      0  0:00:03  0:00:03 --:--:--  880k
steamcmd.sh
steam.sh
Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
[  0%] Checking for available update...
[  0%] Downloading update (0 of 18787 KB)...
[  0%] Downloading update (0 of 18787 KB)...
[  0%] Downloading update (8 of 18787 KB)...
[  0%] Downloading update (172 of 18787 KB)...
[  0%] Downloading update (547 of 18787 KB)...
[  2%] Downloading update (1069 of 18787 KB)...
[  5%] Downloading update (1552 of 18787 KB)...
[  8%] Downloading update (2022 of 18787 KB)...
[ 10%] Downloading update (2486 of 18787 KB)...
[ 13%] Downloading update (3009 of 18787 KB)...
[ 16%] Downloading update (3441 of 18787 KB)...
[ 18%] Downloading update (3877 of 18787 KB)...
[ 20%] Downloading update (4362 of 18787 KB)...
[ 23%] Downloading update (4765 of 18787 KB)...
[ 25%] Downloading update (5154 of 18787 KB)...
[ 27%] Downloading update (5498 of 18787 KB)...
[ 29%] Downloading update (5812 of 18787 KB)...
[ 30%] Downloading update (6116 of 18787 KB)...
[ 32%] Downloading update (6526 of 18787 KB)...
[ 34%] Downloading update (6978 of 18787 KB)...
[ 37%] Downloading update (7309 of 18787 KB)...
[ 38%] Downloading update (7649 of 18787 KB)...
[ 40%] Downloading update (8064 of 18787 KB)...
[ 42%] Downloading update (8551 of 18787 KB)...
[ 45%] Downloading update (9065 of 18787 KB)...
[ 48%] Downloading update (9539 of 18787 KB)...
[ 50%] Downloading update (10021 of 18787 KB)...
[ 53%] Downloading update (10511 of 18787 KB)...
[ 55%] Downloading update (11026 of 18787 KB)...
[ 58%] Downloading update (11517 of 18787 KB)...
[ 61%] Downloading update (11971 of 18787 KB)...
[ 63%] Downloading update (12407 of 18787 KB)...
[ 66%] Downloading update (12856 of 18787 KB)...
[ 68%] Downloading update (13366 of 18787 KB)...
[ 71%] Downloading update (13609 of 18787 KB)...
[ 72%] Downloading update (13916 of 18787 KB)...
[ 74%] Downloading update (14259 of 18787 KB)...
[ 75%] Downloading update (14694 of 18787 KB)...
[ 78%] Downloading update (15120 of 18787 KB)...
[ 80%] Downloading update (15559 of 18787 KB)...
[ 82%] Downloading update (16088 of 18787 KB)...
[ 85%] Downloading update (16564 of 18787 KB)...
[ 88%] Downloading update (17017 of 18787 KB)...
[ 90%] Downloading update (17335 of 18787 KB)...
[ 92%] Downloading update (17765 of 18787 KB)...
[ 94%] Downloading update (18209 of 18787 KB)...
[ 96%] Downloading update (18670 of 18787 KB)...
[ 99%] Downloading update (18787 of 18787 KB)...
[100%] Download Complete.
[----] Applying update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching...
Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Downloading update (0 of 12673 KB)...
[  0%] Downloading update (0 of 12673 KB)...
[  0%] Downloading update (68 of 12673 KB)...
[  0%] Downloading update (340 of 12673 KB)...
[  2%] Downloading update (819 of 12673 KB)...
[  6%] Downloading update (1303 of 12673 KB)...
[ 10%] Downloading update (1787 of 12673 KB)...
[ 14%] Downloading update (2270 of 12673 KB)...
[ 17%] Downloading update (2579 of 12673 KB)...
[ 20%] Downloading update (2944 of 12673 KB)...
[ 23%] Downloading update (3428 of 12673 KB)...
[ 27%] Downloading update (3884 of 12673 KB)...
[ 30%] Downloading update (4358 of 12673 KB)...
[ 34%] Downloading update (4832 of 12673 KB)...
[ 38%] Downloading update (5321 of 12673 KB)...
[ 41%] Downloading update (5743 of 12673 KB)...
[ 45%] Downloading update (6213 of 12673 KB)...
[ 49%] Downloading update (6733 of 12673 KB)...
[ 53%] Downloading update (7180 of 12673 KB)...
[ 56%] Downloading update (7666 of 12673 KB)...
[ 60%] Downloading update (8077 of 12673 KB)...
[ 63%] Downloading update (8519 of 12673 KB)...
[ 67%] Downloading update (8952 of 12673 KB)...
[ 70%] Downloading update (9322 of 12673 KB)...
[ 73%] Downloading update (9740 of 12673 KB)...
[ 76%] Downloading update (10247 of 12673 KB)...
[ 80%] Downloading update (10718 of 12673 KB)...
[ 84%] Downloading update (10983 of 12673 KB)...
[ 86%] Downloading update (11169 of 12673 KB)...
[ 88%] Downloading update (11558 of 12673 KB)...
[ 91%] Downloading update (12022 of 12673 KB)...
[ 94%] Downloading update (12472 of 12673 KB)...
[ 98%] Downloading update (12673 of 12673 KB)...
[100%] Download complete.
[----] Installing update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steamcmd...
Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...OK.
login anonymous

Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
force_install_dir ./csgo
app_update 740 validate
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '740' state is 0x202 after update job.
quit
 ---> 7c602620ce7c
Removing intermediate container 5eb9b15bf993
Step 15/18 : EXPOSE 27015/udp
 ---> Running in be7b5982c8d4
 ---> 1d17bf04f32a
Removing intermediate container be7b5982c8d4
Step 16/18 : WORKDIR /home/$USER/hlserver
 ---> 543ed53946cf
Removing intermediate container 43e4fb77594c
Step 17/18 : ENTRYPOINT ./csgo.sh
 ---> Running in b7ef792af271
 ---> ca4ef4271547
Removing intermediate container b7ef792af271
Step 18/18 : CMD ["-console" "-usercon" "+game_type" "0" "+game_mode" "1" "+mapgroup" "mg_active" "+map" "de_cache"]
 ---> Running in 774cfae6cdcb
 ---> d60b318f6155
Removing intermediate container 774cfae6cdcb
Successfully built d60b318f6155
Successfully tagged csgo:latest

steamclient.so not found

Hey @Gonzih !

First of all, thanks for the image!

I gave a try to the version you uploaded to DockerHub but it looks like it doesn't run right out of the box:

 Update state (0x61) downloading, progress: 94.25 (4181316978 / 4436550069)
 Update state (0x61) downloading, progress: 94.68 (4200518260 / 4436550069)
 Update state (0x61) downloading, progress: 94.70 (4201566836 / 4436550069)
Error! App '740' state is 0x606 after update job.
quit
/home/csgo/hlserver/steamcmd.sh: line 38:    20 Killed                  $DEBUGGER "$STEAMEXE" "$@"
----------------------------
Setting breakpad minidump AppID = 740
Using breakpad crash handler
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/csgo/.steam/sdk32/steamclient.so
with error:
/home/csgo/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
szCmd: /bin/sh -c '"/home/csgo/.steam/root/steam.sh" "steam://run/730//%22-game%22%20%22csgo%22%20%22-tickrate%22%20%22128%22%20%22-autoupdate%22%20%22-steam_dir%22%20%22%2Fhome%2Fcsgo%2Fhlserver%22%20%22-steamcmd_script%22%20%22%2Fhome%2Fcsgo%2Fhlserver%2Fcsgo_ds.txt%22%20%22-console%22%20%22-usercon%22%20%22%2Bgame_type%22%20%220%22%20%22%2Bgame_mode%22%20%220%22%20%22%2Bmapgroup%22%20%22mg_active%22%20%22%2Bmap%22%20%22de_cache%22"' &
LD_LIBRARY_PATH=/home/csgo/hlserver/csgo/bin:/home/csgo/hlserver/csgo:/home/csgo/hlserver/csgo/bin:
#
#Console initialized.
#Using breakpad minidump system 740/13604.577.DC
#Loading VPK file hashes for pure server operation.
#Loading VPK file hashes for pure server operation.
#Loading VPK file hashes for pure server operation.
/bin/sh: 1: /home/csgo/.steam/root/steam.sh: not found
Wed Oct 25 22:05:15 UTC 2017: Server restart in 10 seconds
Updating server using Steam.
----------------------------
***************************************************
The recommended way to run steamcmd is: steamcmd.sh +runscript /home/csgo/hlserver/csgo_ds.txt
***************************************************
Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[----] Verifying installation...
[----] !!! Fatal Error: Steamcmd needs 250MB of free disk space to update.
----------------------------
Setting breakpad minidump AppID = 740
Using breakpad crash handler
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/csgo/.steam/sdk32/steamclient.so
with error:
/home/csgo/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
error from daemon in stream: Error grabbing logs: unexpected EOF

Am I missing something?

Thanks!

More information

Thanks for sharing this, I really appreciate your effort on sharing it :)

Do you have any tutorial or can recommend something where I can understand better things like: where/how to add authentication, adding mods, adding the GSLT and api keys for workshop, and so on?

auto-update

In my understanding, the csgo-server files are downloaded into a docker layer. When it comes to updating the server, every csgo-docker instance must download the update for the gameserver. To bypass this i can just rebuilt the docker image itself, is that right?

nice image btw.

greetz jan

Please add license

Hi, it's really awesome you got this working in Docker! Can you please consider adding a license to this project so others who have forked this or would like to fork it have explicit permission to make derivative works? Check out https://choosealicense.com/

A simple choice would be MIT or Apache 2.0.

Tried downloading and first start can't find steamclient.so

On first startup I encountered (Sorry for the format.. don't know how to turn off markdown)

Setting breakpad minidump AppID = 740 Using breakpad crash handler Forcing breakpad minidump interfaces to load dlopen failed trying to load: /home/csgo/.steam/sdk32/steamclient.so with error: /home/csgo/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory Looking up breakpad interfaces from steamclient Calling BreakpadMiniDumpSystemInit [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. [S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so. LD_LIBRARY_PATH=/home/csgo/hlserver/csgo/bin:/home/csgo/hlserver/csgo:/home/csgo/hlserver/csgo/bin:

Along with a few others that probably aren't important in the log. I've never stood up any CS servers beffoere so I'm slow at debugging. any help is appreciated. I'll contribute if I find anything.

`
csgo/srcds_run: 32: csgo/srcds_run: pushd: not found
csgo/srcds_run: 35: csgo/srcds_run: popd: not found
Server will auto-restart if there is a crash.
Updating server using Steam.


The recommended way to run steamcmd is: steamcmd.sh +runscript /home/csgo/hlserver/csgo_ds.txt


Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
[ 0%] Downloading update...
[ 0%] Checking for available updates...
[----] Download complete.
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steamcmd...
Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...OK.
login anonymous

Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
force_install_dir ./csgo
app_update 740 validate
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Update state (0x61) downloading, progress: 7.68 (45307398 / 589946078)
Update state (0x61) downloading, progress: 28.69 (169272638 / 589946078)
Update state (0x61) downloading, progress: 47.40 (279615783 / 589946078)
Update state (0x61) downloading, progress: 68.17 (402178911 / 589946078)
Update state (0x61) downloading, progress: 85.28 (503116098 / 589946078)
Update state (0x61) downloading, progress: 98.65 (582008639 / 589946078)
Update state (0x101) committing, progress: 0.00 (0 / 589946078)
Success! App '740' fully installed.
quit

Setting breakpad minidump AppID = 740
Using breakpad crash handler
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/csgo/.steam/sdk32/steamclient.so
with error:
/home/csgo/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
LD_LIBRARY_PATH=/home/csgo/hlserver/csgo/bin:/home/csgo/hlserver/csgo:/home/csgo/hlserver/csgo/bin:

#Console initialized.
#Using breakpad minidump system 740/13629.658.DC
#Loading VPK file hashes for pure server operation.
#Loading VPK file hashes for pure server operation.
#Loading VPK file hashes for pure server operation.
#Game.dll loaded for "Counter-Strike: Global Offensive"
#CGameEventManager::AddListener: event 'server_pre_shutdown' unknown.
#CGameEventManager::AddListener: event 'game_newmap' unknown.
#CGameEventManager::AddListener: event 'finale_start' unknown.
#CGameEventManager::AddListener: event 'round_start' unknown.
#CGameEventManager::AddListener: event 'round_end' unknown.
#CGameEventManager::AddListener: event 'difficulty_changed' unknown.
#CGameEventManager::AddListener: event 'player_connect' unknown.
#CGameEventManager::AddListener: event 'player_disconnect' unknown.
#GameTypes: missing mapgroupsSP entry for game type/mode (custom/custom).
#GameTypes: missing mapgroupsSP entry for game type/mode (cooperative/cooperative).
#GameTypes: missing mapgroupsSP entry for game type/mode (cooperative/coopmission).
Failed to load gamerulescvars.txt, game rules cvars might not be reported to management tools.
Server is hibernating
Particles: Missing 'particles/money_fx.pcf'
No web api auth key specified - workshop downloads will be disabled.
maxplayers set to 64
ConVarRef cl_embedded_stream_video_playing doesn't point to an existing ConVar
Unknown command "cl_bobamt_vert"
Unknown command "cl_bobamt_lat"
Unknown command "cl_bob_lower_amt"
Unknown command "cl_viewmodel_shift_left_amt"
Unknown command "cl_viewmodel_shift_right_amt"
Unknown command "cl_teamid_min"
Unknown command "cl_teamid_max"
Unknown command "cl_teamid_overhead"
Unknown command "cl_teamid_overhead_maxdist"
Server logging enabled.
Server logging data to file logs/L000_000_000_000_0_201803050153_000.log
L 03/05/2018 - 01:53:01: Log file started (file "logs/L000_000_000_000_0_201803050153_000.log") (game "/home/csgo/hlserver/csgo/csgo") (version "6974")
Setting mapgroup to 'mg_active'
Network: IP 172.17.0.2 ---- Host_NewGame ----
L 03/05/2018 - 01:53:01: Log file closed
Server logging data to file logs/L172_017_000_002_27015_201803050153_000.log
L 03/05/2018 - 01:53:01: Log file started (file "logs/L172_017_000_002_27015_201803050153_000.log") (game "/home/csgo/hlserver/csgo/csgo") (version "6974")
L 03/05/2018 - 01:53:01: Loading map "de_cache"
L 03/05/2018 - 01:53:01: server cvars start
L 03/05/2018 - 01:53:01: "cash_player_killed_teammate" = "-300"
L 03/05/2018 - 01:53:01: "cash_player_respawn_amount" = "0"
L 03/05/2018 - 01:53:01: "sv_maxspeed" = "320"
L 03/05/2018 - 01:53:01: "cash_team_rescued_hostage" = "0"
L 03/05/2018 - 01:53:01: "cash_team_win_by_defusing_bomb" = "3250"
L 03/05/2018 - 01:53:01: "sv_rollangle" = "0"
L 03/05/2018 - 01:53:01: "r_AirboatViewZHeight" = "0.0"
L 03/05/2018 - 01:53:01: "sv_cheats" = "0"
L 03/05/2018 - 01:53:01: "r_VehicleViewDampen" = "1"
L 03/05/2018 - 01:53:01: "mp_allowNPCs" = "1"
L 03/05/2018 - 01:53:01: "mp_tournament" = "0"
L 03/05/2018 - 01:53:01: "sv_vote_issue_pause_match_spec_only" = "0"
L 03/05/2018 - 01:53:01: "sv_spec_hear" = "1"
L 03/05/2018 - 01:53:01: "cash_player_interact_with_hostage" = "150"
L 03/05/2018 - 01:53:01: "mp_maxrounds" = "0"
L 03/05/2018 - 01:53:01: "mp_flashlight" = "0"
L 03/05/2018 - 01:53:01: "sv_tags" = ""
L 03/05/2018 - 01:53:01: "sv_stepsize" = "18"
L 03/05/2018 - 01:53:01: "sv_alltalk" = "0"
L 03/05/2018 - 01:53:01: "mp_teamlist" = "hgrunt;scientist"
L 03/05/2018 - 01:53:01: "mp_footsteps" = "1"
L 03/05/2018 - 01:53:01: "sv_noclipaccelerate" = "5"
L 03/05/2018 - 01:53:01: "sv_accelerate_debug_speed" = "0"
L 03/05/2018 - 01:53:01: "sv_wateraccelerate" = "10"
L 03/05/2018 - 01:53:01: "mp_stalemate_enable" = "0"
L 03/05/2018 - 01:53:01: "mp_autocrosshair" = "1"
L 03/05/2018 - 01:53:01: "cash_team_elimination_bomb_map" = "3250"
L 03/05/2018 - 01:53:01: "cash_player_get_killed" = "0"
L 03/05/2018 - 01:53:01: "mp_roundtime_defuse" = "0"
L 03/05/2018 - 01:53:01: "sv_autobuyammo" = "0"
L 03/05/2018 - 01:53:01: "sv_rollspeed" = "200"
L 03/05/2018 - 01:53:01: "sv_airaccelerate" = "12"
L 03/05/2018 - 01:53:01: "sv_show_team_equipment_prohibit" = "0"
L 03/05/2018 - 01:53:01: "mp_teams_unbalance_limit" = "1"
L 03/05/2018 - 01:53:01: "mp_timelimit" = "5"
L 03/05/2018 - 01:53:01: "cash_team_loser_bonus" = "1400"
L 03/05/2018 - 01:53:01: "sv_deadtalk" = "0"
L 03/05/2018 - 01:53:01: "cash_player_rescued_hostage" = "1000"
L 03/05/2018 - 01:53:01: "sv_waterfriction" = "1"
L 03/05/2018 - 01:53:01: "sv_competitive_official_5v5" = "0"
L 03/05/2018 - 01:53:01: "sv_steamgroup" = ""
L 03/05/2018 - 01:53:01: "cash_player_killed_enemy_default" = "300"
L 03/05/2018 - 01:53:01: "coop" = "0"
L 03/05/2018 - 01:53:01: "mp_respawnwavetime" = "10.0"
L 03/05/2018 - 01:53:01: "sv_teamid_overhead" = "1"
L 03/05/2018 - 01:53:01: "tv_enable1" = "0"
L 03/05/2018 - 01:53:01: "nextlevel" = ""
L 03/05/2018 - 01:53:01: "sv_stopspeed" = "80"
L 03/05/2018 - 01:53:01: "sv_specaccelerate" = "5"
L 03/05/2018 - 01:53:01: "deathmatch" = "1"
L 03/05/2018 - 01:53:01: "tv_enable" = "0"
L 03/05/2018 - 01:53:01: "mp_roundtime_hostage" = "0"
L 03/05/2018 - 01:53:01: "mp_freezetime" = "6"
L 03/05/2018 - 01:53:01: "mp_teammates_are_enemies" = "0"
L 03/05/2018 - 01:53:01: "mp_falldamage" = "0"
L 03/05/2018 - 01:53:01: "sv_accelerate_use_weapon_speed" = "1"
L 03/05/2018 - 01:53:01: "sv_voiceenable" = "1"
L 03/05/2018 - 01:53:01: "sv_teamid_overhead_always_prohibit" = "0"
L 03/05/2018 - 01:53:01: "sv_bounce" = "0"
L 03/05/2018 - 01:53:01: "mp_disable_respawn_times" = "0"
L 03/05/2018 - 01:53:01: "r_AirboatViewDampenFreq" = "7.0"
L 03/05/2018 - 01:53:01: "mp_weaponstay" = "0"
L 03/05/2018 - 01:53:01: "mp_hostagepenalty" = "10"
L 03/05/2018 - 01:53:01: "tv_advertise_watchable" = "0"
L 03/05/2018 - 01:53:01: "mp_friendlyfire" = "0"
L 03/05/2018 - 01:53:01: "cash_team_hostage_interaction" = "500"
L 03/05/2018 - 01:53:01: "sv_noclipspeed" = "5"
L 03/05/2018 - 01:53:01: "cash_team_win_by_time_running_out_bomb" = "3250"
L 03/05/2018 - 01:53:01: "sv_allchat" = "1"
L 03/05/2018 - 01:53:01: "mp_buy_during_immunity" = "0"
L 03/05/2018 - 01:53:01: "cash_player_killed_enemy_factor" = "1"
L 03/05/2018 - 01:53:01: "mp_c4timer" = "40"
L 03/05/2018 - 01:53:01: "r_JeepViewDampenDamp" = "1.0"
L 03/05/2018 - 01:53:01: "sv_competitive_minspec" = "1"
L 03/05/2018 - 01:53:01: "r_AirboatViewDampenDamp" = "1.0"
L 03/05/2018 - 01:53:01: "sv_max_allowed_net_graph" = "1"
L 03/05/2018 - 01:53:01: "mp_stalemate_at_timelimit" = "0"
L 03/05/2018 - 01:53:01: "mp_limitteams" = "2"
L 03/05/2018 - 01:53:01: "sv_footsteps" = "1"
L 03/05/2018 - 01:53:01: "sv_vote_issue_kick_allowed" = "1"
L 03/05/2018 - 01:53:01: "cash_team_survive_guardian_wave" = "1000"
L 03/05/2018 - 01:53:01: "tv_relaypassword" = ""
L 03/05/2018 - 01:53:01: "mp_teamplay" = "0"
L 03/05/2018 - 01:53:01: "cash_team_terrorist_win_bomb" = "3500"
L 03/05/2018 - 01:53:01: "cash_team_elimination_hostage_map_t" = "1000"
L 03/05/2018 - 01:53:01: "r_JeepViewDampenFreq" = "7.0"
L 03/05/2018 - 01:53:01: "cash_team_win_by_time_running_out_hostage" = "3250"
L 03/05/2018 - 01:53:01: "sv_specnoclip" = "1"
L 03/05/2018 - 01:53:01: "sv_friction" = "5.2"
L 03/05/2018 - 01:53:01: "cash_player_bomb_planted" = "300"
L 03/05/2018 - 01:53:01: "mp_autoteambalance" = "1"
L 03/05/2018 - 01:53:01: "sv_contact" = ""
L 03/05/2018 - 01:53:01: "sv_vote_kick_ban_duration" = "15"
L 03/05/2018 - 01:53:01: "cash_player_bomb_defused" = "300"
L 03/05/2018 - 01:53:01: "mp_roundtime" = "5"
L 03/05/2018 - 01:53:01: "sv_kick_ban_duration" = "15"
L 03/05/2018 - 01:53:01: "cash_team_planted_bomb_but_defused" = "800"
L 03/05/2018 - 01:53:01: "cash_player_killed_hostage" = "-1000"
L 03/05/2018 - 01:53:01: "sv_vote_issue_loadbackup_allowed" = "1"
L 03/05/2018 - 01:53:01: "nextmode" = ""
L 03/05/2018 - 01:53:01: "mp_fraglimit" = "0"
L 03/05/2018 - 01:53:01: "mp_forcerespawn" = "1"
L 03/05/2018 - 01:53:01: "mp_winlimit" = "0"
L 03/05/2018 - 01:53:01: "sv_accelerate" = "5.5"
L 03/05/2018 - 01:53:01: "mp_buy_anywhere" = "0"
L 03/05/2018 - 01:53:01: "sv_gravity" = "800"
L 03/05/2018 - 01:53:01: "sv_password" = ""
L 03/05/2018 - 01:53:01: "cash_team_elimination_hostage_map_ct" = "2000"
L 03/05/2018 - 01:53:01: "cash_team_win_by_hostage_rescue" = "3500"
L 03/05/2018 - 01:53:01: "sv_vote_issue_loadbackup_spec_only" = "0"
L 03/05/2018 - 01:53:01: "cash_team_loser_bonus_consecutive_rounds" = "500"
L 03/05/2018 - 01:53:01: "cash_player_damage_hostage" = "-30"
L 03/05/2018 - 01:53:01: "r_JeepViewZHeight" = "10.0"
L 03/05/2018 - 01:53:01: "cash_team_hostage_alive" = "0"
L 03/05/2018 - 01:53:01: "tv_password" = ""
L 03/05/2018 - 01:53:01: "sv_specspeed" = "3"
L 03/05/2018 - 01:53:01: server cvars end
ConVarRef r_staticlight_streams_indirect_only doesn't point to an existing ConVar
Warning in .VMT file ($color): no ']' or '}' found in vector key "$color".
Did you forget to surround the vector with "s?
L 03/05/2018 - 01:53:02: Started map "de_cache" (CRC "-895876686")
Host_NewGame on map de_cache
GameTypes: missing mapgroupsSP entry for game type/mode (custom/custom).
GameTypes: missing mapgroupsSP entry for game type/mode (cooperative/cooperative).
GameTypes: missing mapgroupsSP entry for game type/mode (cooperative/coopmission).
ConVarRef room_type doesn't point to an existing ConVar
ammo_grenade_limit_default - 1
ammo_grenade_limit_flashbang - 1
ammo_grenade_limit_total - 3
bot_allow_grenades - 1
bot_allow_machine_guns - 1
bot_allow_pistols - 1
bot_allow_rifles - 1
bot_allow_rogues - 1
bot_allow_shotguns - 1
bot_allow_snipers - 1
bot_allow_sub_machine_guns - 1
bot_autodifficulty_threshold_high - 5.0
bot_autodifficulty_threshold_low - -2.0
bot_chatter - normal
bot_defer_to_human_goals - 0
bot_defer_to_human_items - 1
bot_difficulty - 1
bot_quota - 10
bot_quota_mode - normal
cash_player_bomb_defused - 300
cash_player_bomb_planted - 300
cash_player_damage_hostage - -30
cash_player_get_killed - 0
cash_player_interact_with_hostage - 150
cash_player_killed_enemy_default - 300
cash_player_killed_enemy_factor - 1
cash_player_killed_hostage - -1000
cash_player_killed_teammate - -300
cash_player_rescued_hostage - 1000
cash_player_respawn_amount - 0
cash_team_elimination_bomb_map - 3250
cash_team_elimination_hostage_map_ct - 2000
cash_team_elimination_hostage_map_t - 1000
cash_team_hostage_alive - 0
cash_team_hostage_interaction - 500
cash_team_loser_bonus - 1400
cash_team_loser_bonus_consecutive_rounds - 500
cash_team_planted_bomb_but_defused - 800
cash_team_rescued_hostage - 0
cash_team_survive_guardian_wave - 1000
cash_team_terrorist_win_bomb - 3500
cash_team_win_by_defusing_bomb - 3250
cash_team_win_by_hostage_rescue - 3500
cash_team_win_by_time_running_out_bomb - 3250
cash_team_win_by_time_running_out_hostage - 3250
ff_damage_reduction_bullets - 0.1
ff_damage_reduction_grenade - 0.25
ff_damage_reduction_grenade_self - 1
ff_damage_reduction_other - 0.25
global_chatter_info -
mp_afterroundmoney - 0
mp_anyone_can_pickup_c4 - 0
mp_autoteambalance - 1
mp_buy_allow_grenades - 1
mp_buy_allow_guns - 255
mp_buy_anywhere - 0
mp_buy_during_immunity - 0
mp_buytime - 90
mp_c4_cannot_be_defused - 0
mp_c4timer - 40
mp_consecutive_loss_max - 4
mp_coop_force_join_ct - 0
mp_coopmission_bot_difficulty_offset - 0
mp_coopmission_mission_number - 0
mp_ct_default_grenades -
mp_ct_default_melee - weapon_knife
mp_ct_default_primary -
mp_ct_default_secondary - weapon_hkp2000
mp_damage_headshot_only - 0
mp_damage_scale_ct_body - 1.0
mp_damage_scale_ct_head - 1.0
mp_damage_scale_t_body - 1.0
mp_damage_scale_t_head - 1.0
mp_damage_vampiric_amount - 0
mp_death_drop_c4 - 1
mp_death_drop_defuser - 1
mp_death_drop_grenade - 2
mp_death_drop_gun - 1
mp_deathcam_skippable - 1
mp_default_team_winner_no_objective - -1
mp_defuser_allocation - 0
mp_display_kill_assists - 1
mp_dm_bonus_percent - 50
mp_dm_bonus_respawn - 0
mp_dm_bonusweapon_dogtags - 0
mp_dm_dogtag_score - 0
mp_dm_kill_base_score - 10
mp_dm_teammode - 0
mp_dm_teammode_bonus_score - 1
mp_dm_teammode_dogtag_score - 0
mp_dm_teammode_kill_score - 1
mp_dogtag_despawn_on_killer_death - 1
mp_dogtag_despawn_time - 120
mp_dogtag_pickup_rule - 0
mp_economy_reset_rounds - 0
mp_equipment_reset_rounds - 0
mp_force_assign_teams - 0
mp_force_pick_time - 15
mp_forcecamera - 1
mp_free_armor - 0
mp_freezetime - 6
mp_friendlyfire - 0
mp_ggprogressive_round_restart_delay - 15.0
mp_ggtr_always_upgrade - 0
mp_ggtr_bomb_defuse_bonus - 1
mp_ggtr_bomb_detonation_bonus - 1
mp_ggtr_bomb_pts_for_flash - 4
mp_ggtr_bomb_pts_for_he - 3
mp_ggtr_bomb_pts_for_molotov - 5
mp_ggtr_bomb_pts_for_upgrade - 2.0
mp_ggtr_bomb_respawn_delay - 0.0
mp_ggtr_end_round_kill_bonus - 1
mp_ggtr_halftime_delay - 0.0
mp_ggtr_last_weapon_kill_ends_half - 0
mp_give_player_c4 - 1
mp_global_damage_per_second - 0.0
mp_guardian_bot_money_per_wave - 800
mp_guardian_loc_adjective -
mp_guardian_loc_condition -
mp_guardian_loc_icon -
mp_guardian_loc_mission - default
mp_guardian_loc_override -
mp_guardian_loc_weapon -
mp_guardian_player_dist_max - 2000
mp_guardian_player_dist_min - 1300
mp_guardian_special_kills_needed - 10
mp_guardian_special_weapon_needed - awp
mp_guardian_target_site - -1
mp_halftime - 0
mp_halftime_pausetimer - 0
mp_heavyassaultsuit_cooldown - 5
mp_hostagepenalty - 10
mp_hostages_max - 2
mp_hostages_spawn_force_positions -
mp_hostages_spawn_same_every_round - 1
mp_items_prohibited -
mp_limitteams - 2
mp_match_can_clinch - 1
mp_max_armor - 2
mp_maxmoney - 16000
mp_maxrounds - 0
mp_molotovusedelay - 15.0
mp_playercashawards - 1
mp_radar_showall - 0
mp_randomspawn - 0
mp_randomspawn_dist - 0
mp_randomspawn_los - 1
mp_respawn_immunitytime - 4.0
mp_respawn_on_death_ct - 0
mp_respawn_on_death_t - 0
mp_respawnwavetime_ct - 10.0
mp_respawnwavetime_t - 10.0
mp_round_restart_delay - 7.0
mp_roundtime - 5
mp_roundtime_defuse - 0
mp_roundtime_hostage - 0
mp_solid_teammates - 1
mp_starting_losses - 0
mp_startmoney - 800
mp_t_default_grenades -
mp_t_default_melee - weapon_knife
mp_t_default_primary -
mp_t_default_secondary - weapon_glock
mp_taser_recharge_time - -1
mp_teamcashawards - 1
mp_teammates_are_enemies - 0
mp_timelimit - 5
mp_use_respawn_waves - 0
mp_warmup_pausetimer - 0
mp_warmuptime - 30
mp_warmuptime_all_players_connected - 0
mp_weapon_self_inflict_amount - 0
mp_weapons_allow_heavy - -1
mp_weapons_allow_heavyassaultsuit - 0
mp_weapons_allow_map_placed - 0
mp_weapons_allow_pistols - -1
mp_weapons_allow_rifles - -1
mp_weapons_allow_smgs - -1
ConVarRef mp_weapons_allow_tagrenade doesn't point to an existing ConVar
mp_weapons_allow_typecount - 5
mp_weapons_allow_zeus - 1
mp_weapons_glow_on_ground - 0
mp_weapons_max_gun_purchases_per_weapon_per_match - -1
mp_heavyassaultsuit_speed - 130
mp_heavyassaultsuit_deploy_timescale - 0.8
mp_heavyassaultsuit_aimpunch - 1.0
mp_heavybot_damage_reduction_scale - 1.0
mp_win_panel_display_time - 3
occlusion_test_async - 0
spec_freeze_panel_extended_time - 0.0
spec_freeze_time - 3.0
spec_replay_enable - 0
sv_accelerate - 5.5
sv_airaccelerate - 12
sv_allow_votes - 1
sv_alltalk - 0
sv_arms_race_vote_to_restart_disallowed_after - 0
sv_auto_adjust_bot_difficulty - 1
sv_auto_full_alltalk_during_warmup_half_end - 1
sv_autobunnyhopping - 0
sv_autobuyammo - 0
sv_bot_buy_decoy_weight - 1
sv_bot_buy_flash_weight - 1
sv_bot_buy_grenade_chance - 33
sv_bot_buy_hegrenade_weight - 6
sv_bot_buy_molotov_weight - 1
sv_bot_buy_smoke_weight - 1
sv_bots_force_rebuy_every_round - 0
sv_bots_get_easier_each_win - 0
sv_bots_get_harder_after_each_wave - 0
sv_bounce - 0
sv_buy_status_override - -1
sv_deadtalk - 0
sv_disable_show_team_select_menu - 0
sv_duplicate_playernames_ok - 0
sv_enablebunnyhopping - 0
sv_friction - 5.2
sv_gravity - 800
sv_guardian_heavy_all - 0
sv_guardian_heavy_count - 0
sv_guardian_max_wave_for_heavy - 0
sv_guardian_min_wave_for_heavy - 0
sv_ignoregrenaderadio - 0
sv_infinite_ammo - 0
sv_maxspeed - 320
sv_maxvelocity - 3500
sv_occlude_players - 1
sv_staminajumpcost - .080
sv_staminalandcost - .050
sv_stopspeed - 80
sv_talk_enemy_dead - 0
sv_talk_enemy_living - 0
sv_vote_to_changelevel_before_match_point - 0
sv_wateraccelerate - 10
sv_waterfriction - 1
tv_delay - 10
weapon_accuracy_nospread - 0
weapon_air_spread_scale - 1.0
ConVarRef weapon_cleanup_on_round_restart doesn't point to an existing [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 730
dlopen failed trying to load:
/home/csgo/.steam/sdk32/steamclient.so
with error:
/home/csgo/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Setting breakpad minidump AppID = 740
ConVar
weapon_max_before_cleanup - 0
weapon_recoil_scale - 2.0
weapon_reticle_knife_show - 0
ff_damage_reduction_grenade - 0.25
ff_damage_reduction_grenade_self - 1
ff_damage_reduction_other - 0.25
mp_friendlyfire - 0
mp_warmuptime - 30
mp_warmuptime_all_players_connected - 0
Executing dedicated server config file
Unknown command "sv_maxcmdrate"
L 03/05/2018 - 01:53:02: server_cvar: "cash_player_bomb_defused" "200"
L 03/05/2018 - 01:53:02: server_cvar: "cash_player_bomb_planted" "200"
L 03/05/2018 - 01:53:02: server_cvar: "cash_player_interact_with_hostage" "300"
L 03/05/2018 - 01:53:02: server_cvar: "cash_player_killed_enemy_default" "200"
L 03/05/2018 - 01:53:02: server_cvar: "cash_player_killed_enemy_factor" "0.5"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_elimination_bomb_map" "2700"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_elimination_hostage_map_t" "2000"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_elimination_hostage_map_ct" "2300"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_loser_bonus" "2400"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_loser_bonus_consecutive_rounds" "0"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_planted_bomb_but_defused" "200"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_terrorist_win_bomb" "2700"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_win_by_defusing_bomb" "2700"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_win_by_hostage_rescue" "3000"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_win_by_time_running_out_hostage" "2000"
L 03/05/2018 - 01:53:02: server_cvar: "cash_team_win_by_time_running_out_bomb" "2700"
L 03/05/2018 - 01:53:02: server_cvar: "mp_freezetime" "5"
L 03/05/2018 - 01:53:02: server_cvar: "mp_friendlyfire" "1"
L 03/05/2018 - 01:53:02: server_cvar: "mp_maxrounds" "15"
L 03/05/2018 - 01:53:02: server_cvar: "mp_roundtime" "3"
L 03/05/2018 - 01:53:02: server_cvar: "mp_roundtime_hostage" "2"
L 03/05/2018 - 01:53:02: server_cvar: "mp_roundtime_defuse" "2.25"
L 03/05/2018 - 01:53:02: server_cvar: "mp_timelimit" "0"
Stopping 0 worker threads
Starting 1 worker threads
1 threads. 361,325 ticks
exec: couldn't exec gamemode_casual_server.cfg
Attempted to create unknown entity type func_instance_origin!
Can't init func_instance_origin
A Door has Door model (models/de_cache/de_cache_metal_door_02.mdl) with no door_options or m_nPhysicsMaterial specified! Verify that SKIN is valid, and has a corresponding options block in the model QC file
CSoundEmitterSystemBase::GetParametersForSound: No such sound ambient/water/drip_loop1.wav
CSoundEmitterSystemBase::GetParametersForSound: No such sound Error
CSoundEmitterSystemBase::GetParametersForSound: No such sound weapons/molotov/fire_loop_1.wav
CSoundEmitterSystemBase::GetParametersForSound: No such sound Error
Commentary: Could not find commentary data file 'maps/de_cache_commentary.txt'.
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Initializing Steam libraries for secure Internet server



Connection to Steam servers successful.
Public IP is 71.114.18.116.
Assigned anonymous gameserver Steam ID [A:1:823350272:9702].
VAC secure mode is activated.
GC Connection established for server ver
`

docker hub image size

docker hub has no file size maximum. if you can't upload an image, just use automated builds. docker cloud will build it for you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.