Missing icons after upgrade to omnibus gitlab 8.5.1
Created by: secustor
the issue appeared when I upgraded from 8.5 omni via manual downloaded package to 8.5.1 I have found this issue #10053 (closed) and it seems to be related.
tried the following:
several
gitlab-ctl reconfigure
,
gitlab-ctl restarts
,
gitlab-rake cache:clear && gitlab-ctl restart
this is my setup: GitlabCE 8.5.1 at subdirectory /gitlab (see config further down) OS: Ubuntu 14.04 nginx 1.4.6 non-bundled
lots of similar error at gitlab-ctl restart
:
==> /var/log/gitlab/sidekiq/current <==
2016-03-01_16:30:49.29459 2016-03-01T16:30:49.272Z 29908 TID-57po4 ERROR: Error fetching job: No such fil or directory - connect(2) for /var/opt/gitlab/redis/redis.socket
full restart log: restart-log.txt
and yes the socket is there ls -l
:
-rw------- 1 gitlab-redis gitlab-redis 5668 Mär 1 17:30 dump.rdb
-rw-r--r-- 1 gitlab-redis root 29800 Feb 24 14:25 redis.conf
srwxrwxrwx 1 gitlab-redis gitlab-redis 0 Mär 1 17:30 redis.socket
nginx config: nginx_conf.txt
uncommented lines in
/etc/gitlab.rb:
external_url 'http://kis-vm01/gitlab'
gitlab_workhorse['auth_backend'] = "http://localhost:8082"
# standard port has been used
unicorn['port'] = 8082
web_server['external_users'] = ['www-data']
nginx['enable'] = false
gitlab-ctl log (no errors but for completion): gitlab-ctl reconfigure.txt
any ideas? thanks in advance