The SIO2 project
  1. The SIO2 project
  2. SIO-2406

Filetracker not connecting on docker on newest sio2 version

    Details

    • Type: Bug Bug
    • Status: New New
    • Priority: Critical Critical
    • Resolution: Unresolved
    • Affects Version/s: Current Version
    • Fix Version/s: None
    • Labels:
      None
    • Environment:
      docker-compose version 1.28.0, build unknown
      Docker version 20.10.2, build 2291f610ae
      kernel 5.10.10-arch1-1 27-01-2020

      Description

      Sio2 attempt to build using

      OIOIOI_UID=$(id -u) docker-compose -f docker-compose-dev.yml -f extra/docker/docker-compose-dev-noserver.yml up -d
      OIOIOI_UID=$(id -u) docker-compose -f docker-compose-dev.yml -f extra/docker/docker-compose-dev-noserver.yml exec web python manage.py runserver 0.0.0.0:8000
      1. filetracker.log
        0.9 kB
        Alicja Kluczek
      1. sio2.png
        265 kB

        Activity

        Hide
        Paweł Dietrich added a comment - - edited
        I fixed this issue on my computer by getting in the container during building of OIOIOI image

        docker exec -it <container-id> bash

        And adding web to the /etc/hosts

        echo -e '127.0.0.1\tweb' | sudo tee -a /etc/hosts

        Which allowed web to be resolved and upload sandbox files to the File Tracker
        Show
        Paweł Dietrich added a comment - - edited I fixed this issue on my computer by getting in the container during building of OIOIOI image docker exec -it <container-id> bash And adding web to the /etc/hosts echo -e '127.0.0.1\tweb' | sudo tee -a /etc/hosts Which allowed web to be resolved and upload sandbox files to the File Tracker
        Show
        Paweł Dietrich added a comment - Related https://github.com/sio2project/oioioi/issues/46

          People

          • Assignee:
            Wojciech Dubiel
            Reporter:
            Alicja Kluczek
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated: