Hi all,
I've installed gitlab using their packages, following their docs.
Prob is I can't get it configured, running "sudo gitlab-ctl reconfigure"
leads to:
I've read that Thread, also seen on Github and added this to my LXCID.conf:
but it doesn't seem to have any effect...
My intention is to migrate a running CT into LXC (by restoring my backup) to save resources for an upcoming migration to a new cluster...
Really hoping one of you has a hint for me ;-)
I've installed gitlab using their packages, following their docs.
Prob is I can't get it configured, running "sudo gitlab-ctl reconfigure"
leads to:
Code:
Running handlers:
There was an error running gitlab-ctl reconfigure:
sysctl[net.core.somaxconn] (gitlab::unicorn line 30) had an error: Mixlib::ShellOut::ShellCommandFailed: execute[load sysctl conf net.core.somaxconn] (/opt/gitlab/embedded/cookbooks/cache/cookbooks/package/resources/sysctl.rb line 60) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '255'
---- Begin output of cat /etc/sysctl.conf /etc/sysctl.d/*.conf | sysctl -e -p - ----
STDOUT:
STDERR: sysctl: setting key "kernel.sem": Read-only file system
sysctl: setting key "kernel.shmall": Read-only file system
sysctl: setting key "kernel.shmmax": Read-only file system
---- End output of cat /etc/sysctl.conf /etc/sysctl.d/*.conf | sysctl -e -p - ----
Ran cat /etc/sysctl.conf /etc/sysctl.d/*.conf | sysctl -e -p - returned 255
Running handlers complete
Chef Client failed. 79 resources updated in 01 minutes 13 seconds
I've read that Thread, also seen on Github and added this to my LXCID.conf:
Code:
lxc.mount.auto: sys:rw
My intention is to migrate a running CT into LXC (by restoring my backup) to save resources for an upcoming migration to a new cluster...
Really hoping one of you has a hint for me ;-)