Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Execution of '/usr/sbin/update-rc.d gitlab-runsvdir defaults' returned 1: update-rc.d: error: unable to read /etc/init.d/gitlab-runsvdir #72

Closed
geoffr opened this issue May 6, 2016 · 1 comment

Comments

@geoffr
Copy link

geoffr commented May 6, 2016

Hi,

On Debian Wheezy (7) after installing the error on each puppet run:

Error: Execution of '/usr/sbin/update-rc.d gitlab-runsvdir defaults' returned 1: update-rc.d: error: unable to read /etc/init.d/gitlab-runsvdir

I have tried purging the package and running from scratch with the same result. The file /etc/init.d/gitlab-runsvdir does not exist.

Hiera data:

gitlab::external_url: 'http://gitlab.XXXX'
gitlab::gitlab_rails:
time_zone: 'UTC'
gitlab_email_enabled: false
gitlab_default_theme: 4
gitlab_email_display_name: 'Gitlab'
gitlab_email_from: 'github@XXXX'
gitlab::sidekiq:
shutdown_timeout: 5

Class call:

class { '::gitlab':
external_url => 'http://gitlab.XXXX',
}

Please let me know if you need any more info.

Thanks

@geoffr
Copy link
Author

geoffr commented May 9, 2016

FYI, my solution was to switch to Debian Jessie instead of Wheezy

@tobru tobru closed this as completed Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants