Closed
Description
- Gitea version (or commit ref):
- Git version:
- Operating system: Raspbian stretch
- 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
I'm running Gitea web as a service (version 7780ea8) and it's working fine. When i try to upgrade (versions from 15.03 and above) service fails to start. In syslog i see only this:
Mar 19 07:34:42 raspberrypi systemd[1]: Started Gitea (Git with a cup of tea).
Mar 19 07:34:42 raspberrypi systemd[1]: gitea.service: Main process exited, code=killed, status=4/ILL
Mar 19 07:34:42 raspberrypi systemd[1]: gitea.service: Unit entered failed state.
No errors in Gitea logs. What can be a reason of this behavior and how can I provice more info to investigate?