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. Cannot read system.config: null (help)

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.2k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

Cannot read system.config: null (help)

Scheduled Pinned Locked Moved Einsteigerfragen
4 Posts 2 Posters 381 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.
  • Fix_FlixF Offline
    Fix_FlixF Offline
    Fix_Flix
    wrote on last edited by
    #1

    Ich wollte Homebridge auf dem selben Pi wie iobroker installieren und dann zu Iobroker einbinden, nach dem command " sudo apt install -y nodejs gcc g++ make python3 net-tools" ging gar nichts mehr es gab einen error beim command "iobroker info(Cannot read system.config: null (OK when migrating or restoring)

    Hardware/software
    Hardwaresystem: Raspberry Pi 4
    Arbeitsspeicher: 4GB
    Festplattenart: SD-Karte
    Betriebssystem: Raspian
    Nodejs-Version: v16.14.2
    NPM-Version: v8.5.0
    Installationsart: Skript/Manuell
    Thomas BraunT 1 Reply Last reply
    0
    • Fix_FlixF Fix_Flix

      Ich wollte Homebridge auf dem selben Pi wie iobroker installieren und dann zu Iobroker einbinden, nach dem command " sudo apt install -y nodejs gcc g++ make python3 net-tools" ging gar nichts mehr es gab einen error beim command "iobroker info(Cannot read system.config: null (OK when migrating or restoring)

      Hardware/software
      Hardwaresystem: Raspberry Pi 4
      Arbeitsspeicher: 4GB
      Festplattenart: SD-Karte
      Betriebssystem: Raspian
      Nodejs-Version: v16.14.2
      NPM-Version: v8.5.0
      Installationsart: Skript/Manuell
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #2

      @fix_flix sagte in Cannot read system.config: null (help):

      nach dem command " sudo apt install -y nodejs gcc g++ make python3 net-tools" ging gar nichts mehr es gab einen error beim command "iobroker info(Cannot read system.config: null (OK when migrating or restoring)

      Hat nichts miteinander zu tun.

      iobroker status
      

      sagt?

      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
      

      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

      Fix_FlixF 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @fix_flix sagte in Cannot read system.config: null (help):

        nach dem command " sudo apt install -y nodejs gcc g++ make python3 net-tools" ging gar nichts mehr es gab einen error beim command "iobroker info(Cannot read system.config: null (OK when migrating or restoring)

        Hat nichts miteinander zu tun.

        iobroker status
        

        sagt?

        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
        

        sagt?

        Fix_FlixF Offline
        Fix_FlixF Offline
        Fix_Flix
        wrote on last edited by Fix_Flix
        #3

        @thomas-braun erst einmal danke für deine antwort

        bei iobroker status:
        pi@raspberrypi:~ $ iobroker status
        Cannot read system.config: null (OK when migrating or restoring)
        iobroker is not running on this host.

        Objects type: file
        States type: file

        beim zweiten war dann das:
        pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
        ln: failed to create symbolic link '/usr/bin/nodejs': File exists
        pi@raspberrypi:~ $ 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
        v16.14.2
        v16.14.2
        8.5.0
        pi
        /home/pi
        Hit:1 http://archive.raspberrypi.org/debian buster InRelease
        Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
        Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        33 packages can be upgraded. Run 'apt list --upgradable' to see them.
        nodejs:
        Installed: 16.14.2-deb-1nodesource1
        Candidate: 16.14.2-deb-1nodesource1
        Version table:
        *** 16.14.2-deb-1nodesource1 500
        500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
        100 /var/lib/dpkg/status
        10.24.0~dfsg-1~deb10u1 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages

        Thomas BraunT 1 Reply Last reply
        0
        • Fix_FlixF Fix_Flix

          @thomas-braun erst einmal danke für deine antwort

          bei iobroker status:
          pi@raspberrypi:~ $ iobroker status
          Cannot read system.config: null (OK when migrating or restoring)
          iobroker is not running on this host.

          Objects type: file
          States type: file

          beim zweiten war dann das:
          pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
          ln: failed to create symbolic link '/usr/bin/nodejs': File exists
          pi@raspberrypi:~ $ 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
          v16.14.2
          v16.14.2
          8.5.0
          pi
          /home/pi
          Hit:1 http://archive.raspberrypi.org/debian buster InRelease
          Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
          Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          33 packages can be upgraded. Run 'apt list --upgradable' to see them.
          nodejs:
          Installed: 16.14.2-deb-1nodesource1
          Candidate: 16.14.2-deb-1nodesource1
          Version table:
          *** 16.14.2-deb-1nodesource1 500
          500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
          100 /var/lib/dpkg/status
          10.24.0~dfsg-1~deb10u1 500
          500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages

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

          @fix_flix sagte in Cannot read system.config: null (help):

          33 packages can be upgraded.

          Soweit i. O.

          sudo apt update 
          sudo apt full-upgrade
          sudo reboot
          

          Wenn das System wieder gestartet ist:

          https://forum.iobroker.net/topic/43325/mini-howto-cannot-find-view-system-for-search-host?_=1647710181160

          Bitte Text aus der Konsole in CodeTags eingebettet posten, danke.

          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
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          Support us

          ioBroker
          Community Adapters
          Donate

          593

          Online

          32.5k

          Users

          81.7k

          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