Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. CPU Temp von NUC (proxmox) auslesen?

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    398

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

CPU Temp von NUC (proxmox) auslesen?

Scheduled Pinned Locked Moved ioBroker Allgemein
nuc
79 Posts 10 Posters 8.2k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • crunchipC crunchip

    @saeft_2003 nö, wenns nicht geht, trag die anderen auch noch ein, kannst ja wieder auskommentieren, bei Nichtverwendung

    S Offline
    S Offline
    saeft_2003
    Most Active
    wrote on last edited by saeft_2003
    #13

    @crunchip

    Geht leider nicht. Jetzt sieht der "Fehler" anders aus:

    root@pve:~# apt-get install lm-sensors
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
    W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
    W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
    W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
    W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
    W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
    W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
    W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
    E: Unable to locate package lm-sensors
    
    
    

    Das ist die sources.list ich hatte alles nacheinander bei non-free mal auskomentiert. Allerdings habe ich den debian-security Teil (den hast du auf deinem Screenshot) nicht und finde den auch nicht im Netz.

    deb http://ftp.de.debian.org/debian buster main contrib
    deb http://ftp.de.debian.org/debian buster-updates main contrib
    
    
    # PVE pve-no-subscription repository provided by proxmox.com,
    # NOT recommended for production use
    deb http://download.proxmox.com/debian/pve buster pve-no-subscription
    
    
    # security updates
    deb http://security.debian.org buster/updates main contrib
    
    # non-free
    #deb  http://deb.debian.org/debian buster-updates main contrib non-free
    #deb-src  http://deb.debian.org/debian buster-updates main contrib non-free
    
    #deb  http://deb.debian.org/debian buster main contrib non-free
    #deb-src  http://deb.debian.org/debian buster main contrib non-free
    
    #deb http://security.debian.org/ buster/updates main contrib non-free
    #deb-src http://security.debian.org/ buster/updates main contrib non-free
    
    
    FeuersturmF crunchipC 2 Replies Last reply
    0
    • S saeft_2003

      @crunchip

      Geht leider nicht. Jetzt sieht der "Fehler" anders aus:

      root@pve:~# apt-get install lm-sensors
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
      W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
      W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
      W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
      W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
      W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
      W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
      W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
      E: Unable to locate package lm-sensors
      
      
      

      Das ist die sources.list ich hatte alles nacheinander bei non-free mal auskomentiert. Allerdings habe ich den debian-security Teil (den hast du auf deinem Screenshot) nicht und finde den auch nicht im Netz.

      deb http://ftp.de.debian.org/debian buster main contrib
      deb http://ftp.de.debian.org/debian buster-updates main contrib
      
      
      # PVE pve-no-subscription repository provided by proxmox.com,
      # NOT recommended for production use
      deb http://download.proxmox.com/debian/pve buster pve-no-subscription
      
      
      # security updates
      deb http://security.debian.org buster/updates main contrib
      
      # non-free
      #deb  http://deb.debian.org/debian buster-updates main contrib non-free
      #deb-src  http://deb.debian.org/debian buster-updates main contrib non-free
      
      #deb  http://deb.debian.org/debian buster main contrib non-free
      #deb-src  http://deb.debian.org/debian buster main contrib non-free
      
      #deb http://security.debian.org/ buster/updates main contrib non-free
      #deb-src http://security.debian.org/ buster/updates main contrib non-free
      
      
      FeuersturmF Offline
      FeuersturmF Offline
      Feuersturm
      wrote on last edited by Feuersturm
      #14

      @saeft_2003
      Bei mir sieht die sources.list in proxmox 6.1-7 so aus und ich konnte gestern erfolgreich lm-sensors installieren

      root@pve:~# cat /etc/apt/sources.list
      deb http://ftp.de.debian.org/debian buster main contrib
      
      deb http://ftp.de.debian.org/debian buster-updates main contrib
      
      # security updates
      deb http://security.debian.org buster/updates main contrib
      
      root@pve:~# apt policy lm-sensors
      lm-sensors:
        Installed: 1:3.5.0-3
        Candidate: 1:3.5.0-3
        Version table:
       *** 1:3.5.0-3 500
              500 http://ftp.de.debian.org/debian buster/main amd64 Packages
              100 /var/lib/dpkg/status
      
      1 Reply Last reply
      0
      • crunchipC crunchip

        @saeft_2003 nö, wenns nicht geht, trag die anderen auch noch ein, kannst ja wieder auskommentieren, bei Nichtverwendung

        S Offline
        S Offline
        saeft_2003
        Most Active
        wrote on last edited by
        #15

        @crunchip

        Ich kann auch kein apt-get update machen.

        root@pve:~# apt-get update
        Err:1 https://enterprise.proxmox.com/debian/pve buster InRelease
          Temporary failure resolving 'enterprise.proxmox.com'
        Err:2 http://download.proxmox.com/debian/pve buster InRelease
          Temporary failure resolving 'download.proxmox.com'
        Err:3 http://ftp.de.debian.org/debian buster InRelease
          Temporary failure resolving 'ftp.de.debian.org'
        Err:4 http://security.debian.org buster/updates InRelease
          Temporary failure resolving 'security.debian.org'
        Reading package lists... Done
        W: Failed to fetch http://ftp.de.debian.org/debian/dists/buster/InRelease  Temporary failure resolving 'ftp.de.debian.org'
        W: Failed to fetch http://download.proxmox.com/debian/pve/dists/buster/InRelease  Temporary failure resolving 'download.proxmox.com'
        W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease  Temporary failure resolving 'security.debian.org'
        W: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  Temporary failure resolving 'enterprise.proxmox.com'
        W: Some index files failed to download. They have been ignored, or old ones used instead.
        root@pve:~#
        
        

        @Feuersturm

        Danke für die Info

        1 Reply Last reply
        0
        • S saeft_2003

          @crunchip

          Geht leider nicht. Jetzt sieht der "Fehler" anders aus:

          root@pve:~# apt-get install lm-sensors
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
          W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
          W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
          W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
          W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
          W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
          W: Target Translations (contrib/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
          W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:19
          E: Unable to locate package lm-sensors
          
          
          

          Das ist die sources.list ich hatte alles nacheinander bei non-free mal auskomentiert. Allerdings habe ich den debian-security Teil (den hast du auf deinem Screenshot) nicht und finde den auch nicht im Netz.

          deb http://ftp.de.debian.org/debian buster main contrib
          deb http://ftp.de.debian.org/debian buster-updates main contrib
          
          
          # PVE pve-no-subscription repository provided by proxmox.com,
          # NOT recommended for production use
          deb http://download.proxmox.com/debian/pve buster pve-no-subscription
          
          
          # security updates
          deb http://security.debian.org buster/updates main contrib
          
          # non-free
          #deb  http://deb.debian.org/debian buster-updates main contrib non-free
          #deb-src  http://deb.debian.org/debian buster-updates main contrib non-free
          
          #deb  http://deb.debian.org/debian buster main contrib non-free
          #deb-src  http://deb.debian.org/debian buster main contrib non-free
          
          #deb http://security.debian.org/ buster/updates main contrib non-free
          #deb-src http://security.debian.org/ buster/updates main contrib non-free
          
          
          crunchipC Away
          crunchipC Away
          crunchip
          Forum Testing Most Active
          wrote on last edited by
          #16

          @saeft_2003 hier nochmal mein ganzer Eintrag

          deb http://ftp.debian.org/debian buster main contrib
          deb http://ftp.debian.org/debian buster-updates main contrib
          
          # PVE pve-no-subscription repository provided by proxmox.com,
          # NOT recommended for production use
          deb http://download.proxmox.com/debian/pve buster pve-no-subscription
          
          # security updates
          deb http://security.debian.org buster/updates main contrib
          
          #non-free
          deb http://deb.debian.org/debian buster main contrib non-free
          deb-src http://deb.debian.org/debian buster main contrib non-free
          
          deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free
          deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free
          
          deb http://deb.debian.org/debian buster-updates main contrib non-free
          deb-src http://deb.debian.org/debian buster-updates main contrib non-free
          

          umgestiegen von Proxmox auf Unraid

          S 1 Reply Last reply
          0
          • crunchipC crunchip

            @saeft_2003 hier nochmal mein ganzer Eintrag

            deb http://ftp.debian.org/debian buster main contrib
            deb http://ftp.debian.org/debian buster-updates main contrib
            
            # PVE pve-no-subscription repository provided by proxmox.com,
            # NOT recommended for production use
            deb http://download.proxmox.com/debian/pve buster pve-no-subscription
            
            # security updates
            deb http://security.debian.org buster/updates main contrib
            
            #non-free
            deb http://deb.debian.org/debian buster main contrib non-free
            deb-src http://deb.debian.org/debian buster main contrib non-free
            
            deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free
            deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free
            
            deb http://deb.debian.org/debian buster-updates main contrib non-free
            deb-src http://deb.debian.org/debian buster-updates main contrib non-free
            
            S Offline
            S Offline
            saeft_2003
            Most Active
            wrote on last edited by
            #17

            @crunchip

            OK danke. Ich habe deine jetzt komplett kopiert geht aber auch nicht. Wie gesagt kann ich auch kein apt-get update machen, das sollte doch eigentlich gehen?!

            root@pve:~# apt-get install lm-sensors
            Reading package lists... Done
            Building dependency tree
            Reading state information... Done
            E: Unable to locate package lm-sensors
            root@pve:~# apt-get update
            Err:1 http://ftp.debian.org/debian buster InRelease
              Temporary failure resolving 'ftp.debian.org'
            Err:2 http://download.proxmox.com/debian/pve buster InRelease
              Temporary failure resolving 'download.proxmox.com'
            Err:3 http://ftp.debian.org/debian buster-updates InRelease
              Temporary failure resolving 'ftp.debian.org'
            Err:4 http://security.debian.org buster/updates InRelease
              Temporary failure resolving 'security.debian.org'
            Err:5 http://deb.debian.org/debian buster InRelease
              Temporary failure resolving 'deb.debian.org'
            Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease
              Temporary failure resolving 'enterprise.proxmox.com'
            Err:7 http://deb.debian.org/debian-security buster/updates InRelease
              Temporary failure resolving 'deb.debian.org'
            Err:8 http://deb.debian.org/debian buster-updates InRelease
              Temporary failure resolving 'deb.debian.org'
            Reading package lists... Done
            W: Failed to fetch http://ftp.debian.org/debian/dists/buster/InRelease  Temporar                                                                                                                                                             y failure resolving 'ftp.debian.org'
            W: Failed to fetch http://ftp.debian.org/debian/dists/buster-updates/InRelease                                                                                                                                                               Temporary failure resolving 'ftp.debian.org'
            W: Failed to fetch http://download.proxmox.com/debian/pve/dists/buster/InRelease                                                                                                                                                               Temporary failure resolving 'download.proxmox.com'
            W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease  Te                                                                                                                                                             mporary failure resolving 'security.debian.org'
            W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease  Temporar                                                                                                                                                             y failure resolving 'deb.debian.org'
            W: Failed to fetch http://deb.debian.org/debian-security/dists/buster/updates/In                                                                                                                                                             Release  Temporary failure resolving 'deb.debian.org'
            W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease                                                                                                                                                               Temporary failure resolving 'deb.debian.org'
            W: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRele                                                                                                                                                             ase  Temporary failure resolving 'enterprise.proxmox.com'
            W: Some index files failed to download. They have been ignored, or old ones used                                                                                                                                                              instead.
            root@pve:~#
            
            
            
            W Master67M 2 Replies Last reply
            0
            • S saeft_2003

              @crunchip

              OK danke. Ich habe deine jetzt komplett kopiert geht aber auch nicht. Wie gesagt kann ich auch kein apt-get update machen, das sollte doch eigentlich gehen?!

              root@pve:~# apt-get install lm-sensors
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              E: Unable to locate package lm-sensors
              root@pve:~# apt-get update
              Err:1 http://ftp.debian.org/debian buster InRelease
                Temporary failure resolving 'ftp.debian.org'
              Err:2 http://download.proxmox.com/debian/pve buster InRelease
                Temporary failure resolving 'download.proxmox.com'
              Err:3 http://ftp.debian.org/debian buster-updates InRelease
                Temporary failure resolving 'ftp.debian.org'
              Err:4 http://security.debian.org buster/updates InRelease
                Temporary failure resolving 'security.debian.org'
              Err:5 http://deb.debian.org/debian buster InRelease
                Temporary failure resolving 'deb.debian.org'
              Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease
                Temporary failure resolving 'enterprise.proxmox.com'
              Err:7 http://deb.debian.org/debian-security buster/updates InRelease
                Temporary failure resolving 'deb.debian.org'
              Err:8 http://deb.debian.org/debian buster-updates InRelease
                Temporary failure resolving 'deb.debian.org'
              Reading package lists... Done
              W: Failed to fetch http://ftp.debian.org/debian/dists/buster/InRelease  Temporar                                                                                                                                                             y failure resolving 'ftp.debian.org'
              W: Failed to fetch http://ftp.debian.org/debian/dists/buster-updates/InRelease                                                                                                                                                               Temporary failure resolving 'ftp.debian.org'
              W: Failed to fetch http://download.proxmox.com/debian/pve/dists/buster/InRelease                                                                                                                                                               Temporary failure resolving 'download.proxmox.com'
              W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease  Te                                                                                                                                                             mporary failure resolving 'security.debian.org'
              W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease  Temporar                                                                                                                                                             y failure resolving 'deb.debian.org'
              W: Failed to fetch http://deb.debian.org/debian-security/dists/buster/updates/In                                                                                                                                                             Release  Temporary failure resolving 'deb.debian.org'
              W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease                                                                                                                                                               Temporary failure resolving 'deb.debian.org'
              W: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRele                                                                                                                                                             ase  Temporary failure resolving 'enterprise.proxmox.com'
              W: Some index files failed to download. They have been ignored, or old ones used                                                                                                                                                              instead.
              root@pve:~#
              
              
              
              W Online
              W Online
              Wildbill
              wrote on last edited by
              #18

              @saeft_2003 Sieht aus, als hättest Du keine Internet - Verbindung oder die DNS-Auflösung schlägt fehl. Teste mal mit Ping ob die Adressen erreichbar sind. Und auch mal mit google.de.

              Hat Du vielleicht IPv6? Vielleicht parallel zu IPv4? Damit hat apt Probleme.
              Goggle mal nach apt ipv6, da findest Du dann sofort die Lösung.

              Gruß, Jürgen

              S 1 Reply Last reply
              1
              • S saeft_2003

                @crunchip

                OK danke. Ich habe deine jetzt komplett kopiert geht aber auch nicht. Wie gesagt kann ich auch kein apt-get update machen, das sollte doch eigentlich gehen?!

                root@pve:~# apt-get install lm-sensors
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                E: Unable to locate package lm-sensors
                root@pve:~# apt-get update
                Err:1 http://ftp.debian.org/debian buster InRelease
                  Temporary failure resolving 'ftp.debian.org'
                Err:2 http://download.proxmox.com/debian/pve buster InRelease
                  Temporary failure resolving 'download.proxmox.com'
                Err:3 http://ftp.debian.org/debian buster-updates InRelease
                  Temporary failure resolving 'ftp.debian.org'
                Err:4 http://security.debian.org buster/updates InRelease
                  Temporary failure resolving 'security.debian.org'
                Err:5 http://deb.debian.org/debian buster InRelease
                  Temporary failure resolving 'deb.debian.org'
                Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease
                  Temporary failure resolving 'enterprise.proxmox.com'
                Err:7 http://deb.debian.org/debian-security buster/updates InRelease
                  Temporary failure resolving 'deb.debian.org'
                Err:8 http://deb.debian.org/debian buster-updates InRelease
                  Temporary failure resolving 'deb.debian.org'
                Reading package lists... Done
                W: Failed to fetch http://ftp.debian.org/debian/dists/buster/InRelease  Temporar                                                                                                                                                             y failure resolving 'ftp.debian.org'
                W: Failed to fetch http://ftp.debian.org/debian/dists/buster-updates/InRelease                                                                                                                                                               Temporary failure resolving 'ftp.debian.org'
                W: Failed to fetch http://download.proxmox.com/debian/pve/dists/buster/InRelease                                                                                                                                                               Temporary failure resolving 'download.proxmox.com'
                W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease  Te                                                                                                                                                             mporary failure resolving 'security.debian.org'
                W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease  Temporar                                                                                                                                                             y failure resolving 'deb.debian.org'
                W: Failed to fetch http://deb.debian.org/debian-security/dists/buster/updates/In                                                                                                                                                             Release  Temporary failure resolving 'deb.debian.org'
                W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease                                                                                                                                                               Temporary failure resolving 'deb.debian.org'
                W: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRele                                                                                                                                                             ase  Temporary failure resolving 'enterprise.proxmox.com'
                W: Some index files failed to download. They have been ignored, or old ones used                                                                                                                                                              instead.
                root@pve:~#
                
                
                
                Master67M Online
                Master67M Online
                Master67
                wrote on last edited by
                #19

                @saeft_2003 Komentiere mal alles aus bis auf

                deb http://download.proxmox.com/debian/pve buster pve-no-subscription
                

                Wenn das Update klappt versuch das;

                apt-get install lm-sensors
                

                dann

                sensors-detect
                

                und

                watch -n 1 sensors
                

                Sollte dann so Aussehen
                1605964502-102788-2020-11-21-7.png

                Gruß Master67

                S Kalle BlomquistK 2 Replies Last reply
                1
                • W Wildbill

                  @saeft_2003 Sieht aus, als hättest Du keine Internet - Verbindung oder die DNS-Auflösung schlägt fehl. Teste mal mit Ping ob die Adressen erreichbar sind. Und auch mal mit google.de.

                  Hat Du vielleicht IPv6? Vielleicht parallel zu IPv4? Damit hat apt Probleme.
                  Goggle mal nach apt ipv6, da findest Du dann sofort die Lösung.

                  Gruß, Jürgen

                  S Offline
                  S Offline
                  saeft_2003
                  Most Active
                  wrote on last edited by saeft_2003
                  #20

                  @Wildbill

                  Weil du schreibst DNS ich nutze pihole könnte es damit was zu tun haben?

                  Ipv6 nutze ich nicht. Im log von proxmox steht immer paketdatenbank aktualisiert (oder so ähnlich) also sollte eigentlich eine Internetverbindung bestehen. Die ganzen VMs haben ja auch Internet.

                  E0DD04A7-59D2-4735-A672-854AE816AB36.jpeg

                  1 Reply Last reply
                  0
                  • Master67M Master67

                    @saeft_2003 Komentiere mal alles aus bis auf

                    deb http://download.proxmox.com/debian/pve buster pve-no-subscription
                    

                    Wenn das Update klappt versuch das;

                    apt-get install lm-sensors
                    

                    dann

                    sensors-detect
                    

                    und

                    watch -n 1 sensors
                    

                    Sollte dann so Aussehen
                    1605964502-102788-2020-11-21-7.png

                    S Offline
                    S Offline
                    saeft_2003
                    Most Active
                    wrote on last edited by
                    #21

                    @Master67

                    Ok danke muss ich heute Abend probieren, ich melde mich dann...

                    liv-in-skyL 1 Reply Last reply
                    0
                    • S saeft_2003

                      @Master67

                      Ok danke muss ich heute Abend probieren, ich melde mich dann...

                      liv-in-skyL Offline
                      liv-in-skyL Offline
                      liv-in-sky
                      wrote on last edited by
                      #22

                      @saeft_2003

                      ich habe allen servern und proxmox selbst die dns adresse von der fritzbox gegeben, damit da nicht pi-hole mit rein"spinnen" kann - weiß nicht, wie andere das machen. wollte da aber sicher sein, dass es keine probleme gibt

                      nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                      S 1 Reply Last reply
                      0
                      • liv-in-skyL liv-in-sky

                        @saeft_2003

                        ich habe allen servern und proxmox selbst die dns adresse von der fritzbox gegeben, damit da nicht pi-hole mit rein"spinnen" kann - weiß nicht, wie andere das machen. wollte da aber sicher sein, dass es keine probleme gibt

                        S Offline
                        S Offline
                        saeft_2003
                        Most Active
                        wrote on last edited by
                        #23

                        @liv-in-sky

                        Ok das hört sich logisch an. Ich muss mal schauen weil meine fritte dient nur als modem den Rest macht der USG.

                        Ich hoffe doch dass das beim USG auch geht, ich google bzw. schaue mal...

                        liv-in-skyL crunchipC 2 Replies Last reply
                        0
                        • S saeft_2003

                          @liv-in-sky

                          Ok das hört sich logisch an. Ich muss mal schauen weil meine fritte dient nur als modem den Rest macht der USG.

                          Ich hoffe doch dass das beim USG auch geht, ich google bzw. schaue mal...

                          liv-in-skyL Offline
                          liv-in-skyL Offline
                          liv-in-sky
                          wrote on last edited by
                          #24

                          @saeft_2003 wen hast du den als internen dns server in pi-hole angegeben. damit pi-hole die internen namen auflösen kann (zumindest mit ip4) und mir in der pi-hole übersicht die adressen mit namen übersetzt anzeigt, brauche ich die die fritzbox.

                          ich habe kein usg. aber ich vermute mal, dass unifi das kann. dhcp kommt dann bei dir von unifi. aber da gibt es hier sicher experten, die das genau wissen

                          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                          1 Reply Last reply
                          0
                          • S saeft_2003

                            @liv-in-sky

                            Ok das hört sich logisch an. Ich muss mal schauen weil meine fritte dient nur als modem den Rest macht der USG.

                            Ich hoffe doch dass das beim USG auch geht, ich google bzw. schaue mal...

                            crunchipC Away
                            crunchipC Away
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by crunchip
                            #25

                            @saeft_2003 dann sollte bei DNS Server in Proxmox die IP deines USG eingetragen sein.
                            Im Unifi controller unter Netzwerke , der DHCP Namenserver auf manuell und da IP vom Pihole und IP vom USG.
                            Im Pihole hab ich die Haken bei ip4 für google und cloudflare, ip6 nutze ich nicht. Bei Use conditional Forwarding den Haken gesetzt
                            Netzwerk in meinem Fall 10.1.0.0/16(mehrereVlans) IPdresseDHCP Server, die deiner USG, und domain die du verwendest

                            umgestiegen von Proxmox auf Unraid

                            Master67M S 2 Replies Last reply
                            0
                            • crunchipC crunchip

                              @saeft_2003 dann sollte bei DNS Server in Proxmox die IP deines USG eingetragen sein.
                              Im Unifi controller unter Netzwerke , der DHCP Namenserver auf manuell und da IP vom Pihole und IP vom USG.
                              Im Pihole hab ich die Haken bei ip4 für google und cloudflare, ip6 nutze ich nicht. Bei Use conditional Forwarding den Haken gesetzt
                              Netzwerk in meinem Fall 10.1.0.0/16(mehrereVlans) IPdresseDHCP Server, die deiner USG, und domain die du verwendest

                              Master67M Online
                              Master67M Online
                              Master67
                              wrote on last edited by Master67
                              #26

                              @crunchip Meine Aufbau ist hier etwas anders, alle CTs erhalten eine Fest IP, Gateway ist die FritzBox und in der FritzBox ist als "DNS-Server" mein Pi-Hole mit einem Unbound Server eingetragen, ich habe keinerlei Schwirigkeiten mit den Updates o. Upgrades.

                              Gruß Master67

                              crunchipC 1 Reply Last reply
                              0
                              • crunchipC crunchip

                                @saeft_2003 dann sollte bei DNS Server in Proxmox die IP deines USG eingetragen sein.
                                Im Unifi controller unter Netzwerke , der DHCP Namenserver auf manuell und da IP vom Pihole und IP vom USG.
                                Im Pihole hab ich die Haken bei ip4 für google und cloudflare, ip6 nutze ich nicht. Bei Use conditional Forwarding den Haken gesetzt
                                Netzwerk in meinem Fall 10.1.0.0/16(mehrereVlans) IPdresseDHCP Server, die deiner USG, und domain die du verwendest

                                S Offline
                                S Offline
                                saeft_2003
                                Most Active
                                wrote on last edited by
                                #27

                                @crunchip

                                Also im USG ist die Pihole IP --> passt?

                                Unbenannt.jpg

                                In proxmox steht unter DNS etwas komisches --> soll ich hier die IP von der fritte eintragen 192.168.10.1?

                                Unbenannt2.jpg

                                crunchipC 1 Reply Last reply
                                0
                                • S saeft_2003

                                  @crunchip

                                  Also im USG ist die Pihole IP --> passt?

                                  Unbenannt.jpg

                                  In proxmox steht unter DNS etwas komisches --> soll ich hier die IP von der fritte eintragen 192.168.10.1?

                                  Unbenannt2.jpg

                                  crunchipC Away
                                  crunchipC Away
                                  crunchip
                                  Forum Testing Most Active
                                  wrote on last edited by
                                  #28

                                  @saeft_2003 sagte in CPU Temp von NUC (proxmox) auslesen?:

                                  soll ich hier die IP von der fritte eintragen 192.168.10.1?

                                  von deiner usg

                                  umgestiegen von Proxmox auf Unraid

                                  S 2 Replies Last reply
                                  0
                                  • Master67M Master67

                                    @crunchip Meine Aufbau ist hier etwas anders, alle CTs erhalten eine Fest IP, Gateway ist die FritzBox und in der FritzBox ist als "DNS-Server" mein Pi-Hole mit einem Unbound Server eingetragen, ich habe keinerlei Schwirigkeiten mit den Updates o. Upgrades.

                                    crunchipC Away
                                    crunchipC Away
                                    crunchip
                                    Forum Testing Most Active
                                    wrote on last edited by
                                    #29

                                    @Master67 ist im Endeffekt gleich, hab ich auch so, nur eben keine Fritzbox, sonder USG, (unbound hatte ich früher, als ich die Fritzbox noch hatte, auch genutzt)
                                    ich hab ja auch kein Problem, sonder @saeft_2003

                                    umgestiegen von Proxmox auf Unraid

                                    Master67M 1 Reply Last reply
                                    0
                                    • crunchipC crunchip

                                      @Master67 ist im Endeffekt gleich, hab ich auch so, nur eben keine Fritzbox, sonder USG, (unbound hatte ich früher, als ich die Fritzbox noch hatte, auch genutzt)
                                      ich hab ja auch kein Problem, sonder @saeft_2003

                                      Master67M Online
                                      Master67M Online
                                      Master67
                                      wrote on last edited by
                                      #30

                                      @crunchip sagte in CPU Temp von NUC (proxmox) auslesen?:

                                      USG

                                      Weis ich doch das es bei dir klapp, war nur "allgemein".... ich hatte auch schon mit einem USG geliebäugelt, aber was ich so gelesen habe ist die Einrichtung doch etwas "komplizierter" und da bleibe ich lieber bei meiner Config :)

                                      Gruß Master67

                                      S 1 Reply Last reply
                                      0
                                      • crunchipC crunchip

                                        @saeft_2003 sagte in CPU Temp von NUC (proxmox) auslesen?:

                                        soll ich hier die IP von der fritte eintragen 192.168.10.1?

                                        von deiner usg

                                        S Offline
                                        S Offline
                                        saeft_2003
                                        Most Active
                                        wrote on last edited by
                                        #31

                                        @crunchip sagte in CPU Temp von NUC (proxmox) auslesen?:

                                        @saeft_2003 sagte in CPU Temp von NUC (proxmox) auslesen?:

                                        soll ich hier die IP von der fritte eintragen 192.168.10.1?

                                        von deiner usg

                                        Ok alles klar das probiere ich später aus :+1:

                                        1 Reply Last reply
                                        0
                                        • Master67M Master67

                                          @crunchip sagte in CPU Temp von NUC (proxmox) auslesen?:

                                          USG

                                          Weis ich doch das es bei dir klapp, war nur "allgemein".... ich hatte auch schon mit einem USG geliebäugelt, aber was ich so gelesen habe ist die Einrichtung doch etwas "komplizierter" und da bleibe ich lieber bei meiner Config :)

                                          S Offline
                                          S Offline
                                          saeft_2003
                                          Most Active
                                          wrote on last edited by
                                          #32

                                          @Master67

                                          Wenn man mal weiß wie ist es ganz einfach. Aber ich hatte am Anfang auch rumgekämpft und Schlachtpläne für die Umstellung geschiedet.

                                          Aber dank dem Forum hier hatte alles ohne größere Verluste funktioniert...

                                          Master67M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          470

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe