Hi there! Very happy Gitlab users since version 5 here, but by no means an expert on sysadmin yet… long way to go
I just upgraded to 8.6 and everything works great, except one thing: whenever I try to download a raw file (be it a bigger .wav audio or a simple text file), I receive the file instantly, but it is zero bytes.
Here’s the output from the log:
Started GET “/repo/pieces/something.wav” for IP at 2016-03-31 17:30:35 +0200
Processing by Projects::RawController#show as HTML
Parameters: {“namespace_id”=>“fbp”, “project_id”=>“Sound”, “id”=>“master/pieces/something.wav”}
Completed 200 OK in 367ms (ActiveRecord: 3.5ms)
nothing more in the log. What could I do to fix this?
Thanks for your reply! Source install here. I upgraded gradually each time. There were some hiccups installing the new redis version, but it’s all set up now.
I noticed that everything works (git operations, web frontend, etc.) except for file downloads/zip creation AND sending emails. I tried to search the logs, but they just say “sent email to ----.com” . Maybe the two erroneous behaviours are linked?
# Note this config assumes unicorn is listening on default port 8080 and
# gitlab-workhorse is listening on port 8181. To allow gitlab-workhorse to
# listen on port 8181, edit or create /etc/default/gitlab and change or add the following:
#
# gitlab_workhorse_options="-listenUmask 0 -listenNetwork tcp -listenAddr 127.0.0.1:8181 -authBackend http://127.0.0.1:8080"