-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Systemd notify doesn't work for Install Page (INSTALL_LOCK=false) #28553
Comments
What's your gitea.service file? |
|
I ran into this issue on Debian 12 and Gitea 1.21.3 after a clean install. Installing from binary, following the docs. I found that if app.ini does not exist, then the issue occurs, i.e. the service status stays stuck on "activating". Attached are the results of However, once app.ini exists with the correct permissions, the gitea service works normally. (So I can get around the issue by running gitea manually, completing the web setup, then stopping gitea and launching it as a service at that point.) When I delete app.ini, the problem returns, and when I put app.ini back, the problem disappears. |
There seems to be a bug. So please use Type=simple at the moment (just as the old document said) |
I can see that @bowaggoner comment seems to be true. Once the Gitea is initialized, |
Although the systemd notify support was added, it seems that there are some problems (#28553, for the "non-installed" instance)
Although the systemd notify support was added, it seems that there are some problems (go-gitea#28553, for the "non-installed" instance)
Although the systemd notify support was added, it seems that there are some problems (go-gitea#28553, for the "non-installed" instance)
Description
Hi,
I am still facing the same issue as #27422
Installed the latest version(
1.21.2
) following the docs. The service is not getting toactive (running)
state after copying the gitea.service.According to the changelog, only pre 1.20.x releases should be affected but the latest versions are also affected.
Gitea Version
1.21.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.43.0
Operating System
Ubuntu 22.04.3 LTS
How are you running Gitea?
Installation from binary
Database
SQLite
The text was updated successfully, but these errors were encountered: