meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| git:gitlab:issues [2022/12/28 14:29] – created niziak | git:gitlab:issues [2024/10/01 10:24] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Gitlab issues ====== | ====== Gitlab issues ====== | ||
| + | |||
| + | ===== disallowed submodule url ===== | ||
| + | |||
| + | Repocheck failes: | ||
| + | |||
| + | <file log / | ||
| + | ERROR -- : my_group/ | ||
| + | </ | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | <file ruby gitlab.rb> | ||
| + | gitaly[' | ||
| + | git: { | ||
| + | config: [ | ||
| + | { key: " | ||
| + | { key: " | ||
| + | |||
| + | ], | ||
| + | }, | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | ===== One project failed its last repository check. | ||
| + | |||
| + | <code bash>cat / | ||
| + | |||
| + | '' | ||
| + | |||
| + | Solution: | ||
| + | <code bash> | ||
| + | su - git | ||
| + | cd / | ||
| + | git fsck | ||
| + | git gc | ||
| + | git fsck | ||
| + | </ | ||
| + | |||
| + | ===== Failed to add control inotify watch descriptor for control group ===== | ||
| + | <code bash> | ||
| + | gru 28 18:36:15 gitlab systemd[1]: user@997.service: | ||
| + | gru 28 18:36:15 gitlab systemd[1]: user@997.service: | ||
| + | </ | ||
| + | |||
| + | ===== Permission denied, please try again. ===== | ||
| + | |||
| + | rate_limit_gitlab_shell: | ||
| + | |||
| + | Gitlab runner cannot clone repository: | ||
| + | |||
| + | < | ||
| + | Permission denied, please try again. | ||
| + | Permission denied, please try again. | ||
| + | git@gitlab.example.com: | ||
| + | fatal: Could not read from remote repository. | ||
| + | Please make sure you have the correct access rights | ||
| + | and the repository exists. | ||
| + | </ | ||
| + | |||
| + | **Tracing** | ||
| + | Upon SSH connection '' | ||
| + | '' | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | **HINT:** [[https:// | ||
| + | |||
| + | **Reason:** | ||
| + | Rate limit introduced with v14.8 with (28 Jan, 2022) [[https:// | ||
| + | |||
| + | More info: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | How to disable rate limits - how to disable '' | ||
| + | <code bash> | ||
| + | and then | ||
| + | <code ruby> | ||
| + | |||
| + | |||
| + | Feature.enabled? | ||
| + | |||
| + | Feature.disable(: | ||
| + | |||
| + | Feature.enabled? | ||
| + | </ | ||
| + | |||
| + | Still problems, try to figure out: | ||
| + | * Gitlab-shell rate limiter: [[https:// | ||
| + | * There is another rate limiter in Gitaly: '' | ||
| + | * It is disabled by default. Need to specify RPC endpoint and params to create Gitaly limiter: [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * '' | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||