-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
error starting network: cannot use VNL #229
Comments
I did a
|
@rfay how recent was your install cos I pushed a fix about 30mins ago, can you kindly share the output of Thanks. |
I had HEAD-02932da (I see in backscroll) Sorry, couldn't do anything so had to uninstall, delete, install stable, restart |
It seems to work fine for me, I will await more reports. In the meantime, can you kindly share the output of
As for this, it was an oversight from me and it has been fixed. It is now simply a warning and VM starts as normal, would only be missing reachable ip address. |
With latest I was able to start up without deleting,
The error lines still seem alarming:
|
I'm running a full set of DDEV tests against colima HEAD, https://github.com/rfay/ddev/runs/5614470665?check_suite_focus=true ... |
Full test suite completed successfully, with no port-already-occupied failures. It hasn't always failed, but 50% probably, so a clean run is a good sign. |
There have been even more fixes and things should be fine now. Kindly share the git commit hash of the version you test with. The version may differ based on how the binary is generated but the git commit is consistent.
|
I have been providing the version each time, see #229 (comment) |
Thanks for the good work on this. I'm starting another full DDEV test suite on
|
With latest 5e2e413 I'm seeing failures on late-port-binding issues again. https://github.com/rfay/ddev/runs/5617784390?check_suite_focus=true " Unable to listen on required ports, port 8037 is already in use," I hadn't seen that in the last couple of runs with earlier HEAD. But of course it's always been intermittent, so maybe that late-port-binding and late-port-release problem is just still active. |
Oops, I think there has been some miscommunication or assumptions on my end. I was thinking you'd modify the test suite to try to reach the VM via the IP address rather than rely on port forwarding, based on the comments #189 (comment), #189 (comment) and #189 (comment) The way port forwarding works, the intermittent issue will persist due to the delay, that hasn't changed. What has been added however is that the VM can be reached directly. e.g. rather than hope |
The ddev functionality and tests are the same tests that run on macOS with Docker Desktop, Windows, WSL2, and Linux. I don't anticipate changing ddev to work in a completely different way for colima. I'm sure you understand. Thanks for explaining! |
I've been thinking about your comment
And I don't think I understand. What ddev does is run a container that uses network capabilities. Ports are used both within the docker network (containers talking to each other) and they are also bound to the host, so that a web browser, for example, can reach them. What am I missing here as you talk about port forwarding? |
After the last batch of network stuff went in I wanted to try HEAD (macOS arm64) so tried
brew unlink colima &&. brew install --HEAD --fetch-head colima
thencolima stop
But on
colima start
this is what I see:The text was updated successfully, but these errors were encountered: