[geloest] GitLab-Server mit Bookworm

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
debianfanboy
Beiträge: 108
Registriert: 09.11.2013 21:42:35

[geloest] GitLab-Server mit Bookworm

Beitrag von debianfanboy » 02.08.2023 20:08:38

Hallo,

ich habe GitLab mit FastTrack installiert, wie hier empfohlen und beschrieben.
Leider scheint das gänzlich von den Standard-Dokumentationen abzuweichen. Es gibt zum Beispiel kein gitlab-ctl nach der Installation und eine /etc/gitlab/gitlab.rb gibt es auch nicht - nur eine gitlab.yml. Kann mir jemand helfen, wo ich die Dokumentation dazu finde? Das haut hier jedenfalls nicht hin.

Vielleicht liegt es aber doch an der Installation. Jedenfalls rufe ich die IP des GitLab-Servers auf und erhalte nur den Begrüßungstext von Nginx. Wie rufe ich die GitLab-Seite auf?

Hier noch das Ende des Installations-Logs:

Code: Alles auswählen

Restarting gitaly...
Restarting gitlab-sidekiq...
Restarting gitlab...
Running rake checks...
Attention: used pure ruby version of MurmurHash3
Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 14.20.0 ? ... OK (14.20.0)
Running /usr/share/gitlab-shell/bin/gitlab-shell-check
Internal API available: FAILED - Internal API unreachable
gitlab-shell self-check failed
  Try fixing it:
  Make sure GitLab is running;
  Check the gitlab-shell configuration file:
  sudo -u gitlab -H editor /usr/share/gitlab-shell/config.yml
  Please fix the error above and rerun the checks.

Checking GitLab Shell ... Finished

Checking Gitaly ...

Gitaly: ... default ... OK

Checking Gitaly ... Finished

Checking Sidekiq ...

Sidekiq: ... Running? ... no
  Try fixing it:
  sudo -u gitlab -H RAILS_ENV=production bin/background_jobs start
  For more information see:
  doc/install/installation.md in section "Install Init Script"
  see log/sidekiq.log for possible errors
  Please fix the error above and rerun the checks.

Checking Sidekiq ... Finished

Checking Incoming Email ...

Incoming Email: ... Reply by email is disabled in config/gitlab.yml

Checking Incoming Email ... Finished

Checking LDAP ...

LDAP: ... LDAP is disabled in config/gitlab.yml

Checking LDAP ... Finished

Checking GitLab App ...

Database config exists? ... yes
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config up to date? ... yes
Cable config exists? ... yes
Resque config exists? ... yes
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory exists? ... yes
Uploads directory has correct permissions? ... yes
Uploads directory tmp has correct permissions? ... skipped (no tmp uploads folder yet)
Systemd unit files or init script exist? ... yes
Systemd unit files or init script up-to-date? ... yes
Projects have namespace: ... can't check, you have no projects
Redis version >= 6.0.0? ... yes
Ruby version >= 2.7.2 ? ... yes (3.1.2)
Git user has default SSH configuration? ... yes
Active users: ... 0
Is authorized keys file accessible? ... yes
GitLab configured to store new projects in hashed storage? ... yes
All projects are in hashed storage? ... yes

Checking GitLab App ... Finished


Checking GitLab subtasks ... Finished
Danke vorab!
Zuletzt geändert von debianfanboy am 03.08.2023 11:54:57, insgesamt 1-mal geändert.

Benutzeravatar
oln
Beiträge: 487
Registriert: 05.01.2021 09:41:24

Re: GitLab-Server mit Bookworm

Beitrag von oln » 03.08.2023 10:10:09

Moin,
ich habe hier ein gitlab-ce zulaufen. Installiert habe ich es nach dieser Anleitung.
Damit hatte ich keine Probleme.
Das ganze hab ich dann aber noch mit einem Apache2 versehen.
Gruß Ole
AbuseIPDB

debianfanboy
Beiträge: 108
Registriert: 09.11.2013 21:42:35

Re: GitLab-Server mit Bookworm

Beitrag von debianfanboy » 03.08.2023 11:54:35

Wunderbar! Das funktioniert. Danke!

Antworten