Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. Orange Pi 5 | Installation IOBroker schlägt fehl

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Orange Pi 5 | Installation IOBroker schlägt fehl

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      LaplaceII @Thomas Braun last edited by

      @thomas-braun ich brauchs nicht. Das steckt in der apt update routine drin....kann ich das los werden?

      Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @LaplaceII last edited by Thomas Braun

        @laplaceii

        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?

        L 1 Reply Last reply Reply Quote 0
        • L
          LaplaceII @Thomas Braun last edited by

          @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

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @LaplaceII last edited by

            @laplaceii

            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
            
            L 1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @LaplaceII last edited by

              @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?

              L 1 Reply Last reply Reply Quote 0
              • L
                LaplaceII @Thomas Braun last edited by

                @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
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @LaplaceII last edited by

                  @laplaceii

                  Passt. Der huawei-Mirror irritiert mich immer noch. Sehr ungewöhnlich.

                  L 1 Reply Last reply Reply Quote 0
                  • L
                    LaplaceII @Homoran last edited by

                    @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?

                    1 Reply Last reply Reply Quote 0
                    • L
                      LaplaceII @Thomas Braun last edited by

                      @thomas-braun mich auch...

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @LaplaceII last edited by

                        @laplaceii

                        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.

                        L 1 Reply Last reply Reply Quote 0
                        • L
                          LaplaceII @Thomas Braun last edited by

                          @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?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @LaplaceII last edited by Thomas Braun

                            @laplaceii

                            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.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            1.0k
                            Online

                            31.7k
                            Users

                            79.7k
                            Topics

                            1.3m
                            Posts

                            3
                            18
                            851
                            Loading More Posts
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes
                            Reply
                            • Reply as topic
                            Log in to reply
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            The ioBroker Community 2014-2023
                            logo