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

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

    This topic has been deleted. Only users with topic management privileges can see it.
    • 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
                                • crunchip
                                  crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                                  @goetschhofer zeig mal die Ausgabe von

                                  cat /etc/apt/sources.list
                                  
                                  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:

                                    cat /etc/apt/sources.list

                                    root@INFLUXDB:~# cat /etc/apt/sources.list
                                    deb http://ftp.debian.org/debian buster main contrib
                                    
                                    deb http://ftp.debian.org/debian buster-updates main contrib
                                    
                                    deb http://security.debian.org buster/updates main contrib
                                    
                                    root@INFLUXDB:~# 
                                    
                                    crunchip 1 Reply Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                                      @goetschhofer passt
                                      hast du überhaupt schon ein upgrade deines LXC gemacht?

                                      apt update && apt upgrade
                                      
                                      G 1 Reply Last reply Reply Quote 1
                                      • G
                                        GOETSCHHOFER @crunchip last edited by GOETSCHHOFER

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

                                        apt update && apt upgrade

                                        Ich war der Meinung, dass man dies erst nach der Installation der InfluxDB macht.

                                        Wo setzte ich jetzt fort ?

                                        Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
                                        Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
                                        Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
                                        Setting up tzdata (2021a-0+deb10u1) ...
                                        
                                        Current default time zone: 'Etc/UTC'
                                        Local time is now:      Fri May  7 19:41:49 UTC 2021.
                                        Universal Time is now:  Fri May  7 19:41:49 UTC 2021.
                                        Run 'dpkg-reconfigure tzdata' if you wish to change it.
                                        
                                        Setting up liblwres161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
                                        Setting up udev (241-7~deb10u7) ...
                                        Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
                                        Setting up libisc-export1100:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
                                        Setting up python-apt-common (1.8.4.3) ...
                                        Setting up groff-base (1.22.4-3+deb10u1) ...
                                        Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
                                        Setting up libisccc161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
                                        Setting up openssl (1.1.1d-0+deb10u6) ...
                                        Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
                                        Setting up libdns-export1104 (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
                                        Setting up iputils-ping (3:20180629-2+deb10u2) ...
                                        Setting up libdns1104:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
                                        Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
                                        Setting up apt-utils (1.8.2.3) ...
                                        Setting up python3-apt (1.8.4.3) ...
                                        Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
                                        Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
                                        Setting up ca-certificates (20200601~deb10u2) ...
                                        Updating certificates in /etc/ssl/certs...
                                        11 added, 0 removed; done.
                                        Setting up libisccfg163:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
                                        Setting up python3.7 (3.7.3-2+deb10u3) ...
                                        Setting up libbind9-161:amd64 (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
                                        Setting up bind9-host (1:9.11.5.P4+dfsg-5.1+deb10u5) ...
                                        Processing triggers for libc-bin (2.28-10) ...
                                        Processing triggers for man-db (2.8.5-2) ...
                                        Processing triggers for dbus (1.12.20-0+deb10u1) ...
                                        Processing triggers for mime-support (3.62) ...
                                        Processing triggers for ca-certificates (20200601~deb10u2) ...
                                        Updating certificates in /etc/ssl/certs...
                                        0 added, 0 removed; done.
                                        Running hooks in /etc/ca-certificates/update.d...
                                        done.
                                        root@INFLUXDB:~# 
                                        
                                        Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @GOETSCHHOFER last edited by

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

                                          dpkg-reconfigure tzdata
                                          

                                          Die Zeit musst du setzen. Sonst passt da einiges nachher nicht zueinander auf den diversen Maschinen.

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

                                            @thomas-braun said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                            dpkg-reconfigure tzdata

                                            Danke

                                            Current default time zone: 'Europe/Vienna'
                                            Local time is now:      Fri May  7 21:46:28 CEST 2021.
                                            Universal Time is now:  Fri May  7 19:46:28 UTC 2021.
                                            
                                            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

                                            834
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

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