Skip to content
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

Gitea wont update on web ui #14813

Closed
2 of 6 tasks
TKDKid1000 opened this issue Feb 26, 2021 · 6 comments
Closed
2 of 6 tasks

Gitea wont update on web ui #14813

TKDKid1000 opened this issue Feb 26, 2021 · 6 comments
Labels
type/docs This PR mainly updates/creates documentation type/question Issue needs no code to be fixed, only a description on how to fix it yourself.

Comments

@TKDKid1000
Copy link

  • Gitea version (or commit ref):
  • Git version: git version 2.25.1
  • Operating system: Ubuntu
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
  • Log gist:

Description

Gitea is not updating the web interface. This is a fresh install (just got it), and the web ui will not update. But after I commited using

git add .
git commit -m "message"
git push origin master

and then ran git pull it said everything up to date, but the web ui is not updating. (see ss)

Screenshots

image

@6543 6543 added the issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail label Feb 26, 2021
@6543
Copy link
Member

6543 commented Feb 26, 2021

@TKDKid1000 we need the gitea version you run on ...

@TKDKid1000
Copy link
Author

@TKDKid1000 we need the gitea version you run on ...

How do I get that?

@TKDKid1000
Copy link
Author

@TKDKid1000 we need the gitea version you run on ...

How do I get that?

Wait, nevermind. I found it. Gitea version 1.13.2 built with GNU Make 4.1, go1.15.7 : bindata, sqlite, sqlite_unlock_notify

@6543
Copy link
Member

6543 commented Feb 26, 2021

look's like an setup issue ... the best way is to ask for help on Discord ... since each time you write a comment on github, around 470 people get emails :/

@zeripath
Copy link
Contributor

Essentially this problem boils down to hooks not running.

That could be due to:

  • You pushing not through gitea.
  • The hooks not having the right address for gitea.
  • The hooks aren't executable because they're on a noexec partition
  • the hooks aren't executable due to some security feature of the way gitea is run.

We need more Information. How are you pushing http(s) or SSH, internal or external SSH, where are you pushing, have you ran resynchronize hooks, are your repositories on a noexec partition, are you running gitea from systemd etc.

Have you reviewed previous closed similar issues?

@noerw noerw added the type/question Issue needs no code to be fixed, only a description on how to fix it yourself. label Feb 27, 2021
@mus-candidus
Copy link

Could this be documented in the gitea installation instructions? Took me quite some time to realize that noexec doesn't work. You can't even search the web before you don't understand what's going on. Having a hint in the installation instructions could help many people not to waste their time.

@noerw noerw added type/docs This PR mainly updates/creates documentation and removed issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail labels Jul 10, 2021
noerw added a commit to noerw/gitea that referenced this issue Jul 10, 2021
@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/docs This PR mainly updates/creates documentation type/question Issue needs no code to be fixed, only a description on how to fix it yourself.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants