Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6
-
None
-
WSL2 with Debian GNU/Linux 11 (bullseye) (11.7)
Description
- After using sudo apt update && sudo apt upgrade the system returned the following:
Reading package lists... Done
|
Building dependency tree... Done
|
Reading state information... Done
|
You might want to run 'apt --fix-broken install' to correct these.
|
The following packages have unmet dependencies:
|
mariadb-client-10.6 : Breaks: mariadb-server-10.6 (< 1:10.6.13+maria~deb11) but 1:10.6.12+maria~deb11 is installed
|
Breaks: mariadb-server-core-10.6 (< 1:10.6.13+maria~deb11) but 1:10.6.12+maria~deb11 is installed
|
mariadb-client-core-10.6 : Breaks: mariadb-server-core-10.6 (< 1:10.6.13+maria~deb11) but 1:10.6.12+maria~deb11 is installed
|
mariadb-server : Depends: mariadb-server-10.6 (>= 1:10.6.13+maria~deb11) but 1:10.6.12+maria~deb11 is installed
|
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
|
- As suggested, I used sudo apt --fix-broken install. Then i used sudo apt update && sudo apt upgrade.
- The above issue has been solved, but another problem has appeared - when starting the mariadb service, an error appears:
df: '': No such file or directory
|
/etc/init.d/mariadb: line 90: [: : integer expression expected
|
- Is there any way I can fix this, or should I wait for the next apt mariadb update?
Attachments
Issue Links
- relates to
-
MDEV-31331 preinst broken due to unset variable
- Closed