ubuntu - BitNami GitLab Stack 5.1.0-2 rewrites gitlab.yml after reboot -


i trying configure bitnami gitlab stack 5.1.0-2 ldap

then ran problem

could not authorize ldap because “server 192.168.133.100 refused connection on port 389”. 

where 192.168.133.100 gitlab server itself.

i change /opt/bitnami/apps/gitlab/htdocs/config/gitlab.yml have

ldap: enabled: true host: '192.168.1.14' 

, after reboot or gitlab restart, 192.168.133.100. bug!

how make bitnami gitlab stack not that?

how restart gitlab changed gitlab.yml take effect? ->

sudo /opt/bitnami/ctlscript.sh restart gitlab_sidekiq 

https://github.com/gitlabhq/gitlabhq/issues/3934

update renaming /opt/bitnami/apps/gitlab/updateip doesn't solve problem.

update 2: problem still exists on 5.4.0-0

sudo chmod -x /etc/init.d/bnconfig-gitlab helps.

have tried following disable bncofnig-gitlab service instead of renaming files?

sudo chmod -x /etc/init.d/bnconfig-gitlab 

or

sudo update-rc.d -f bnconfig-gitlab disable 

Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -