-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
Upgrade to Bookworm fails (E: Sub-process /usr/bin/dpkg returned an error code (1)) #7209
Comments
So the ls -l /etc/mysql/mariadb.cnf
dpkg -S /etc/mysql/mariadb.cnf |
Ehi @MichaIng, here we are, again 👋 😄
|
Ciao @MichaIng! 👋 |
Sorry for the late reply. Please try to recover that file this way: cd /tmp
apt download mariadb-common
dpkg -i --force-depends,confmiss mariadb-common*.deb
ls -l /etc/mysql/mariadb.cnf Then |
Ciao @MichaIng, don't worry, I'm responding late too! 😄
|
I did not realize that the invalid GitHub CLI signature was responsible for the above. I corrected it (check cli/cli#9569 (comment)) and, after following your last suggestion, was able to upgrade to Bookworm successfully 😄 🥳
|
Ok means we can close the topic, right? |
Right! 👍 |
Creating a bug report/issue
Required Information
bullseye
Linux Pyxmox 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 GNU/Linux
Virtual Machine (x86_64)
Additional Information (if applicable)
Steps to reproduce
VM on Proxmox. I am directly using the upgrade script via
bash <(curl -sSf 'https://raw.githubusercontent.com/MichaIng/DietPi/master/.meta/dietpi-bookworm-upgrade')
Actual behaviour
In the meantime, I brought the machine back on the snapshot I had taken just before. I absolutely remain available to try again and do further testing with you.
The text was updated successfully, but these errors were encountered: