Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

failed to wait for project to be online: container cdr_sail not running #246

Open
MahmoudAljabary opened this issue Sep 29, 2019 · 2 comments

Comments

@MahmoudAljabary
Copy link

2019-09-29 10:31:44 INFO using repo image cdr_sail
2019-09-29 10:31:44 DEBUG host home dir: /root
2019-09-29 10:31:44 INFO writing sail proxy logs to /tmp/sailproxy_cdr_sail281735327
2019-09-29 10:31:45 DEBUG started container
2019-09-29 10:31:45 ERROR failed to wait for project to be online: container cdr_sail not running

  • cd /home/user/go/src/go.coder.com/sail
    bash: line 1: cd: /home/user/go/src/go.coder.com/sail: Permission denied
    2019-09-29 10:31:45 ERROR build run failed: container cdr_sail not running
    2019-09-29 10:31:45 DEBUG removing cdr_sail
@barretlee
Copy link

barretlee commented Oct 29, 2019

Check the user and user group whether it is 'root' at dir ~/go, if so, try:

sudo chown  user /home/user;
sudo chgrp user /home/user;

Then reload your webpage.

I got the same problem, and fixed it in this way.

@donoskaro
Copy link

I have encountered the same issue. Operating System: CentOS Linux release 7.7.1908 (Core).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants