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

Bug: Non-blocking MariaDB connection error during docker provision #2691

Open
tomjn opened this issue Nov 28, 2023 · 0 comments
Open

Bug: Non-blocking MariaDB connection error during docker provision #2691

tomjn opened this issue Nov 28, 2023 · 0 comments
Labels

Comments

@tomjn
Copy link
Member

tomjn commented Nov 28, 2023

Are you using the latest stable or develop branch version of VVV?

Yes (develop)

Is it a new VVV, or an existing VVV that used to work?

Don't know

Did you use a CustomFile?

No (default)

Whats the problem?

When provisoning I noticed this output:

    default:  * Ensuring MariaDB service is started
    default:  * Stopping MariaDB database server mariadbd
    default:    ...done.
    default:  * Starting MariaDB database server mariadbd
    default:    ...done.
    default:  * Checking the root user password is root
    default:  * The database root password is the expected value
    default:  * Restarting mariadb service
    default:  * Stopping MariaDB database server mariadbd
    default: /usr/bin/mariadb-admin: connect to server at 'localhost' failed
    default: error: 'Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (2)'
    default: Check that mysqld is running and that the socket: '/run/mysqld/mysqld.sock' exists!
    default:    ...done.
    default:  * Starting MariaDB database server mariadbd
    default:    ...done.

This doesn't prevent things from working but it should be investigated

How do we reproduce it?

No response

What is the output of vagrant status

__ __ __ __
\ V\ V\ V / v3.13 Ruby:3.1.4, Path:"/Users/tomjn/vvv-local"
 \_/\_/\_/  git::modify/php82-default(e4948b4a)

Platform: darwin shell:/bin/zsh vagrant-goodhosts shared_db_folder_disabled
Vagrant: v2.4.0, docker: v24.0.6, build ed223bc

Which Operating System are you using?

Apple MacOS (Intel)

Which provider are you using?

Other

@tomjn tomjn added the type:bug label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant