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
552 stars 51 forks source link

GPG Certificate Verification Failed #1598

Closed sebaslag closed 3 years ago

sebaslag commented 3 years ago

Description I'm new to Hoobs and i just received my new Hoobs and the update to version 4 did not work. I followed your advice to install it manually but I'm having certificate errors. Can you help me?

Version Please include the version of HOOBS you are using.

Did you upgrade Please let us know if you upgraded from a previous version.

Pervious version If you upgraded, please let us know your previous version. 3.XX

Did you orginally upgrade to HOOBS 3 from HOOBS 2.1.1? Did you perform an upgrade from HOOBS 2.1.1? Some things are different.

What device are you using? Please let us know the device you are running HOOBS on.

If this is a custom install, what's your operating system? Please let us know what operating system and version you are using. Ex. Fedora 30 or macOS Catalina.

List your plugins None yet

Post your config This can be found in the interface, Configuration -> Advanced or you can get it via SSH cat ~/.hoobs/etc/config.json

hoobs@hoobs:/etc/ssl/certs $ cat ~/.hoobs/etc/config.json { "server": { "port": 80, "origin": "*", "autostart": 0, "home_setup_id": "X-HM://0023ISYWYP0O7", "polling_seconds": 5 }, "client": { "default_route": "status", "inactive_logoff": 30, "theme": "hoobs-light", "locale": "en", "temp_units": "fahrenheit", "country_code": "US", "postal_code": "94040" }, "bridge": { "name": "HOOBS", "port": xxxxx, "pin": "xxxxxx", "username": "xxxxxxxx" }, "description": "", "ports": {}, "plugins": [], "accessories": [], "platforms": [], "package_manager": "npm", "system": "hoobs"

POST CONFIG HERE

hoobs@hoobs:/ $ wget -qO- https://dl.hoobs.org/stable | sudo -E bash - Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease Reading package lists... Done gpg: WARNING: unsafe ownership on homedir '/home/hoobs/.gnupg' gpg: WARNING: unsafe ownership on homedir '/home/hoobs/.gnupg' gpg: WARNING: unsafe ownership on homedir '/home/hoobs/.gnupg' deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian/ stable main deb [signed-by=/usr/share/keyrings/hoobs.gpg] https://dl.hoobs.org/deb/stable/ buster main Ign:1 https://deb.nodesource.com/node_14.x buster InRelease Ign:2 https://dl.hoobs.org/deb/stable buster InRelease Ign:3 https://dl.yarnpkg.com/debian stable InRelease Err:4 https://deb.nodesource.com/node_14.x buster Release Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 184.150.154.97 443] Err:5 https://dl.hoobs.org/deb/stable buster Release Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 185.199.108.153 443] Err:6 https://dl.yarnpkg.com/debian stable Release Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 104.18.126.100 443] Hit:7 http://archive.raspberrypi.org/debian buster InRelease Hit:8 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease Reading package lists... Done W: https://deb.nodesource.com/node_14.x/dists/buster/InRelease: No system certificates available. Try installing ca-certificates. W: https://dl.hoobs.org/deb/stable/dists/buster/InRelease: No system certificates available. Try installing ca-certificates. W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: No system certificates available. Try installing ca-certificates. W: https://deb.nodesource.com/node_14.x/dists/buster/Release: No system certificates available. Try installing ca-certificates. W: https://dl.hoobs.org/deb/stable/dists/buster/Release: No system certificates available. Try installing ca-certificates. E: The repository 'https://deb.nodesource.com/node_14.x buster Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'https://dl.hoobs.org/deb/stable buster Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: https://dl.yarnpkg.com/debian/dists/stable/Release: No system certificates available. Try installing ca-certificates. E: The repository 'https://dl.yarnpkg.com/debian stable Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. error executing command

mkellsy commented 3 years ago

Looks like the OS is out of date. Run these commands.

sudo apt-get install -y libgnutls30
sudo apt-get update
sudo apt-get upgrade

Then refresh the repos.

wget -qO- https://dl.hoobs.org/stable | sudo bash -

Then reboot just in case

sudo shutdown -r now

Then if the software isn't updated already, try again.

Note: in 4.1 (not released yet) we will be adding all OS updates to the UI, which will prevent this.

sebaslag commented 3 years ago

Looks like the OS is out of date. Run these commands.

sudo apt-get install -y libgnutls30
sudo apt-get update
sudo apt-get upgrade

Then refresh the repos.

wget -qO- https://dl.hoobs.org/stable | sudo bash -

Then reboot just in case

sudo shutdown -r now

Then if the software isn't updated already, try again.

Note: in 4.1 (not released yet) we will be adding all OS updates to the UI, which will prevent this.

Same Error

hoobs@hoobs:~ $ sudo apt-get install -y libgnutls30
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgnutls30 is already the newest version (3.6.7-4+deb10u7).
0 upgraded, 0 newly installed, 0 to remove and 133 not upgraded.
hoobs@hoobs:~ $ sudo apt-get update
Ign:1 https://deb.nodesource.com/node_14.x buster InRelease
Ign:2 https://dl.yarnpkg.com/debian stable InRelease
Err:3 https://deb.nodesource.com/node_14.x buster Release
  Certificate verification failed: The certificate is NOT trusted. The certifica                                                                            te issuer is unknown.  Could not handshake: Error in the certificate verificatio                                                                            n. [IP: 184.150.154.97 443]
Ign:4 https://dl.hoobs.org/deb/stable buster InRelease
Err:5 https://dl.hoobs.org/deb/stable buster Release
  Certificate verification failed: The certificate is NOT trusted. The certifica                                                                            te issuer is unknown.  Could not handshake: Error in the certificate verificatio                                                                            n. [IP: 185.199.108.153 443]
Err:6 https://dl.yarnpkg.com/debian stable Release
  Certificate verification failed: The certificate is NOT trusted. The certifica                                                                            te issuer is unknown.  Could not handshake: Error in the certificate verificatio                                                                            n. [IP: 104.18.126.100 443]
Hit:7 http://archive.raspberrypi.org/debian buster InRelease
Hit:8 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
W: https://deb.nodesource.com/node_14.x/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: No system certificates available. Try installing ca-certificates.
W: https://dl.hoobs.org/deb/stable/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://deb.nodesource.com/node_14.x/dists/buster/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://deb.nodesource.com/node_14.x buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: https://dl.yarnpkg.com/debian/dists/stable/Release: No system certificates available. Try installing ca-certificates.
W: https://dl.hoobs.org/deb/stable/dists/buster/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://dl.hoobs.org/deb/stable buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://dl.yarnpkg.com/debian stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
hoobs@hoobs:~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  alsa-utils apt apt-utils avahi-daemon base-files bind9-host bluez bluez-firmware curl debconf debconf-i18n debconf-utils device-tree-compiler
  distro-info-data dnsmasq-base file firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek groff-base iproute2
  iputils-ping isc-dhcp-client isc-dhcp-common klibc-utils libapt-inst2.0 libapt-pkg5.0 libavahi-client-dev libavahi-client3 libavahi-common-data
  libavahi-common-dev libavahi-common3 libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1 libavahi-core7 libbind9-161 libbluetooth3 libbrotli1 libbsd0
  libc-ares2 libc-bin libc-dev-bin libc-l10n libc6 libc6-dbg libc6-dev libcurl3-gnutls libcurl4 libdns-export1104 libdns1104 libgcrypt20 libgssapi-krb5-2
  libhogweed4 libisc-export1100 libisc1100 libisccc161 libisccfg163 libjpeg62-turbo libk5crypto3 libklibc libkrb5-3 libkrb5support0 libldap-2.4-2
  libldap-common liblwres161 liblz4-1 libmagic-mgc libmagic1 libnettle6 libnftnl11 libntfs-3g883 libp11-kit0 libpam-systemd libpolkit-agent-1-0
  libpolkit-backend-1-0 libpolkit-gobject-1-0 libpython3.7 libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib libraspberrypi-bin libraspberrypi-dev
  libraspberrypi-doc libraspberrypi0 libsqlite3-0 libssl1.1 libsystemd0 libudev1 libuv1 libwebp-dev libwebp6 libwebpdemux2 libwebpmux3 libx11-6
  libx11-data libxml2 libxml2-dev libzstd1 linux-libc-dev locales multiarch-support ntfs-3g openssh-client openssh-server openssh-sftp-server openssl
  pi-bluetooth policykit-1 psmisc python-apt-common python-rpi.gpio python3-apt python3-debconf python3.7 python3.7-dev python3.7-minimal
  raspberrypi-bootloader raspberrypi-kernel raspberrypi-sys-mods raspi-config rpi-eeprom rpi-update rpi.gpio-common ssh sudo systemd systemd-sysv tzdata
  udev unzip wpasupplicant
133 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 242 MB of archives.
After this operation, 10.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.raspberrypi.org/debian buster/main armhf libc6-dbg armhf 2.28-10+rpt2+rpi1 [10.7 MB]
Get:2 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf base-files armhf 10.3+rpi1+deb10u11 [70.2 kB]
Get:3 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf liblz4-1 armhf 1.8.3-1+deb10u1 [49.7 kB]
Get:4 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf systemd-sysv armhf 241-7~deb10u8+rpi1 [101 kB]
Get:5 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libpam-systemd armhf 241-7~deb10u8+rpi1 [194 kB]
Get:6 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libsystemd0 armhf 241-7~deb10u8+rpi1 [306 kB]
Get:7 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf systemd armhf 241-7~deb10u8+rpi1 [3,258 kB]
Get:8 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1 [2,113 kB]
Get:9 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1 [266 kB]
Get:10 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20211007-2~buster [1,012 kB]
Get:11 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1 [2,356 kB]
Get:12 http://archive.raspberrypi.org/debian buster/main armhf libc-bin armhf 2.28-10+rpt2+rpi1 [647 kB]
Get:13 http://archive.raspberrypi.org/debian buster/main armhf bluez armhf 5.50-1.2~deb10u2+rpt1 [770 kB]
Get:14 http://archive.raspberrypi.org/debian buster/main armhf openssh-sftp-server armhf 1:7.9p1-10+deb10u2+rpt1 [36.0 kB]
Get:15 http://archive.raspberrypi.org/debian buster/main armhf openssh-server armhf 1:7.9p1-10+deb10u2+rpt1 [291 kB]
Get:16 http://archive.raspberrypi.org/debian buster/main armhf openssh-client armhf 1:7.9p1-10+deb10u2+rpt1 [669 kB]
Get:17 http://archive.raspberrypi.org/debian buster/main armhf ssh all 1:7.9p1-10+deb10u2+rpt1 [202 kB]
Get:18 http://archive.raspberrypi.org/debian buster/main armhf libc-l10n all 2.28-10+rpt2+rpi1 [847 kB]
Get:19 http://archive.raspberrypi.org/debian buster/main armhf locales all 2.28-10+rpt2+rpi1 [4,061 kB]
Get:20 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf udev armhf 241-7~deb10u8+rpi1 [1,248 kB]
Get:21 http://archive.raspberrypi.org/debian buster/main armhf alsa-utils armhf 1.1.8-2+rpt1 [1,010 kB]
Get:22 http://archive.raspberrypi.org/debian buster/main armhf bluez-firmware all 1.2-4+rpt8 [175 kB]
Get:23 http://archive.raspberrypi.org/debian buster/main armhf dnsmasq-base armhf 2.80-1+rpt1+deb10u1 [400 kB]
Get:24 http://archive.raspberrypi.org/debian buster/main armhf firmware-atheros all 1:20190114-2+rpt3 [4,012 kB]
Get:25 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libudev1 armhf 241-7~deb10u8+rpi1 [144 kB]
Get:26 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libzstd1 armhf 1.3.8+dfsg-3+rpi1+deb10u2 [197 kB]
Get:27 http://archive.raspberrypi.org/debian buster/main armhf firmware-brcm80211 all 1:20190114-2+rpt3 [4,600 kB]
Get:28 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libapt-pkg5.0 armhf 1.8.2.3 [855 kB]
Get:29 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
Get:30 http://archive.raspberrypi.org/debian buster/main armhf firmware-libertas all 1:20190114-2+rpt3 [3,425 kB]
Get:31 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf apt armhf 1.8.2.3 [1,349 kB]
Get:32 http://archive.raspberrypi.org/debian buster/main armhf firmware-misc-nonfree all 1:20190114-2+rpt3 [3,340 kB]
Get:33 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf apt-utils armhf 1.8.2.3 [400 kB]
Get:34 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf debconf-i18n all 1.5.71+deb10u1 [206 kB]
Get:35 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf python3-debconf all 1.5.71+deb10u1 [4,028 B]
Get:36 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf debconf-utils all 1.5.71+deb10u1 [57.2 kB]
Get:37 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf debconf all 1.5.71+deb10u1 [145 kB]
Get:38 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libgcrypt20 armhf 1.8.4-5+deb10u1 [500 kB]
Get:39 http://archive.raspberrypi.org/debian buster/main armhf firmware-realtek all 1:20190114-2+rpt3 [506 kB]
Get:40 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf ntfs-3g armhf 1:2017.3.23AR.3-3+deb10u1 [378 kB]
Get:41 http://archive.raspberrypi.org/debian buster/main armhf libbluetooth3 armhf 5.50-1.2~deb10u2+rpt1 [94.0 kB]
Get:42 http://archive.raspberrypi.org/debian buster/main armhf libnftnl11 armhf 1.1.7-1~bpo10+1~0 [45.1 kB]
Get:43 http://archive.raspberrypi.org/debian buster/main armhf policykit-1 armhf 0.105-25+rpt1 [62.7 kB]
Get:44 http://archive.raspberrypi.org/debian buster/main armhf libpolkit-backend-1-0 armhf 0.105-25+rpt1 [41.4 kB]
Get:45 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libntfs-3g883 armhf 1:2017.3.23AR.3-3+deb10u1 [168 kB]
Get:46 http://archive.raspberrypi.org/debian buster/main armhf libpolkit-agent-1-0 armhf 0.105-25+rpt1 [23.8 kB]
Get:47 http://archive.raspberrypi.org/debian buster/main armhf libpolkit-gobject-1-0 armhf 0.105-25+rpt1 [39.6 kB]
Get:48 http://archive.raspberrypi.org/debian buster/main armhf libraspberrypi-doc armhf 1:1.20211007-2~buster [31.4 MB]
Get:49 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf python3.7-dev armhf 3.7.3-2+deb10u3 [513 kB]
Get:50 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libpython3.7-dev armhf 3.7.3-2+deb10u3 [47.2 MB]
Get:51 http://archive.raspberrypi.org/debian buster/main armhf libraspberrypi-dev armhf 1:1.20211007-2~buster [400 kB]
Get:52 http://archive.raspberrypi.org/debian buster/main armhf raspberrypi-kernel armhf 1:1.20211007-2~buster [79.8 MB]
Get:53 http://archive.raspberrypi.org/debian buster/main armhf libraspberrypi-bin armhf 1:1.20211007-2~buster [342 kB]
Get:54 http://archive.raspberrypi.org/debian buster/main armhf libraspberrypi0 armhf 1:1.20211007-2~buster [847 kB]
Get:55 http://archive.raspberrypi.org/debian buster/main armhf raspberrypi-bootloader armhf 1:1.20211007-2~buster [4,527 kB]
Get:56 http://archive.raspberrypi.org/debian buster/main armhf multiarch-support armhf 2.28-10+rpt2+rpi1 [215 kB]
Get:57 http://archive.raspberrypi.org/debian buster/main armhf raspberrypi-sys-mods armhf 20211005 [12.4 kB]
Get:58 http://archive.raspberrypi.org/debian buster/main armhf pi-bluetooth all 0.1.18 [5,508 B]
Get:59 http://archive.raspberrypi.org/debian buster/main armhf python-rpi.gpio armhf 0.7.0-0.1~bpo10+4 [20.7 kB]
Get:60 http://archive.raspberrypi.org/debian buster/main armhf rpi.gpio-common armhf 0.7.0-0.1~bpo10+4 [5,952 B]
Get:61 http://archive.raspberrypi.org/debian buster/main armhf raspi-config all 20210212 [28.0 kB]
Get:62 http://archive.raspberrypi.org/debian buster/main armhf rpi-eeprom armhf 12.14-1 [865 kB]
Get:63 http://archive.raspberrypi.org/debian buster/main armhf rpi-update all 20210618 [7,920 B]
Get:64 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libpython3.7 armhf 3.7.3-2+deb10u3 [1,253 kB]
Get:65 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libssl1.1 armhf 1.1.1d-0+deb10u7 [1,263 kB]
Get:66 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
Get:67 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1,664 kB]
Get:68 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1,464 kB]
Get:69 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [583 kB]
Get:70 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u1 [553 kB]
Get:71 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u3 [136 kB]
Get:72 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libkrb5-3 armhf 1.17-3+deb10u3 [317 kB]
Get:73 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libkrb5support0 armhf 1.17-3+deb10u3 [62.4 kB]
Get:74 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libk5crypto3 armhf 1.17-3+deb10u3 [117 kB]
Get:75 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libnettle6 armhf 3.4.1-1+deb10u1 [223 kB]
Get:76 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libhogweed4 armhf 3.4.1-1+deb10u1 [130 kB]
Get:77 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libldap-common all 2.4.47+dfsg-3+rpi1+deb10u6 [90.2 kB]
Get:78 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+rpi1+deb10u6 [199 kB]
Get:79 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libp11-kit0 armhf 0.23.15-2+deb10u1 [296 kB]
Get:80 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf tzdata all 2021a-0+deb10u2 [266 kB]
Get:81 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
Get:82 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf iproute2 armhf 4.20.0-2+deb10u1 [720 kB]
Get:83 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf iputils-ping armhf 3:20180629-2+deb10u2 [40.1 kB]
Get:84 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libisc-export1100 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [360 kB]
Get:85 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libdns-export1104 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [872 kB]
Get:86 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf isc-dhcp-client armhf 4.4.1-2+deb10u1 [295 kB]
Get:87 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf isc-dhcp-common armhf 4.4.1-2+deb10u1 [144 kB]
Get:88 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libxml2-dev armhf 2.9.4+dfsg1-7+deb10u2 [641 kB]
Get:89 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u2 [572 kB]
Get:90 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf bind9-host armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [269 kB]
Get:91 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libbind9-161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [244 kB]
Get:92 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libisccfg163 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [258 kB]
Get:93 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libisccc161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [234 kB]
Get:94 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libdns1104 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [1,074 kB]
Get:95 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libisc1100 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [423 kB]
Get:96 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf liblwres161 armhf 1:9.11.5.P4+dfsg-5.1+deb10u5 [247 kB]
Get:97 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
Get:98 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
Get:99 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
Get:100 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libavahi-common-dev armhf 0.7-4+deb10u1 [65.1 kB]
Get:101 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libavahi-common-data armhf 0.7-4+deb10u1 [122 kB]
Get:102 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libavahi-common3 armhf 0.7-4+deb10u1 [51.0 kB]
Get:103 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libavahi-core7 armhf 0.7-4+deb10u1 [101 kB]
Get:104 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf avahi-daemon armhf 0.7-4+deb10u1 [85.1 kB]
Get:105 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u2 [254 kB]
Get:106 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u2 [294 kB]
Get:107 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf device-tree-compiler armhf 1.4.7-4 [240 kB]
Get:108 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf distro-info-data all 0.41+deb10u4 [6,880 B]
Get:109 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf klibc-utils armhf 2.0.6-1+rpi1+deb10u1 [87.1 kB]
Get:110 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libklibc armhf 2.0.6-1+rpi1+deb10u1 [52.8 kB]
Get:111 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libavahi-client-dev armhf 0.7-4+deb10u1 [64.1 kB]
Get:112 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libavahi-client3 armhf 0.7-4+deb10u1 [54.0 kB]
Get:113 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libavahi-compat-libdnssd-dev armhf 0.7-4+deb10u1 [61.4 kB]
Get:114 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libavahi-compat-libdnssd1 armhf 0.7-4+deb10u1 [46.3 kB]
Get:115 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libbrotli1 armhf 1.0.7-2+deb10u1 [257 kB]
Get:116 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
Get:117 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libc-ares2 armhf 1.14.0-1+deb10u1 [80.9 kB]
Get:118 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [292 kB]
Get:119 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libjpeg62-turbo armhf 1:1.5.2-2+deb10u1 [112 kB]
Get:120 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
Get:121 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libwebp-dev armhf 0.6.1-2+deb10u1 [304 kB]
Get:122 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libwebp6 armhf 0.6.1-2+deb10u1 [227 kB]
Get:123 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libwebpmux3 armhf 0.6.1-2+deb10u1 [94.0 kB]
Get:124 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libwebpdemux2 armhf 0.6.1-2+deb10u1 [86.7 kB]
Get:125 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
Get:126 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf libx11-6 armhf 2:1.6.7-1+deb10u2 [689 kB]
Get:127 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf openssl armhf 1.1.1d-0+deb10u7 [808 kB]
Get:128 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf psmisc armhf 23.2-1+deb10u1 [121 kB]
Get:129 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
Get:130 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf python3-apt armhf 1.8.4.3 [168 kB]
Get:131 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf sudo armhf 1.8.27-1+deb10u3 [1,201 kB]
Get:132 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf unzip armhf 6.0-23+deb10u2 [152 kB]
Get:133 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster/main armhf wpasupplicant armhf 2:2.7+git20190128+0c1e29f-6+deb10u3 [1,008 kB]
Fetched 242 MB in 46s (5,244 kB/s)
Reading changelogs... Done
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 46822 files and directories currently installed.)
Preparing to unpack .../base-files_10.3+rpi1+deb10u11_armhf.deb ...
Unpacking base-files (10.3+rpi1+deb10u11) over (10.3+rpi1+deb10u6) ...
Setting up base-files (10.3+rpi1+deb10u11) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 46822 files and directories currently installed.)
Preparing to unpack .../libc6-dbg_2.28-10+rpt2+rpi1_armhf.deb ...
Unpacking libc6-dbg:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1) ...
Preparing to unpack .../libc6-dev_2.28-10+rpt2+rpi1_armhf.deb ...
Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1) ...
dpkg: error processing archive /var/cache/apt/archives/libc6-dev_2.28-10+rpt2+rpi1_armhf.deb (--unpack):
 unable to stat './usr/include/arm-linux-gnueabihf/a.out.h' (which I was about to install): Input/output error
