coder / sail

Deprecated: Instant, pre-configured VS Code development environments.
https://sail.dev
MIT License
629 stars 36 forks source link

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

Open MahmoudAljabary opened 4 years ago

MahmoudAljabary commented 4 years ago

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

barretlee commented 4 years ago

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 commented 4 years ago

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