Gitea does not start

Hi,
i run gitea on a qnap nas. Since update from version gitea-1.15.11 to 1.16.8 gitea does not start.

./gitea -v
Gitea version 1.16.8 built with GNU Make 4.1, go1.18.2 : bindata, sqlite, sqlite_unlock_notify
./Gitea.sh restart
./Gitea.sh: line 61: kill: (15450) - No such process
2022/06/11 19:37:11 cmd/web.go:102:runWeb() [I] Starting Gitea on PID: 24147
2022/06/11 19:37:11 cmd/web.go:150:runWeb() [I] Global init
2022/06/11 19:37:11 routers/init.go:107:GlobalInitInstalled() [I] Git Version: 2.36.1, Wire Protocol Version 2 Enabled
2022/06/11 19:37:11 routers/init.go:110:GlobalInitInstalled() [I] AppPath: /share/CACHEDEV1_DATA/.qpkg/Gitea/gitea
2022/06/11 19:37:11 routers/init.go:111:GlobalInitInstalled() [I] AppWorkPath: /share/CACHEDEV1_DATA/.qpkg/Gitea
2022/06/11 19:37:11 routers/init.go:112:GlobalInitInstalled() [I] Custom path: /share/CACHEDEV1_DATA/.qpkg/Gitea/custom
2022/06/11 19:37:11 routers/init.go:113:GlobalInitInstalled() [I] Log path: /share/CACHEDEV1_DATA/.qpkg/Gitea/log
2022/06/11 19:37:11 routers/init.go:114:GlobalInitInstalled() [I] Configuration file: /share/CACHEDEV1_DATA/.qpkg/Gitea/custom/conf/app.ini
2022/06/11 19:37:11 routers/init.go:115:GlobalInitInstalled() [I] Run Mode: Prod

After that output gitea dies without writing log files.
Has someone a hint to get additional information from gitea whats wrong? I configured log level to debug.

[log]
REDIRECT_MACARON_LOG = true
MACARON = file
ROUTER = file
MODE      = file
LEVEL     = debug
ROOT_PATH = /share/CACHEDEV1_DATA/.qpkg/Gitea/log

There are the instructions to get more information from the logs:

You can also change RUN_MODE=dev to have more details.

1 Like