dpkg: error while cleaning up:
 unable to remove backup copy of '/usr/include/argz.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/argp.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/ar.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/alloca.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/aliases.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/aio.h': Read-only file system
dpkg: error while cleaning up:
 unable to securely remove '/var/lib/dpkg/tmp.ci': Read-only file system
dpkg: error processing archive /var/cache/apt/archives/libc-dev-bin_2.28-10+rpt2+rpi1_armhf.deb (--unpack):
 error ensuring '/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file system
dpkg: error processing archive /var/cache/apt/archives/linux-libc-dev_1%3a1.20211007-2~buster_armhf.deb (--unpack):
 error ensuring '/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file system
dpkg: error processing archive /var/cache/apt/archives/libc6_2.28-10+rpt2+rpi1_armhf.deb (--unpack):
 error ensuring '/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file system
dpkg: error: unable to create new file '/var/lib/dpkg/status-new': Read-only file system
sh: 1: /bin/echo: Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - pkgDPkgPM::Go (30: Read-only file system)
E: Problem executing scripts DPkg::Post-Invoke '/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null'
E: Sub-process returned an error code
hoobs@hoobs:~ $ wget -qO- https://dl.hoobs.org/stable | sudo bash -
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
error executing command
hoobs@hoobs:~ $
mkellsy commented 3 years ago

