ddev start
fails due to no internet connectivity at start time in Docker system
#6629
Closed
4 tasks done
Preliminary checklist
ddev debug test
to include output belowOutput of
ddev debug test
Expand `ddev debug test` diagnostic information
Expected Behavior
The site coming up successfully
Actual Behavior
output of the failed start
ddev start
Starting atmi-d8-d...
Using custom PHP configuration: [
/media/drive2/dev/pantheon/atmi-d8/.ddev/php/apcu.ini
]
Custom configuration is updated on restart.
If you don't see your custom configuration taking effect, run 'ddev restart'.
Building project images...
..........Project images built in 10s.
Network ddev-atmi-d8-d_default Created
Container ddev-atmi-d8-d-web Created
Container ddev-atmi-d8-d-db Created
Container ddev-atmi-d8-d-web Started
Container ddev-atmi-d8-d-db Started
Waiting for containers to become ready: [web db]
Warning: command 'composer self-update --2' run as 'root' failed with exit code 100:
The following exception probably indicates you have misconfigured DNS resolver(s)
In CurlDownloader.php line 371:
curl error 6 while downloading https://getcomposer.org/versions: Could not
resolve host: getcomposer.org
self-update [-r|--rollback] [--clean-backups] [--no-progress] [--update-keys] [--stable] [--preview] [--snapshot] [--1] [--2] [--2.2] [--set-channel-only] [--] []
Starting ddev-router if necessary...
Container ddev-router Recreate
Container ddev-router Recreated
Container ddev-router Started
Some components of the project atmi-d8-d were not installed properly.
The project is running anyway, but see the warnings above for details.
If offline, run 'ddev restart' once you are back online.
If online, check your connection and run 'ddev restart' later.
If this seems to be a config issue, update it accordingly.
Successfully started atmi-d8-d
Steps To Reproduce
run start
Anything else?
When I was upgraded to 1.23.5 starting ddev would fail.
It would fail on multiple sites and I also verified that composer was at the latest version.
To correct the issue I have to reinstall my previous version, 1.23.4
The text was updated successfully, but these errors were encountered: