Hi.
I am trying to follow the “How to Publish a Website with GitLab Pages” in my own Gitlab EE installation
- Clone on gitlab.com a copy of Jekyll Pages.
- Cloning on my server Gitlab is collects
- Clone in the group created “pages” Jekyll
- Deactivate fork a relationship
- Make an edit in the readme.
- Check that the Shared Runners are active. And we have an active share runners, and another for the group
However when I go to the works page I see the following
This job is stuck, because you don’t have any active runners that can run this job.
Go to Runners page
On logs only get this error
![Admin_Area_%C2%B7_GitLab|690x407](upload://sqigD1biQOP8O3iVKrF85aGj2y6.jpg)2018-10-01_08:15:26.29522 level=error ts=2018-10-01T08:15:26.295103605Z caller=main.go:199 msg="unable to initialize gossip mesh" err="create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided"
2018-10-01_08:15:27.34596 level=error ts=2018-10-01T08:15:27.345830869Z caller=main.go:199 msg="unable to initialize gossip mesh" err="create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided"
2018-10-01_08:15:28.40264 level=error ts=2018-10-01T08:15:28.4025293Z caller=main.go:199 msg="unable to initialize gossip mesh" err="create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided"
I’m lost