arm-linux-gnueabihf is giving you pains.

sudo apt-get install -y arm-linux-gnueabihf
sudo apt-get update
sudo apt-get upgrade

Then refresh the repos.

wget -qO- https://dl.hoobs.org/stable | sudo bash -

Then reboot just in case

sudo shutdown -r now

Then if the software isn't updated already, try again.

Note: in 4.1 (not released yet) we will be adding all OS updates to the UI, which will prevent this.

sebaslag commented 3 years ago

arm-linux-gnueabihf is giving you pains.

sudo apt-get install -y arm-linux-gnueabihf
sudo apt-get update
sudo apt-get upgrade

Then refresh the repos.

wget -qO- https://dl.hoobs.org/stable | sudo bash -

Then reboot just in case

sudo shutdown -r now

Then if the software isn't updated already, try again.

Note: in 4.1 (not released yet) we will be adding all OS updates to the UI, which will prevent this.

hoobs@hoobs:~ $ sudo apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
hoobs@hoobs:~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libc6-dbg : Depends: libc6 (= 2.28-10+rpt2+rpi1) but 2.28-10+rpi1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
hoobs@hoobs:~ $ apt --fix-broken install
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
hoobs@hoobs:~ $
hoobs@hoobs:~ $ wget -qO- https://dl.hoobs.org/stable | sudo bash -
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
error executing command
sebaslag commented 3 years ago
hoobs@hoobs:~ $ sudo apt-get install -y libgnutls30
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgnutls30 is already the newest version (3.6.7-4+deb10u7).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libc6-dbg : Depends: libc6 (= 2.28-10+rpt2+rpi1) but 2.28-10+rpi1 is to be inst                               alled
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or speci                               fy a solution).
hoobs@hoobs:~ $ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libc-dev-bin libc6 libc6-dev
Suggested packages:
  glibc-doc
The following packages will be upgraded:
  libc-dev-bin libc6 libc6-dev
3 upgraded, 0 newly installed, 0 to remove and 128 not upgraded.
2 not fully installed or removed.
Need to get 0 B/4,735 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 46820 files and directories currently installed.)
Preparing to unpack .../libc6-dev_2.28-10+rpt2+rpi1_armhf.deb ...
Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1) ...
dpkg: error processing archive /var/cache/apt/archives/libc6-dev_2.28-10+rpt2+rp                               i1_armhf.deb (--unpack):
 unable to stat './usr/include/net/ethernet.h' (which I was about to install): I                               nput/output error
dpkg: error while cleaning up:
 unable to remove backup copy of '/usr/include/mqueue.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/monetary.h': Read-only file s                               ystem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/mntent.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/memory.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/mcheck.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/math.h': Read-only file syste                               m
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/malloc.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/locale.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/link.h': Read-only file syste                               m
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/limits.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/libintl.h': Read-only file sy                               stem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/libgen.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/lastlog.h': Read-only file sy                               stem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/langinfo.h': Read-only file s                               ystem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/inttypes.h': Read-only file s                               ystem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/ifaddrs.h': Read-only file sy                               stem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/iconv.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/gshadow.h': Read-only file sy                               stem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/grp.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/gnu-versions.h': Read-only fi                               le system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/glob.h': Read-only file syste                               m
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/getopt.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/gconv.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/ftw.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/fts.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/fstab.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/fnmatch.h': Read-only file sy                               stem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/fmtmsg.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/fenv.h': Read-only file syste                               m
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/features.h': Read-only file s                               ystem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/fcntl.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/execinfo.h': Read-only file s                               ystem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/error.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/errno.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/err.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/envz.h': Read-only file syste                               m
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/endian.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/elf.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/dlfcn.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/dirent.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/ctype.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/crypt.h': Read-only file syst                               em
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/cpio.h': Read-only file syste                               m
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/complex.h': Read-only file sy                               stem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/byteswap.h': Read-only file s                               ystem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/assert.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arpa/tftp.h': Read-only file                                system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arpa/telnet.h': Read-only fil                               e system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arpa/nameser_compat.h': Read-                               only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arpa/nameser.h': Read-only fi                               le system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arpa/inet.h': Read-only file                                system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arpa/ftp.h': Read-only file s                               ystem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/xattr                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/wait.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/vtime                               s.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/vt.h'                               : Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/vlimi                               t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/vfs.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/utsna                               me.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/user.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/unist                               d.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/un.h'                               : Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/uio.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/ucont                               ext.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/types                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/ttyde                               faults.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/ttych                               ars.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/timex                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/times                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/timer                               fd.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/timeb                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/time.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/termi                               os.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/sysma                               cros.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/syslo                               g.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/sysin                               fo.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/sysct                               l.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/sysca                               ll.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/swap.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/strop                               ts.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/statv                               fs.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/statf                               s.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/stat.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/sound                               card.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/socke                               tvar.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/socke                               t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/signa                               lfd.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/signa                               l.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/shm.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/sendf                               ile.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/sem.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/selec                               t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/resou                               rce.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/reboo                               t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/raw.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/rando                               m.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/quota                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/queue                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/ptrac                               e.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/profi                               l.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/procf                               s.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/prctl                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/poll.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/perso                               nality.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/pci.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/param                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/mtio.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/msg.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/mount                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/mman.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/klog.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/kd.h'                               : Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/ipc.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/ioctl                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/io.h'                               : Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/inoti                               fy.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/gmon_                               out.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/gmon.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/fsuid                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/file.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/fcntl                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/fanot                               ify.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/event                               fd.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/errno                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/epoll                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/elf.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/dir.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/cdefs                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/bityp                               es.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/auxv.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/sys/acct.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/ieee754.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/gnu/stubs                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/gnu/stubs                               -hard.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/gnu/libc-                               version.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/gnu/lib-n                               ames.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/gnu/lib-n                               ames-hard.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/fpu_contr                               ol.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/xtit                               ypes.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/xope                               n_lim.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/word                               size.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/wcty                               pe-wchar.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/wcha                               r2.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/wcha                               r.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/wcha                               r-ldbl.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/wait                               status.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/wait                               flags.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/utsn                               ame.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/utmp                               x.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/utmp                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/unis                               td.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/uio_                               lim.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/uio-                               ext.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/uint                               n-identity.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               sizes.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/wint_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/timer_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/time_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_tm.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_timeval.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_timespec.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_sigstack.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_sched_param.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_rusage.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_osockaddr.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_itimerspec.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_iovec.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/struct_FILE.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/stack_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/sigval_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/sigset_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/siginfo_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/sigevent_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/sig_atomic_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/res_state.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/mbstate_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/locale_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/error_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/cookie_io_functions_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/clockid_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/clock_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/__sigval_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/__sigset_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/__mbstate_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/__locale_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/__fpos_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/__fpos64_t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/__FILE.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/type                               s/FILE.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/time                               x.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/time                               rfd.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/time                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/thre                               ad-shared-types.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/term                               ios.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sysm                               acros.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sysl                               og.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sysl                               og-path.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sysl                               og-ldbl.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sysc                               tl.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sysc                               all.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sys_                               errlist.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stro                               pts.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stri                               ngs_fortified.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stri                               ng_fortified.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdl                               ib.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdl                               ib-ldbl.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdl                               ib-float.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdl                               ib-bsearch.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdi                               o_lim.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdi                               o2.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdi                               o.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdi                               o-ldbl.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdi                               nt-uintn.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stdi                               nt-intn.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stat                               x.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stat                               vfs.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stat                               fs.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stat                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/stab                               .def': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/ss_f                               lags.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sock                               et_type.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sock                               et2.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sock                               et.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sock                               addr.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sigt                               hread.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sigs                               tack.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sign                               um.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sign                               um-generic.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sign                               alfd.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sigi                               nfo-consts.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sigi                               nfo-consts-arch.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sigi                               nfo-arch.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sige                               vent-consts.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sigc                               ontext.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/siga                               ction.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/shm.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/setj                               mp2.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/setj                               mp.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sema                               phore.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sem.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sele                               ct2.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sele                               ct.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/sche                               d.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/reso                               urce.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/ptra                               ce-shared.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/pthr                               eadtypes.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/pthr                               eadtypes-arch.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/prin                               tf-ldbl.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/posi                               x_opt.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/posi                               x2_lim.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/posi                               x1_lim.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/poll                               2.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/poll                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/para                               m.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/netd                               b.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/msq.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/mque                               ue2.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/mque                               ue.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/mone                               tary-ldbl.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/mman                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/mman                               -shared.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/mman                               -linux.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/math                               inline.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/math                               def.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/math                               calls.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/math                               calls-narrow.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/math                               calls-helper-functions.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/math                               -vector.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/math                               -finite.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/long                               -double.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/loca                               le.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/loca                               l_lim.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/link                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/libm                               -simd-decl-stubs.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/libc                               -header-start.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/isca                               nonical.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/ipct                               ypes.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/ipc.                               h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/ioct                               ls.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/ioct                               l-types.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/inot                               ify.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/init                               spin.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/indi                               rect-return.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/in.h                               ': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/hwca                               p.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/geto                               pt_posix.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/geto                               pt_ext.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/geto                               pt_core.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/fp-l                               ogb.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/fp-f                               ast.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/flt-                               eval-method.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/floa                               tn.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/floa                               tn-common.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/fenv                               inline.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/fenv                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/fcnt                               l2.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/fcnt                               l.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/fcnt                               l-linux.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/even                               tfd.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/erro                               r.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/errn                               o.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/epol                               l.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/envi                               ronments.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/endi                               an.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/elfc                               lass.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/dlfc                               n.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/dire                               nt.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/cpu-                               set.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/conf                               name.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/cmat                               hcalls.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/byte                               swap.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/auxv                               .h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/bits/a.ou                               t.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/arm-linux-gnueabihf/a.out.h':                                Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/argz.h': Read-only file syste                               m
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/argp.h': Read-only file syste                               m
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/ar.h': Read-only file system
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/alloca.h': Read-only file sys                               tem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/aliases.h': Read-only file sy                               stem
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/include/aio.h': Read-only file system
dpkg: error while cleaning up:
 unable to securely remove '/var/lib/dpkg/tmp.ci': Read-only file system
