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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. iobroker läuft nicht mehr

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    703

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

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

iobroker läuft nicht mehr

Scheduled Pinned Locked Moved Einsteigerfragen
87 Posts 4 Posters 6.4k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Emi 0

    @thomas-braun

    habe alle Schritte ausgeführt und die nodejs-Installation geprüft:

    micros02@smartmeter:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
    ln: failed to create symbolic link '/usr/bin/nodejs': File exists
    micros02@smartmeter:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    /usr/local/bin/nodejs
    /usr/local/bin/node
    /usr/local/bin/npm
    v14.19.1
    v14.19.1
    6.14.16
    micros02
    /home/micros02
    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    2 packages can be upgraded. Run 'apt list --upgradable' to see them.
    nodejs:
      Installed: (none)
      Candidate: 12.22.5~dfsg-2~11u1
      Version table:
         12.22.5~dfsg-2~11u1 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
    micros02@smartmeter:~ $
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #40

    @emi-0 sagte in iobroker läuft nicht mehr:

    nodeJS passt nun.

    Die beiden Updates noch einspielen:

    2 packages can be upgraded

    sudo apt full-upgrade
    

    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

    E 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @emi-0 sagte in iobroker läuft nicht mehr:

      nodeJS passt nun.

      Die beiden Updates noch einspielen:

      2 packages can be upgraded

      sudo apt full-upgrade
      
      E Offline
      E Offline
      Emi 0
      wrote on last edited by
      #41

      @thomas-braun

      das hat funktioniert:

      micros02@smartmeter:~ $ sudo apt full-upgrade
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      Calculating upgrade... Done
      The following packages were automatically installed and are no longer required:
        gyp javascript-common libc-ares2 libjs-highlight.js libjs-inherits
        libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev
        libnode72 libssl-dev libuv1-dev xdg-utils
      Use 'sudo apt autoremove' to remove them.
      The following packages will be upgraded:
        libexpat1 libexpat1-dev
      2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      Need to get 198 kB of archives.
      After this operation, 3,072 B of additional disk space will be used.
      Do you want to continue? [Y/n] Y
      Get:1 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libexpat1-dev armhf 2.2.10-2+deb11u3 [123 kB]
      Get:2 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u3 [74.9 kB]
      Fetched 198 kB in 1s (182 kB/s)
      Reading changelogs... Done
      (Reading database ... 49910 files and directories currently installed.)
      Preparing to unpack .../libexpat1-dev_2.2.10-2+deb11u3_armhf.deb ...
      Unpacking libexpat1-dev:armhf (2.2.10-2+deb11u3) over (2.2.10-2+deb11u2) ...
      Preparing to unpack .../libexpat1_2.2.10-2+deb11u3_armhf.deb ...
      Unpacking libexpat1:armhf (2.2.10-2+deb11u3) over (2.2.10-2+deb11u2) ...
      Setting up libexpat1:armhf (2.2.10-2+deb11u3) ...
      Setting up libexpat1-dev:armhf (2.2.10-2+deb11u3) ...
      Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u2) ...
      micros02@smartmeter:~ $
      
      
      Thomas BraunT 1 Reply Last reply
      0
      • E Emi 0

        @thomas-braun

        das hat funktioniert:

        micros02@smartmeter:~ $ sudo apt full-upgrade
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        Calculating upgrade... Done
        The following packages were automatically installed and are no longer required:
          gyp javascript-common libc-ares2 libjs-highlight.js libjs-inherits
          libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev
          libnode72 libssl-dev libuv1-dev xdg-utils
        Use 'sudo apt autoremove' to remove them.
        The following packages will be upgraded:
          libexpat1 libexpat1-dev
        2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
        Need to get 198 kB of archives.
        After this operation, 3,072 B of additional disk space will be used.
        Do you want to continue? [Y/n] Y
        Get:1 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libexpat1-dev armhf 2.2.10-2+deb11u3 [123 kB]
        Get:2 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u3 [74.9 kB]
        Fetched 198 kB in 1s (182 kB/s)
        Reading changelogs... Done
        (Reading database ... 49910 files and directories currently installed.)
        Preparing to unpack .../libexpat1-dev_2.2.10-2+deb11u3_armhf.deb ...
        Unpacking libexpat1-dev:armhf (2.2.10-2+deb11u3) over (2.2.10-2+deb11u2) ...
        Preparing to unpack .../libexpat1_2.2.10-2+deb11u3_armhf.deb ...
        Unpacking libexpat1:armhf (2.2.10-2+deb11u3) over (2.2.10-2+deb11u2) ...
        Setting up libexpat1:armhf (2.2.10-2+deb11u3) ...
        Setting up libexpat1-dev:armhf (2.2.10-2+deb11u3) ...
        Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u2) ...
        micros02@smartmeter:~ $
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #42

        @emi-0 sagte in iobroker läuft nicht mehr:

        Jetzt noch

        sudo apt autoremove
        

        um den überflüssigen Rest auch noch loszuwerden.

        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

        E 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @emi-0 sagte in iobroker läuft nicht mehr:

          Jetzt noch

          sudo apt autoremove
          

          um den überflüssigen Rest auch noch loszuwerden.

          E Offline
          E Offline
          Emi 0
          wrote on last edited by
          #43

          @thomas-braun

          das hat jetzt auch funktioniert:

          micros02@smartmeter:~ $ sudo apt autoremove
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
          micros02@smartmeter:~ $
          
          
          Thomas BraunT 1 Reply Last reply
          0
          • E Emi 0

            @thomas-braun

            das hat jetzt auch funktioniert:

            micros02@smartmeter:~ $ sudo apt autoremove
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
            micros02@smartmeter:~ $
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #44

            @emi-0
            Dann dürfte die nodeJS-Laufzeitumgebung jetzt sauber sein.

            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

            E 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @emi-0
              Dann dürfte die nodeJS-Laufzeitumgebung jetzt sauber sein.

              E Offline
              E Offline
              Emi 0
              wrote on last edited by
              #45

              @thomas-braun

              leider lässt sich iobroker immer noch nicht starten

              micros02@smartmeter:~ $ iobroker fix
              library: loaded
              Library version=2022-02-10
              
              ==========================================================================
              
                  Welcome to the ioBroker installation fixer!
                  Script version: 2022-02-13
              
                  You might need to enter your password a couple of times.
              
              ==========================================================================
              
              
              ==========================================================================
                  Installing prerequisites (1/3)
              ==========================================================================
              
              Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
              Reading package lists... Done
              Installed gcc-c++
              Installed python-dev
              
              ==========================================================================
                  Checking ioBroker user and directory permissions (2/3)
              ==========================================================================
              
              Created /etc/sudoers.d/iobroker
              Fixing directory permissions...
              
              ==========================================================================
                  Checking autostart (3/3)
              ==========================================================================
              
              Enabling autostart...
              Autostart enabled!
              
              ==========================================================================
              
                  Your installation was fixed successfully
                  Run iobroker start to start ioBroker again!
              
              ==========================================================================
              
              micros02@smartmeter:~ $ iobroker start
              micros02@smartmeter:~ $ iob status
              Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
              micros02@smartmeter:~ $
              
              
              Thomas BraunT 1 Reply Last reply
              0
              • E Emi 0

                @thomas-braun

                leider lässt sich iobroker immer noch nicht starten

                micros02@smartmeter:~ $ iobroker fix
                library: loaded
                Library version=2022-02-10
                
                ==========================================================================
                
                    Welcome to the ioBroker installation fixer!
                    Script version: 2022-02-13
                
                    You might need to enter your password a couple of times.
                
                ==========================================================================
                
                
                ==========================================================================
                    Installing prerequisites (1/3)
                ==========================================================================
                
                Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                Reading package lists... Done
                Installed gcc-c++
                Installed python-dev
                
                ==========================================================================
                    Checking ioBroker user and directory permissions (2/3)
                ==========================================================================
                
                Created /etc/sudoers.d/iobroker
                Fixing directory permissions...
                
                ==========================================================================
                    Checking autostart (3/3)
                ==========================================================================
                
                Enabling autostart...
                Autostart enabled!
                
                ==========================================================================
                
                    Your installation was fixed successfully
                    Run iobroker start to start ioBroker again!
                
                ==========================================================================
                
                micros02@smartmeter:~ $ iobroker start
                micros02@smartmeter:~ $ iob status
                Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                micros02@smartmeter:~ $
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #46

                @emi-0 sagte in iobroker läuft nicht mehr:

                /opt/iobroker/iobroker-data/objects.jsonl

                ls  -l /opt/iobroker/iobroker-data/objects.jsonl
                sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                

                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

                E 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @emi-0 sagte in iobroker läuft nicht mehr:

                  /opt/iobroker/iobroker-data/objects.jsonl

                  ls  -l /opt/iobroker/iobroker-data/objects.jsonl
                  sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                  
                  E Offline
                  E Offline
                  Emi 0
                  wrote on last edited by
                  #47

                  @thomas-braun

                  micros02@smartmeter:~ $ ls  -l /opt/iobroker/iobroker-data/objects.jsonl
                  -rw-rwxr--+ 1 iobroker iobroker 120034159 Apr 25 21:05 /opt/iobroker/iobroker-data/objects.jsonl
                  micros02@smartmeter:~ $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                  COMMAND    PID     USER   FD   TYPE DEVICE  SIZE/OFF   NODE NAME
                  iobroker. 1919 iobroker   19u   REG  179,2 120034159 268535 /opt/iobroker/iobroker-data/objects.jsonl
                  micros02@smartmeter:~ $ iob start
                  micros02@smartmeter:~ $ iob status
                  Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                  micros02@smartmeter:~ $
                  
                  
                  Thomas BraunT 1 Reply Last reply
                  0
                  • E Emi 0

                    @thomas-braun

                    micros02@smartmeter:~ $ ls  -l /opt/iobroker/iobroker-data/objects.jsonl
                    -rw-rwxr--+ 1 iobroker iobroker 120034159 Apr 25 21:05 /opt/iobroker/iobroker-data/objects.jsonl
                    micros02@smartmeter:~ $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                    COMMAND    PID     USER   FD   TYPE DEVICE  SIZE/OFF   NODE NAME
                    iobroker. 1919 iobroker   19u   REG  179,2 120034159 268535 /opt/iobroker/iobroker-data/objects.jsonl
                    micros02@smartmeter:~ $ iob start
                    micros02@smartmeter:~ $ iob status
                    Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                    micros02@smartmeter:~ $
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #48

                    @emi-0

                    getfacl /opt/iobroker/iobroker-data/objects.jsonl
                    

                    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

                    E 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @emi-0

                      getfacl /opt/iobroker/iobroker-data/objects.jsonl
                      
                      E Offline
                      E Offline
                      Emi 0
                      wrote on last edited by
                      #49

                      @thomas-braun

                      geht noch nicht:

                      micros02@smartmeter:~ $
                      getfacl /opt/iobroker/iobroker-data/objects.jsonl
                      -bash: micros02@smartmeter:~: command not found
                      -bash: -rw-rwxr--+: command not found
                      -bash: micros02@smartmeter:~: command not found
                      -bash: COMMAND: command not found
                      -bash: iobroker.: command not found
                      -bash: micros02@smartmeter:~: command not found
                      -bash: micros02@smartmeter:~: command not found
                      -bash: Server: command not found
                      -bash: micros02@smartmeter:~: command not found
                      getfacl: Removing leading '/' from absolute path names
                      # file: opt/iobroker/iobroker-data/objects.jsonl
                      # owner: iobroker
                      # group: iobroker
                      user::rw-
                      group::r--
                      group:iobroker:rwx
                      mask::rwx
                      other::r--
                      
                      micros02@smartmeter:~ $ iob start
                      micros02@smartmeter:~ $ iob status
                      Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                      micros02@smartmeter:~ $
                      
                      
                      Thomas BraunT 1 Reply Last reply
                      0
                      • E Emi 0

                        @thomas-braun

                        geht noch nicht:

                        micros02@smartmeter:~ $
                        getfacl /opt/iobroker/iobroker-data/objects.jsonl
                        -bash: micros02@smartmeter:~: command not found
                        -bash: -rw-rwxr--+: command not found
                        -bash: micros02@smartmeter:~: command not found
                        -bash: COMMAND: command not found
                        -bash: iobroker.: command not found
                        -bash: micros02@smartmeter:~: command not found
                        -bash: micros02@smartmeter:~: command not found
                        -bash: Server: command not found
                        -bash: micros02@smartmeter:~: command not found
                        getfacl: Removing leading '/' from absolute path names
                        # file: opt/iobroker/iobroker-data/objects.jsonl
                        # owner: iobroker
                        # group: iobroker
                        user::rw-
                        group::r--
                        group:iobroker:rwx
                        mask::rwx
                        other::r--
                        
                        micros02@smartmeter:~ $ iob start
                        micros02@smartmeter:~ $ iob status
                        Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                        micros02@smartmeter:~ $
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #50

                        @emi-0

                        Da stimmen die Rechte nicht.
                        Auf meinem System schauen die anders aus.
                        Aber erstmal Sportschau gucken...

                        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

                        E 2 Replies Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @emi-0

                          Da stimmen die Rechte nicht.
                          Auf meinem System schauen die anders aus.
                          Aber erstmal Sportschau gucken...

                          E Offline
                          E Offline
                          Emi 0
                          wrote on last edited by
                          #51

                          @thomas-braun

                          erstmal vielen Dank
                          Viel Spaß bei der Sportschau.
                          Bis Morgen ....

                          1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @emi-0

                            Da stimmen die Rechte nicht.
                            Auf meinem System schauen die anders aus.
                            Aber erstmal Sportschau gucken...

                            E Offline
                            E Offline
                            Emi 0
                            wrote on last edited by
                            #52

                            @thomas-braun

                            Hallo Thomas,
                            kannst Du bitte noch etwas zu den Rechten sagen, wie sie aussehen müssen, dass iobroker wieder gestartet werden kann?

                            Thomas BraunT 1 Reply Last reply
                            0
                            • E Emi 0

                              @thomas-braun

                              Hallo Thomas,
                              kannst Du bitte noch etwas zu den Rechten sagen, wie sie aussehen müssen, dass iobroker wieder gestartet werden kann?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #53

                              @emi-0

                              Bei mir sehen die so aus:

                              echad@chet:~ $ getfacl /opt/iobroker/iobroker-data/objects.jsonl
                              getfacl: Removing leading '/' from absolute path names
                              # file: opt/iobroker/iobroker-data/objects.jsonl
                              # owner: iobroker
                              # group: iobroker
                              user::rw-
                              group::r-x                      #effective:r--
                              group:iobroker:rwx              #effective:rw-
                              mask::rw-
                              other::r--
                              

                              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

                              E 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @emi-0

                                Bei mir sehen die so aus:

                                echad@chet:~ $ getfacl /opt/iobroker/iobroker-data/objects.jsonl
                                getfacl: Removing leading '/' from absolute path names
                                # file: opt/iobroker/iobroker-data/objects.jsonl
                                # owner: iobroker
                                # group: iobroker
                                user::rw-
                                group::r-x                      #effective:r--
                                group:iobroker:rwx              #effective:rw-
                                mask::rw-
                                other::r--
                                
                                E Offline
                                E Offline
                                Emi 0
                                wrote on last edited by
                                #54

                                @thomas-braun
                                also müssen die Rechte für group: und mask: angepasst werden.
                                Wie kann ich das machen?

                                HomoranH Thomas BraunT 2 Replies Last reply
                                0
                                • E Emi 0

                                  @thomas-braun
                                  also müssen die Rechte für group: und mask: angepasst werden.
                                  Wie kann ich das machen?

                                  HomoranH Do not disturb
                                  HomoranH Do not disturb
                                  Homoran
                                  Global Moderator Administrators
                                  wrote on last edited by
                                  #55

                                  @emi-0 sagte in iobroker läuft nicht mehr:

                                  Wie kann ich das machen?

                                  eigentlich müsste das der Fixer machen:

                                  iobroker stop
                                  iobroker fix
                                  iobroker start
                                  

                                  kein Support per PN! - Fragen im Forum stellen -
                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  E 1 Reply Last reply
                                  0
                                  • E Emi 0

                                    @thomas-braun
                                    also müssen die Rechte für group: und mask: angepasst werden.
                                    Wie kann ich das machen?

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by Thomas Braun
                                    #56

                                    @emi-0

                                    Eigentlich sollte das der Fixer machen.
                                    Hier sind ACLs gesetzt worden.
                                    Manuell ist das das etwas aufwändiger.
                                    Stefan Kania erklärt es hier:

                                    https://www.informatik-aktuell.de/betrieb/betriebssysteme/rechte-im-dateisystem-mehr-als-nur-rwx.html

                                    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 Reply Last reply
                                    0
                                    • HomoranH Homoran

                                      @emi-0 sagte in iobroker läuft nicht mehr:

                                      Wie kann ich das machen?

                                      eigentlich müsste das der Fixer machen:

                                      iobroker stop
                                      iobroker fix
                                      iobroker start
                                      
                                      E Offline
                                      E Offline
                                      Emi 0
                                      wrote on last edited by
                                      #57

                                      @homoran

                                      Anscheinend macht der fixer bei mir nicht das Richtige

                                      micros02@smartmeter:~ $ iobroker fix
                                      library: loaded
                                      Library version=2022-02-10
                                      
                                      ==========================================================================
                                      
                                          Welcome to the ioBroker installation fixer!
                                          Script version: 2022-02-13
                                      
                                          You might need to enter your password a couple of times.
                                      
                                      ==========================================================================
                                      
                                      
                                      ==========================================================================
                                          Installing prerequisites (1/3)
                                      ==========================================================================
                                      
                                      Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.7 kB]
                                      Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
                                      Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [282 kB]
                                      Fetched 321 kB in 4s (89.5 kB/s)
                                      Reading package lists... Done
                                      Installed gcc-c++
                                      Installed python-dev
                                      
                                      ==========================================================================
                                          Checking ioBroker user and directory permissions (2/3)
                                      ==========================================================================
                                      
                                      Created /etc/sudoers.d/iobroker
                                      Fixing directory permissions...
                                      
                                      ==========================================================================
                                          Checking autostart (3/3)
                                      ==========================================================================
                                      
                                      Enabling autostart...
                                      Autostart enabled!
                                      
                                      ==========================================================================
                                      
                                          Your installation was fixed successfully
                                          Run iobroker start to start ioBroker again!
                                      
                                      ==========================================================================
                                      
                                      micros02@smartmeter:~ $ iobroker start
                                      micros02@smartmeter:~ $ iobroker status
                                      No connection to databases possible ...
                                      micros02@smartmeter:~ $ getfacl /opt/iobroker/iobroker-data/objects.jsonl
                                      getfacl: Removing leading '/' from absolute path names
                                      # file: opt/iobroker/iobroker-data/objects.jsonl
                                      # owner: iobroker
                                      # group: iobroker
                                      user::rw-
                                      group::r--
                                      group:iobroker:rwx
                                      mask::rwx
                                      other::r--
                                      
                                      micros02@smartmeter:~ $
                                      
                                      
                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • E Emi 0

                                        @homoran

                                        Anscheinend macht der fixer bei mir nicht das Richtige

                                        micros02@smartmeter:~ $ iobroker fix
                                        library: loaded
                                        Library version=2022-02-10
                                        
                                        ==========================================================================
                                        
                                            Welcome to the ioBroker installation fixer!
                                            Script version: 2022-02-13
                                        
                                            You might need to enter your password a couple of times.
                                        
                                        ==========================================================================
                                        
                                        
                                        ==========================================================================
                                            Installing prerequisites (1/3)
                                        ==========================================================================
                                        
                                        Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.7 kB]
                                        Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
                                        Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [282 kB]
                                        Fetched 321 kB in 4s (89.5 kB/s)
                                        Reading package lists... Done
                                        Installed gcc-c++
                                        Installed python-dev
                                        
                                        ==========================================================================
                                            Checking ioBroker user and directory permissions (2/3)
                                        ==========================================================================
                                        
                                        Created /etc/sudoers.d/iobroker
                                        Fixing directory permissions...
                                        
                                        ==========================================================================
                                            Checking autostart (3/3)
                                        ==========================================================================
                                        
                                        Enabling autostart...
                                        Autostart enabled!
                                        
                                        ==========================================================================
                                        
                                            Your installation was fixed successfully
                                            Run iobroker start to start ioBroker again!
                                        
                                        ==========================================================================
                                        
                                        micros02@smartmeter:~ $ iobroker start
                                        micros02@smartmeter:~ $ iobroker status
                                        No connection to databases possible ...
                                        micros02@smartmeter:~ $ getfacl /opt/iobroker/iobroker-data/objects.jsonl
                                        getfacl: Removing leading '/' from absolute path names
                                        # file: opt/iobroker/iobroker-data/objects.jsonl
                                        # owner: iobroker
                                        # group: iobroker
                                        user::rw-
                                        group::r--
                                        group:iobroker:rwx
                                        mask::rwx
                                        other::r--
                                        
                                        micros02@smartmeter:~ $
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by Thomas Braun
                                        #58

                                        @emi-0

                                        systemctl status iobroker.service
                                        

                                        sagt?

                                        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

                                        E 1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @emi-0

                                          systemctl status iobroker.service
                                          

                                          sagt?

                                          E Offline
                                          E Offline
                                          Emi 0
                                          wrote on last edited by
                                          #59

                                          @thomas-braun

                                          micros02@smartmeter:~ $ systemctl status iobroker.service
                                          ● iobroker.service - ioBroker Server
                                               Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; vendor pres>
                                               Active: active (running) since Tue 2022-05-03 17:35:03 CEST; 40s ago
                                                 Docs: http://iobroker.net
                                             Main PID: 27228 (iobroker.js-con)
                                                Tasks: 18 (limit: 415)
                                                  CPU: 40.513s
                                               CGroup: /system.slice/iobroker.service
                                                       ├─27228 iobroker.js-controller
                                                       └─27241 node /opt/iobroker/node_modules/iobroker.js-controller/iob>
                                          
                                          May 03 17:35:03 smartmeter systemd[1]: Started ioBroker Server.
                                          May 03 17:35:44 smartmeter systemd[1]: iobroker.service: Main process exited, c>
                                          May 03 17:35:44 smartmeter systemd[1]: iobroker.service: Failed with result 'ex>
                                          May 03 17:35:44 smartmeter systemd[1]: iobroker.service: Consumed 40.716s CPU t>
                                          lines 1-15/15 (END)
                                          
                                          
                                          Thomas BraunT HomoranH 2 Replies Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          543

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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