NEWS
FullpageOS mit ioBroker
-
Hallo zusammen, ich habe ein 15 Zoll Waveshare Touch Display an einem Raspberry Pi 4 (4 GB) hängen. Ich würde auf FullpageOS gerne ioBroker installieren und später die VIS auf dem Touch anzeigen lassen. Hat das jemand erfolgreich in Betrieb? Ich bekomme folgende Fehlermeldungen:
pi@fullpageos:~ $ curl -sLf https://deb.nodesource.com/setup_12.x | sudo -E bash -
Installing the NodeSource Node.js 12.x repo...
Populating apt-get cache...
- apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Error executing command, exiting
pi@fullpageos:~ $ sudo apt-get install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libbrotli1 libc-ares2 libnode64 libuv1 nodejs-doc
Suggested packages:
npm
The following NEW packages will be installed:
libbrotli1 libc-ares2 libnode64 libuv1 nodejs nodejs-doc
0 upgraded, 6 newly installed, 0 to remove and 63 not upgraded.
Need to get 6,356 kB of archives.
After this operation, 28.4 MB of additional disk space will be used.
Err:2 http://raspbian.raspberrypi.org/raspbian buster/main armhf libc-ares2 armhf 1.14.0-1
404 Not Found [IP: 93.93.128.193 80]
Get:1 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf libbrotli1 armhf 1.0.7-2+deb10u1 [257 kB]
Err:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1
404 Not Found [IP: 93.93.128.193 80]
Get:4 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf libnode64 armhf 10.24.0~dfsg-1~deb10u1 [4,860 kB]
Get:5 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf nodejs armhf 10.24.0~dfsg-1~deb10u1 [87.2 kB]
Get:6 http://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf nodejs-doc all 10.24.0~dfsg-1~deb10u1 [974 kB]
Fetched 6,179 kB in 1s (4,707 kB/s)
E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/c/c-ares/libc-ares2_1.14.0-1_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/libu/libuv1/libuv1_1.24.1-1_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
pi@fullpageos:~ $ curl -sLf https://iobroker.net/install.sh | bash -
library: loaded
Library version=2021-08-05
==========================================================================
Welcome to the ioBroker installer! Installer version: 2021-06-18 You might need to enter your password a couple of times.
==========================================================================
==========================================================================
Installing prerequisites (1/4)Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.==========================================================================
Node.js not found. Installing...
==========================================================================
Installing the NodeSource Node.js 12.x repo...
Populating apt-get cache...
- apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Error executing command, exiting
Installed nodejs
Cannot install Node.js! Please install it manually.
pi@fullpageos:~ $ curl -sLf https://iobroker.net/install.sh | bash -
library: loaded
Library version=2021-08-05
==========================================================================
Welcome to the ioBroker installer! Installer version: 2021-06-18 You might need to enter your password a couple of times.
==========================================================================
==========================================================================
Installing prerequisites (1/4)Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.==========================================================================
Node.js not found. Installing...
==========================================================================
Installing the NodeSource Node.js 12.x repo...
Populating apt-get cache...
- apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Error executing command, exiting
Installed nodejs
Cannot install Node.js! Please install it manually.
VIelen Dank vorab!
- apt-get update
-
Du installierst die falsche nodejs-Version.
sudo apt update sudo apt upgrade
Änderungen bestätigen.
-
@thomas-braun Danke das hat funktioniert!
-
which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
liefert?