Closed sreepathy-tl closed 2 years ago
Hi @sreepathy-tl,
Thanks for reporting the issue.
The current behaviour is happening due to below error,
Restarting Apache httpd web server: apache2 failed!
I couldn't really relate the change in name and the issue behaviour with each others. The workaround for that is to restart the apache2 manually using below command.
apache2ctl restart
or
/etc/init.d/apache2 restart
I am further looking into it to get the root cause of the error.
Thanks @mahendrabagul. Issue sorted out after following your instructions on slack.
What happened?
I followed https://www.devspace.sh/docs/getting-started/initialize-project Chaning name in the devspace.yaml and exiting and re-logging to
devspace dev
terminal crashes the container.Container logs is empty. Apache error logs too do not have any errors.
What did you expect to happen instead?
Apache service should not have failed.
How can we reproduce the bug? (as minimally and precisely as possible)
devspace dev
prompt is ready and browser opens, changename
in devspace.yaml todevspace-quickstart-php-v3
exit
to exit fromdevpsace dev
terminaldevspace dev
again, it fails to restart apache service.devspace dev
prompt again, but browser page will not load since apache is down.My devspace.yaml:
Local Environment:
Anything else we need to know?
Stability issue
/kind bug