Hello All,
Seems this is the default behavior on a fresh installation of gitlab omnibus, anyone knows how to fix/populated this?
*System Centos 7.9 w/ Omnibus Gitlab-17.0.2 and RHEL 9.5 w/ Omnibus Gitlab-17.6.1
[root@localhost ~]# gitlab-rake gitlab:env:info
System information
System: **<----- This is blank **
Current User: git
Using RVM: no
Ruby Version: 3.2.5
Gem Version: 3.5.23
Bundler Version:2.5.11
Rake Version: 13.0.6
Redis Version: 7.0.15
Sidekiq Version:7.2.4
Go Version: unknown
New to gitlab and still figuring out stuff.
Thanks.
On my Rocky system it’s also blank. On my Debian system though:
gitlab-rake gitlab:env:info
System information
System: Debian 12
Proxy: no
Current User: git
Using RVM: no
Ruby Version: 3.2.5
Gem Version: 3.5.23
Bundler Version:2.5.11
Rake Version: 13.0.6
Redis Version: 7.0.15
Sidekiq Version:7.2.4
Go Version: unknown
it’s obviously something that the Gitlab Rake command is pulling from somewhere - it’s not a value you are able to complete/populate yourself.
To be honest, it’s not that important it’s just informational. You know what your system is, as for the remaining info, it tells you what version of what package is installed with the Gitlab omnibus package. Certainly nothing to worry about.
You can always raise an issue here and get the Gitlab devs to fix their OS detection: Issues · GitLab.org / GitLab · GitLab