-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Running Coder in a Docker container would get stuck on waiting for shared process to start #44
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
Comments
Is it related to #13? |
This is interesting. I've used it using |
for me this seems to boil down to something in 18.10 being the breaking factor. 18.04 works, 18.10 doesn't (inside or out of docker) |
just to add another data point: the same issue happens on my Arch Linux install, kernel version 5.0.0 |
@0xfd000000 it works fine on my Arch Linux powered laptop. It must be something related to the dependencies... |
It was mentioned that installing netstat resolved it for someone. Might be
worth a shot.
…On Wed, Mar 6, 2019 at 12:34 PM Vlad Frolov ***@***.***> wrote:
@0xfd000000 <https://github.com/0xfd000000> it works fine on my Arch
Linux powered laptop. It must be something related to the dependencies...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGysxGKmvWsFy2ybDu0PYSHJsjU4rTshks5vUCZMgaJpZM4bhTVk>
.
|
confirmed, installing |
Wonderful. We’ll have to throw an error if we see it isn’t installed.
…On Wed, Mar 6, 2019 at 2:05 PM Brian Ketelsen ***@***.***> wrote:
confirmed, installing net-tools on ubuntu fixed the issue both on bare
metal and in Docker. That's a strange one.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGysxBvhAAnc8ufXYeSFYvI2D-3t7hPHks5vUDuogaJpZM4bhTVk>
.
|
ACK installing net-tools fixed in on Arch, too |
Thanks for letting me know @bketelsen. Image will be updated !anually soon |
Alright can confirm Coder requires |
Let’s wait for the commit. Could be confusing to people in the meantime
…On Wed, Mar 6, 2019 at 5:04 PM Hikari Kibo ***@***.***> wrote:
Alright can confirm Coder requires net-tools to work. Do I close this or
wait for the commit that throws the error when net-tools isn't installed?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGysxLp8DosZ0B-AwEdhJxfD12pBYRAgks5vUGWdgaJpZM4bhTVk>
.
|
There is also an official docker image now so that should alleviate this. |
This is now a resolved issue. Closing. |
* Allow setting marketplace URL * Add zip fill * Comment out CSP for now * Fill zip on client as well Probably will need it for client-side extensions. * Don't use itemUrl (it's undefined) * Remove extension rating * Hide ratings with CSS instead of patching them out * Add hard-coded fallback for service URL * Only use coder-develop for extapi if env is explicitly development * Don't use coder-develop at all for extapi If you need it, you can set SERVICE_URL.
code-server
does not seem to like Docker well or does not like the pseudo-user hacks for it.Tested with my custom Coder stack.
code-server
version: =< 1.13.0Related to #9
Steps to Reproduce
chinodesuuu/coder
The text was updated successfully, but these errors were encountered: