Skip to content
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

Status error check_mysql false after start (also after restart) while MySQL works just fine #4

Open
mikebranderhorst opened this issue Jun 15, 2018 · 2 comments

Comments

@mikebranderhorst
Copy link

Giving the new services a couple of seconds to start..
hypernode-docker status: {
    "errors": {
        "check_mysql": false,
        "check_readonly_fs": true,
        "check_redis": true,
        "check_root_free_inodes": true,
        "check_root_free_space": true,
        "check_varnish_proxy": true
    }
}

Expected as described in starting-the-container.md

Giving the new services a couple of seconds to start..
hypernode-docker status: everything ok
@kaybeudeker
Copy link

Indeed, initial start returns the 'check_mysql": false' (OSX). After restarting the whole container and/or services ('bash /etc/my_init.d/60_restart_services.sh') everything seems to be ok over here..

@vdloo
Copy link
Member

vdloo commented Jun 20, 2018

I suspect this might be a timing issue, could you guys check if increasing the sleep under 'Giving the services some time to stop' from 5 to something way larger like 30 makes a difference?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants