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.
    • G
      GOETSCHHOFER @crunchip last edited by

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

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

      bei mir stehen im Update eine Menge an offenen Punkten an.
      Soll, muss ich diese alle upgraden ? Wie gehe ich am Besten systematisch vor ?

      wurde ja schon beantwortet, über den Button (Upgrade) spielst du alles Angezeigte auf den neusten Stand. Selbiges solltest du gelegentlich (alle 1-2 Wochen) auch mit deinen Maschinen machen,
      dies natürlich über die shell (Putty), mittels
      apt update && apt upgrade

      Vielen Dank an euch alle für die rasche Info.
      Komme erst jetzt dazu zu antworten.

      @crunchip
      Wenn ich mich in proxmox mit meinem user: karl anmelde, kann ich den button upgrade nicht betätigen, bei root schon.
      Ist dies o.k., dass dies nur mit root funktioniert ?

      Danke

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

        @goetschhofer Ja, das ist normal. Es gibt ja keine sudo-Taste, und Proxmox weiß ja nicht, ob Du sudo überhaupt eingerichtet hast.

        Mit einem user geht es aber über die Konsole.

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

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

          @goetschhofer Ja, das ist normal. Es gibt ja keine sudo-Taste, und Proxmox weiß ja nicht, ob Du sudo überhaupt eingerichtet hast.

          Mit einem user geht es aber über die Konsole.

          Habe jetzt mit root das upgrade in proxmox gemacht, bekomme aber Fehlermeldungen, was bedeuten diese ?

          Was mache ich hier falsch ?

          Danke


          b566e98a-a704-4717-acea-2dac9319e84c-image.png


          963eeea7-66a8-4ec2-8185-34711e701c88-image.png

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

            @meister-mopper sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

            Mit einem user geht es aber über die Konsole.

            Für Proxmox, dann aber 'apt update && apt dist-upgrade'

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

              @goetschhofer du hast nen Fehler mit deiner enterprise.list.save.1

              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:

                @goetschhofer du hast nen Fehler mit deiner enterprise.list.save.1

                Was heißt dies ? Ich verstehe nicht was du meinst ?

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

                  @goetschhofer bin grad nur am handy
                  Guck dir deinen ersten spoiler noch mal an, du hast da scheinbar nen falschen Eintrag drin, in deiner sources.list.d

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

                    @crunchip


                    73b07bd3-d9cb-42c3-8606-1ce101bb289b-image.png

                    Ja, diese sehe ich jetzt, aber wie kann ich dies reparieren ? 🤔

                    Danke

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

                      @goetschhofer zeig mal den Inhalt von /etc/apt/sources.list.d da sollte eigentlich nur eine pve-enterprise.bak vorhanden sein

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

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

                        /etc/apt/sources.list.d

                        login as: karl
                        karl@192.168.1.140's password:
                        Linux NUC 5.4.114-1-pve #1 SMP PVE 5.4.114-1 (Sun, 09 May 2021 17:13:05 +0200) x                                                                                                                                                             86_64
                        
                        The programs included with the Debian GNU/Linux system are free software;
                        the exact distribution terms for each program are described in the
                        individual files in /usr/share/doc/*/copyright.
                        
                        Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                        permitted by applicable law.
                        Last login: Fri Jun  4 10:59:46 2021
                        karl@NUC:~$ cd /etc/apt/sources.list.d
                        karl@NUC:/etc/apt/sources.list.d$ ls -la
                        total 24
                        drwxr-xr-x 2 root root 4096 May 18 09:47 .
                        drwxr-xr-x 7 root root 4096 May  1 20:22 ..
                        -rw-r--r-- 1 root root  264 May  2 09:00 pve-community.list
                        -rw-r--r-- 1 root root   69 May  2 08:59 pve-enterprise.list
                        -rw-r--r-- 1 root root  136 May  1 21:38 pve-enterprise.list.save
                        -rw-r--r-- 1 root root  136 May  1 21:38 pve-enterprise.list.save.1
                        karl@NUC:/etc/apt/sources.list.d$
                        
                        
                        crunchip 1 Reply Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                          @goetschhofer ich weiss zwar nicht warum du das so drinstehen hast, aber lösche mal die pve-enterprise.list.save.1

                          rm /etc/apt/sources.list.d/pve-enterprise.list.save.1
                          
                          G 1 Reply Last reply Reply Quote 0
                          • G
                            GOETSCHHOFER @crunchip last edited by

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

                            rm /etc/apt/sources.list.d/pve-enterprise.list.save.1

                            Ich glaube, diese Datei lässt sich nicht löschen ?
                            Nachdem ich rm ..... eingegeben habe, ist die noch immer vorhanden

                            Danke

                            Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                            permitted by applicable law.
                            Last login: Fri Jul  9 16:52:42 2021 from 192.168.1.3
                            karl@NUC:~$ rm /etc/apt/sources.list.d/pve-enterprise.list.save.1
                            rm: remove write-protected regular file '/etc/apt/sources.list.d/pve-enterprise.                                                                                                                                                             list.save.1'? ^C
                            karl@NUC:~$ ^C
                            karl@NUC:
                            
                            karl@NUC:/etc/apt/sources.list.d$ ls
                            pve-community.list  pve-enterprise.list  pve-enterprise.list.save  pve-enterprise.list.save.1
                            karl@NUC:/etc/apt/sources.list.d$
                            
                            
                            K 1 Reply Last reply Reply Quote 0
                            • K
                              Kueppert @GOETSCHHOFER last edited by Kueppert

                              @goetschhofer versuch das mal mit sudo oder als root

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

                                @kueppert @crunchip

                                Danke für den Hinweis, mit root hat es geklappt ! 😀

                                Jetzt ist auch das upgrade in proxmox fehlerfrei durchgelaufen ! 👍 👍

                                Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                                permitted by applicable law.
                                Last login: Fri Jun  4 10:42:12 2021
                                root@NUC:~# rm /etc/apt/sources.list.d/pve-enterprise.list.save.1
                                root@NUC:~# cd /etc/apt/sources.list.d
                                root@NUC:/etc/apt/sources.list.d# ls
                                pve-community.list  pve-enterprise.list  pve-enterprise.list.save
                                root@NUC:/etc/apt/sources.list.d#
                                
                                
                                1 Reply Last reply Reply Quote 0
                                • G
                                  GOETSCHHOFER @Kueppert last edited by

                                  @crunchip

                                  Interessant, nach dem upgrade in proxmox bekomme ich wieder diesen Hinweis, obwohl ich diesen vorher nicht hatte, da ich glaube, dass ich diesen irgendwie mal ausgeschaltet habe.


                                  3d21b7ff-15ad-44f1-b366-d21c1c3be790-image.png

                                  crunchip dslraser 3 Replies Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                                    @goetschhofer das kann man zwar abschalten, gilt aber nur bis zum nächsten PVE update

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

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

                                      Selbiges solltest du gelegentlich (alle 1-2 Wochen) auch mit deinen Maschinen machen,
                                      dies natürlich über die shell (Putty), mittels
                                      apt update && apt upgrade

                                      Ich habe zum update & upgrade bei meinen Maschinen eine Frage:
                                      Da ich nur iobroker als vm am Laufen habe und Grafana als LCX läuft, muss ich dies in meinem Fall nur für die vm=iobroker machen oder auch für den LXC=Influxdb und Grafana ?

                                      Danke


                                      d547347a-e188-432b-a1fe-3c58cb73122c-image.png

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

                                        @goetschhofer das gilt sowohl für deine VM als auch für deine LXC

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

                                          @crunchip

                                          Vielen Dank !

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

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

                                            @crunchip

                                            Interessant, nach dem upgrade in proxmox bekomme ich wieder diesen Hinweis, obwohl ich diesen vorher nicht hatte, da ich glaube, dass ich diesen irgendwie mal ausgeschaltet habe.


                                            3d21b7ff-15ad-44f1-b366-d21c1c3be790-image.png

                                            https://forum.iobroker.net/post/651256

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

                                            Support us

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

                                            950
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

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