Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server does not start correctly #20

Open
zettogatsu opened this issue May 24, 2023 · 2 comments
Open

Server does not start correctly #20

zettogatsu opened this issue May 24, 2023 · 2 comments

Comments

@zettogatsu
Copy link

Hi Jusito

There was already a similar issue opened by someone else and I have the same problem. Here is a screenshot of the log (you can ignore the server name :-D ):

image

At this state, nothing happens and I can not connect to the server.
That's the docker-compose I use:

services:
  ttt:
    image: jusito/docker-ttt:gmod_ttt_debian-develop
    ports:
      - 27015:27015/tcp
      - 27015:27015/udp
    environment:
      INSTALL_CSS: "true"
      INSTALL_HL2: "true"
      SERVER_PORT: 27015
      SERVER_VOICE_ENABLE: 0
      SERVER_MAX_PLAYERS: 10
      SERVER_RCON_PASSWORD: ${PPP}
      WORKSHOP_COLLECTION_ID: 1895900191
      SERVER_NAME: "Test name"
      SERVER_PASSWORD: ${PPP}"
      SERVER_DEFAULT_MAP: "ttt_lttp_kakariko_a4"
    mem_limit: "10g"
    volumes:
      - ./TTTDev1:/home/steam/serverfiles

I also tried the answer you gave to the other person with the same problem but that didn't help because I got validation errors since the docker-compose then becomes invalid.

Do you have an idea what could be the problem?

Thank you in advance.

Kind regards

@jusito
Copy link
Owner

jusito commented Jul 14, 2023

Heyho, sry for some reason I saw the notification at work and sadly didn't follow up at the evening, should have kept the notification.
Is it still present? The distro-info warning and the jq error shouldn't be an issue, did you check docker exec -it CONTAINER console ?

@zettogatsu
Copy link
Author

No worries :-) Thank you for your feedback. I will test it this evening and check if I run into the same error.

No I didn't - will keep it in mind when I test it again this evening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants