Questions tagged [gitlab-omnibus]

Omnibus Gitlab creates platform-specific, full-stack downloadable packages for GitLab.

This is a fork of the original Omnibus project, designed to work specifically with GitLab.

Supported platforms (as of June, 2016) include:

  • CentOS 6 (and RedHat/Oracle/Scientific Linux 6)
  • CentOS 7 (and RedHat/Oracle/Scientific Linux 7)
  • Debian 7
  • Debian 8
  • Ubuntu 12.04
  • Ubuntu 14.04
  • Ubuntu 16.04
  • Raspian on Raspberry PI 2
352 questions
0
votes
1 answer

Why is IBM Tivoli Netcool Omnibus's Summary is not fully printed?

I need help to print an omnibus "summary" string. I have a trigger that executes a procedure: begin for each row critical in alerts.status where critical.AlertKey = 'DISK_USAGE_CRIT' begin execute send_email( critical.Node,…
0
votes
1 answer

Remote GitLab API is not accessible

Yesterday I installed GitLab Community Edition on my server. Installation went fine, but this error occurs when we push data or files to the GitLab server: Password for 'http://naman550.dx@gmail.com@112.196.23.228': Counting objects: 6, done. Delta…
Naman Arora
  • 1
  • 1
  • 2
0
votes
1 answer

Updating failure - Gitlab CE 7.0.0 - Ubuntu 12.04 - Package installation

Upgrading Gitlab CE 7.0.0 to latest version using the package at https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/precise/gitlab-ce_8.12.4-ce.0_amd64.deb failed. I have followed this guide. Please see below the log entries below after…
Raj
  • 135
  • 2
  • 11
0
votes
1 answer

SSH not trying private key id_rsa in gitlab omnibus ssh

I am trying to login via ssh for git. Everything was working fine with public key previously but somehow gitlab omnibus is asking for password on ssh attempt. Following is the output with -vT flag. OpenSSH_6.6, OpenSSL 1.0.1f 6 Jan 2014 debug1:…
iroh
  • 33
  • 10
0
votes
1 answer

How do I get my Gitlab CE installation to detect git repos in custom git_data_dirs directory

I have a local installation of Gitlab CE on a Vagrant box (installed there as a means of demoing to the dev team and shot-callers) and I've configured the git_data_dirs setting as follows: git_data_dirs({"default" => "/var/git"}) Inside this…
carmat
  • 328
  • 4
  • 12
0
votes
1 answer

Can you Use word_diff with Gitlab?

I am looking to use microsoft word documents with Gitlab and would like to have it track the changes. I found word_diff here. It has instructions for github but not for gitlab, and I'm uncertain where to set variables in Gitlab or even if it works…
joe
  • 77
  • 4
0
votes
0 answers

gitlab undefined method add visibility level

I've just updated our GitLab server (gitlab-ce package on CentOS) from 8.5.8 to 8.9.6, but I've got a problem with the database migration while it's going through the reconfigure. I've thrown the full trace on to pastebin:…
KakersUK
  • 1
  • 1
0
votes
1 answer

CI build pending with Gitlab Merge Request Builder Plugin

I use GitLab 8.7.3 and Jenkins 2.3 with Gitlab Merge Request Builder Plugin 2.0.0 Until before, when we made merge-request on gitlab, Jenkins build is started and Jenkins put a comment Build PASS or Failed. But now, there "CI build pending" without…
0
votes
1 answer

Gitlab registry...unable to login not running?

Followed the gitlab-registry guide to get it running (and enabled to project) I know the HTTPS works fine (TLS via letsencrypt) because when i login to my gitlab, it successfully redirects to https. when attempting to login to docker…
Nate
  • 1,630
  • 2
  • 24
  • 41
0
votes
2 answers

Gitlab Pages daemon, where is /home/git?

I'm trying to include SSL on my gitlab pages site, and it says I need to first install the Pages daemon. However, I'm not sure where to start: is cd /home/git a home directory on my Mac where I'm supposed to have git installed? When I do git…
evan
  • 954
  • 3
  • 18
  • 37
0
votes
2 answers

Gitlab LFS support with SSH repository

I try to setup Gitlab LFS support. It's working fine for repositories cloned with HTTPS, but with SSH I always get a 404 for the LFS URLs. The property lfs.url is set to https://gitlab-host/user/project.git/gitlab-lfs If I debug it with pry I see…
Bastian Ballmann
  • 361
  • 3
  • 10
0
votes
0 answers

sudo yum install gitlab-ce "Nothing to Do" when trying to Upgrade to latest version of gitlab

I am trying to update to the latest version of gitlab on my CentOS server. I am currently running Omnibus version 8.3.2, which has a security issue. I am using the instructions from the update page: sudo yum install gitlab-ce Whenever I run this…
C B
  • 1
  • 2
0
votes
1 answer

How to install gitlab separate on centos7?

I wish to install gitlab on my Centos 7 server. But I need to separate the gitlab and apache folder. That is when I type localhost should get the index page in HTML folder and when I type git.example.com should get the gitlab page. Is there any way…
0
votes
2 answers

Using a any part in external_url causes the server to be unreachable on docker and docker-machine

An example of the commands being run: docker run \ --detach \ --hostname gitlab.docker \ --publish 8443:443 \ --publish 8081:80 \ --publish 2222:22 \ --name gitlab \ --restart always -v…
chris.george
  • 1
  • 1
  • 1
0
votes
1 answer

Can not create user on clean debian setup

Currently I want test the gitlab CE version via Omnibus on a clean debian 8 setup (only SSH- and NFS installed). Installation and setup worked without problems. Now I wanted to create a new user and this doesn't work. After click at "Create user" at…
Shutterfly
  • 199
  • 12