Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. IoBroker bootet nicht mehr

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    IoBroker bootet nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Chrisbie @Thomas Braun last edited by

      @thomas-braun

      internal/modules/cjs/loader.js:905
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
          at Function.Module._load (internal/modules/cjs/loader.js:746:27)
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
          at internal/main/run_main_module.js:17:47 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Chrisbie last edited by

        @chrisbie

        iobroker stop
        iobroker fix
        iobroker update
        iobroker upgrade
        iobroker upgrade self
        iobroker start
        
        1 Reply Last reply Reply Quote 0
        • C
          Chrisbie last edited by Chrisbie

          @thomas-braun sagte in IoBroker bootet nicht mehr:

          iobroker fix

          erhalte ich folgende Meldung:

          pi@RspIoBroker2:/opt/iobroker $ iobroker fix
          library: loaded
          Library version=2022-02-10
          ioBroker is not installed in /opt/iobroker! Cannot fix anything...
          
          

          und bei iobroker update

          pi@RspIoBroker2:/opt/iobroker $ iobroker update
          internal/modules/cjs/loader.js:905
            throw err;
            ^
          
          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
              at Function.Module._load (internal/modules/cjs/loader.js:746:27)
              at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
              at internal/main/run_main_module.js:17:47 {
            code: 'MODULE_NOT_FOUND',
            requireStack: []
          }
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Chrisbie last edited by

            @chrisbie

            cd /opt/iobroker
            sudo -H -u iobroker npm install iobroker.js-controller@3.3.22
            
            C 1 Reply Last reply Reply Quote 0
            • C
              Chrisbie @Thomas Braun last edited by

              @thomas-braun

              vielen dank für die unterstüzung scheint, wieder einigermaßen zu laufen.

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

                @chrisbie

                iobroker update -u
                

                zeigt?

                C 1 Reply Last reply Reply Quote 0
                • C
                  Chrisbie @Thomas Braun last edited by

                  Jetzt lief alles ein paar tage ohne Problem, aber seit heute habe ich ständig folgende Meldungen:

                  host.RspIoBroker2
                  		2022-03-18 20:51:32.821	error	Cannot download and install adapter "vis-materialdesign@0.3.14". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                  host.RspIoBroker2
                  		2022-03-18 20:51:32.724	info	iobroker npm-install: exit 12
                  host.RspIoBroker2
                  		2022-03-18 20:51:31.626	error	iobroker npm-install: host.RspIoBroker2 Unknown packetName vis-materialdesign. Please install packages from outside the repository using npm!
                  host.RspIoBroker2
                  		2022-03-18 20:51:28.676	info	iobroker install vis-materialdesign@0.3.14 using installedVersion
                  host.RspIoBroker2
                  		2022-03-18 20:51:28.675	warn	startInstance cannot find adapter "vis-materialdesign@0.3.14". Try to install it... 4 attempt
                  host.RspIoBroker2
                  		2022-03-18 20:51:28.579	info	iobroker npm-install: exit 12
                  host.RspIoBroker2
                  		2022-03-18 20:51:27.497	error	iobroker npm-install: host.RspIoBroker2 Unknown packetName vis-materialdesign. Please install packages from outside the repository using npm!
                  host.RspIoBroker2
                  		2022-03-18 20:51:25.253	info	stopInstance system.adapter.vis.0 (force=false, process=true)
                  host.RspIoBroker2
                  		2022-03-18 20:51:25.252	info	"system.adapter.vis.0" enabled
                  host.RspIoBroker2
                  		2022-03-18 20:51:25.196	info	stopInstance system.adapter.vis.0 (force=false, process=true)
                  host.RspIoBroker2
                  		2022-03-18 20:51:25.193	info	"system.adapter.vis.0" disabled
                  host.RspIoBroker2
                  		2022-03-18 20:51:24.414	info	iobroker install vis-materialdesign@0.3.14 using installedVersion
                  host.RspIoBroker2
                  		2022-03-18 20:51:24.414	warn	startInstance cannot find adapter "vis-materialdesign@0.3.14". Try to install it... 3 attempt
                  host.RspIoBroker2
                  		2022-03-18 20:51:24.301	info	iobroker npm-install: exit 12
                  host.RspIoBroker2
                  		2022-03-18 20:51:23.193	error	iobroker npm-install: host.RspIoBroker2 Unknown packetName vis-materialdesign. Please install packages from outside the repository using npm!
                  

                  nach und alles wird extrem langsam.

                  nach einem Reboot, läuft es erst mal wieder. Aber was kann ich gengen die Meldung tun.

                  Aber weiter oben hat "Thomas Braun" ja empfolen die finder von einem Update zu lassen.

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

                    @chrisbie sagte in IoBroker bootet nicht mehr:

                    vis-materialdesign

                    vis-materialdesign
                    github:	0.5.76
                    latest:	0.5.9 for 9 months
                    stable:	-.-.-
                    

                    Wo soll denn da eine 0.3.14 hergezaubert werden?

                    Die Ausgabe zu

                    iobroker update -u
                    

                    bist du auch Schuldig geblieben.

                    C 1 Reply Last reply Reply Quote 0
                    • C
                      Chrisbie @Thomas Braun last edited by

                      @thomas-braun

                      pi@RspIoBroker2:~ $ iobroker update -u
                      Used repository: Stable (default)
                      pi@RspIoBroker2:~ $
                      
                      

                      sollte da noch mehr sein?

                      Thomas Braun Gargano 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Chrisbie last edited by

                        @chrisbie

                        iobroker update -i
                        iobroker list adapters
                        iobroker list instances
                        
                        C 1 Reply Last reply Reply Quote 0
                        • Gargano
                          Gargano @Chrisbie last edited by

                          @chrisbie was ist das denn für ein raspi? Wieviel RAM, free Ram, SD Card oder ssd?

                          1 Reply Last reply Reply Quote 0
                          • C
                            Chrisbie @Thomas Braun last edited by

                            @thomas-braun

                            pi@RspIoBroker2:~ $ iobroker update -i
                            Used repository: Stable (default)
                            Adapter    "admin"        : 5.3.1    , installed 5.3.1
                            Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                            Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                            Adapter    "backitup"     : 2.3.3    , installed 2.3.3
                            Adapter    "cloud"        : 4.1.0    , installed 4.1.0
                            Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                            Adapter    "daswetter"    : 3.0.9    , installed 3.0.9
                            Adapter    "devices"      : 1.0.9    , installed 1.0.9
                            Adapter    "discovery"    : 2.7.5    , installed 2.7.5
                            Adapter    "divera247"    : 0.1.2    , installed 0.1.2
                            Adapter    "dwd"          : 2.7.7    , installed 2.7.7
                            Adapter    "flot"         : 1.10.7   , installed 1.10.7
                            Adapter    "history"      : 1.10.5   , installed 1.10.5
                            Adapter    "ical"         : 1.11.4   , installed 1.11.4
                            Adapter    "icons-mfd-png": 1.0.2    , installed 1.0.2
                            Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                            Adapter    "influxdb"     : 2.6.3    , installed 2.6.3
                            Adapter    "info"         : 1.9.8    , installed 1.9.8
                            Adapter    "iot"          : 1.8.24   , installed 1.8.24
                            Adapter    "javascript"   : 5.2.21   , installed 5.2.21
                            Controller "js-controller": 4.0.21   , installed 4.0.21
                            Adapter    "luftdaten"    : 2.1.3    , installed 2.1.3
                            Adapter    "mqtt"         : 2.4.1    , installed 2.4.1
                            Adapter    "nina"         : 0.0.25   , installed 0.0.25
                            Adapter    "samsung"      : 0.2.9    , installed 0.2.9
                            Adapter    "shelly"       : 5.3.2    , installed 5.3.2
                            Adapter    "simple-api"   : 2.6.2    , installed 2.6.2
                            Adapter    "socketio"     : 4.1.4    , installed 4.1.4
                            Adapter    "sonoff"       : 2.4.7    , installed 2.4.7
                            Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                            Adapter    "telegram"     : 1.11.1   , installed 1.11.1
                            Adapter    "text2command" : 2.1.1    , installed 2.1.1
                            Adapter    "tr-064"       : 4.2.15   , installed 4.2.15
                            Adapter    "trashschedule": 1.4.1    , installed 1.4.1
                            Adapter    "viessmannapi" : 2.0.9    , installed 2.0.9
                            Adapter    "vis"          : 1.4.5    , installed 1.4.5
                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                            Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                            Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                            Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
                            Adapter    "vis-metro"    : 1.1.2    , installed 1.1.2
                            Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                            Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
                            Adapter    "web"          : 4.2.0    , installed 4.2.0
                            Adapter    "ws"           : 1.2.0    , installed 1.2.0
                            Adapter    "zigbee"       : 1.6.16   , installed 1.6.16
                            
                            
                            C 1 Reply Last reply Reply Quote 0
                            • C
                              Chrisbie @Chrisbie last edited by Chrisbie

                              pi@RspIoBroker2:~ $ iobroker list instances
                              + system.adapter.admin.0                  : admin                 : RspIoBroker2                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.alexa2.0                 : alexa2                : RspIoBroker2                             -  enabled
                                system.adapter.alias-manager.0          : alias-manager         : RspIoBroker2                             -  enabled
                              + system.adapter.backitup.0               : backitup              : RspIoBroker2                             -  enabled
                              + system.adapter.cloud.0                  : cloud                 : RspIoBroker2                             -  enabled
                                system.adapter.coronavirus-statistics.0 : coronavirus-statistics: RspIoBroker2                             -  enabled
                                system.adapter.daswetter.0              : daswetter             : RspIoBroker2                             -  enabled
                                system.adapter.devices.0                : devices               : RspIoBroker2                             -  enabled
                              + system.adapter.discovery.0              : discovery             : RspIoBroker2                             -  enabled
                              + system.adapter.divera247.0              : divera247             : RspIoBroker2                             -  enabled
                                system.adapter.dwd.0                    : dwd                   : RspIoBroker2                             -  enabled
                                system.adapter.flot.0                   : flot                  : RspIoBroker2                             -  enabled
                              + system.adapter.history.0                : history               : RspIoBroker2                             -  enabled
                                system.adapter.ical.0                   : ical                  : RspIoBroker2                             -  enabled
                                system.adapter.ical.1                   : ical                  : RspIoBroker2                             -  enabled
                                system.adapter.ical.2                   : ical                  : RspIoBroker2                             -  enabled
                                system.adapter.icons-mfd-png.0          : icons-mfd-png         : RspIoBroker2                             -  enabled
                                system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : RspIoBroker2                             -  enabled
                              + system.adapter.influxdb.0               : influxdb              : RspIoBroker2                             -  enabled, port: 8086
                              + system.adapter.info.0                   : info                  : RspIoBroker2                             -  enabled
                              + system.adapter.iot.0                    : iot                   : RspIoBroker2                             -  enabled
                              + system.adapter.javascript.0             : javascript            : RspIoBroker2                             -  enabled
                                system.adapter.luftdaten.0              : luftdaten             : RspIoBroker2                             -  enabled
                              + system.adapter.mqtt.0                   : mqtt                  : RspIoBroker2                             -  enabled, port: 8883, bind: 0.0.0.0
                              + system.adapter.nina.0                   : nina                  : RspIoBroker2                             -  enabled
                              + system.adapter.samsung.0                : samsung               : RspIoBroker2                             -  enabled
                              + system.adapter.shelly.0                 : shelly                : RspIoBroker2                             -  enabled, port: 1882, bind: 0.0.0.0
                              + system.adapter.simple-api.0             : simple-api            : RspIoBroker2                             -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                              + system.adapter.sonoff.0                 : sonoff                : RspIoBroker2                             -  enabled, port: 1883, bind: 0.0.0.0
                                system.adapter.sourceanalytix.0         : sourceanalytix        : RspIoBroker2                             - disabled
                              + system.adapter.tankerkoenig.0           : tankerkoenig          : RspIoBroker2                             -  enabled
                              + system.adapter.telegram.0               : telegram              : RspIoBroker2                             -  enabled, port: 8443, bind: 0.0.0.0
                                system.adapter.text2command.0           : text2command          : RspIoBroker2                             - disabled
                              + system.adapter.tr-064.0                 : tr-064                : RspIoBroker2                             -  enabled
                              + system.adapter.tr-064.1                 : tr-064                : RspIoBroker2                             -  enabled
                              + system.adapter.trashschedule.0          : trashschedule         : RspIoBroker2                             -  enabled
                                system.adapter.viessmannapi.0           : viessmannapi          : RspIoBroker2                             - disabled
                                system.adapter.vis-bars.0               : vis-bars              : RspIoBroker2                             -  enabled
                                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : RspIoBroker2                             -  enabled
                                system.adapter.vis-colorpicker.0        : vis-colorpicker       : RspIoBroker2                             -  enabled
                                system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : RspIoBroker2                             -  enabled
                                system.adapter.vis-history.0            : vis-history           : RspIoBroker2                             -  enabled
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : RspIoBroker2                             -  enabled
                                system.adapter.vis-materialdesign.0     : vis-materialdesign    : RspIoBroker2                             -  enabled
                                system.adapter.vis-metro.0              : vis-metro             : RspIoBroker2                             -  enabled
                                system.adapter.vis-timeandweather.0     : vis-timeandweather    : RspIoBroker2                             -  enabled
                                system.adapter.vis-weather.0            : vis-weather           : RspIoBroker2                             -  enabled
                                system.adapter.vis.0                    : vis                   : RspIoBroker2                             -  enabled
                                system.adapter.web-speedy.0             : web-speedy            : RspIoBroker2                             - disabled
                              + system.adapter.web.0                    : web                   : RspIoBroker2                             -  enabled, port: 8082, bind: 192.168.178.200, run as: admin
                              + system.adapter.zigbee.0                 : zigbee                : RspIoBroker2                             -  enabled, port: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2216870-if00
                              
                              + instance is alive
                              
                              
                              pi@RspIoBroker2:~ $ iobroker list adapters
                              system.adapter.admin                   : admin          - v5.3.1
                              system.adapter.alexa2                  : alexa2         - v3.11.2
                              system.adapter.alias-manager           : alias-manager  - v1.2.4
                              system.adapter.backitup                : backitup       - v2.3.3
                              system.adapter.cloud                   : cloud          - v4.1.0
                              system.adapter.coronavirus-statistics  : coronavirus-statistics - v0.8.7
                              system.adapter.daswetter               : daswetter      - v3.0.9
                              system.adapter.devices                 : devices        - v1.0.9
                              system.adapter.discovery               : discovery      - v2.7.5
                              system.adapter.divera247               : divera247      - v0.1.2
                              system.adapter.dwd                     : dwd            - v2.7.7
                              system.adapter.flot                    : flot           - v1.10.7
                              system.adapter.history                 : history        - v1.10.5
                              system.adapter.ical                    : ical           - v1.11.4
                              system.adapter.icons-mfd-png           : icons-mfd-png  - v1.0.2
                              system.adapter.icons-ultimate-png      : icons-ultimate-png - v1.0.1
                              system.adapter.influxdb                : influxdb       - v2.6.3
                              system.adapter.info                    : info           - v1.9.8
                              system.adapter.iot                     : iot            - v1.8.24
                              system.adapter.javascript              : javascript     - v5.2.21
                              system.adapter.luftdaten               : luftdaten      - v2.1.3
                              system.adapter.mqtt                    : mqtt           - v2.4.1
                              system.adapter.mqtt-client             : mqtt-client    - v1.3.1
                              system.adapter.nina                    : nina           - v0.0.25
                              system.adapter.samsung                 : samsung        - v0.2.9
                              system.adapter.shelly                  : shelly         - v5.3.2
                              system.adapter.simple-api              : simple-api     - v2.6.2
                              system.adapter.socketio                : socketio       - v3.1.4
                              system.adapter.sonoff                  : sonoff         - v2.4.7
                              system.adapter.sourceanalytix          : sourceanalytix - v0.4.8
                              system.adapter.tankerkoenig            : tankerkoenig   - v2.1.1
                              system.adapter.telegram                : telegram       - v1.11.1
                              system.adapter.text2command            : text2command   - v2.1.1
                              system.adapter.tr-064                  : tr-064         - v4.2.15
                              system.adapter.trashschedule           : trashschedule  - v1.4.1
                              system.adapter.viessmannapi            : viessmannapi   - v2.0.9
                              system.adapter.vis                     : vis            - v1.4.5
                              system.adapter.vis-bars                : vis-bars       - v0.1.4
                              system.adapter.vis-canvas-gauges       : vis-canvas-gauges - v0.1.5
                              system.adapter.vis-colorpicker         : vis-colorpicker - v1.2.0
                              system.adapter.vis-fancyswitch         : vis-fancyswitch - v1.1.0
                              system.adapter.vis-history             : vis-history    - v1.0.0
                              system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.9
                              system.adapter.vis-materialdesign      : vis-materialdesign - v0.3.14
                              system.adapter.vis-metro               : vis-metro      - v1.1.2
                              system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                              system.adapter.vis-weather             : vis-weather    - v2.5.5
                              system.adapter.web                     : web            - v4.2.0
                              system.adapter.web-speedy              : web-speedy     - v0.2.0
                              system.adapter.zigbee                  : zigbee         - v1.6.16
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Chrisbie last edited by

                                @chrisbie sagte in IoBroker bootet nicht mehr:

                                vis-materialdesign

                                iobroker del vis-materialdesign
                                
                                C 1 Reply Last reply Reply Quote 0
                                • C
                                  Chrisbie @Thomas Braun last edited by

                                  @thomas-braun

                                  so mal kucken ob es nun besser läuft.

                                  Was ich nicht verstehe, warum lief bis jetzt gut ein Jahr ohne Probleme und auf einmal hakt es an allen enden.

                                  C 1 Reply Last reply Reply Quote 0
                                  • C
                                    Chrisbie @Chrisbie last edited by

                                    Ich verstehe es immer noch nicht.

                                    Seit dem ich oben erwähntes problem hatte, läuft der IoBroker immer noch nicht rund.
                                    Alle adapter sind auf aktuellstem stand.
                                    Aber jetzt kann ich über die Web-Oberfläche die Adapterseite oder Instanzen seite nicht auf machen, da bekomme ich immer ein Time out und die "Cannot read setting" aber ich habe immer noch keine Ahnung woran es hängt.

                                    Gargano 1 Reply Last reply Reply Quote 0
                                    • Gargano
                                      Gargano @Chrisbie last edited by

                                      @chrisbie Du hast meine Frage bezüglich Raspi RAM , free Ram, . SSD oder SDCard noch nicht beantwortet

                                      C 1 Reply Last reply Reply Quote 0
                                      • C
                                        Chrisbie @Gargano last edited by

                                        @gargano

                                        Sorry, hatte ich wohl überlesen:

                                        es handelt sich um ein Raspberry 4 mit 8 GB RAM, Aktuell läuft alles über SD-Karte.
                                        Speicher Auslastung liegt bei 32%

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

                                          @chrisbie ich gehe nochmal auf weiter oben ein

                                          @chrisbie sagte in IoBroker bootet nicht mehr:

                                          Allerdings npm Update lief absolut schief,

                                          zeig mal

                                          which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          
                                          C 1 Reply Last reply Reply Quote 0
                                          • C
                                            Chrisbie @crunchip last edited by

                                            @crunchip

                                            pi@RspIoBroker2:~ $ 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.0
                                            v14.19.0
                                            6.14.16
                                            pi
                                            /home/pi
                                            Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                            Hit:2 https://repos.influxdata.com/debian buster InRelease
                                            Hit:3 http://archive.raspberrypi.org/debian buster InRelease
                                            Hit:4 https://packages.grafana.com/enterprise/deb stable InRelease
                                            Hit:5 https://packages.grafana.com/enterprise/deb beta InRelease
                                            Hit:6 https://deb.nodesource.com/node_14.x buster InRelease
                                            Hit:7 https://archive.raspbian.org/raspbian buster InRelease
                                            Reading package lists... Done
                                            Building dependency tree
                                            Reading state information... Done
                                            26 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                            W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                                            W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                                            W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                                            W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                                            W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                                            W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                                            W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                                            W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/grafana.list:1 and /etc/apt/sources.list.d/grafana.list:3
                                            nodejs:
                                              Installed: 14.19.0-deb-1nodesource1
                                              Candidate: 14.19.1-deb-1nodesource1
                                              Version table:
                                                 14.19.1-deb-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                                             *** 14.19.0-deb-1nodesource1 100
                                                    100 /var/lib/dpkg/status
                                                 10.24.0~dfsg-1~deb10u1 500
                                                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                                    500 https://archive.raspbian.org/raspbian buster/main armhf Packages
                                            
                                            
                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            848
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            26
                                            1196
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo