NEWS
Orange Pi 5 | Installation IOBroker schlägt fehl
-
Dann lösch die entsprechende .list-Datei. Dürfte sich in /etc/apt/sources.list.d/ finden. Wie die heißt weiß ich allerdings nicht.
ls -lA /etc/apt/sources.list.d/
sagt?
-
@thomas-braun perfekt das war die Ursache. Ich habe die docker.list gelöscht und danach ist alles durch gelaufen. Also issue solved! Vielen Dank und happy xmas
-
Gut. Was sagt jetzt
sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
-
@laplaceii sagte in Orange Pi 5 | Installation IOBroker schlägt fehl:
Das steckt in der apt update routine drin.
hä?
@laplaceii sagte in Orange Pi 5 | Installation IOBroker schlägt fehl:
https://repo.huaweicloud.com/docker-ce/linux/debian/dists/bullseye/s
Huaweicloud?
wo kommt die denn her?
Was machst du da überhaupt? -
@thomas-braun Hier das Ergebnis der Befehle:
orangepi@orangepi5:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null orangepi@orangepi5:~$ uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs aarch64 Kein Docker /usr/bin/nodejs /usr/bin/node /usr/bin/npm v16.19.0 v16.19.0 8.19.3 4.0.23 orangepi orangepi tty disk dialout sudo audio video plugdev games users systemd-journal input netdev ssh docker iobroker tty /home/orangepi Hit:1 https://deb.nodesource.com/node_16.x bullseye InRelease Hit:2 https://repo.huaweicloud.com/debian bullseye InRelease Hit:3 https://repo.huaweicloud.com/debian bullseye-updates InRelease Hit:4 https://repo.huaweicloud.com/debian bullseye-backports InRelease Hit:5 https://repo.huaweicloud.com/debian-security bullseye-security InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. nodejs: Installed: 16.19.0-deb-1nodesource1 Candidate: 16.19.0-deb-1nodesource1 Version table: *** 16.19.0-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages 100 /var/lib/dpkg/status 12.22.12~dfsg-1~deb11u1 500 500 https://repo.huaweicloud.com/debian-security bullseye-security/main arm64 Packages 12.22.5~dfsg-2~11u1 500 500 https://repo.huaweicloud.com/debian bullseye/main arm64 Packages
-
Passt. Der huawei-Mirror irritiert mich immer noch. Sehr ungewöhnlich.
-
@homoran Die Verbindung zur Huaweicloud kommt aus der Debian Installation für den OrangePi5, welche ich von der Internetseite für den OrangePi5 heruntergeladen habe. Folgende Verbindungen werden dort aufgebaut:
+deb https://repo.huaweicloud.com/debian bullseye main contrib non-free #deb-src https://repo.huaweicloud.com/debian bullseye main contrib non-free deb https://repo.huaweicloud.com/debian bullseye-updates main contrib non-free #deb-src https://repo.huaweicloud.com/debian bullseye-updates main contrib non-free deb https://repo.huaweicloud.com/debian bullseye-backports main contrib non-free #deb-src https://repo.huaweicloud.com/debian bullseye-backports main contrib non-free deb https://repo.huaweicloud.com/debian-security bullseye-security main contrib non-free #deb-src https://repo.huaweicloud.com/debian-security bullseye-security main contrib non-free
Die Huaweicloud ist auch bei Debian als offizieller mirror geführt https://www.debian.org/mirror/list.de.html
Kann ich den Mirror einfach wechseln, indem ich repo.huaweicloud.com durch z.B. ftp-stud.hs-esslingen.de austausche? Bzw. welchen Mirror würdet Ihr empfehlen?
-
@thomas-braun mich auch...
-
apt sucht sich eigentlich von alleine den besten Mirror.
Jedenfalls wenn nicht ein fixer Mirror in die .list-Files hart eingetragen wurde.
Kann sein das für deinen Standort der Server der nächste ist. Häufiger sieht man halt Esslingen, Halifax oder Uni Graz usw. -
@thomas-braun Wohne am Bodensee. Esslingen sollte näher sein
In der sources.list sind die Huawaiserver eingetragen...Kann man das einfach rausnehmen oder besser ersetzen? -
Last login: Wed Dec 21 17:27:28 2022 from 100.75.198.95 echad@chet:~ $ cat /etc/apt/sources.list deb http://deb.debian.org/debian bullseye main contrib non-free deb http://security.debian.org/debian-security bullseye-security main contrib non-free deb http://deb.debian.org/debian bullseye-updates main contrib non-free deb http://deb.debian.org/debian bullseye-backports main contrib non-free # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source' #deb-src http://deb.debian.org/debian bullseye main contrib non-free #deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free #deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free #deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free echad@chet:~ $
deb.debian.org wird dann entsprechend an den besten Mirror umgeleitet.