Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gitlab-pages
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 166
    • Issues 166
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 27
    • Merge requests 27
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • gitlab-pages
  • Issues
  • #4
Closed
Open
Created Feb 24, 2016 by Juan Pinzon@juanpin

Gitlab daemon crashing. Omnibus installation (Ubuntu 14.04)

Hi,

I followed the instructions for Gitlab pages, but it seems that the daemon is crashing all the time. The only information I could find regarding the crash is:

 2016-02-24_02:11:23.54988 2016/02/24 02:11:23 fork/exec .daemon.e4da6694574fdf55ab129e87b7a30d98: no such file or directory
 2016-02-24_02:11:24.65066 2016/02/24 02:11:24 GitLab Pages Daemon 0.2.0~beta.0.g4a2c680 (4a2c680)
 2016-02-24_02:11:24.65073 2016/02/24 02:11:24 URL: https://gitlab.com/gitlab-org/gitlab-pages
 2016-02-24_02:11:24.65155 2016/02/24 02:11:24 Running the daemon as unprivileged user (uid:998, gid: 998)...
 2016-02-24_02:11:24.67915 Start failed (0x7ffffe514a00,0xc8200af380)

My gitlab.rb configuration looks like this, but port 80 is dead:

pages_external_url 'http://tyto.cf'
nginx['listen_addresses'] = ['10.100.43.8']
pages_nginx['enable'] = false
gitlab_pages['external_http'] = '10.100.163.125:80'

I was trying just with

pages_external_url 'http://tyto.cf'

and I was getting a 502

Is there anything I should enable to debug this?

Assignee
Assign to
Time tracking