Skip to content

Commit 7992e9a

Browse files
authored
Additional documentation for etc/hosts configuration issue (#2273)
Adding additional documentation to make troubleshooting for this error clearer
1 parent 073183d commit 7992e9a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/installation/docker-compose.md

+2
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,5 @@ You can resolve this by changing the owner of the files to be your current user,
308308
This happens when you are accessing Autolab via localhost, as Tango will attempt to send the autograder logs to its own localhost instead.
309309

310310
To remedy this, add `127.0.0.1 autolab` to `/etc/hosts` and access Autolab via `http://autolab` instead of `http://localhost`.
311+
312+
If you are accessing Autolab on a different host, add `<your public_ip> <your fqdn> autolab` to your `/etc/hosts` file and access Autolab via `http://autolab`.

docs/installation/tango-troubleshoot.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ $ redis-cli
1010
127.0.0.1:6379> FLUSHALL
1111
OK
1212
127.0.0.1:6379>
13-
```
13+
```
14+
15+
## Tango jobs completed but scores are not updated
16+
If you are accessing Autolab on localhost, Tango will attempt to send the autograder logs to its own localhost instead.
17+
18+
To fix this, add `127.0.0.1 autolab` to your `/etc/hosts` file and access Autolab via `http://autolab` instead of `http://localhost`.
19+
20+
If you are accessing Autolab on a different host, add `<your public_ip> <your fqdn> autolab` to your `/etc/hosts` file and access Autolab via `http://autolab`.

0 commit comments

Comments
 (0)