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. English
  3. Error/Bug
  4. ioBroker hat keine Berechtigungen mehr

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    6
    1
    222

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    219

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

ioBroker hat keine Berechtigungen mehr

Scheduled Pinned Locked Moved Error/Bug
19 Posts 3 Posters 3.1k Views 2 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.
  • L limbi80

    Hallo zusammen,

    vielleicht kann mir ja einer bei meinem Problem helfen.
    Ich lese mich schon seit 2 Tagen im Forum durch, ähnliche Probleme gibt es ja viele. Doch leider habe ich bei den Lösungen keinen Erfolg.
    ioBroker läuft bei mir in einer Proxmox-VM als Master.

    Ich kann nicht genau einschätzen, was ich getan habe. Mir ist schon vor einiger Zeit aufgefallen, dass mein Statistics.Adapter nicht mehr auf den nächsten Tag und Woche wechselt, sondern die ganzen Daten in „heute“ schreibt.
    Habe mich dann ewig an dem Adapter, meinem Datenbank-Server (InfluxDB) und Grafana rumprobiert.
    Meine Vermutung ist, ich wollte ungefähr in dem Zeitraum als der Fehler auftrat, den BackItUp Adapter so einrichten, dass er mir das Backup auf mein NAS schreibt. Was ich dann erfolglos abgebrochen habe. Da das Backup von InfluxDB hängen geblieben ist.
    Auf jeden Fall wollte ich den InfluxDB Adapter aktualisieren und habe prompt einen Fehler erhalten, den ich übrigens bei allen Adaptern habe, die ich updaten will.
    influxdb.png

    Was mich etwas wundert, wieso schreibt mir ioBroker in den /home/iobroker/ Ordner?

    Was habe ich unter anderem schon alles versucht (als root),

    cd /opt/iobroker/
    iob fix
    iob upgrade self
    curl -sL https://iobroker.net/fix.sh | bash -
    chomd 777 /opt/iobroker
    

    Ich erhalte bei dem "iob upgrade self"ebenfalls Fehler

    npm install iobroker.js-controller@4.0.21 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
    npm ERR! code 126
    npm ERR! path /opt/iobroker/node_modules/@serialport/bindings-cpp
    npm ERR! command failed
    npm ERR! command sh -c node-gyp-build
    npm ERR! sh: 1: node-gyp-build: Permission denied
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2022-03-26T16_15_26_105Z-debug-0.log
    host.smarti Cannot install iobroker.js-controller@4.0.21: 126
    
    

    Kann mir bitte jemand einen Tipp geben.

    Gruß Frank

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

    @limbi80

    Als USER (mit sudo-Berechtigung):

    sudo ln -s /usr/bin/node /usr/bin/nodejs
    which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    
    

    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

      @limbi80 bitte keine Screenshots von text! da kann man nichts zitieren!
      du hast z.B. npm8

      L Offline
      L Offline
      limbi80
      wrote on last edited by
      #6

      @homoran
      ok, danke für den Tipp

      Update js-controller from @3.3.22 to @4.0.21
      NPM version: 8.5.1
      npm install iobroker.js-controller@4.0.21 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
      npm ERR! code 126
      npm ERR! path /opt/iobroker/node_modules/@serialport/bindings-cpp
      npm ERR! command failed
      npm ERR! command sh -c node-gyp-build
      npm ERR! sh: 1: node-gyp-build: Permission denied
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2022-03-26T16_15_26_105Z-debug-0.log
      host.smarti Cannot install iobroker.js-controller@4.0.21: 126
      

      @Thomas-Braun
      ich bin die ganzen Lösungsvorschläge durchgegangen.
      Wie gesagt, ich bin schon ein paar Tage auf der Suche und dann führt man auch mal Befehle, „ohne nachzudenken“ aus.
      Mein ioBroker läuft eigentlich schon seit 1,5-2 Jahre ohne größere Probleme.

      Gruß Frank

      Thomas BraunT 1 Reply Last reply
      0
      • L limbi80

        @homoran
        ok, danke für den Tipp

        Update js-controller from @3.3.22 to @4.0.21
        NPM version: 8.5.1
        npm install iobroker.js-controller@4.0.21 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
        npm ERR! code 126
        npm ERR! path /opt/iobroker/node_modules/@serialport/bindings-cpp
        npm ERR! command failed
        npm ERR! command sh -c node-gyp-build
        npm ERR! sh: 1: node-gyp-build: Permission denied
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2022-03-26T16_15_26_105Z-debug-0.log
        host.smarti Cannot install iobroker.js-controller@4.0.21: 126
        

        @Thomas-Braun
        ich bin die ganzen Lösungsvorschläge durchgegangen.
        Wie gesagt, ich bin schon ein paar Tage auf der Suche und dann führt man auch mal Befehle, „ohne nachzudenken“ aus.
        Mein ioBroker läuft eigentlich schon seit 1,5-2 Jahre ohne größere Probleme.

        Gruß Frank

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

        @limbi80 sagte in ioBroker hat keine Berechtigungen mehr:

        Mein ioBroker läuft eigentlich schon seit 1,5-2 Jahre ohne größere Probleme.

        Und jetzt halt nicht mehr. Sagt genau was aus?

        Die nodeJS-Installation sieht wie aus? Siehe oben.

        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

          @limbi80 bitte keine Screenshots von text! da kann man nichts zitieren!
          du hast z.B. npm8

          L Offline
          L Offline
          limbi80
          wrote on last edited by limbi80
          #8

          @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

          which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

          leider erfolgslos..

          $ iobroker upgrade influxdb@2.6.3
          
          Update influxdb from @1.9.5 to @2.6.3
          
          NPM version: 8.5.1npm install iobroker.influxdb@2.6.3 --loglevel error --prefix "/opt/iobroker" (System call)
          
          npm ERR! code 126
          
          npm ERR! path /opt/iobroker/node_modules/@serialport/bindings-cpp
          
          npm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! sh: 1: node-gyp-build: Permission denied
          
          npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-03-26T20_00_23_339Z-debug-0.log
          
          host.smarti Cannot install iobroker.influxdb@2.6.3: 126
          
          ERROR: Process exited with code 25
          

          Oder sollte ich danach noch einmal ein fix machen?

          curl -sL https://iobroker.net/fix.sh | bash -
          

          @homoran sagte in ioBroker hat keine Berechtigungen mehr:

          du hast z.B. npm8

          welches npm sollte man installieren?

          Thomas BraunT 1 Reply Last reply
          0
          • L limbi80

            @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

            leider erfolgslos..

            $ iobroker upgrade influxdb@2.6.3
            
            Update influxdb from @1.9.5 to @2.6.3
            
            NPM version: 8.5.1npm install iobroker.influxdb@2.6.3 --loglevel error --prefix "/opt/iobroker" (System call)
            
            npm ERR! code 126
            
            npm ERR! path /opt/iobroker/node_modules/@serialport/bindings-cpp
            
            npm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! sh: 1: node-gyp-build: Permission denied
            
            npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-03-26T20_00_23_339Z-debug-0.log
            
            host.smarti Cannot install iobroker.influxdb@2.6.3: 126
            
            ERROR: Process exited with code 25
            

            Oder sollte ich danach noch einmal ein fix machen?

            curl -sL https://iobroker.net/fix.sh | bash -
            

            @homoran sagte in ioBroker hat keine Berechtigungen mehr:

            du hast z.B. npm8

            welches npm sollte man installieren?

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

            @limbi80 sagte in ioBroker hat keine Berechtigungen mehr:

            leider erfolgslos..

            Was soll das heißen? Das soll auch keinen Erfolg bringen, das soll uns nur zeigen was du da jetzt wie im System hängen hast.

            Ausgaben der Befehlskette hier posten.

            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

            L 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @limbi80 sagte in ioBroker hat keine Berechtigungen mehr:

              leider erfolgslos..

              Was soll das heißen? Das soll auch keinen Erfolg bringen, das soll uns nur zeigen was du da jetzt wie im System hängen hast.

              Ausgaben der Befehlskette hier posten.

              L Offline
              L Offline
              limbi80
              wrote on last edited by
              #10

              @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

              frank@smarti:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              v12.22.8
              v12.22.8
              8.5.1
              frank
              /home/frank
              Hit:1 http://ppa.launchpad.net/jean-francois-dockes/upnpp1/ubuntu focal InRelease
              Hit:2 https://repos.influxdata.com/ubuntu focal InRelease
              Hit:3 http://de.archive.ubuntu.com/ubuntu focal InRelease
              Hit:4 https://deb.nodesource.com/node_10.x focal InRelease
              Hit:5 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
              Get:6 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
              Get:7 http://de.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
              Fetched 222 kB in 1s (372 kB/s)
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              All packages are up to date.
              nodejs:
                Installed: 12.22.8-deb-1nodesource1
                Candidate: 12.22.8-deb-1nodesource1
                Version table:
               *** 12.22.8-deb-1nodesource1 100
                      100 /var/lib/dpkg/status
                   10.24.1-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_10.x focal/main amd64 Packages
                   10.19.0~dfsg-3ubuntu1 500
                      500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
              
              
              Thomas BraunT 1 Reply Last reply
              0
              • L limbi80

                @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

                frank@smarti:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                v12.22.8
                v12.22.8
                8.5.1
                frank
                /home/frank
                Hit:1 http://ppa.launchpad.net/jean-francois-dockes/upnpp1/ubuntu focal InRelease
                Hit:2 https://repos.influxdata.com/ubuntu focal InRelease
                Hit:3 http://de.archive.ubuntu.com/ubuntu focal InRelease
                Hit:4 https://deb.nodesource.com/node_10.x focal InRelease
                Hit:5 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
                Get:6 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
                Get:7 http://de.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
                Fetched 222 kB in 1s (372 kB/s)
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                All packages are up to date.
                nodejs:
                  Installed: 12.22.8-deb-1nodesource1
                  Candidate: 12.22.8-deb-1nodesource1
                  Version table:
                 *** 12.22.8-deb-1nodesource1 100
                        100 /var/lib/dpkg/status
                     10.24.1-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_10.x focal/main amd64 Packages
                     10.19.0~dfsg-3ubuntu1 500
                        500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by Thomas Braun
                #11

                @limbi80

                Dann richtest du jetzt zuerst mal nodeJS@14 sauber mit Repository-Anbindung ein. Wie das geht steht in meiner Signatur.

                Und Server werden ohne Desktop betrieben...
                In dem ppa von Jean-Francois Dockes liegen Programme für die GUI.

                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

                L 2 Replies Last reply
                0
                • Thomas BraunT Thomas Braun

                  @limbi80

                  Dann richtest du jetzt zuerst mal nodeJS@14 sauber mit Repository-Anbindung ein. Wie das geht steht in meiner Signatur.

                  Und Server werden ohne Desktop betrieben...
                  In dem ppa von Jean-Francois Dockes liegen Programme für die GUI.

                  L Offline
                  L Offline
                  limbi80
                  wrote on last edited by
                  #12

                  @thomas-braun
                  nodeJS@14 ist eingerichtet und die Updates laufen wieder durch.

                  frank@smarti:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v14.19.1
                  v14.19.1
                  6.14.16
                  frank
                  /home/frank
                  Hit:1 http://ppa.launchpad.net/jean-francois-dockes/upnpp1/ubuntu focal InRelease
                  Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                  Hit:3 https://repos.influxdata.com/ubuntu focal InRelease
                  Hit:4 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
                  Hit:5 https://deb.nodesource.com/node_14.x focal InRelease
                  Get:6 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
                  Get:7 http://de.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
                  Fetched 222 kB in 1s (361 kB/s)
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  All packages are up to date.
                  nodejs:
                    Installed: 14.19.1-deb-1nodesource1
                    Candidate: 14.19.1-deb-1nodesource1
                    Version table:
                   *** 14.19.1-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_14.x focal/main amd64 Packages
                          100 /var/lib/dpkg/status
                       10.19.0~dfsg-3ubuntu1 500
                          500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                  
                  

                  @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

                  In dem ppa von Jean-Francois Dockes liegen Programme für die GUI.

                  Das hatte ich für mein Multiroom installiert.

                  Thomas BraunT HomoranH 2 Replies Last reply
                  0
                  • L limbi80

                    @thomas-braun
                    nodeJS@14 ist eingerichtet und die Updates laufen wieder durch.

                    frank@smarti:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    /usr/bin/nodejs
                    /usr/bin/node
                    /usr/bin/npm
                    v14.19.1
                    v14.19.1
                    6.14.16
                    frank
                    /home/frank
                    Hit:1 http://ppa.launchpad.net/jean-francois-dockes/upnpp1/ubuntu focal InRelease
                    Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                    Hit:3 https://repos.influxdata.com/ubuntu focal InRelease
                    Hit:4 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
                    Hit:5 https://deb.nodesource.com/node_14.x focal InRelease
                    Get:6 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
                    Get:7 http://de.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
                    Fetched 222 kB in 1s (361 kB/s)
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    All packages are up to date.
                    nodejs:
                      Installed: 14.19.1-deb-1nodesource1
                      Candidate: 14.19.1-deb-1nodesource1
                      Version table:
                     *** 14.19.1-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_14.x focal/main amd64 Packages
                            100 /var/lib/dpkg/status
                         10.19.0~dfsg-3ubuntu1 500
                            500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                    
                    

                    @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

                    In dem ppa von Jean-Francois Dockes liegen Programme für die GUI.

                    Das hatte ich für mein Multiroom installiert.

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

                    @limbi80

                    iobroker stop
                    iobroker fix
                    iobroker update -u
                    iobroker start
                    

                    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
                    • Thomas BraunT Thomas Braun

                      @limbi80

                      Dann richtest du jetzt zuerst mal nodeJS@14 sauber mit Repository-Anbindung ein. Wie das geht steht in meiner Signatur.

                      Und Server werden ohne Desktop betrieben...
                      In dem ppa von Jean-Francois Dockes liegen Programme für die GUI.

                      L Offline
                      L Offline
                      limbi80
                      wrote on last edited by
                      #14

                      @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

                      nodeJS@14

                      sieht so weit wieder gut aus.
                      Dann hoffe ich mal, dass der statistics.adapter auch wieder richtig funktioniert.
                      Jetzt ziehe ich meinen Raspi-slave mal mit nodeJS@14 nach.

                      Vielen Dank!

                      Thomas BraunT L 2 Replies Last reply
                      0
                      • L limbi80

                        @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

                        nodeJS@14

                        sieht so weit wieder gut aus.
                        Dann hoffe ich mal, dass der statistics.adapter auch wieder richtig funktioniert.
                        Jetzt ziehe ich meinen Raspi-slave mal mit nodeJS@14 nach.

                        Vielen Dank!

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

                        @limbi80

                        Bitte Ausgaben zeigen.

                        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
                        • L limbi80

                          @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

                          nodeJS@14

                          sieht so weit wieder gut aus.
                          Dann hoffe ich mal, dass der statistics.adapter auch wieder richtig funktioniert.
                          Jetzt ziehe ich meinen Raspi-slave mal mit nodeJS@14 nach.

                          Vielen Dank!

                          L Offline
                          L Offline
                          limbi80
                          wrote on last edited by limbi80
                          #16

                          @limbi80
                          deine Antwort hat sich überschnitten.
                          Hier die Ausgabe

                          frank@smarti:~$ iobroker update -u
                          Used repository: Stable (default)
                          hash changed or no sources cached => force download of new sources
                          update done
                          Adapter    "bshb"          : 0.1.18   , installed 0.1.16 [Updateable]
                          Controller "js-controller" : 4.0.21   , installed 3.3.22 [Updateable]
                          Adapter    "knx"           : 2.0.13   , installed 1.0.45 [Updateable]
                          Adapter    "statistics"    : 1.0.10   , installed 1.0.6 [Updateable]
                          
                          
                          frank@smarti:~$ 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 https://repos.influxdata.com/ubuntu focal InRelease
                          Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                          Hit:3 https://deb.nodesource.com/node_14.x focal InRelease
                          Get:4 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
                          Get:5 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
                          Get:6 http://de.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
                          Fetched 336 kB in 1s (513 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!
                          
                          ==========================================================================
                          
                          
                          Thomas BraunT 1 Reply Last reply
                          0
                          • L limbi80

                            @limbi80
                            deine Antwort hat sich überschnitten.
                            Hier die Ausgabe

                            frank@smarti:~$ iobroker update -u
                            Used repository: Stable (default)
                            hash changed or no sources cached => force download of new sources
                            update done
                            Adapter    "bshb"          : 0.1.18   , installed 0.1.16 [Updateable]
                            Controller "js-controller" : 4.0.21   , installed 3.3.22 [Updateable]
                            Adapter    "knx"           : 2.0.13   , installed 1.0.45 [Updateable]
                            Adapter    "statistics"    : 1.0.10   , installed 1.0.6 [Updateable]
                            
                            
                            frank@smarti:~$ 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 https://repos.influxdata.com/ubuntu focal InRelease
                            Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                            Hit:3 https://deb.nodesource.com/node_14.x focal InRelease
                            Get:4 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
                            Get:5 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
                            Get:6 http://de.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
                            Fetched 336 kB in 1s (513 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!
                            
                            ==========================================================================
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #17

                            @limbi80 sagte in ioBroker hat keine Berechtigungen mehr:

                            [Updateable]

                            Dann weißt du jetzt was zu tun 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

                            1 Reply Last reply
                            1
                            • L Offline
                              L Offline
                              limbi80
                              wrote on last edited by
                              #18

                              @thomas-braun
                              erledigt!

                              Danke noch einmal für deine Hilfe!

                              1 Reply Last reply
                              0
                              • L limbi80

                                @thomas-braun
                                nodeJS@14 ist eingerichtet und die Updates laufen wieder durch.

                                frank@smarti:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                /usr/bin/nodejs
                                /usr/bin/node
                                /usr/bin/npm
                                v14.19.1
                                v14.19.1
                                6.14.16
                                frank
                                /home/frank
                                Hit:1 http://ppa.launchpad.net/jean-francois-dockes/upnpp1/ubuntu focal InRelease
                                Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                                Hit:3 https://repos.influxdata.com/ubuntu focal InRelease
                                Hit:4 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
                                Hit:5 https://deb.nodesource.com/node_14.x focal InRelease
                                Get:6 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
                                Get:7 http://de.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
                                Fetched 222 kB in 1s (361 kB/s)
                                Reading package lists... Done
                                Building dependency tree
                                Reading state information... Done
                                All packages are up to date.
                                nodejs:
                                  Installed: 14.19.1-deb-1nodesource1
                                  Candidate: 14.19.1-deb-1nodesource1
                                  Version table:
                                 *** 14.19.1-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_14.x focal/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     10.19.0~dfsg-3ubuntu1 500
                                        500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                                
                                

                                @thomas-braun sagte in ioBroker hat keine Berechtigungen mehr:

                                In dem ppa von Jean-Francois Dockes liegen Programme für die GUI.

                                Das hatte ich für mein Multiroom installiert.

                                HomoranH Offline
                                HomoranH Offline
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #19

                                @limbi80 sagte in ioBroker hat keine Berechtigungen mehr:

                                nodeJS@14 ist eingerichtet und die Updates laufen wieder durch.

                                ni ht wegen node, sondern weil du jetzt npm v6 hast

                                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 -

                                1 Reply Last reply
                                1

                                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

                                299

                                Online

                                32.8k

                                Users

                                82.8k

                                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