dpkg: error processing archive /var/cache/apt/archives/libc-dev-bin_2.28-10+rpt2                               +rpi1_armhf.deb (--unpack):
 error ensuring '/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file sys                               tem
dpkg: error processing archive /var/cache/apt/archives/libc6_2.28-10+rpt2+rpi1_a                               rmhf.deb (--unpack):
 error ensuring '/var/lib/dpkg/reassemble.deb' doesn't exist: Read-only file sys                               tem
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
dpkg: error: unable to create new file '/var/lib/dpkg/status-new': Read-only fil                               e system
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - pkgDPkgPM::Go (30: R                               ead-only file system)
E: Problem executing scripts DPkg::Post-Invoke '/usr/bin/test -e /usr/share/dbus                               -1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/r                               un/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop                               .PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.f                               reedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev                               /null'
E: Sub-process returned an error code
mkellsy commented 3 years ago

APT is not happy. It is telling you to run this command.

Note: This is the OS not HOOBS. It's not letting you upgrade.

sudo apt --fix-broken install

Then Run

sudo dpkg --configure -a

If that doesn't fix the issue then run this.

sudo apt-get install -f
sudo dpkg --configure -a

Then continue with the commands above.

sebaslag commented 3 years ago

sudo dpkg --configure -a

APT is not happy. It is telling you to run this command.

