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

Update the playbook to work on Ubuntu 24.04 #282

Open
rosiel opened this issue Jul 2, 2024 · 0 comments
Open

Update the playbook to work on Ubuntu 24.04 #282

rosiel opened this issue Jul 2, 2024 · 0 comments

Comments

@rosiel
Copy link
Contributor

rosiel commented Jul 2, 2024

New LTS is here!

Currently failing on 24.04 with a long error message, abbreviated:

TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] **************** fatal: [default]: FAILED! => {"cache_update_time": 1719927879, "cache_updated": false, "changed": false, "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'mysql-server=8.0.37-0ubuntu0.24.04.1'' failed: No apport report written because the error message indicates its a followup error from a previous failure.\nE: Sub-process /usr/bin/dpkg returned an error code (1)\n", "rc": 100, "stderr": "No apport report written because the error message indicates its a followup error from a previous failure.\nE: Sub-process /usr/bin/dpkg returned an error
...
"update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode", "Setting up mysql-server-8.0 (8.0.37-0ubuntu0.24.04.1) ...", "invoke-rc.d: policy-rc.d denied execution of stop.", "update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode", "Renaming removed key_buffer and myisam-recover options (if present)", "ERROR: Unable to start MySQL server:", "mysqld: error while loading shared libraries: libprotobuf-lite.so.32: cannot open shared object file: No such file or directory", "Please take a look at https://wiki.debian.org/Teams/MySQL/FAQ for tips on fixing common upgrade issues.", "Once the problem is resolved, run apt-get --fix-broken install to retry.", "dpkg: error processing package mysql-server-8.0 (--configure):", " installed mysql-server-8.0 package post-installation script subprocess returned error exit status 127", "Setting up libcgi-fast-perl (1:2.17-1) ...", "dpkg: dependency problems prevent configuration of mysql-server:", " mysql-server depends on mysql-server-8.0; however:", " Package mysql-server-8.0 is not configured yet.", "", "dpkg: error processing package mysql-server (--configure):", " dependency problems - leaving unconfigured", "Processing triggers for man-db (2.12.0-4build2) ...", "Processing triggers for libc-bin (2.39-0ubuntu8.2) ...", "Errors were encountered while processing:", " mysql-server-8.0", " mysql-server", "needrestart is being skipped since dpkg has failed"]}

I think the key is this part:
"ERROR: Unable to start MySQL server:", "mysqld: error while loading shared libraries: libprotobuf-lite.so.32: cannot open shared object file: No such file or directory",

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

No branches or pull requests

1 participant