October 2025: TF2 server would not start due to IPv6: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 39: | Line 39: | ||
# Ping to <code>8.8.8.8</code> to double check basic outbound connectivity. [[File:Eo_circle_green_checkmark.svg|20x20px]] '''Ping was successful'''. | # Ping to <code>8.8.8.8</code> to double check basic outbound connectivity. [[File:Eo_circle_green_checkmark.svg|20x20px]] '''Ping was successful'''. | ||
# <code>curl -v</code> performed on <code>steamcdn-a.akamaihd.net</code> to test that a TCP connection can be made to a STEAM content server. [[File:Eo_circle_green_checkmark.svg|20x20px]] '''TCP connection was successful'''. | # <code>curl -v</code> performed on <code>steamcdn-a.akamaihd.net</code> to test that a TCP connection can be made to a STEAM content server. [[File:Eo_circle_green_checkmark.svg|20x20px]] '''TCP connection was successful'''. | ||
# <code>df -h</code> performed to verify there | # <code>df -h</code> performed to verify there was sufficient disk space for the dedicated server's installation. [[File:Eo_circle_green_checkmark.svg|20x20px]] '''147 gigabytes free on''' <code>/dev/md3</code>. | ||
Sirdog then ran <code>journalctl -n 60</code> to view the general system logs for the machine while attempting to start the ''Team Fortress 2'' server. The output of this was presented to [https://gemini.google.com/ Google Gemini] to assist Sirdog in reading the output. The AI, having been given the context of previous post mortems, singled out the following line.<syntaxhighlight lang="bash"> | Sirdog then ran <code>journalctl -n 60</code> to view the general system logs for the machine while attempting to start the ''Team Fortress 2'' server. The output of this was presented to [https://gemini.google.com/ Google Gemini] to assist Sirdog in reading the output. The AI, having been given the context of previous post mortems, singled out the following line.<syntaxhighlight lang="bash"> | ||