Note: This is the OS not HOOBS. It's not letting you upgrade.

sudo apt --fix-broken install

Then Run

sudo dpkg --configure -a

If that doesn't fix the issue then run this.

sudo apt-get install -f
sudo dpkg --configure -a

Then continue with the commands above.

hoobs@hoobs:~ $ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 127 not upgraded.
hoobs@hoobs:~ $ sudo dpkg --configure -a
Processing triggers for man-db (2.8.5-2) ...
hoobs@hoobs:~ $
sebaslag commented 3 years ago

But after same thing...

hoobs@hoobs:~ $ sudo apt-get install -y libgnutls30
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgnutls30 is already the newest version (3.6.7-4+deb10u7).
0 upgraded, 0 newly installed, 0 to remove and 127 not upgraded.
hoobs@hoobs:~ $ sudo apt-get update
Ign:1 https://dl.hoobs.org/deb/stable buster InRelease
Ign:2 https://dl.yarnpkg.com/debian stable InRelease
Ign:3 https://deb.nodesource.com/node_14.x buster InRelease
Err:4 https://dl.hoobs.org/deb/stable buster Release
  Certificate verification failed: The certificate is NOT trusted. The certifica                              te issuer is unknown.  Could not handshake: Error in the certificate verificatio                              n. [IP: 185.199.108.153 443]
Err:5 https://deb.nodesource.com/node_14.x buster Release
  Certificate verification failed: The certificate is NOT trusted. The certifica                              te issuer is unknown.  Could not handshake: Error in the certificate verificatio                              n. [IP: 184.150.154.97 443]
Err:6 https://dl.yarnpkg.com/debian stable Release
  Certificate verification failed: The certificate is NOT trusted. The certifica                              te issuer is unknown.  Could not handshake: Error in the certificate verificatio                              n. [IP: 104.16.171.99 443]
Hit:7 http://archive.raspberrypi.org/debian buster InRelease
Hit:8 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: No system certificates available. Try installing ca-certificates.
W: https://dl.hoobs.org/deb/stable/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://deb.nodesource.com/node_14.x/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://dl.hoobs.org/deb/stable/dists/buster/Release: No system certificates available. Try installing ca-certificates.
W: https://deb.nodesource.com/node_14.x/dists/buster/Release: No system certificates available. Try installing ca-certificates.
W: https://dl.yarnpkg.com/debian/dists/stable/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://dl.hoobs.org/deb/stable buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://deb.nodesource.com/node_14.x buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://dl.yarnpkg.com/debian stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
hoobs@hoobs:~ $
mkellsy commented 3 years ago

Refresh the repos

wget -qO- https://dl.hoobs.org/stable | sudo bash -

sebaslag commented 3 years ago

always certificate errors

hoobs@hoobs:~ $ wget -qO- https://dl.hoobs.org/stable | sudo bash -
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian/ stable main
deb [signed-by=/usr/share/keyrings/hoobs.gpg] https://dl.hoobs.org/deb/stable/ buster main
Ign:1 https://deb.nodesource.com/node_14.x buster InRelease
Ign:2 https://dl.yarnpkg.com/debian stable InRelease
Err:3 https://deb.nodesource.com/node_14.x buster Release
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 184.150.154.107 443]
Ign:4 https://dl.hoobs.org/deb/stable buster InRelease
Err:5 https://dl.yarnpkg.com/debian stable Release
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 104.16.171.99 443]
Err:6 https://dl.hoobs.org/deb/stable buster Release
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 185.199.108.153 443]
Hit:7 http://archive.raspberrypi.org/debian buster InRelease
Hit:8 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
W: https://deb.nodesource.com/node_14.x/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: No system certificates available. Try installing ca-certificates.
W: https://deb.nodesource.com/node_14.x/dists/buster/Release: No system certificates available. Try installing ca-certificates.
W: https://dl.hoobs.org/deb/stable/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
E: The repository 'https://deb.nodesource.com/node_14.x buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: https://dl.yarnpkg.com/debian/dists/stable/Release: No system certificates available. Try installing ca-certificates.
W: https://dl.hoobs.org/deb/stable/dists/buster/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://dl.yarnpkg.com/debian stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://dl.hoobs.org/deb/stable buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
error executing command
mkellsy commented 3 years ago

Maybe the root certificates need to be updated

sudo apt-get install -y ca-certificates libgnutls30

Source https://github.com/nodesource/distributions/issues/1266

Then re-run the repo setup

wget -qO- https://dl.hoobs.org/stable | sudo bash -
sebaslag commented 3 years ago

wget -qO- https://dl.hoobs.org/stable | sudo bash -

I am discouraged ... Thanks for your help but I still have the same problem.

hoobs@hoobs:~ $ sudo apt-get install -y ca-certificates libgnutls30
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20200601~deb10u2).
libgnutls30 is already the newest version (3.6.7-4+deb10u7).
0 upgraded, 0 newly installed, 0 to remove and 127 not upgraded.
hoobs@hoobs:~ $ wget -qO- https://dl.hoobs.org/stable | sudo bash -
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian/ stable main
deb [signed-by=/usr/share/keyrings/hoobs.gpg] https://dl.hoobs.org/deb/stable/ buster main
Ign:1 https://deb.nodesource.com/node_14.x buster InRelease
Ign:2 https://dl.hoobs.org/deb/stable buster InRelease
Ign:3 https://dl.yarnpkg.com/debian stable InRelease
Err:4 https://deb.nodesource.com/node_14.x buster Release
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 184.150.154.97 443]
Err:5 https://dl.hoobs.org/deb/stable buster Release
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 185.199.108.153 443]
Err:6 https://dl.yarnpkg.com/debian stable Release
  Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification. [IP: 104.16.171.99 443]
Hit:7 http://archive.raspberrypi.org/debian buster InRelease
Hit:8 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
W: https://deb.nodesource.com/node_14.x/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://dl.hoobs.org/deb/stable/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: No system certificates available. Try installing ca-certificates.
W: https://deb.nodesource.com/node_14.x/dists/buster/Release: No system certificates available. Try installing ca-certificates.
W: https://dl.hoobs.org/deb/stable/dists/buster/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://deb.nodesource.com/node_14.x buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: https://dl.yarnpkg.com/debian/dists/stable/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://dl.hoobs.org/deb/stable buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://dl.yarnpkg.com/debian stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
error executing command
mkellsy commented 3 years ago

One more thing to try, a little brute force.

Remove the certificates

sudo rm -f /usr/share/keyrings/nodesource.gpg
sudo rm -f /usr/share/keyrings/yarnkey.gpg
sudo rm -f /usr/share/keyrings/hoobs.gpg

Remove the sources list

sudo rm -f /etc/apt/sources.list.d/nodesource.list
sudo rm -f /etc/apt/sources.list.d/yarn.list
sudo rm -f /etc/apt/sources.list.d/hoobs.list

Update apt and allow it to modify the branch

sudo apt-get update --allow-releaseinfo-change

Update the needed system libs

sudo apt-get install -y ca-certificates libgnutls30

Upgrade everything else

sudo apt-get upgrade

Then re-add the 3rd party repos.

wget -qO- https://dl.hoobs.org/stable | sudo bash -

Then you can try to upgrade from the UI.

If this doesn't work, send an email to info@hoobs.com. We can replace components if needed. Allow 24 - 48 hours for a response.

sebaslag commented 3 years ago

wget -qO- https://dl.hoobs.org/stable | sudo bash -

still mistakes ... i'm waiting for news from hoobs. Thanks your help is appreciated.

hoobs@hoobs:~ $ sudo rm -f /usr/share/keyrings/nodesource.gpg
hoobs@hoobs:~ $ sudo rm -f /usr/share/keyrings/yarnkey.gpg
hoobs@hoobs:~ $ sudo rm -f /usr/share/keyrings/hoobs.gpg
hoobs@hoobs:~ $ sudo rm -f /etc/apt/sources.list.d/nodesource.list
hoobs@hoobs:~ $ sudo rm -f /etc/apt/sources.list.d/yarn.list
hoobs@hoobs:~ $ sudo rm -f /etc/apt/sources.list.d/hoobs.list
hoobs@hoobs:~ $ sudo apt-get update --allow-releaseinfo-change
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster InRelease
Reading package lists... Done
hoobs@hoobs:~ $ sudo apt-get install -y ca-certificates libgnutls30
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
hoobs@hoobs:~ $ sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of systemd-sysv:
 systemd-sysv depends on systemd; however:
  Package systemd is not installed.

dpkg: error processing package systemd-sysv (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpam-systemd:armhf:
 libpam-systemd:armhf depends on systemd (= 241-7~deb10u8+rpi1); however:
  Package systemd is not installed.
 libpam-systemd:armhf depends on systemd-sysv; however:
  Package systemd-sysv is not configured yet.

dpkg: error processing package libpam-systemd:armhf (--configure):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ...
Errors were encountered while processing:
 systemd-sysv
 libpam-systemd:armhf
hoobs@hoobs:~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  alsa-utils apt apt-utils avahi-daemon bind9-host bluez bluez-firmware curl debconf debconf-i18n debconf-utils
  device-tree-compiler distro-info-data dnsmasq-base file firmware-atheros firmware-brcm80211 firmware-libertas
  firmware-misc-nonfree firmware-realtek groff-base iproute2 iputils-ping isc-dhcp-client isc-dhcp-common klibc-utils
  libapt-inst2.0 libapt-pkg5.0 libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev
  libavahi-common3 libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1 libavahi-core7 libbind9-161 libbluetooth3
  libbrotli1 libbsd0 libc-ares2 libc-l10n libcurl3-gnutls libcurl4 libdns-export1104 libdns1104 libgcrypt20
  libgssapi-krb5-2 libhogweed4 libisc-export1100 libisc1100 libisccc161 libisccfg163 libjpeg62-turbo libk5crypto3
  libklibc libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common liblwres161 libmagic-mgc libmagic1 libnettle6
  libnftnl11 libntfs-3g883 libp11-kit0 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpython3.7
  libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc
  libraspberrypi0 libsqlite3-0 libssl1.1 libudev1 libuv1 libwebp-dev libwebp6 libwebpdemux2 libwebpmux3 libx11-6
  libx11-data libxml2 libxml2-dev libzstd1 linux-libc-dev locales multiarch-support ntfs-3g openssh-client
  openssh-server openssh-sftp-server openssl pi-bluetooth policykit-1 psmisc python-apt-common python-rpi.gpio
  python3-apt python3-debconf python3.7 python3.7-dev python3.7-minimal raspberrypi-bootloader raspberrypi-kernel
  raspberrypi-sys-mods raspi-config rpi-eeprom rpi-update rpi.gpio-common ssh sudo systemd tzdata udev unzip
  wpasupplicant
123 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 0 B/225 MB of archives.
After this operation, 10.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Reading changelogs... Done
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 46820 files and directories currently installed.)
Preparing to unpack .../systemd_241-7~deb10u8+rpi1_armhf.deb ...
Unpacking systemd (241-7~deb10u8+rpi1) over (241-7~deb10u4+rpi1) ...
Setting up systemd (241-7~deb10u8+rpi1) ...
(Reading database ... 46820 files and directories currently installed.)
Preparing to unpack .../bluez_5.50-1.2~deb10u2+rpt1_armhf.deb ...
Unpacking bluez (5.50-1.2~deb10u2+rpt1) over (5.50-1.2~deb10u1+rpt2) ...
Preparing to unpack .../udev_241-7~deb10u8+rpi1_armhf.deb ...
Unpacking udev (241-7~deb10u8+rpi1) over (241-7~deb10u4+rpi1) ...
Preparing to unpack .../libudev1_241-7~deb10u8+rpi1_armhf.deb ...
Unpacking libudev1:armhf (241-7~deb10u8+rpi1) over (241-7~deb10u4+rpi1) ...
Setting up libudev1:armhf (241-7~deb10u8+rpi1) ...
(Reading database ... 46820 files and directories currently installed.)
Preparing to unpack .../libzstd1_1.3.8+dfsg-3+rpi1+deb10u2_armhf.deb ...
Unpacking libzstd1:armhf (1.3.8+dfsg-3+rpi1+deb10u2) over (1.3.8+dfsg-3+rpi1) ...
dpkg: error processing archive /var/cache/apt/archives/libzstd1_1.3.8+dfsg-3+rpi1+deb10u2_armhf.deb (--unpack):
 unable to stat './usr/share/doc/libzstd1/changelog.Debian.gz' (which I was about to install): Input/output error
dpkg: error while cleaning up:
 unable to restore backup version of '/usr/lib/arm-linux-gnueabihf/libzstd.so.1.3.8': Read-only file system
dpkg: error while cleaning up:
 unable to securely remove '/var/lib/dpkg/tmp.ci': Read-only file system
dpkg: error: unable to create new file '/var/lib/dpkg/status-new': Read-only file system
Bus error
E: Sub-process /usr/bin/dpkg returned an error code (2)
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - pkgDPkgPM::Go (30: Read-only file system)
E: Problem executing scripts DPkg::Post-Invoke '/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null'
E: Sub-process returned an error code
mkellsy commented 3 years ago

If you get an error, don’t continue running commands. The system is telling you what to do.

sudo dpkg --configure -a

then run this again. Remove the certificates

sudo rm -f /usr/share/keyrings/nodesource.gpg
sudo rm -f /usr/share/keyrings/yarnkey.gpg
sudo rm -f /usr/share/keyrings/hoobs.gpg

Remove the sources list

sudo rm -f /etc/apt/sources.list.d/nodesource.list
sudo rm -f /etc/apt/sources.list.d/yarn.list
sudo rm -f /etc/apt/sources.list.d/hoobs.list

Update apt and allow it to modify the branch

sudo apt-get update --allow-releaseinfo-change

Update the needed system libs

sudo apt-get install -y ca-certificates libgnutls30

Upgrade everything else

sudo apt-get upgrade

Then re-add the 3rd party repos.

wget -qO- https://dl.hoobs.org/stable | sudo bash -

Then you can try to upgrade from the UI.

If this doesn't work, send an email to info@hoobs.com. We can replace components if needed. Allow 24 - 48 hours for a response.