-
Notifications
You must be signed in to change notification settings - Fork 237
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
failed to start event processor: failed to compute task config: failed to read config file #316
Comments
Installed the cli with: |
@kwuite Unfortunately I haven't worked with the windows side of things in months. But I think the issue I had was resolved by fixing up some SSH authentication stuff... But I'm not 100% sure. Sorry I can't be more helpful for you right now. |
@john-mcgowan-wowza , are you suggesting the cli tool is pulling from git at startup? Maybe it is trying to connect to some libraries to setup the docker environment. I guess it is time to read the source code then.... Anyways, thanks for replying and in case something pops up I gladly here your thoughts. |
Hi @kwuite! Would it be possible to try running this on the latest version of WSL? I don't have a windows machine on hand to test, but from the description, it sounds like they included some functionality that specifically targets enabling Docker filesystem interaction. |
Tried a few times but have not been able to get wsl2 even when im on the windows insider program. Will follow up once I get some more time for this. |
Tried following this guide: https://docs.microsoft.com/en-us/windows/wsl/wsl2-install I had already joined the windows insider program (early this year) but I am unable to get the upgrade to build version 18917. As long as that is not possible for my machine I will not be able to test WSL2. |
I can confirm CircleCI works with WSL2 and will not work with WSL because of the way the docker architecture works. |
Do you want to request a feature or report a bug?
BUG
What is the current behavior?
Unable to locally execute circle ci for testing my builds.
Can you provide an example?
Result
Config is valid
Both docker and circleci are running within my user space without the need of sudo.
What is the expected behavior?
When I run the example code from "https://circleci.com/docs/2.0/local-cli/" I expect the config file to be found and that it runs the job.
Which version of the CLI and OS are you using? Did this work in previous versions?
Never used a previous version.
Please provide the output of
circleci version
andcircleci diagnostic
.0.1.5725+b0a23c0
and
Related to: #290
The text was updated successfully, but these errors were encountered: