Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker-Kein Zugriff mehr

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

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

    • Wir empfehlen: Node.js 22.x

    ioBroker-Kein Zugriff mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • Meister Mopper
      Meister Mopper @Andre105 last edited by

      @andre105 sagte in ioBroker-Kein Zugriff mehr:

      Aber mit root kann ich mich bei Putty nicht einloggen.

      Das entspricht jedoch nicht den Proxmox Grundeinstellungen.

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

        @andre1000 http://server1.sharewiz.net/doku.php?id=proxmox:troubleshooting:nonvc_fails_to_connect_with_server_disconnected_code:1006

        A 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Meister Mopper last edited by

          @meister-mopper sagte in ioBroker-Kein Zugriff mehr:

          Das entspricht jedoch nicht den Proxmox Grundeinstellungen.

          wieso??

          Die Proxmox PVE ist als root nur lokal zu öffnen
          Hier geht es aber doch um Linux in der VM

          oder wolltest du woanders hin?

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

            @homoran sagte in ioBroker-Kein Zugriff mehr:

            Die Proxmox PVE ist als root nur lokal zu öffnen

            Hier ein PVE Knoten, installiert von scratch (nix geändert):

            e0a56cf1-a29e-4a2e-928a-47badfe2c283-grafik.png

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

              @homoran sagte in ioBroker-Kein Zugriff mehr:

              Das entspricht jedoch nicht den Proxmox Grundeinstellungen.

              wieso??

              Ok, Verständnisproblem. Ja, in die VM kommt man als root nicht von extern. Du hast recht!

              1 Reply Last reply Reply Quote 0
              • A
                Andre105 last edited by Andre105

                Jetzt hat er ioBroker mal aufgemacht.
                Hat aber ewig gedauert.
                Konnte sehen das nodejs 14 jetzt drauf ist.
                Habe die Browserseite geschlossen und wieder neu geöffnet,dann dreht sich das Zeichen wieder.
                c1daf329-d219-41df-a463-a10715f7ccae-image.png
                Auf die shell und die Konsole komme ich immer noch nicht.

                7a431a68-3ba9-4d6d-8127-14a865cad7bc-image.png

                1 Reply Last reply Reply Quote 0
                • A
                  Andre105 @crunchip last edited by

                  @crunchip
                  Was bedeutet das?

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

                    @andre105 probier mal per putty

                    pvecm updatecerts --force
                    systemctl restart pvedaemon.service
                    systemctl restart pveproxy.service
                    

                    und danach testen ob vnc wieder funktioniert

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Andre105 @crunchip last edited by

                      @crunchip alle 3 Zeilen gleichzeitig eingeben?

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

                        @andre105 ja kannst du
                        wenn es danach immer noch nicht geht, die weiteren Punkte auf der Seite testen

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          Andre105 @crunchip last edited by Andre105

                          @crunchip

                          andre105@iobroker:~$ pvecm updatecerts --force
                          systemctl restart pvedaemon.service
                          systemctl restart pveproxy.service
                          -bash: pvecm: Kommando nicht gefunden.
                          Failed to restart pvedaemon.service: Access denied
                          See system logs and 'systemctl status pvedaemon.service' for details.
                          Failed to restart pveproxy.service: Access denied
                          See system logs and 'systemctl status pveproxy.service' for details.
                          
                          
                          andre105@iobroker:~$ rm -rf /etc/pve/pve-root-ca.pem
                          rm -rf /etc/pve/priv/pve-root-ca.key
                          rm -rf /etc/pve/nodes/pve/pve-ssl.pem
                          rm -rf /etc/pve/nodes/pve/pve-ssl.key
                          rm /etc/pve/pve-root-ca.pem /etc/pve/priv/pve-root-ca.key
                          
                          pvecm updatecerts -f
                          systemctl restart pveproxy
                          rm: das Entfernen von '/etc/pve/pve-root-ca.pem' ist nicht möglich: Datei oder V                   erzeichnis nicht gefunden
                          rm: das Entfernen von '/etc/pve/priv/pve-root-ca.key' ist nicht möglich: Datei o                   der Verzeichnis nicht gefunden
                          -bash: pvecm: Kommando nicht gefunden.
                          Failed to restart pveproxy.service: Access denied
                          See system logs and 'systemctl status pveproxy.service' for details.
                          andre105@iobroker:~$
                          
                          
                          crunchip 1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Andre105 last edited by

                            @andre105 sagte in ioBroker-Kein Zugriff mehr:

                            Failed to restart pvedaemon.service: Access denied

                            das muss der root user ausführen, nicht andre105

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              Andre105 @crunchip last edited by

                              @crunchip
                              In die VM kommt man als root nicht von extern. Mit Putty.

                              Hoffe es gibt noch einen anderen Weg.

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

                                @andre105 sagte in ioBroker-Kein Zugriff mehr:

                                In die VM kommt man als root nicht von extern. Mit Putty.

                                Dann halt IN der VM das Kostüm des root anlegen.
                                Entweder mit sudo vor den Befehlen oder (weniger gut) mit der root shell:

                                sudo su -
                                
                                1 Reply Last reply Reply Quote 0
                                • A
                                  Andre105 last edited by Andre105

                                  Ich habe das ganze mal mit einem anderen Browser versucht,und es hat alles geklappt.
                                  Jetzt nochmal wieder mit Chrome,dort funktioniert es jetzt auch wieder.
                                  Muss ich nochmal alles austesten ob da noch was fehlt.
                                  Hatte nochmal Backup zurückgespielt.
                                  Muss halt nochmal nodejs 14 wieder aktuallisieren.Erledigt.
                                  Läuft wieder alles.
                                  Kein Plan woran es gelegen hat.

                                  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

                                  986
                                  Online

                                  32.1k
                                  Users

                                  80.7k
                                  Topics

                                  1.3m
                                  Posts

                                  5
                                  20
                                  1009
                                  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