Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. Passwort Iobroker über Mac-Terminal anders?

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Passwort Iobroker über Mac-Terminal anders?

Geplant Angeheftet Gesperrt Verschoben Installation
133 Beiträge 11 Kommentatoren 16.4k Aufrufe 9 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • U uliauer44

    @thomas-braun said in Passwort Iobroker über Mac-Terminal anders?:

    Irgendwie geht das alles durcheinander bei dir...

    Genau. Das versuche ich gerade ja irgendwie zu verbessern :joy: ....Danke für Eure Geduld!!!

    ? Offline
    ? Offline
    Ein ehemaliger Benutzer
    schrieb am zuletzt editiert von
    #74

    @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

    Genau. Das versuche ich gerade ja irgendwie zu verbessern ....Danke für Eure Geduld!!!

    Moin,

    ok, das, was ich weiter vorne geschrieben habe, scheint ja nicht weiter verfolgt zu werden. Dann versuche ich das noch mal mit Allgemeinwissen ;)

    Dein Mac ist auch nur ein UNIX, basierend auf einem BSD Derivat, welches nur um eine eigene grafische Umgebung erweitert wurde, wenn Du ein Terminal auf Deinem MAC öffnest, dann kannst Du da ja mal das eintippen

    # ls -la /
    

    Da sollte dann der Verzeichnisbaum des MACs auftauchen, auch beim MAC beginnt alles bei `/, allg. gibt es bei UNIX keine Laufwerksbuchstaben, wie z. B. bei KleinWeich, wo alles mit

    • A: = Diskettenlaufwerk, äquivalent unter UNIX /dev/fd0, das dann unter /mnt/floppy eingebunden wird
    • B: = zweites Diskettenlaufwerk, äquivalent unter UNIX /dev/fd1, das dann z. B. unter /mnt/floppy_b eingebunden wird
    • C: erstes Festplattenlaufwerk, äquivalent unter UNIX /dev/sda1, das dann unter / eingebunden wird
    • D: zweites Festplattenlaufwerk, äquivalent unter UNIX /dev/sda2 oder /dev/sdb1, das dann unter /home eingebunden wird
    • ...

    VG
    Bernd

    U 2 Antworten Letzte Antwort
    0
    • U uliauer44

      Ok. Hab's geschafft, auf dem NAS das Backup zu erstellen.
      Aber: Das ist ja nur 11,4MB groß....

      Wie kann ich mir das vorstellen, wenn ich jetzt den Pi sozusagen "plattmache", um später das Passwort wieder zu initialisieren....? Ist dann in dem Iobroker Backup dieser Größe alles drin, was ich brauche, um das komplette System mit allen Adaptern und deren Einstellungen 1:1 wieder herzustellen?

      CodierknechtC Offline
      CodierknechtC Offline
      Codierknecht
      Developer Most Active
      schrieb am zuletzt editiert von
      #75

      @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

      auf dem NAS

      Was ist das für ein NAS?
      Wenn das z.B. 'ne "fette" Synology mit ordentlich RAM ist, könnte man ioBroker als Docker-Container laufen lassen.
      Bei tatsächlich "NULL" Ahnung wäre das eine Alternative. Entbindet den Anwender zumindest ein Stück weit von den Arbeiten "unter der Haube". Container wegwerfen, neuen drauf, fertig.

      "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

      Proxmox 9.1.1 LXC|8 GB|Core i7-6700
      HmIP|ZigBee|Tasmota|Unifi
      Zabbix Certified Specialist
      Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

      HomoranH 1 Antwort Letzte Antwort
      0
      • U Offline
        U Offline
        uliauer44
        schrieb am zuletzt editiert von
        #76

        Nee. Nix "fettes".....nur ne kleine QNAP 4-bay NAS (TS431K mit 1GB RAM)

        Für mich erscheint es allerdings auch nicht wirklich "einfacher" jetzt auch noch in ein weiteres mir komplett unbekanntes Terrain (Docker-Container) vorzudringen....;o)

        CodierknechtC 1 Antwort Letzte Antwort
        0
        • ? Ein ehemaliger Benutzer

          @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

          Genau. Das versuche ich gerade ja irgendwie zu verbessern ....Danke für Eure Geduld!!!

          Moin,

          ok, das, was ich weiter vorne geschrieben habe, scheint ja nicht weiter verfolgt zu werden. Dann versuche ich das noch mal mit Allgemeinwissen ;)

          Dein Mac ist auch nur ein UNIX, basierend auf einem BSD Derivat, welches nur um eine eigene grafische Umgebung erweitert wurde, wenn Du ein Terminal auf Deinem MAC öffnest, dann kannst Du da ja mal das eintippen

          # ls -la /
          

          Da sollte dann der Verzeichnisbaum des MACs auftauchen, auch beim MAC beginnt alles bei `/, allg. gibt es bei UNIX keine Laufwerksbuchstaben, wie z. B. bei KleinWeich, wo alles mit

          • A: = Diskettenlaufwerk, äquivalent unter UNIX /dev/fd0, das dann unter /mnt/floppy eingebunden wird
          • B: = zweites Diskettenlaufwerk, äquivalent unter UNIX /dev/fd1, das dann z. B. unter /mnt/floppy_b eingebunden wird
          • C: erstes Festplattenlaufwerk, äquivalent unter UNIX /dev/sda1, das dann unter / eingebunden wird
          • D: zweites Festplattenlaufwerk, äquivalent unter UNIX /dev/sda2 oder /dev/sdb1, das dann unter /home eingebunden wird
          • ...

          VG
          Bernd

          U Offline
          U Offline
          uliauer44
          schrieb am zuletzt editiert von
          #77

          @dp20eic
          Danke für die kleine Nachhilfestunde! :+1: :sunglasses:

          1 Antwort Letzte Antwort
          0
          • U uliauer44

            Nee. Nix "fettes".....nur ne kleine QNAP 4-bay NAS (TS431K mit 1GB RAM)

            Für mich erscheint es allerdings auch nicht wirklich "einfacher" jetzt auch noch in ein weiteres mir komplett unbekanntes Terrain (Docker-Container) vorzudringen....;o)

            CodierknechtC Offline
            CodierknechtC Offline
            Codierknecht
            Developer Most Active
            schrieb am zuletzt editiert von Codierknecht
            #78

            @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

            mit 1GB RAM

            Ist damit eh raus.

            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
            HmIP|ZigBee|Tasmota|Unifi
            Zabbix Certified Specialist
            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

            1 Antwort Letzte Antwort
            0
            • ? Ein ehemaliger Benutzer

              @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

              Genau. Das versuche ich gerade ja irgendwie zu verbessern ....Danke für Eure Geduld!!!

              Moin,

              ok, das, was ich weiter vorne geschrieben habe, scheint ja nicht weiter verfolgt zu werden. Dann versuche ich das noch mal mit Allgemeinwissen ;)

              Dein Mac ist auch nur ein UNIX, basierend auf einem BSD Derivat, welches nur um eine eigene grafische Umgebung erweitert wurde, wenn Du ein Terminal auf Deinem MAC öffnest, dann kannst Du da ja mal das eintippen

              # ls -la /
              

              Da sollte dann der Verzeichnisbaum des MACs auftauchen, auch beim MAC beginnt alles bei `/, allg. gibt es bei UNIX keine Laufwerksbuchstaben, wie z. B. bei KleinWeich, wo alles mit

              • A: = Diskettenlaufwerk, äquivalent unter UNIX /dev/fd0, das dann unter /mnt/floppy eingebunden wird
              • B: = zweites Diskettenlaufwerk, äquivalent unter UNIX /dev/fd1, das dann z. B. unter /mnt/floppy_b eingebunden wird
              • C: erstes Festplattenlaufwerk, äquivalent unter UNIX /dev/sda1, das dann unter / eingebunden wird
              • D: zweites Festplattenlaufwerk, äquivalent unter UNIX /dev/sda2 oder /dev/sdb1, das dann unter /home eingebunden wird
              • ...

              VG
              Bernd

              U Offline
              U Offline
              uliauer44
              schrieb am zuletzt editiert von uliauer44
              #79

              @dp20eic said in Passwort Iobroker über Mac-Terminal anders?:

              das, was ich weiter vorne geschrieben habe, scheint ja nicht weiter verfolgt zu werden.

              Sorry, hatte ich überlesen....das mit dem PW-Reset check ich noch vor dem Neuaufsetzen.....muss aber erstmal einen Kartenadapter suchen....;-)

              1 Antwort Letzte Antwort
              0
              • CodierknechtC Codierknecht

                @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

                auf dem NAS

                Was ist das für ein NAS?
                Wenn das z.B. 'ne "fette" Synology mit ordentlich RAM ist, könnte man ioBroker als Docker-Container laufen lassen.
                Bei tatsächlich "NULL" Ahnung wäre das eine Alternative. Entbindet den Anwender zumindest ein Stück weit von den Arbeiten "unter der Haube". Container wegwerfen, neuen drauf, fertig.

                HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #80

                @codierknecht sagte in Passwort Iobroker über Mac-Terminal anders?:

                Bei tatsächlich "NULL" Ahnung wäre das eine Alternative.

                eher nicht!!

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                1 Antwort Letzte Antwort
                0
                • U Offline
                  U Offline
                  uliauer44
                  schrieb am zuletzt editiert von
                  #81

                  So. Kann mich jetzt endlich mal wieder dem Thema widmen nach einigen Irrungen und Wirrungen im "sonstigen Leben....

                  Noch eine Frage: Werden mit BackitUp auch meine Blockly Skripte mit gesichert?

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • U uliauer44

                    So. Kann mich jetzt endlich mal wieder dem Thema widmen nach einigen Irrungen und Wirrungen im "sonstigen Leben....

                    Noch eine Frage: Werden mit BackitUp auch meine Blockly Skripte mit gesichert?

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #82

                    @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

                    Noch eine Frage: Werden mit BackitUp auch meine Blockly Skripte mit gesichert?

                    Ja, wenn es entsprechend eingestellt ist.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

                      Noch eine Frage: Werden mit BackitUp auch meine Blockly Skripte mit gesichert?

                      Ja, wenn es entsprechend eingestellt ist.

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #83

                      @thomas-braun sagte in Passwort Iobroker über Mac-Terminal anders?:

                      Ja, wenn es entsprechend eingestellt ist.

                      @uliauer44
                      einfach nur Ja!

                      die zusätzliche Einstellung ist nur dazu da nur die Skripte alleine wiederherstellen zu können.

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Antwort Letzte Antwort
                      0
                      • U Offline
                        U Offline
                        uliauer44
                        schrieb am zuletzt editiert von
                        #84

                        So. Nach einiger Zeit starte ich nochmal einen neuen Versuch.

                        UPDATE:
                        Mir ist es mittlerweile gelungen, das PW des Pi zurückzusetzen.
                        Dabei wurde auch nochmal klar, dass ich definitiv KEINEN user "pi" mehr auf dem System habe sondern dieser offensichtlich von mir damals bei der Erstinstallation in "iobroker" umbenannt worden war.
                        Kann aber nun sowohl auf "root" als auch auf "iobroker" (ist auch der user, den das Raspberry GUI verwendet, um z.B. Systemeinstellungen zu ändern) mit dem geänderten PW zugreifen.

                        Dennoch ist es mir nach wie vor nicht möglich, ein js-controller Upgrade durchzuführen ;o(

                        Habe - mit Zugriff über Mac-Terminal per SSH beide Wege in den Upgrade-Anleitungen ausprobiert

                        a) Linux / macOS (neuer Installer - "curl shell installation script")

                        b) Linux / macOS (manuell installiert)

                        Dabei ist sowohl der Fixer gescheitert als auch das eigentliche Upgrade.

                        Hier mal die Terminalversuche im Detail:

                        ulimaxbook@MBP-von-Uli ~ % ssh iobroker@192.168.178.22
                        iobroker@192.168.178.22's password: 
                        Linux iobroker 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64
                        
                        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: Wed Oct 23 16:25:32 2024
                        iobroker@iobroker:~ $ sudo iobroker stop
                        [sudo] Passwort f?r iobroker: 
                        iobroker@iobroker:~ $ sudo iobroker update
                        Used repository: stable
                        Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                        Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                        Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                        Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                        Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                        Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                        Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                        Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                        Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                        Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                        Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                        Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                        Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                        Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                        Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                        Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                        Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                        Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                        Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                        Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                        Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                        Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                        Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                        iobroker@iobroker:~ $ sudo iobroker upgrade self
                        Update js-controller from @4.0.23 to @6.0.11
                        Stopped Objects DB
                        Stopped States DB
                        NPM version: 8.15.0
                        Installing iobroker.js-controller@6.0.11... (System call)
                        iobroker@iobroker:~ $ sudo iobroker start
                        iobroker@iobroker:~ $ iobroker stop
                        iobroker@iobroker:~ $ iobroker update
                        Used repository: stable
                        Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                        Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                        Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                        Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                        Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                        Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                        Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                        Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                        Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                        Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                        Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                        Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                        Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                        Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                        Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                        Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                        Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                        Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                        Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                        Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                        Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                        Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                        Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                        iobroker@iobroker:~ $ iobroker fix
                        It seems you run ioBroker as root or the iobroker user. This is not recommended.
                        For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                        A root login is not required in most Linux Distributions.
                        Do you want to setup a user now? (y/N)
                        
                        Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
                        library: loaded
                        Library version=2024-10-22
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installation fixer!
                            Script version: 2024-10-22
                            
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/5)
                        ==========================================================================
                        
                        OK:1 http://deb.debian.org/debian bullseye InRelease
                        OK:2 http://deb.debian.org/debian bullseye-updates InRelease                   
                        OK:3 http://security.debian.org/debian-security bullseye-security InRelease    
                        OK:4 http://archive.raspberrypi.org/debian bullseye InRelease                  
                        OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease                   
                        Paketlisten werden gelesen... Fertig                          
                         Trigger f?r man-db (2.9.4-2) werden verarbeitet ...deb11u1_arm64.deb ...iert.)
                        Installed distro-info
                        E: Paket polkitd kann nicht gefunden werden.
                        Installed polkitd
                        
                        ==========================================================================
                            Checking ioBroker user and directory permissions (2/5)
                        ==========================================================================
                        
                        Fixing directory permissions...
                        
                        ==========================================================================
                            Check and cleanup npm temporary directories (3/5)
                        ==========================================================================
                        
                        Done.
                        
                        ==========================================================================
                            Database maintenance (4/5)
                        ==========================================================================
                        
                        Checking for uncompressed JSONL databases... This might take a while!
                        
                        Compressing /opt/iobroker/iobroker-data/states.jsonl
                        Compressing /opt/iobroker/iobroker-data/objects.jsonl
                        Compressed 2 JSONL files. Done
                        
                        ==========================================================================
                            Checking autostart (5/5)
                        ==========================================================================
                        
                        Enabling autostart...
                        Autostart enabled!
                        
                        ==========================================================================
                        
                            Your installation was fixed successfully
                            Run iobroker start to start ioBroker again!
                        
                        ==========================================================================
                        
                        iobroker@iobroker:~ $ iobroker start
                        iobroker@iobroker:~ $ iobroker stop
                        iobroker@iobroker:~ $ iobroker update
                        Used repository: stable
                        Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                        Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                        Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                        Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                        Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                        Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                        Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                        Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                        Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                        Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                        Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                        Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                        Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                        Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                        Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                        Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                        Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                        Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                        Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                        Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                        Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                        Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                        Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                        iobroker@iobroker:~ $ iobroker fix
                        It seems you run ioBroker as root or the iobroker user. This is not recommended.
                        For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                        A root login is not required in most Linux Distributions.
                        Do you want to setup a user now? (y/N)
                        Enter the username for a new user (Not 'root' and not 'iobroker'!): iobrokernew
                        Enter the password for the new user: 
                        Confirm the password for the new user: 
                        Adding new user account...
                        useradd: Permission denied.
                        useradd: /etc/passwd konnte nicht gesperrt werden; versuchen Sie es sp?ter noch einmal.
                        chpasswd: (user iobrokernew) pam_chauthtok() failed, error:
                        Fehler beim ?ndern des Authentifizierungstoken
                        chpasswd: (Zeile 1, Benutzer iobrokernew) Passwort nicht ge?ndert
                        Please login with this newly created user account and restart the fixer.
                        iobroker@iobroker:~ $ iobroker upgrade self
                        Update js-controller from @4.0.23 to @6.0.11
                        Stopped Objects DB
                        Stopped States DB
                        NPM version: 8.15.0
                        Installing iobroker.js-controller@6.0.11... (System call)
                        iobroker@iobroker:~ $ iobroker start
                        iobroker@iobroker:~ $ 
                        
                        

                        Nach dem Neustart des ioB ist nach wie vor nix passiert bzw. immer noch js 4.0.23 installiert...

                        Wat nu?

                        Thomas BraunT Meister MopperM OliverIOO 3 Antworten Letzte Antwort
                        0
                        • U uliauer44

                          So. Nach einiger Zeit starte ich nochmal einen neuen Versuch.

                          UPDATE:
                          Mir ist es mittlerweile gelungen, das PW des Pi zurückzusetzen.
                          Dabei wurde auch nochmal klar, dass ich definitiv KEINEN user "pi" mehr auf dem System habe sondern dieser offensichtlich von mir damals bei der Erstinstallation in "iobroker" umbenannt worden war.
                          Kann aber nun sowohl auf "root" als auch auf "iobroker" (ist auch der user, den das Raspberry GUI verwendet, um z.B. Systemeinstellungen zu ändern) mit dem geänderten PW zugreifen.

                          Dennoch ist es mir nach wie vor nicht möglich, ein js-controller Upgrade durchzuführen ;o(

                          Habe - mit Zugriff über Mac-Terminal per SSH beide Wege in den Upgrade-Anleitungen ausprobiert

                          a) Linux / macOS (neuer Installer - "curl shell installation script")

                          b) Linux / macOS (manuell installiert)

                          Dabei ist sowohl der Fixer gescheitert als auch das eigentliche Upgrade.

                          Hier mal die Terminalversuche im Detail:

                          ulimaxbook@MBP-von-Uli ~ % ssh iobroker@192.168.178.22
                          iobroker@192.168.178.22's password: 
                          Linux iobroker 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64
                          
                          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: Wed Oct 23 16:25:32 2024
                          iobroker@iobroker:~ $ sudo iobroker stop
                          [sudo] Passwort f?r iobroker: 
                          iobroker@iobroker:~ $ sudo iobroker update
                          Used repository: stable
                          Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                          Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                          Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                          Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                          Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                          Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                          Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                          Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                          Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                          Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                          Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                          Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                          Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                          Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                          Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                          Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                          Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                          Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                          Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                          Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                          Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                          Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                          Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                          iobroker@iobroker:~ $ sudo iobroker upgrade self
                          Update js-controller from @4.0.23 to @6.0.11
                          Stopped Objects DB
                          Stopped States DB
                          NPM version: 8.15.0
                          Installing iobroker.js-controller@6.0.11... (System call)
                          iobroker@iobroker:~ $ sudo iobroker start
                          iobroker@iobroker:~ $ iobroker stop
                          iobroker@iobroker:~ $ iobroker update
                          Used repository: stable
                          Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                          Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                          Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                          Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                          Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                          Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                          Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                          Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                          Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                          Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                          Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                          Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                          Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                          Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                          Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                          Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                          Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                          Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                          Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                          Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                          Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                          Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                          Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                          iobroker@iobroker:~ $ iobroker fix
                          It seems you run ioBroker as root or the iobroker user. This is not recommended.
                          For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                          A root login is not required in most Linux Distributions.
                          Do you want to setup a user now? (y/N)
                          
                          Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
                          library: loaded
                          Library version=2024-10-22
                          
                          ==========================================================================
                          
                              Welcome to the ioBroker installation fixer!
                              Script version: 2024-10-22
                              
                              You might need to enter your password a couple of times.
                          
                          ==========================================================================
                          
                          
                          ==========================================================================
                              Installing prerequisites (1/5)
                          ==========================================================================
                          
                          OK:1 http://deb.debian.org/debian bullseye InRelease
                          OK:2 http://deb.debian.org/debian bullseye-updates InRelease                   
                          OK:3 http://security.debian.org/debian-security bullseye-security InRelease    
                          OK:4 http://archive.raspberrypi.org/debian bullseye InRelease                  
                          OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease                   
                          Paketlisten werden gelesen... Fertig                          
                           Trigger f?r man-db (2.9.4-2) werden verarbeitet ...deb11u1_arm64.deb ...iert.)
                          Installed distro-info
                          E: Paket polkitd kann nicht gefunden werden.
                          Installed polkitd
                          
                          ==========================================================================
                              Checking ioBroker user and directory permissions (2/5)
                          ==========================================================================
                          
                          Fixing directory permissions...
                          
                          ==========================================================================
                              Check and cleanup npm temporary directories (3/5)
                          ==========================================================================
                          
                          Done.
                          
                          ==========================================================================
                              Database maintenance (4/5)
                          ==========================================================================
                          
                          Checking for uncompressed JSONL databases... This might take a while!
                          
                          Compressing /opt/iobroker/iobroker-data/states.jsonl
                          Compressing /opt/iobroker/iobroker-data/objects.jsonl
                          Compressed 2 JSONL files. Done
                          
                          ==========================================================================
                              Checking autostart (5/5)
                          ==========================================================================
                          
                          Enabling autostart...
                          Autostart enabled!
                          
                          ==========================================================================
                          
                              Your installation was fixed successfully
                              Run iobroker start to start ioBroker again!
                          
                          ==========================================================================
                          
                          iobroker@iobroker:~ $ iobroker start
                          iobroker@iobroker:~ $ iobroker stop
                          iobroker@iobroker:~ $ iobroker update
                          Used repository: stable
                          Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                          Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                          Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                          Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                          Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                          Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                          Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                          Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                          Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                          Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                          Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                          Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                          Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                          Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                          Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                          Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                          Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                          Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                          Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                          Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                          Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                          Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                          Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                          iobroker@iobroker:~ $ iobroker fix
                          It seems you run ioBroker as root or the iobroker user. This is not recommended.
                          For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                          A root login is not required in most Linux Distributions.
                          Do you want to setup a user now? (y/N)
                          Enter the username for a new user (Not 'root' and not 'iobroker'!): iobrokernew
                          Enter the password for the new user: 
                          Confirm the password for the new user: 
                          Adding new user account...
                          useradd: Permission denied.
                          useradd: /etc/passwd konnte nicht gesperrt werden; versuchen Sie es sp?ter noch einmal.
                          chpasswd: (user iobrokernew) pam_chauthtok() failed, error:
                          Fehler beim ?ndern des Authentifizierungstoken
                          chpasswd: (Zeile 1, Benutzer iobrokernew) Passwort nicht ge?ndert
                          Please login with this newly created user account and restart the fixer.
                          iobroker@iobroker:~ $ iobroker upgrade self
                          Update js-controller from @4.0.23 to @6.0.11
                          Stopped Objects DB
                          Stopped States DB
                          NPM version: 8.15.0
                          Installing iobroker.js-controller@6.0.11... (System call)
                          iobroker@iobroker:~ $ iobroker start
                          iobroker@iobroker:~ $ 
                          
                          

                          Nach dem Neustart des ioB ist nach wie vor nix passiert bzw. immer noch js 4.0.23 installiert...

                          Wat nu?

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #85

                          @uliauer44

                          Gib mal die Langfassung von

                          iob diag
                          

                          bekannt.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          1 Antwort Letzte Antwort
                          0
                          • U uliauer44

                            So. Nach einiger Zeit starte ich nochmal einen neuen Versuch.

                            UPDATE:
                            Mir ist es mittlerweile gelungen, das PW des Pi zurückzusetzen.
                            Dabei wurde auch nochmal klar, dass ich definitiv KEINEN user "pi" mehr auf dem System habe sondern dieser offensichtlich von mir damals bei der Erstinstallation in "iobroker" umbenannt worden war.
                            Kann aber nun sowohl auf "root" als auch auf "iobroker" (ist auch der user, den das Raspberry GUI verwendet, um z.B. Systemeinstellungen zu ändern) mit dem geänderten PW zugreifen.

                            Dennoch ist es mir nach wie vor nicht möglich, ein js-controller Upgrade durchzuführen ;o(

                            Habe - mit Zugriff über Mac-Terminal per SSH beide Wege in den Upgrade-Anleitungen ausprobiert

                            a) Linux / macOS (neuer Installer - "curl shell installation script")

                            b) Linux / macOS (manuell installiert)

                            Dabei ist sowohl der Fixer gescheitert als auch das eigentliche Upgrade.

                            Hier mal die Terminalversuche im Detail:

                            ulimaxbook@MBP-von-Uli ~ % ssh iobroker@192.168.178.22
                            iobroker@192.168.178.22's password: 
                            Linux iobroker 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64
                            
                            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: Wed Oct 23 16:25:32 2024
                            iobroker@iobroker:~ $ sudo iobroker stop
                            [sudo] Passwort f?r iobroker: 
                            iobroker@iobroker:~ $ sudo iobroker update
                            Used repository: stable
                            Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                            Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                            Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                            Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                            Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                            Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                            Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                            Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                            Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                            Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                            Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                            Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                            Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                            Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                            Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                            Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                            Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                            Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                            Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                            Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                            Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                            Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                            Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                            Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                            Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                            iobroker@iobroker:~ $ sudo iobroker upgrade self
                            Update js-controller from @4.0.23 to @6.0.11
                            Stopped Objects DB
                            Stopped States DB
                            NPM version: 8.15.0
                            Installing iobroker.js-controller@6.0.11... (System call)
                            iobroker@iobroker:~ $ sudo iobroker start
                            iobroker@iobroker:~ $ iobroker stop
                            iobroker@iobroker:~ $ iobroker update
                            Used repository: stable
                            Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                            Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                            Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                            Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                            Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                            Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                            Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                            Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                            Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                            Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                            Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                            Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                            Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                            Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                            Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                            Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                            Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                            Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                            Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                            Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                            Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                            Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                            Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                            Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                            Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                            iobroker@iobroker:~ $ iobroker fix
                            It seems you run ioBroker as root or the iobroker user. This is not recommended.
                            For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                            A root login is not required in most Linux Distributions.
                            Do you want to setup a user now? (y/N)
                            
                            Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
                            library: loaded
                            Library version=2024-10-22
                            
                            ==========================================================================
                            
                                Welcome to the ioBroker installation fixer!
                                Script version: 2024-10-22
                                
                                You might need to enter your password a couple of times.
                            
                            ==========================================================================
                            
                            
                            ==========================================================================
                                Installing prerequisites (1/5)
                            ==========================================================================
                            
                            OK:1 http://deb.debian.org/debian bullseye InRelease
                            OK:2 http://deb.debian.org/debian bullseye-updates InRelease                   
                            OK:3 http://security.debian.org/debian-security bullseye-security InRelease    
                            OK:4 http://archive.raspberrypi.org/debian bullseye InRelease                  
                            OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease                   
                            Paketlisten werden gelesen... Fertig                          
                             Trigger f?r man-db (2.9.4-2) werden verarbeitet ...deb11u1_arm64.deb ...iert.)
                            Installed distro-info
                            E: Paket polkitd kann nicht gefunden werden.
                            Installed polkitd
                            
                            ==========================================================================
                                Checking ioBroker user and directory permissions (2/5)
                            ==========================================================================
                            
                            Fixing directory permissions...
                            
                            ==========================================================================
                                Check and cleanup npm temporary directories (3/5)
                            ==========================================================================
                            
                            Done.
                            
                            ==========================================================================
                                Database maintenance (4/5)
                            ==========================================================================
                            
                            Checking for uncompressed JSONL databases... This might take a while!
                            
                            Compressing /opt/iobroker/iobroker-data/states.jsonl
                            Compressing /opt/iobroker/iobroker-data/objects.jsonl
                            Compressed 2 JSONL files. Done
                            
                            ==========================================================================
                                Checking autostart (5/5)
                            ==========================================================================
                            
                            Enabling autostart...
                            Autostart enabled!
                            
                            ==========================================================================
                            
                                Your installation was fixed successfully
                                Run iobroker start to start ioBroker again!
                            
                            ==========================================================================
                            
                            iobroker@iobroker:~ $ iobroker start
                            iobroker@iobroker:~ $ iobroker stop
                            iobroker@iobroker:~ $ iobroker update
                            Used repository: stable
                            Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                            Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                            Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                            Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                            Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                            Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                            Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                            Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                            Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                            Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                            Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                            Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                            Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                            Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                            Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                            Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                            Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                            Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                            Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                            Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                            Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                            Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                            Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                            Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                            Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                            iobroker@iobroker:~ $ iobroker fix
                            It seems you run ioBroker as root or the iobroker user. This is not recommended.
                            For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                            A root login is not required in most Linux Distributions.
                            Do you want to setup a user now? (y/N)
                            Enter the username for a new user (Not 'root' and not 'iobroker'!): iobrokernew
                            Enter the password for the new user: 
                            Confirm the password for the new user: 
                            Adding new user account...
                            useradd: Permission denied.
                            useradd: /etc/passwd konnte nicht gesperrt werden; versuchen Sie es sp?ter noch einmal.
                            chpasswd: (user iobrokernew) pam_chauthtok() failed, error:
                            Fehler beim ?ndern des Authentifizierungstoken
                            chpasswd: (Zeile 1, Benutzer iobrokernew) Passwort nicht ge?ndert
                            Please login with this newly created user account and restart the fixer.
                            iobroker@iobroker:~ $ iobroker upgrade self
                            Update js-controller from @4.0.23 to @6.0.11
                            Stopped Objects DB
                            Stopped States DB
                            NPM version: 8.15.0
                            Installing iobroker.js-controller@6.0.11... (System call)
                            iobroker@iobroker:~ $ iobroker start
                            iobroker@iobroker:~ $ 
                            
                            

                            Nach dem Neustart des ioB ist nach wie vor nix passiert bzw. immer noch js 4.0.23 installiert...

                            Wat nu?

                            Meister MopperM Abwesend
                            Meister MopperM Abwesend
                            Meister Mopper
                            schrieb am zuletzt editiert von
                            #86

                            @uliauer44 sagte in Passwort Iobroker über Mac-Terminal anders?:

                            Wat nu?

                            Mach den ganzen Bums neu. Was bedeuten denn diese riesen Zeitunterschiede, offenbar hast du generell kein Interesse, warum sollte jemand da helfen wollen?

                            Proxmox und HA

                            1 Antwort Letzte Antwort
                            0
                            • U uliauer44

                              So. Nach einiger Zeit starte ich nochmal einen neuen Versuch.

                              UPDATE:
                              Mir ist es mittlerweile gelungen, das PW des Pi zurückzusetzen.
                              Dabei wurde auch nochmal klar, dass ich definitiv KEINEN user "pi" mehr auf dem System habe sondern dieser offensichtlich von mir damals bei der Erstinstallation in "iobroker" umbenannt worden war.
                              Kann aber nun sowohl auf "root" als auch auf "iobroker" (ist auch der user, den das Raspberry GUI verwendet, um z.B. Systemeinstellungen zu ändern) mit dem geänderten PW zugreifen.

                              Dennoch ist es mir nach wie vor nicht möglich, ein js-controller Upgrade durchzuführen ;o(

                              Habe - mit Zugriff über Mac-Terminal per SSH beide Wege in den Upgrade-Anleitungen ausprobiert

                              a) Linux / macOS (neuer Installer - "curl shell installation script")

                              b) Linux / macOS (manuell installiert)

                              Dabei ist sowohl der Fixer gescheitert als auch das eigentliche Upgrade.

                              Hier mal die Terminalversuche im Detail:

                              ulimaxbook@MBP-von-Uli ~ % ssh iobroker@192.168.178.22
                              iobroker@192.168.178.22's password: 
                              Linux iobroker 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64
                              
                              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: Wed Oct 23 16:25:32 2024
                              iobroker@iobroker:~ $ sudo iobroker stop
                              [sudo] Passwort f?r iobroker: 
                              iobroker@iobroker:~ $ sudo iobroker update
                              Used repository: stable
                              Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                              Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                              Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                              Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                              Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                              Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                              Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                              Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                              Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                              Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                              Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                              Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                              Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                              Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                              Adapter    "ping"         : 1.6.2    , installed 1.6.2
                              Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                              Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                              Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                              Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                              Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                              Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                              Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                              Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                              Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                              Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                              Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                              Adapter    "web"          : 6.2.5    , installed 6.2.5
                              Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                              Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                              Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                              iobroker@iobroker:~ $ sudo iobroker upgrade self
                              Update js-controller from @4.0.23 to @6.0.11
                              Stopped Objects DB
                              Stopped States DB
                              NPM version: 8.15.0
                              Installing iobroker.js-controller@6.0.11... (System call)
                              iobroker@iobroker:~ $ sudo iobroker start
                              iobroker@iobroker:~ $ iobroker stop
                              iobroker@iobroker:~ $ iobroker update
                              Used repository: stable
                              Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                              Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                              Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                              Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                              Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                              Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                              Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                              Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                              Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                              Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                              Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                              Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                              Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                              Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                              Adapter    "ping"         : 1.6.2    , installed 1.6.2
                              Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                              Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                              Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                              Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                              Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                              Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                              Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                              Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                              Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                              Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                              Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                              Adapter    "web"          : 6.2.5    , installed 6.2.5
                              Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                              Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                              Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                              iobroker@iobroker:~ $ iobroker fix
                              It seems you run ioBroker as root or the iobroker user. This is not recommended.
                              For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                              A root login is not required in most Linux Distributions.
                              Do you want to setup a user now? (y/N)
                              
                              Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
                              library: loaded
                              Library version=2024-10-22
                              
                              ==========================================================================
                              
                                  Welcome to the ioBroker installation fixer!
                                  Script version: 2024-10-22
                                  
                                  You might need to enter your password a couple of times.
                              
                              ==========================================================================
                              
                              
                              ==========================================================================
                                  Installing prerequisites (1/5)
                              ==========================================================================
                              
                              OK:1 http://deb.debian.org/debian bullseye InRelease
                              OK:2 http://deb.debian.org/debian bullseye-updates InRelease                   
                              OK:3 http://security.debian.org/debian-security bullseye-security InRelease    
                              OK:4 http://archive.raspberrypi.org/debian bullseye InRelease                  
                              OK:5 https://deb.nodesource.com/node_16.x bullseye InRelease                   
                              Paketlisten werden gelesen... Fertig                          
                               Trigger f?r man-db (2.9.4-2) werden verarbeitet ...deb11u1_arm64.deb ...iert.)
                              Installed distro-info
                              E: Paket polkitd kann nicht gefunden werden.
                              Installed polkitd
                              
                              ==========================================================================
                                  Checking ioBroker user and directory permissions (2/5)
                              ==========================================================================
                              
                              Fixing directory permissions...
                              
                              ==========================================================================
                                  Check and cleanup npm temporary directories (3/5)
                              ==========================================================================
                              
                              Done.
                              
                              ==========================================================================
                                  Database maintenance (4/5)
                              ==========================================================================
                              
                              Checking for uncompressed JSONL databases... This might take a while!
                              
                              Compressing /opt/iobroker/iobroker-data/states.jsonl
                              Compressing /opt/iobroker/iobroker-data/objects.jsonl
                              Compressed 2 JSONL files. Done
                              
                              ==========================================================================
                                  Checking autostart (5/5)
                              ==========================================================================
                              
                              Enabling autostart...
                              Autostart enabled!
                              
                              ==========================================================================
                              
                                  Your installation was fixed successfully
                                  Run iobroker start to start ioBroker again!
                              
                              ==========================================================================
                              
                              iobroker@iobroker:~ $ iobroker start
                              iobroker@iobroker:~ $ iobroker stop
                              iobroker@iobroker:~ $ iobroker update
                              Used repository: stable
                              Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                              Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                              Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                              Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                              Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                              Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                              Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                              Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                              Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                              Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                              Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                              Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                              Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                              Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                              Adapter    "ping"         : 1.6.2    , installed 1.6.2
                              Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                              Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                              Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                              Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                              Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                              Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                              Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                              Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                              Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                              Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                              Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                              Adapter    "web"          : 6.2.5    , installed 6.2.5
                              Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                              Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                              Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                              iobroker@iobroker:~ $ iobroker fix
                              It seems you run ioBroker as root or the iobroker user. This is not recommended.
                              For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                              A root login is not required in most Linux Distributions.
                              Do you want to setup a user now? (y/N)
                              Enter the username for a new user (Not 'root' and not 'iobroker'!): iobrokernew
                              Enter the password for the new user: 
                              Confirm the password for the new user: 
                              Adding new user account...
                              useradd: Permission denied.
                              useradd: /etc/passwd konnte nicht gesperrt werden; versuchen Sie es sp?ter noch einmal.
                              chpasswd: (user iobrokernew) pam_chauthtok() failed, error:
                              Fehler beim ?ndern des Authentifizierungstoken
                              chpasswd: (Zeile 1, Benutzer iobrokernew) Passwort nicht ge?ndert
                              Please login with this newly created user account and restart the fixer.
                              iobroker@iobroker:~ $ iobroker upgrade self
                              Update js-controller from @4.0.23 to @6.0.11
                              Stopped Objects DB
                              Stopped States DB
                              NPM version: 8.15.0
                              Installing iobroker.js-controller@6.0.11... (System call)
                              iobroker@iobroker:~ $ iobroker start
                              iobroker@iobroker:~ $ 
                              
                              

                              Nach dem Neustart des ioB ist nach wie vor nix passiert bzw. immer noch js 4.0.23 installiert...

                              Wat nu?

                              OliverIOO Offline
                              OliverIOO Offline
                              OliverIO
                              schrieb am zuletzt editiert von
                              #87

                              @uliauer44

                              Eigentlich steht es doch da

                              It seems you run ioBroker as root or the iobroker user. This is not recommended.
                              For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                              A root login is not required in most Linux Distributions.
                              Do you want to setup a user now? (y/N)
                              Enter the username for a new user (Not 'root' and not 'iobroker'!): iobrokernew
                              Enter the password for the new user: 
                              Confirm the password for the new user: 
                              Adding new user account...
                              useradd: Permission denied.
                              useradd: /etc/passwd konnte nicht gesperrt werden; versuchen Sie es sp?ter noch einmal.
                              chpasswd: (user iobrokernew) pam_chauthtok() failed, error:
                              Fehler beim ?ndern des Authentifizierungstoken
                              chpasswd: (Zeile 1, Benutzer iobrokernew) Passwort nicht ge?ndert
                              Please login with this newly created user account and restart the fixer.
                              
                              

                              User Iobroker ist fu Aktualisierung nicht erlaubt.
                              Die Anlage eines neuen Users ist fehlgeschlagen,
                              Wahrscheinlich weil der User Iobroker nicht zur Gruppe der Administratoren gehört.
                              Ich würde vorschlagen, du machst vom ioBroker Ein Back-up,
                              Installierst den Raspberry komplett noch mal von Grund auf neu,
                              Dann gibt es auch den User pi
                              Dann den ioBroker neu installieren und das Back-up wieder einspielen. Fertig.
                              Das ist jetzt unnötiges herum doktern

                              Meine Adapter und Widgets
                              TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                              Links im Profil

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • OliverIOO OliverIO

                                @uliauer44

                                Eigentlich steht es doch da

                                It seems you run ioBroker as root or the iobroker user. This is not recommended.
                                For security reasons a default user should be created. This user will be enabled to temporarily switch to root via 'sudo'.
                                A root login is not required in most Linux Distributions.
                                Do you want to setup a user now? (y/N)
                                Enter the username for a new user (Not 'root' and not 'iobroker'!): iobrokernew
                                Enter the password for the new user: 
                                Confirm the password for the new user: 
                                Adding new user account...
                                useradd: Permission denied.
                                useradd: /etc/passwd konnte nicht gesperrt werden; versuchen Sie es sp?ter noch einmal.
                                chpasswd: (user iobrokernew) pam_chauthtok() failed, error:
                                Fehler beim ?ndern des Authentifizierungstoken
                                chpasswd: (Zeile 1, Benutzer iobrokernew) Passwort nicht ge?ndert
                                Please login with this newly created user account and restart the fixer.
                                
                                

                                User Iobroker ist fu Aktualisierung nicht erlaubt.
                                Die Anlage eines neuen Users ist fehlgeschlagen,
                                Wahrscheinlich weil der User Iobroker nicht zur Gruppe der Administratoren gehört.
                                Ich würde vorschlagen, du machst vom ioBroker Ein Back-up,
                                Installierst den Raspberry komplett noch mal von Grund auf neu,
                                Dann gibt es auch den User pi
                                Dann den ioBroker neu installieren und das Back-up wieder einspielen. Fertig.
                                Das ist jetzt unnötiges herum doktern

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #88

                                @oliverio sagte in Passwort Iobroker über Mac-Terminal anders?:

                                Installierst den Raspberry komplett noch mal von Grund auf neu,
                                Dann gibt es auch den User pi

                                Nee, man soll ja mittlerweile einen individuellen User anlegen. Aber auch nicht 'iobroker'.
                                Der eigene Vorname oder der Forumsnick bietet sich da an.

                                Wahrscheinlich weil der User Iobroker nicht zur Gruppe der Administratoren gehört.

                                Nein, im Code für die Neuanlage eines Users ist ein Bug drin.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                OliverIOO 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @oliverio sagte in Passwort Iobroker über Mac-Terminal anders?:

                                  Installierst den Raspberry komplett noch mal von Grund auf neu,
                                  Dann gibt es auch den User pi

                                  Nee, man soll ja mittlerweile einen individuellen User anlegen. Aber auch nicht 'iobroker'.
                                  Der eigene Vorname oder der Forumsnick bietet sich da an.

                                  Wahrscheinlich weil der User Iobroker nicht zur Gruppe der Administratoren gehört.

                                  Nein, im Code für die Neuanlage eines Users ist ein Bug drin.

                                  OliverIOO Offline
                                  OliverIOO Offline
                                  OliverIO
                                  schrieb am zuletzt editiert von
                                  #89

                                  @thomas-braun

                                  ok wenn man ,mag.
                                  Aber dieser Zustand ist blöd. Da weiß man ja gar nicht was sonst noch alles gemacht wurde.
                                  Dann lieber Grundzustand erstmal herstellen

                                  Meine Adapter und Widgets
                                  TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                                  Links im Profil

                                  1 Antwort Letzte Antwort
                                  0
                                  • U Offline
                                    U Offline
                                    uliauer44
                                    schrieb am zuletzt editiert von
                                    #90

                                    @thomas-braun said in Passwort Iobroker über Mac-Terminal anders?:

                                    iob diag

                                    Here it comes....

                                    
                                    ========== Start marking the full check here ===========
                                    
                                    ```bash
                                    Script v.2024-10-19
                                    
                                    *** BASE SYSTEM ***
                                       Static hostname: iobroker
                                             Icon name: computer
                                      Operating System: Debian GNU/Linux 11 (bullseye)
                                                Kernel: Linux 5.15.61-v8+
                                          Architecture: arm64
                                    OS is similar to: 
                                    
                                    Model		: Raspberry Pi 4 Model B Rev 1.1
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : aarch64
                                    Userland        : 64 bit
                                    
                                    Systemuptime and Load:
                                     14:55:01 up 1 day, 22:27,  3 users,  load average: 0.58, 0.62, 0.34
                                    CPU threads: 4
                                    
                                    
                                    *** LIFE CYCLE STATUS ***
                                    Debian Release codenamed 'bullseye' reached its END OF LIFE and needs to be updated to the latest stable release '' NOW!
                                    
                                    *** RASPBERRY THROTTLING ***
                                    Current issues:
                                    No throttling issues detected.
                                    
                                    Previously detected issues:
                                    No throttling issues detected.
                                    
                                    *** TIME AND TIMEZONES ***
                                                   Local time: Fri 2024-10-25 14:55:01 CEST
                                               Universal time: Fri 2024-10-25 12:55:01 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** Users and Groups ***
                                    User that called 'iob diag':
                                    iobroker
                                    HOME=/home/iobroker
                                    GROUPS=iobroker adm tty dialout cdrom sudo audio video plugdev games users input render netdev bluetooth lpadmin gpio i2c spi
                                    
                                    User that is running 'js-controller':
                                    iobroker
                                    HOME=/home/iobroker
                                    GROUPS=iobroker adm tty dialout cdrom sudo audio video plugdev games users input render netdev bluetooth lpadmin gpio i2c spi
                                    
                                    A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'!
                                    A root login is not required in most Linux Distributions.
                                    Run 'iobroker fix' or use the system tools to create a user.
                                    *** DISPLAY-SERVER SETUP ***
                                    Display-Server: false
                                    Desktop: 	
                                    Terminal: 	tty
                                    
                                    System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            1.8G        1.4G        236M         34M        216M        349M
                                    Swap:            99M         99M        0.0K
                                    Total:          1.9G        1.5G        236M
                                    
                                    Active iob-Instances: 	20
                                    
                                             1849 M total memory
                                             1396 M used memory
                                              168 M active memory
                                             1283 M inactive memory
                                              236 M free memory
                                               27 M buffer memory
                                              189 M swap cache
                                               99 M total swap
                                               99 M used swap
                                                0 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 14:55:02 up 1 day, 22:27,  3 users,  load average: 0.58, 0.62, 0.34
                                    Tasks: 209 total,   1 running, 208 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s): 13.9 us,  6.9 sy,  0.0 ni, 79.2 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                    MiB Mem :   1849.2 total,    235.6 free,   1395.8 used,    217.8 buff/cache
                                    MiB Swap:    100.0 total,      0.0 free,    100.0 used.    348.6 avail Mem 
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT LOAD ACTIVE SUB DESCRIPTION
                                    0 loaded units listed.
                                    
                                    
                                    *** DMESG CRITICAL ERRORS ***
                                    [sudo] password for iobroker: 
                                    No critical errors detected
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    /dev/root      ext4       15G  7.1G  6.5G  53% /
                                    devtmpfs       devtmpfs  763M     0  763M   0% /dev
                                    tmpfs          tmpfs     925M     0  925M   0% /dev/shm
                                    tmpfs          tmpfs     370M  1.2M  369M   1% /run
                                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                    /dev/mmcblk0p1 vfat      255M   34M  222M  13% /boot
                                    tmpfs          tmpfs     185M   20K  185M   1% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Wed Oct 23 16:27:32 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:26:FE:1A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=bbc14122-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                    [Wed Oct 23 16:27:33 2024] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
                                    [Wed Oct 23 16:27:33 2024] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
                                    [Wed Oct 23 16:27:33 2024] EXT4-fs (mmcblk0p2): recovery complete
                                    [Wed Oct 23 16:27:33 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                                    [Wed Oct 23 16:27:33 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                    [Wed Oct 23 16:27:35 2024] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
                                    
                                    Show mounted filesystems:
                                    TARGET  SOURCE         FSTYPE OPTIONS
                                    /       /dev/mmcblk0p2 ext4   rw,noatime
                                    `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    1.9G	/var/
                                    1.5G	/var/log/journal/60dd197ce1dd470bacf92c92630f1c5a
                                    1.5G	/var/log/journal
                                    1.5G	/var/log
                                    184M	/var/lib
                                    
                                    Archived and active journals take up 1.4G in the file system.
                                    
                                    /opt/iobroker/backups:
                                    279M	/opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    378M	/opt/iobroker/iobroker-data/
                                    298M	/opt/iobroker/iobroker-data/files
                                    99M	/opt/iobroker/iobroker-data/files/vis-2-beta
                                    52M	/opt/iobroker/iobroker-data/files/javascript.admin
                                    47M	/opt/iobroker/iobroker-data/backup-objects
                                    
                                    The five largest files in iobroker-data are:
                                    27M	/opt/iobroker/iobroker-data/objects.jsonl
                                    24M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                    9.7M	/opt/iobroker/iobroker-data/files/vis-2-beta/material-icons/knx-uf.json
                                    8.5M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js
                                    8.0M	/opt/iobroker/iobroker-data/states.jsonl
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    No Devices found 'by-id'
                                    
                                    *** NodeJS-Installation ***
                                    
                                    nodejs: 		N/A
                                    /usr/bin/node 		v16.17.0
                                    /usr/bin/npm 		8.15.0
                                    /usr/bin/npx 		8.15.0
                                    /usr/bin/corepack 	0.12.1
                                    *** nodejs is NOT correctly installed ***
                                    
                                    nodejs:
                                      Installed: 16.17.0-deb-1nodesource1
                                      Candidate: 16.20.2-deb-1nodesource1
                                      Version table:
                                         16.20.2-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages
                                     *** 16.17.0-deb-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         12.22.12~dfsg-1~deb11u5 500
                                            500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                         12.22.12~dfsg-1~deb11u4 500
                                            500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                    
                                    Temp directories causing deletion problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree: 0
                                    No problems detected
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Hosts:
                                    iobroker            iobroker (version: 4.0.23, hostname: iobroker      , alive, uptime: 165159)
                                    
                                    Core adapters versions
                                    js-controller: 	4.0.23
                                    admin: 		6.13.16
                                    javascript: 	7.1.4
                                    
                                    nodejs modules from github: 	2
                                    | +-- samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc20107455414e2afb94022682e0787e8635550)
                                    +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                    + system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled
                                    + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                    + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                                      system.adapter.habpanel.0               : habpanel              : iobroker                                 -  enabled
                                    + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                      system.adapter.hm-rpc.3                 : hm-rpc                : iobroker                                 - disabled, port: 0
                                      system.adapter.hue-extended.0           : hue-extended          : iobroker                                 - disabled
                                    + system.adapter.hue.0                    : hue                   : iobroker                                 -  enabled, port: 443
                                      system.adapter.ical.0                   : ical                  : iobroker                                 - disabled
                                    + system.adapter.jarvis.0                 : jarvis                : iobroker                                 -  enabled
                                    + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                      system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                                    + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                    + system.adapter.pushover.0               : pushover              : iobroker                                 -  enabled
                                    + system.adapter.samsung.0                : samsung               : iobroker                                 -  enabled
                                    + system.adapter.terminal.0               : terminal              : iobroker                                 -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                      system.adapter.vis-2-beta.0             : vis-2-beta            : iobroker                                 - disabled
                                      system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : iobroker                                 -  enabled
                                      system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker                                 -  enabled
                                      system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
                                      system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 - disabled
                                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                                      system.adapter.vis.0                    : vis                   : iobroker                                 - disabled
                                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.yahka.0                  : yahka                 : iobroker                                 -  enabled
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.hue.0                    : hue                   : iobroker                                 -  enabled, port: 443
                                    + system.adapter.terminal.0               : terminal              : iobroker                                 -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): stable
                                    
                                    Installed ioBroker-Instances
                                    Used repository: stable
                                    Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                                    Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                                    Adapter    "denon"        : 1.15.12  , installed 1.15.5 [Updatable]
                                    Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                                    Adapter    "fritzdect"    : 2.5.11   , installed 2.5.9  [Updatable]
                                    Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                                    Adapter    "hm-rega"      : 5.1.0    , installed 4.0.0  [Updatable]
                                    Adapter    "hm-rpc"       : 2.0.2    , installed 1.17.0 [Updatable]
                                    Adapter    "hue"          : 3.12.0   , installed 3.10.1 [Updatable]
                                    Adapter    "ical"         : 1.15.0   , installed 1.13.3 [Updatable]
                                    Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                    Adapter    "javascript"   : 8.8.3    , installed 7.1.4  [Updatable]
                                    Controller "js-controller": 6.0.11   , installed 4.0.23 [Updatable]
                                    Adapter    "openweathermap": 1.1.2   , installed 1.0.4  [Updatable]
                                    Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                    Adapter    "pushover"     : 4.1.0    , installed 3.0.6  [Updatable]
                                    Adapter    "samsung"      : 0.6.1    , installed 0.5.11 [Updatable]
                                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                    Adapter    "socketio"     : 6.7.1    , installed 6.5.5  [Updatable]
                                    Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                    Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                                    Adapter    "vis-2-widgets-energy": 1.0.2, installed 0.3.11 [Updatable]
                                    Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.0.3 [Updatable]
                                    Adapter    "vis-2-widgets-material": 1.4.10, installed 1.3.25 [Updatable]
                                    Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.3  [Updatable]
                                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                                    Adapter    "web"          : 6.2.5    , installed 6.2.5
                                    Adapter    "ws"           : 2.6.2    , installed 2.6.1  [Updatable]
                                    Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                    Adapter    "zigbee"       : 1.10.3   , installed 1.8.24 [Updatable]
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects: 	6827
                                    States: 	5615
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://deb.debian.org/debian bullseye InRelease
                                    Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                    Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                    Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                                    Reading package lists...
                                    Pending Updates: 325
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                    tcp        0      0 192.168.178.22:9292     0.0.0.0:*               LISTEN      1000       45177      6369/io.hm-rpc.1    
                                    tcp        0      0 192.168.178.22:2010     0.0.0.0:*               LISTEN      1000       45202      6386/io.hm-rpc.2    
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       43296      6175/iobroker.js-co 
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       42823      6175/iobroker.js-co 
                                    tcp        0      0 192.168.178.22:2001     0.0.0.0:*               LISTEN      1000       41943      6322/io.hm-rpc.0    
                                    tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          866244     82966/cupsd         
                                    tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1000       46259      6524/io.jarvis.0    
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11603      571/sshd: /usr/sbin 
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1000       40887      6193/io.admin.0     
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1000       46229      6479/io.web.0       
                                    tcp6       0      0 :::8088                 :::*                    LISTEN      1000       45400      6535/io.terminal.0  
                                    tcp6       0      0 ::1:631                 :::*                    LISTEN      0          866243     82966/cupsd         
                                    tcp6       0      0 :::34957                :::*                    LISTEN      1000       43687      6494/io.yahka.0     
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          11605      571/sshd: /usr/sbin 
                                    udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          868513     82968/cups-browsed  
                                    udp        0      0 0.0.0.0:52180           0.0.0.0:*                           108        14204      340/avahi-daemon: r 
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13063      468/dhcpcd          
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14202      340/avahi-daemon: r 
                                    udp6       0      0 :::44790                :::*                                108        14205      340/avahi-daemon: r 
                                    udp6       0      0 :::5353                 :::*                                108        14203      340/avahi-daemon: r 
                                    udp6       0      0 :::546                  :::*                                0          13290      468/dhcpcd          
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2024-10-25 14:55:48.028  - error: hue.0 (6272) Could not poll all: unauthorized user
                                    2024-10-25 14:55:48.559  - info: hue.0 (6272) Push connection error: Forbidden
                                    2024-10-25 14:55:48.710  - error: hue.0 (6272) unauthorized user
                                    2024-10-25 14:55:48.711  - warn: hue.0 (6272) Could not get configuration from HUE bridge (192.168.178.111:443)
                                    2024-10-25 14:55:53.984  - info: hue.0 (6272) Push connection error: Forbidden
                                    2024-10-25 14:55:54.197  - error: hue.0 (6272) unauthorized user
                                    2024-10-25 14:55:54.198  - warn: hue.0 (6272) Could not get configuration from HUE bridge (192.168.178.111:443)
                                    2024-10-25 14:55:58.048  - error: hue.0 (6272) Could not poll all: unauthorized user
                                    2024-10-25 14:55:59.487  - info: hue.0 (6272) Push connection error: Forbidden
                                    2024-10-25 14:55:59.647  - error: hue.0 (6272) unauthorized user
                                    2024-10-25 14:55:59.647  - warn: hue.0 (6272) Could not get configuration from HUE bridge (192.168.178.111:443)
                                    2024-10-25 14:56:04.949  - info: hue.0 (6272) Push connection error: Forbidden
                                    2024-10-25 14:56:05.098  - error: hue.0 (6272) unauthorized user
                                    2024-10-25 14:56:05.098  - warn: hue.0 (6272) Could not get configuration from HUE bridge (192.168.178.111:443)
                                    2024-10-25 14:56:08.066  - error: hue.0 (6272) Could not poll all: unauthorized user
                                    2024-10-25 14:56:10.395  - info: hue.0 (6272) Push connection error: Forbidden
                                    2024-10-25 14:56:10.552  - error: hue.0 (6272) unauthorized user
                                    2024-10-25 14:56:10.553  - warn: hue.0 (6272) Could not get configuration from HUE bridge (192.168.178.111:443)
                                    2024-10-25 14:56:15.848  - info: hue.0 (6272) Push connection error: Forbidden
                                    2024-10-25 14:56:15.996  - error: hue.0 (6272) unauthorized user
                                    2024-10-25 14:56:15.996  - warn: hue.0 (6272) Could not get configuration from HUE bridge (192.168.178.111:443)
                                    2024-10-25 14:56:18.081  - error: hue.0 (6272) Could not poll all: unauthorized user
                                    2024-10-25 14:56:21.282  - info: hue.0 (6272) Push connection error: Forbidden
                                    2024-10-25 14:56:21.441  - error: hue.0 (6272) unauthorized user
                                    2024-10-25 14:56:21.448  - warn: hue.0 (6272) Could not get configuration from HUE bridge (192.168.178.111:443)
                                    
                                    

                                    ============ Mark until here for C&P =============

                                    iob diag has finished.

                                    Press any key for a summary

                                    
                                    Hier noch die anschließende Summary:
                                    
                                    

                                    Copy text starting here:

                                    ======================= SUMMARY =======================
                                    			v.2024-10-19
                                    
                                    
                                       Static hostname: iobroker
                                             Icon name: computer
                                      Operating System: Debian GNU/Linux 11 (bullseye)
                                                Kernel: Linux 5.15.61-v8+
                                          Architecture: arm64
                                    
                                    Installation: 		native
                                    Kernel: 		aarch64
                                    Userland: 		64 bit
                                    Timezone: 		Europe/Berlin (CEST, +0200)
                                    User-ID: 		1000
                                    Display-Server: 	false
                                    Boot Target: 		graphical.target
                                    
                                    Pending OS-Updates: 	325
                                    Pending iob updates: 	22
                                    
                                    Nodejs-Installation:
                                    nodejs: 		N/A
                                    /usr/bin/node 		v16.17.0
                                    /usr/bin/npm 		8.15.0
                                    /usr/bin/npx 		8.15.0
                                    /usr/bin/corepack 	0.12.1
                                    
                                    Recommended versions are nodejs 18.20.4 and npm 10.7.0
                                    *** nodejs is NOT correctly installed ***
                                    Wrong installation path detected. This needs to be fixed.
                                    
                                    Please execute
                                    iob nodejs-update
                                    to fix these errors.
                                    
                                    MEMORY: 
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            1.8G        1.4G        135M         35M        300M        332M
                                    Swap:            99M         99M          0B
                                    Total:          1.9G        1.5G        135M
                                    
                                    Active iob-Instances: 	20
                                    Active repo(s): stable
                                    
                                    ioBroker Core: 		js-controller 		4.0.23
                                    			admin 			6.13.16
                                    
                                    ioBroker Status: 	iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Status admin and web instance:
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    Objects: 		6827
                                    States: 		5615
                                    
                                    Size of iob-Database:
                                    
                                    27M	/opt/iobroker/iobroker-data/objects.jsonl
                                    8.1M	/opt/iobroker/iobroker-data/states.jsonl
                                    
                                    
                                    Debian Release codenamed 'bullseye' reached its END OF LIFE and needs to be updated to the latest stable release '' NOW!
                                    
                                    =================== END OF SUMMARY ====================
                                    

                                    === Mark text until here for copying ===
                                    iobroker@iobroker:~ $

                                    @Meister-Mopper : Sehr hilfreicher Kommentar....weil ich auch andere Dinge im Leben zu tun habe....
                                    1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #91

                                      @uliauer44

                                      Bring das Ding auf Stand...

                                      iob nodejs-update
                                      iob stop
                                      sudo apt update 
                                      sudo apt full-upgrade 
                                      sudo reboot 
                                      

                                      Und leg dir einen User an.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      U 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @uliauer44

                                        Bring das Ding auf Stand...

                                        iob nodejs-update
                                        iob stop
                                        sudo apt update 
                                        sudo apt full-upgrade 
                                        sudo reboot 
                                        

                                        Und leg dir einen User an.

                                        U Offline
                                        U Offline
                                        uliauer44
                                        schrieb am zuletzt editiert von
                                        #92

                                        @thomas-braun
                                        Ja, den Hinweis mit dem NodeJS habe ich auch gesehen - Update läuft gerade...

                                        U 1 Antwort Letzte Antwort
                                        0
                                        • U uliauer44

                                          @thomas-braun
                                          Ja, den Hinweis mit dem NodeJS habe ich auch gesehen - Update läuft gerade...

                                          U Offline
                                          U Offline
                                          uliauer44
                                          schrieb am zuletzt editiert von uliauer44
                                          #93

                                          @uliauer44

                                          So. NodeJS Update hat geklappt - auch die anderen Update/Upgrade Befehle habe ich ausgeführt.
                                          Danke schonmal, Thomas, für Deine Hilfe!
                                          Leider immer noch kein aktualisierter JS-Controller im Host sichtbar.

                                          Wie meinst Du das genau mit dem neuen User? Und zum Verständnis: Was ist das Problem mit dem bisherigen?
                                          (Und ja, ich sollte ja nach Anleitung damals einen neuen User anlegen, der "pi" offensichtlich ersetzt hat...)

                                          Soll ich das mit dem gefixten NodeJS einfach nochmal probieren mit der JS-Controller Update-Routine?
                                          Oder ist die eh identisch mit den Upgrade-Zeilen, die Du mir geschrieben hast?

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          974

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe