Good afternoon all,
I've installed Gitlab into a FreeBSD 10.2 Jail and got everything working nicely, except for the fact that when the Jail starts, Gitlab doesn't...All of the other related services start (redis, postgresql, and nginx).
The rc(8) script I'm using is from here and I've placed it at /usr/local/etc/rc.d/gitlab. In my /etc/rc.conf I've added the following:
If I do a
There doesn't seem to be any errors in /var/log/dmesg or /var/log/messages, so I'm now at a loss as to where to look to troubleshoot this...
Many thanks,
Ben
I've installed Gitlab into a FreeBSD 10.2 Jail and got everything working nicely, except for the fact that when the Jail starts, Gitlab doesn't...All of the other related services start (redis, postgresql, and nginx).
The rc(8) script I'm using is from here and I've placed it at /usr/local/etc/rc.d/gitlab. In my /etc/rc.conf I've added the following:
Code:
redis_enable="YES"
postgresql_enable="YES"
gitlab_enable="YES"
nginx_enable="YES"
If I do a
service start gitlab
, it starts without any problems. It takes maybe 20 seconds, but it starts.There doesn't seem to be any errors in /var/log/dmesg or /var/log/messages, so I'm now at a loss as to where to look to troubleshoot this...
Many thanks,
Ben