Description
- Gitea version (or commit ref): 1.10.1, 1.11.3, 1.11.4
- Git version: 2.7.4 (server)
- Operating system: Ubuntu 16.04.6 LTS
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Just as with issue #10644, gitea will not listen on a port to accept connections. This was after an upgrade from 10.0.1. Waiting did not help. Rebooting did not help either.
I started gitea manually (gitea web), and there are no errors or warnings shown. There's also nothing in particular in the log. It starts up fine, it just won't be listening to any connections. netstat does not show gitea either. Trying a git pull through SSH also fails.
Restoring the previous version works right away, and it does show up in netstat.
I haven't found anything about settings having changed. Has there been a change in networking in Go, Macaron or Gitea you know about that could cause this kind of problem? Maybe settings that do work with 1.10.1 no longer work with 1.11.x? Could it be Linux version related? It's a really bad time to try a Linux upgrade on a remote virtual machine.
I'll try to test it in isolation tomorrow (separate process, different port, different versions). Anything else to try?