Discussion:
Just ran an update
(too old to reply)
pinnerite
2024-11-20 17:29:07 UTC
Permalink
At the end, the following message was displayed.

E: mysql-server-8.0: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1
E: mysql-server: dependency problems - leaving unconfigured

Why should this happen?
--
Linux Mint 21.3 kernel version 5.15.0-126-generic Cinnamon 6.0.4
AMD Ryzen 7 7700, Radeon RX 6600, 32GB DDR5, 1TB SSD, 2TB Barracuda
Dan Purgert
2024-11-20 17:52:09 UTC
Permalink
Post by pinnerite
At the end, the following message was displayed.
E: mysql-server-8.0: installed mysql-server-8.0 package
post-installation script subprocess returned error exit status 1
E: mysql-server: dependency problems - leaving unconfigured
Why should this happen?
You'll need to look at the mysql-8.0 postinst script and see why it'll
throw an error code / exit(1) status.
--
|_|O|_|
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: DDAB 23FB 19FA 7D85 1CC1 E067 6D65 70E5 4CE7 2860
pinnerite
2024-11-20 21:58:34 UTC
Permalink
On Wed, 20 Nov 2024 17:52:09 -0000 (UTC)
Post by Dan Purgert
Post by pinnerite
At the end, the following message was displayed.
E: mysql-server-8.0: installed mysql-server-8.0 package
post-installation script subprocess returned error exit status 1
E: mysql-server: dependency problems - leaving unconfigured
Why should this happen?
You'll need to look at the mysql-8.0 postinst script and see why it'll
throw an error code / exit(1) status.
I cannot find any scripts associated with mysql-8.0 on my system.
Never mind. I may not need it/ :(
--
Linux Mint 21.3 kernel version 5.15.0-126-generic Cinnamon 6.0.4
AMD Ryzen 7 7700, Radeon RX 6600, 32GB DDR5, 1TB SSD, 2TB Barracuda
Dan Purgert
2024-11-21 11:59:25 UTC
Permalink
Post by pinnerite
On Wed, 20 Nov 2024 17:52:09 -0000 (UTC)
Post by Dan Purgert
Post by pinnerite
At the end, the following message was displayed.
E: mysql-server-8.0: installed mysql-server-8.0 package
post-installation script subprocess returned error exit status 1
E: mysql-server: dependency problems - leaving unconfigured
Why should this happen?
You'll need to look at the mysql-8.0 postinst script and see why it'll
throw an error code / exit(1) status.
I cannot find any scripts associated with mysql-8.0 on my system.
Never mind. I may not need it/ :(
It'll be squirreled away somewhere related to dpkg. Path should be
something like "/var/lib/dpkg" with the script being named
"package.postinst".
--
|_|O|_|
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: DDAB 23FB 19FA 7D85 1CC1 E067 6D65 70E5 4CE7 2860
pinnerite
2024-11-21 19:08:47 UTC
Permalink
On Thu, 21 Nov 2024 11:59:25 -0000 (UTC)
Post by Dan Purgert
Post by pinnerite
On Wed, 20 Nov 2024 17:52:09 -0000 (UTC)
Post by Dan Purgert
Post by pinnerite
At the end, the following message was displayed.
E: mysql-server-8.0: installed mysql-server-8.0 package
post-installation script subprocess returned error exit status 1
E: mysql-server: dependency problems - leaving unconfigured
Why should this happen?
You'll need to look at the mysql-8.0 postinst script and see why it'll
throw an error code / exit(1) status.
I cannot find any scripts associated with mysql-8.0 on my system.
Never mind. I may not need it/ :(
It'll be squirreled away somewhere related to dpkg. Path should be
something like "/var/lib/dpkg" with the script being named
"package.postinst".
The only ~.postinst file in /var/lib/dpkg is:

mysql-server-8.0.postinst

I am relucant to spend time analysing someone else's script without
knowing which dependency is the source of the problem but thank you for
taking the time to help.

Alan
--
Linux Mint 21.3 kernel version 5.15.0-126-generic Cinnamon 6.0.4
AMD Ryzen 7 7700, Radeon RX 6600, 32GB DDR5, 1TB SSD, 2TB Barracuda
Loading...