Dear,
I currently try to install a personnal server and I want to have GitLab on it.
The characteristic of this PC is :
- Intel Celeron(R) N4000 CPU @ 1,1GHz x 2
- SSD 500Go
- RAM 8Go
And it’s a fresh install of Ubuntu 22.04 (Jammy)
I installed GitLab CE 15.5.0 (ubuntu/jammy/gitlab-ce_15.5.0-ce.0_amd64.deb - gitlab/gitlab-ce · packages.gitlab.com)
- script
- install (sudo apt-get install gitlab-ce=15.5.0-ce.0)
I just reconfigure GitLab without any change into the gitlab.rb file.
All was OK and i’m able to access to GitLab signup page using http://localhost:8080
But when I log in with the root account, a 404 page is display.
And when I change the url address with “http://localhost:8080/root”, I only have a withe page with a header.
A couple of years ago, I lready had install GitLab without problems on this same PC.
The "gitlab-rake gitlab:env:info return this :
System information
System: Ubuntu 22.04
Current User: git
Using RVM: no
Ruby Version: 2.7.5p203
Gem Version: 3.1.6
Bundler Version:2.3.15
Rake Version: 13.0.6
Redis Version: 6.2.7
Sidekiq Version:6.4.2
Go Version: unknown
GitLab information
Version: 15.5.0
Revision: cf72b36d5fa
Directory: /opt/gitlab/embedded/service/gitlab-rails
DB Adapter: PostgreSQL
DB Version: 13.6
URL: http://gitlab.example.com
HTTP Clone URL: http://gitlab.example.com/some-group/some-project.git
SSH Clone URL: git@gitlab.example.com:some-group/some-project.git
Using LDAP: no
Using Omniauth: yes
Omniauth Providers:
GitLab Shell
Version: 14.12.0
Repository storage paths:
- default: /var/opt/gitlab/git-data/repositories
GitLab Shell path: /opt/gitlab/embedded/service/gitlab-shell
And I don’t have any idea how I can solve the problem.