Ruby_executable_hooks not found

Hey all,

I’m running into an issue while starting Gitlab:

[git@host gitlab]$ service gitlab start
Starting GitLab Unicorn
Starting GitLab Sidekiq
Starting GitLab Workhorse
Starting Gitaly
/usr/bin/env: 'ruby_executable_hooks': No such file or directory
..............................Waited 30s for the processes to write their pids, something probably went wrong.

This is odd because the missing file is at
/usr/local/bin/ruby_executable_hooks

Here’s the output for checking application status:
[git@host gitlab]$ bundle exec rake gitlab:env:info RAILS_ENV=production
System information
System:
Current User: git
Using RVM: yes
RVM Version: 1.29.4
Ruby Version: 2.4.4p296
Gem Version: 2.7.7
Bundler Version:1.16.2
Rake Version: 12.3.1
Redis Version: 4.0.10
Git Version: 2.17.1
Sidekiq Version:5.1.3
Go Version: go1.10.3 linux/amd64
GitLab information
Version: 11.2.3
Revision: 06cbee3
Directory: /home/git/gitlab
DB Adapter: postgresql
URL: https://repo.host.org:4430
HTTP Clone URL: https://repo.host.org:4430/some-group/some-project.git
SSH Clone URL: git@repo.host.org:some-group/some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 8.1.1
Repository storage paths:
- default: /home/git/repositories
Hooks: /home/git/gitlab-shell/hooks
Git: /usr/bin/git

I’m using Fedora 28, happy to offer up any additional information that might help track the problem down.

Thanks for reading!
-Fish

never mind, found the problem.

Hello Fish

Realise this was quite a while ago but I’ve got a similar blocker with ruby_exectable_hooks. Out of interest what was your problem?

Thnkas