Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker-Objekte der piVCCU3 nicht immer richtig

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    ioBroker-Objekte der piVCCU3 nicht immer richtig

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

      @herrfrodo

      Mit den << und > Zeichen werden Datenströme in andere Dateien/Programme umgeleitet. Einfach 1:1 im Ganzen kopieren und (mit der rechten Maustaste z. B.) in ein Terminal pasten.

      H 2 Replies Last reply Reply Quote 1
      • H
        HerrFrodo @Thomas Braun last edited by

        @thomas-braun Bis einschließlich Zeile 3 einzeln und dann den ganzen Rest markieren und mit rechter Maustaste einfügen?

        source-directory /etc/network/interfaces.d
        
        auto lo
        iface lo inet loopback
        
        iface eth0 inet manual
        
        auto br0
        iface br0 inet dhcp
          bridge_ports eth0
        EOT'
        

        Also sollte ich das nochmals ausführen.

        1 Reply Last reply Reply Quote 0
        • H
          HerrFrodo @Thomas Braun last edited by

          @thomas-braun Scheint das Gleiche zu machen, ob ich es so copy paste:

          sudo bash -c 'cat << EOT > /etc/network/interfaces
          source-directory /etc/network/interfaces.d
          
          auto lo
          iface lo inet loopback
          
          iface eth0 inet manual
          
          auto br0
          iface br0 inet dhcp
            bridge_ports eth0
          EOT'
          

          oder so copy paste

          source-directory /etc/network/interfaces.d
          
          auto lo
          iface lo inet loopback
          
          iface eth0 inet manual
          
          auto br0
          iface br0 inet dhcp
            bridge_ports eth0
          EOT'
          

          Oder?

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

            @herrfrodo

            Ich weiß es nicht. Hab mit piVCCU3 nix am Hut.
            Vor allen dingen was 'EOT' da tut weiß ich nicht.

            H 2 Replies Last reply Reply Quote 1
            • H
              HerrFrodo @Thomas Braun last edited by

              @thomas-braun Ich habe es mir mal angeschaut:

              more etc/network/interfaces
              

              da steht es richtig drin:

              pi@raspberrypi:~ $ more /etc/network/interfaces
              source-directory /etc/network/interfaces.d
              
              auto lo
              iface lo inet loopback
              
              iface eth0 inet manual
              
              auto br0
              iface br0 inet static
                bridge_ports eth0
                address 192.168.1.104
                netmask 255.255.255.0
                gateway 192.168.1.1
                dns-nameservers 192.168.1.1
              
              
              1 Reply Last reply Reply Quote 0
              • H
                HerrFrodo @Thomas Braun last edited by

                @thomas-braun Heißt es

                sudo apt dist-upgrade
                oder
                sudo apt full-upgrade
                

                ?

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

                  @herrfrodo

                  sudo apt full-upgrade
                  

                  Das ist aber Synonym zu dist-upgrade. Kann sich aber vielleicht auch mal ändern.

                  H 1 Reply Last reply Reply Quote 1
                  • H
                    HerrFrodo @Thomas Braun last edited by

                    @thomas-braun Danke!
                    Es gibt ja sudo apt-get dist-upgrade auch noch.

                    Sehr verwirrend....

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

                      @herrfrodo

                      Ja, apt ist die Weiterentwicklung von apt-get.
                      Allerdings wird apt-get bevorzugt noch in Skripten verwendet, da das da etwas besser zu handeln ist.

                      1 Reply Last reply Reply Quote 1
                      • H
                        HerrFrodo @HerrFrodo last edited by HerrFrodo

                        @Thomas-Braun
                        link text
                        Manpages of apt in Debian stretch
                        apt-cache(8) (Deutsch)
                        apt-cache(8)
                        apt-cache(8) (español)
                        apt-cache(8) (français)
                        apt-cache(8) (italiano)
                        apt-cache(8) (日本語)
                        apt-cache(8) (Nederlands)
                        apt-cache(8) (polski)
                        apt-cache(8) (português (pt))
                        apt-cdrom(8) (Deutsch)
                        apt-cdrom(8)
                        apt-cdrom(8) (español)
                        apt-cdrom(8) (français)
                        apt-cdrom(8) (italiano)
                        apt-cdrom(8) (日本語)
                        apt-cdrom(8) (Nederlands)
                        apt-cdrom(8) (polski)
                        apt-cdrom(8) (português (pt))
                        apt-config(8) (Deutsch)
                        apt-config(8)
                        apt-config(8) (español)
                        apt-config(8) (français)
                        apt-config(8) (italiano)
                        apt-config(8) (日本語)
                        apt-config(8) (Nederlands)
                        apt-config(8) (polski)
                        apt-config(8) (português (pt))
                        apt-get(8) (Deutsch)
                        apt-get(8)
                        apt-get(8) (français)
                        apt-get(8) (italiano)
                        apt-get(8) (日本語)
                        apt-get(8) (Nederlands)
                        apt-get(8) (português (pt))
                        apt-key(8) (Deutsch)
                        apt-key(8)
                        apt-key(8) (français)
                        apt-key(8) (日本語)
                        apt-key(8) (Nederlands)
                        apt-mark(8) (Deutsch)
                        apt-mark(8)
                        apt-mark(8) (français)
                        apt-mark(8) (italiano)
                        apt-mark(8) (日本語)
                        apt-mark(8) (Nederlands)
                        apt-secure(8) (Deutsch)
                        apt-secure(8)
                        apt-secure(8) (français)
                        apt-secure(8) (italiano)
                        apt-secure(8) (日本語)
                        apt-secure(8) (Nederlands)
                        apt(8) (Deutsch)
                        apt(8)
                        apt(8) (français)
                        apt(8) (italiano)
                        apt(8) (日本語)
                        apt(8) (Nederlands)
                        apt.conf(5) (Deutsch)
                        apt.conf(5)
                        apt.conf(5) (français)
                        apt.conf(5) (italiano)
                        apt.conf(5) (日本語)
                        apt.conf(5) (Nederlands)
                        apt.conf(5) (português (pt))
                        apt_preferences(5) (Deutsch)
                        apt_preferences(5)
                        apt_preferences(5) (español)
                        apt_preferences(5) (français)
                        apt_preferences(5) (italiano)
                        apt_preferences(5) (日本語)
                        apt_preferences(5) (Nederlands)
                        apt_preferences(5) (polski)
                        apt_preferences(5) (português (pt))
                        sources.list(5) (Deutsch)
                        sources.list(5)
                        sources.list(5) (français)
                        sources.list(5) (italiano)
                        sources.list(5) (日本語)
                        sources.list(5) (Nederlands)

                        Halleluja!!!

                        Das könnte es sein:
                        https://manpages.debian.org/stretch/apt/apt.8.de.html

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate
                        FAQ Cloud / IOT
                        HowTo: Node.js-Update
                        HowTo: Backup/Restore
                        Downloads
                        BLOG

                        755
                        Online

                        32.1k
                        Users

                        80.6k
                        Topics

                        1.3m
                        Posts

                        3
                        59
                        3019
                        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