Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      GOETSCHHOFER @crunchip last edited by

      @crunchip

      Wie kann man die Startreihenfolge anpassen ?

      Folgendes habe ich bei allen 3 eingestellt.
      009652ae-22fd-4872-a7d8-0c2d8b520309-image.png

      Meister Mopper crunchip 2 Replies Last reply Reply Quote 0
      • Meister Mopper
        Meister Mopper @GOETSCHHOFER last edited by

        @goetschhofer
        Eine Reihe drunter 'Startreihenfolge'

        G 1 Reply Last reply Reply Quote 1
        • G
          GOETSCHHOFER @da_Woody last edited by

          @da_woody

          Diese Reihenfolge kann man auf- oder absteigend einstellen, hat aber für die linke Ansicht keine Auswirkung.

          1902f773-9c24-4b11-aae8-c6f60dda2b2f-image.png

          da_Woody 1 Reply Last reply Reply Quote 0
          • da_Woody
            da_Woody @GOETSCHHOFER last edited by

            @goetschhofer sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

            für die linke Ansicht keine Auswirkung.

            das meinte ich...

            1 Reply Last reply Reply Quote 1
            • G
              GOETSCHHOFER @Meister Mopper last edited by GOETSCHHOFER

              @meister-mopper

              Habe es, aber was gibt man hier ein ? Zahl ?

              Meister Mopper 1 Reply Last reply Reply Quote 0
              • Meister Mopper
                Meister Mopper @GOETSCHHOFER last edited by Meister Mopper

                @goetschhofer
                Ja klar, erste, zweite, dritte uswusf

                1 Reply Last reply Reply Quote 1
                • crunchip
                  crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                  @goetschhofer Die 1 bedeutet die Maschine fährt als erstes hoch und zugleich auch als letztes herunter, wenn du den Rechner Startest/stoppst
                  zusätzlich kannst du noch eine Verzögerung mitgeben, in meinem Beispiel jeweils 10 sek

                  fa4d843f-8a68-4929-981f-4097430d5a2e-image.png

                  G 1 Reply Last reply Reply Quote 1
                  • G
                    GOETSCHHOFER @crunchip last edited by GOETSCHHOFER

                    @crunchip

                    Ich habe dies jetzt so bei der VM100-iobroker eingegeben.

                    Aber hast du nicht vorhin gemeint, die Influxdb sollte als erstes starten ? Oder gilt diese Regel nur wenn die InfluxDB auch als VM läuft. Ich habe ja nur eine VM und 2 LXC.

                    440e5982-95bb-4c71-8e0a-c1945fb819a3-image.png

                    G crunchip 2 Replies Last reply Reply Quote 0
                    • G
                      GOETSCHHOFER @GOETSCHHOFER last edited by

                      @crunchip

                      Bin ich hier richtig für die Installation der InfluxDB ?

                      Eingabe unter Konsole ?

                      db9eedf4-76a0-46f4-9122-7c200de16d0c-image.png

                      da_Woody crunchip 3 Replies Last reply Reply Quote 0
                      • da_Woody
                        da_Woody @GOETSCHHOFER last edited by

                        @goetschhofer was hast du jetzt vor? ich dachte, du hast schon den container. willst du jetzt eine VM einrichten?

                        G 1 Reply Last reply Reply Quote 1
                        • crunchip
                          crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                          @goetschhofer nein, die Startreihenfolge gilt bei allen Maschinen, egal ob VM oder LXC
                          Beispiel
                          du startest deinen rechner, iobroker läuft als erstes los, möchte etwas in die InfluDB senden, kann aber nicht, weil diese noch gar nicht läuft.
                          oder umgekehrt, deine Influx wird als erstes beendet, wenn du z.b deinen Rechner rebootest, iobroker möchte jedoch noch die restlichen Daten an influx senden, geht aber nicht, da die InfluxDB schon weg ist.
                          also bekommt in deinem Fall, die InfluxDB die Nummer 1

                          1 Reply Last reply Reply Quote 1
                          • crunchip
                            crunchip Forum Testing Most Active @GOETSCHHOFER last edited by crunchip

                            @goetschhofer ja, aber nicht die v2.x, die läuft noch nicht mit der Influx Instanz
                            https://docs.influxdata.com/influxdb/v1.8/introduction/install/

                            G 1 Reply Last reply Reply Quote 1
                            • crunchip
                              crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                              @goetschhofer weiss nicht ob es irgendwann schon mal erwähnt wurde, aber HIER findest du einiges an gut gebräuchlichen Videos

                              G 1 Reply Last reply Reply Quote 1
                              • G
                                GOETSCHHOFER @da_Woody last edited by

                                @da_woody

                                Ich möchte im Container Influxb installieren und anschließend Grafana.

                                1 Reply Last reply Reply Quote 0
                                • G
                                  GOETSCHHOFER @crunchip last edited by

                                  @crunchip

                                  Danke für den Hinweis.

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    GOETSCHHOFER @crunchip last edited by

                                    @crunchip

                                    Muss ich hier für die Installation der Influxdb-Vers.1.8. beim Punkt 1 mit apt-get starten oder kann ich gleich mit ...starten ?

                                    wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor > /etc/apt/trusted.gpg.d/influxdb.gpg
                                    export DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release -sc)
                                    echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" > /etc/apt/sources.list.d/influxdb.list
                                    
                                    crunchip 1 Reply Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                                      @goetschhofer du führst das aus und danach

                                      sudo apt-get update && sudo apt-get install influxdb
                                      sudo service influxdb start
                                      
                                      

                                      danach noch die "/etc/influxdb/influxdb.conf" anpassen

                                      G 1 Reply Last reply Reply Quote 1
                                      • G
                                        GOETSCHHOFER @crunchip last edited by

                                        @crunchip said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                        sudo apt-get update && sudo apt-get install influxdb

                                        Da bekomme ich folgende Fehlermeldung ?

                                        root@INFLUXDB:~# sudo apt-get update && sudo apt-get install influxdb
                                        -bash: sudo: command not found
                                        root@INFLUXDB:~# 
                                        
                                        crunchip 1 Reply Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @GOETSCHHOFER last edited by crunchip

                                          @goetschhofer wenn man einen Container installiert, ist nicht wie bei einer VM gleich alles mit rein gepackt,
                                          Befehle wie sudo oder curl müssen nachinstalliert werden, bevor man diese ausführen kann.
                                          Des weiteren hast du auch noch keinen Benutzer angelegt und bist noch mit root auf deinem System

                                          apt install sudo
                                          
                                          G 1 Reply Last reply Reply Quote 1
                                          • G
                                            GOETSCHHOFER @crunchip last edited by

                                            @crunchip

                                            Hat die Fehlermeldung am Ende etwas zu bedeuten ?

                                            root@INFLUXDB:~# sudo apt-get update && sudo apt-get install influxdb
                                            -bash: sudo: command not found
                                            root@INFLUXDB:~# apt install sudo
                                            Reading package lists... Done
                                            Building dependency tree... Done
                                            The following NEW packages will be installed:
                                              sudo
                                            0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                                            Need to get 1245 kB of archives.
                                            After this operation, 3878 kB of additional disk space will be used.
                                            Err:1 http://ftp.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2
                                              404  Not Found [IP: 199.232.18.132 80]
                                            E: Failed to fetch http://ftp.debian.org/debian/pool/main/s/sudo/sudo_1.8.27-1+deb10u2_amd64.deb  404  Not Found [IP: 199.232.18.132 80]
                                            E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
                                            root@INFLUXDB:~# 
                                            
                                            crunchip 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

                                            435
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            16
                                            1008
                                            181560
                                            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