-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
gitea.service: Failed with result 'start-limit-hit'. #6540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Check gitea.log for errors |
gitea.log is not updated when using 1.8. So no messages about the error in the log file. ` ` |
Looks like I found the problem:
So no upgrading anymore for me then. Thanks. |
you can compile manually with older golang version (1.9). Check docs on how to do that. |
) upgrading from gitea-1.7-linux-amd64
Debian Linux xxxxx 2.6.32-042stab134.8 Rename import paths: "github.com/gogits/gogs" -> "github.com/go-gitea/gitea" #1 SMP Fri Dec 7 17:16:09 MSK 2018 x86_64 GNU/Linux
gogs@xxxx:~/gitea$ cat /etc/debian_version
8.11
Wanted to upgrade from 1.7 to 1.8. But gitea 1.8 will not start on my machine:
`root@xxxxxx:~# systemctl status gitea
● gitea.service - Gitea (Git with a cup of tea)
Loaded: loaded (/etc/systemd/system/gitea.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since Mon 2019-04-08 11:20:42 CEST; 4min 16s ago
Process: 659 ExecStart=/home/gogs/gitea/gitea web (code=killed, signal=ABRT)
Main PID: 659 (code=killed, signal=ABRT)
Apr 08 11:20:42 nas2.microkloon.nl systemd[1]: gitea.service: Unit entered failed state.
Apr 08 11:20:42 nas2.microkloon.nl systemd[1]: gitea.service: Failed with result 'signal'.
Apr 08 11:20:42 nas2.microkloon.nl systemd[1]: gitea.service: Service hold-off time over, scheduling restart.
Apr 08 11:20:42 nas2.microkloon.nl systemd[1]: Stopped Gitea (Git with a cup of tea).
Apr 08 11:20:42 nas2.microkloon.nl systemd[1]: gitea.service: Start request repeated too quickly.
Apr 08 11:20:42 nas2.microkloon.nl systemd[1]: Failed to start Gitea (Git with a cup of tea).
Apr 08 11:20:42 nas2.microkloon.nl systemd[1]: gitea.service: Unit entered failed state.
Apr 08 11:20:42 nas2.microkloon.nl systemd[1]: gitea.service: Failed with result 'start-limit-hit'.
`
When I switch back to 1.7 everything works again. What am I doing wrong?
(I once a long time ago used gogs, still using that username on my machine, but everything is Gitea now)
The text was updated successfully, but these errors were encountered: