hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
551 stars 51 forks source link

Update unrecoverable fatal error: Node Version: 16.15.1 / Cifs Utils: 2:6.11-3.1+deb11u1 #1820

Open paskalicky opened 2 years ago

paskalicky commented 2 years ago

Unable to install latest Hoobs update? Node Version: 16.15.1 / Cifs Utils: 2:6.11-3.1+deb11u1 I keep getting same result: /4/2022, 6:34:53 AM2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 6/4/2022, 6:34:53 AMNeed to get 0 B/23.5 MB of archives. 6/4/2022, 6:34:53 AMAfter this operation, 166 kB of additional disk space will be used. 6/4/2022, 6:34:53 AM(Reading database ... 6/4/2022, 6:34:53 AM(Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% 6/4/2022, 6:34:53 AM(Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% 6/4/2022, 6:34:53 AM(Reading database ... 95% dpkg: unrecoverable fatal error, aborting:

Not sure how to move forward? Help :) Thanx -PauL

log060422.txt

mkellsy commented 2 years ago

This is an issue with the OS. The updater includes any OS updates. CIFS Utils is part of the OS. As with anything, please make a backup. Menu -> Hub Settings -> Backup.

You can try to run this.

sudo dpkg --configure -a 
sudo apt-get -f install
sudo apt-get clean
sudo apt-get update && sudo apt-get upgrade

That's the typical commands you need to run to fix APT. If that doesn't work, try these commands.

cd ~/
sudo mv /var/lib/dpkg/info/linux* ./
sudo dpkg --configure -a
sudo apt-get update && sudo apt-get upgrade

If you still get the dpkg: unrecoverable fatal error, aborting message. You will need to re-flash the OS. Again, make sure you have a backup, so you don't need to re-configure everything.

paskalicky commented 2 years ago

Thanx 4 quick reply ;) Work’in on it

☮️ Paul Skalicky

(206) 304-2071 @.***

On Jun 4, 2022, at 9:50 AM, Michael Kellsy @.***> wrote:

 This is an issue with the OS. The updater includes any OS updates. CIFS Utils is part of the OS. As with anything, please make a backup. Menu -> Hub Settings -> Backup.

You can try to run this.

sudo dpkg --configure -a sudo apt-get -f install sudo apt-get clean sudo apt-get update && sudo apt-get upgrade That's the typical commands you need to run to fix APT. If that doesn't work, try these commands.

cd ~/ sudo mv /var/lib/dpkg/info/linux* ./ sudo dpkg --configure -a sudo apt-get update && sudo apt-get upgrade If you still get the dpkg: unrecoverable fatal error, aborting message. You will need to re-flash the OS. Again, make sure you have a backup, so you don't need to re-configure everything.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.