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

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Linux Control v1.x.x

NEWS

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

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

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

Test Adapter Linux Control v1.x.x

Geplant Angeheftet Gesperrt Verschoben Tester
adaptercontrolhardwarelinuxsteuern
675 Beiträge 70 Kommentatoren 171.9k Aufrufe 64 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • NegaleinN Negalein

    @thomas-braun sagte in Test Adapter Linux Control v1.x.x:

    Aber zu 99%iger Sicherheit. Der Code wartet an der Stelle auf eine bestimmt Tastatureingaben, die laufen aber bei virtuellen Tastaturen über einen anderen Kanal.

    dann hab ich ein Problem.
    Mit einer Hardware-Tastatur kann ich nicht.

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

    @negalein

    War ja auch nur meine Vermutung/Erklärung warum iob diag ohne Zwischenstopp durchrasselt.

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

    1 Antwort Letzte Antwort
    0
    • NegaleinN Negalein

      @thomas-braun sagte in Test Adapter Linux Control v1.x.x:

      funktioniert bei dir? Oder knallt das auch ohne Abfragen durch?

      nega@ioBroker:/opt/iobroker$ iob nodejs-update
      iobroker [command]
      
      Commands:
        iobroker setup                                               Setup ioBroker
        iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
        iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
        iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
        iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
        iobroker info                                                Shows the host info
        iobroker logs [<adapter>]                                    Monitor log
        iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
        iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
        iobroker rebuild [<module>]                                  Rebuild all native modules or path
        iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
        iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
        iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
        iobroker update [<repositoryUrl>]                            Update repository and list adapters
        iobroker upgrade                                             Upgrade management
        iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
        iobroker object                                              Object management  [aliases: o]
        iobroker state                                               State management  [aliases: s]
        iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
        iobroker list <type> [<filter>]                              List all entries, like objects
        iobroker chmod <mode> <file>                                 Change file rights
        iobroker chown <user> <group> <file>                         Change file ownership
        iobroker touch <file>                                        Touch file
        iobroker rm <file>                                           Remove file
        iobroker file                                                File management
        iobroker user                                                User commands
        iobroker group                                               group management
        iobroker host <hostname>                                     Set host to given hostname
        iobroker set <adapter>.<instance>                            Change settings of adapter config
        iobroker license <license.file or license.text>              Update license by given file
        iobroker cert                                                Certificate management
        iobroker clean <yes>                                         Clears all objects and states
        iobroker backup                                              Create backup
        iobroker restore <backup name or path>                       Restore a specified backup
        iobroker validate <backup name or path>                      Validate a specified backup
        iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
        iobroker repo [<name>]                                       Show repo information
        iobroker uuid                                                Show uuid of the installation  [aliases: id]
        iobroker unsetup                                             Reset license, installation secret and language
        iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
        iobroker multihost                                           Multihost management
        iobroker compact                                             compact group management
        iobroker plugin                                              Plugin management
        iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
        iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
      
      Options:
        --help  Show help  [boolean]
      nega@ioBroker:/opt/iobroker$
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von Thomas Braun
      #537

      @negalein

      Vor dem nodejs-update ist ein

      iob fix
      

      durchzuführen.
      Könnte sogar sein, dass danach iob diag funktioniert.

      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

      NegaleinN 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @negalein

        Vor dem nodejs-update ist ein

        iob fix
        

        durchzuführen.
        Könnte sogar sein, dass danach iob diag funktioniert.

        NegaleinN Offline
        NegaleinN Offline
        Negalein
        Global Moderator
        schrieb am zuletzt editiert von
        #538

        @thomas-braun sagte in Test Adapter Linux Control v1.x.x:

        Könnte sogar sein, dass danach iob diag funktioniert.

        hab den Controller auch gleich geupdatet.

        Jetzt funktioniert auch iob diag wieder.

        
        ======== Start marking the full check here =========
        
        
        Skript v.2023-10-10
        
        *** BASE SYSTEM ***
         Static hostname: ioBroker
               Icon name: computer-container
                 Chassis: container
          Virtualization: lxc
        Operating System: Ubuntu 22.04.3 LTS
                  Kernel: Linux 5.15.30-2-pve
            Architecture: x86-64
        
        model name      : Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
        Docker          : false
        Virtualization  : lxc
        Kernel          : x86_64
        Userland        : amd64
        
        Systemuptime and Load:
         17:44:09 up  2:03,  2 users,  load average: 0.93, 2.52, 2.31
        CPU threads: 4
        
        
        *** Time and Time Zones ***
                       Local time: Thu 2023-10-26 17:44:09 CEST
                   Universal time: Thu 2023-10-26 15:44:09 UTC
                         RTC time: n/a
                        Time zone: Europe/Vienna (CEST, +0200)
        System clock synchronized: yes
                      NTP service: inactive
                  RTC in local TZ: no
        
        *** User and Groups ***
        nega
        /home/nega
        nega adm dialout sudo users iobroker
        
        *** X-Server-Setup ***
        X-Server:       false
        Desktop:
        Terminal:       tty
        Boot Target:    graphical.target
        
        *** MEMORY ***
                       total        used        free      shared  buff/cache   available
        Mem:             10G        387M        8.2G        0.0K        1.4G        9.7G
        Swap:           2.0G          0B        2.0G
        Total:           12G        387M         10G
        
                10048 M total memory
                  388 M used memory
                  845 M active memory
                  623 M inactive memory
                 8234 M free memory
                    0 M buffer memory
                 1425 M swap cache
                 2048 M total swap
                    0 M used swap
                 2048 M free swap
        
        *** FAILED SERVICES ***
        
          UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
        * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
        * iobroker.service     loaded failed failed ioBroker Server
        
        LOAD   = Reflects whether the unit definition was properly loaded.
        ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
        SUB    = The low-level unit activation state, values depend on unit type.
        2 loaded units listed.
        
        *** FILESYSTEM ***
        Filesystem                       Type   Size  Used Avail Use% Mounted on
        /dev/mapper/pve-vm--100--disk--0 ext4    45G   17G   26G  41% /
        10.0.1.21:/volume1/Backups       nfs4    14T   11T  3.7T  75% /opt/iobroker/backups
        none                             tmpfs  492K  4.0K  488K   1% /dev
        tmpfs                            tmpfs  7.8G     0  7.8G   0% /dev/shm
        tmpfs                            tmpfs  3.2G  148K  3.2G   1% /run
        tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock
        tmpfs                            tmpfs  1.6G     0  1.6G   0% /run/user/1001
        
        Messages concerning ext4 filesystem in dmesg:
        dmesg: read kernel buffer failed: Operation not permitted
        
        Show mounted filesystems \(real ones only\):
        TARGET                  SOURCE                           FSTYPE OPTIONS
        /                       /dev/mapper/pve-vm--100--disk--0 ext4   rw,relatime,stripe=16
        `-/opt/iobroker/backups 10.0.1.21:/volume1/Backups       nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.0.1.201,local_lock=none,addr=10.0.1.21
        
        Files in neuralgic directories:
        
        /var:
        2.6G    /var/
        2.1G    /var/log
        2.0G    /var/log/journal/b354c482f7cc342776f020ee5ea440c3
        2.0G    /var/log/journal
        295M    /var/lib
        
        Archived and active journals take up 1.9G in the file system.
        
        /opt/iobroker/backups:
        599M    /opt/iobroker/backups/
        
        /opt/iobroker/iobroker-data:
        4.7G    /opt/iobroker/iobroker-data/
        3.1G    /opt/iobroker/iobroker-data/history
        1.1G    /opt/iobroker/iobroker-data/files
        353M    /opt/iobroker/iobroker-data/files/vis.0
        327M    /opt/iobroker/iobroker-data/backup-objects
        
        The five largest files in iobroker-data are:
        57M     /opt/iobroker/iobroker-data/objects.jsonl
        35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
        33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
        32M     /opt/iobroker/iobroker-data/files/vis.0/VIS/Background/Starfield 7.mp4
        31M     /opt/iobroker/iobroker-data/states.jsonl
        
        USB-Devices by-id:
        USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
        
        find: '/dev/serial/by-id/': No such file or directory
        
        *** NodeJS-Installation ***
        
        /usr/bin/nodejs         v18.18.2
        /usr/bin/node           v18.18.2
        /usr/bin/npm            9.8.1
        /usr/bin/npx            9.8.1
        /usr/bin/corepack       0.19.0
        
        
        nodejs:
          Installed: 18.18.2-1nodesource1
          Candidate: 18.18.2-1nodesource1
          Version table:
         *** 18.18.2-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                100 /var/lib/dpkg/status
             18.18.1-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.18.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.17.1-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.17.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.16.1-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.16.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.15.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.14.2-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.14.1-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.14.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.13.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.12.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.11.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.10.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.9.1-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.9.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.8.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.7.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.6.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.5.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.4.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.3.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.2.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.1.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             18.0.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
             12.22.9~dfsg-1ubuntu3 500
                500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
        
        Temp directories causing npm8 problem: 0
        No problems detected
        
        Errors in npm tree:
        
        *** ioBroker-Installation ***
        
        ioBroker Status
        iobroker is not running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Core adapters versions
        js-controller:  5.0.14
        admin:          6.12.0
        javascript:     7.1.6
        
        Adapters from github:   10
        
        Adapter State
          system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
          system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
          system.adapter.alexa2.1                 : alexa2                : ioBroker                                 -  enabled
          system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
          system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
          system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
          system.adapter.bring.0                  : bring                 : ioBroker                                 - disabled
          system.adapter.cloud.0                  : cloud                 : ioBroker                                 - disabled
          system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
          system.adapter.denon.0                  : denon                 : ioBroker                                 -  enabled
          system.adapter.device-watcher.0         : device-watcher        : ioBroker                                 - disabled
          system.adapter.devices.0                : devices               : ioBroker                                 - disabled
          system.adapter.discovery.0              : discovery             : ioBroker                                 - disabled
          system.adapter.doorbird.0               : doorbird              : ioBroker                                 -  enabled
          system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
          system.adapter.email.0                  : email                 : ioBroker                                 -  enabled
          system.adapter.energiefluss.0           : energiefluss          : ioBroker                                 -  enabled
          system.adapter.enigma2.0                : enigma2               : ioBroker                                 -  enabled
          system.adapter.enigma2.1                : enigma2               : ioBroker                                 -  enabled
          system.adapter.eventlist.0              : eventlist             : ioBroker                                 -  enabled
          system.adapter.feiertage.0              : feiertage             : ioBroker                                 - disabled
          system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
          system.adapter.fontui.0                 : fontui                : ioBroker                                 -  enabled
          system.adapter.fronius.0                : fronius               : ioBroker                                 -  enabled
          system.adapter.fuelpricemonitor.0       : fuelpricemonitor      : ioBroker                                 -  enabled
          system.adapter.harmony.1                : harmony               : ioBroker                                 -  enabled
          system.adapter.history.0                : history               : ioBroker                                 -  enabled
          system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
          system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          system.adapter.hs100.0                  : hs100                 : ioBroker                                 -  enabled
          system.adapter.hue.0                    : hue                   : ioBroker                                 -  enabled, port: 80
          system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
          system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
          system.adapter.ical.2                   : ical                  : ioBroker                                 -  enabled
          system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
          system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : ioBroker                                 - disabled
          system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 - disabled
          system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
          system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
          system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 - disabled
          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
          system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 -  enabled
          system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : ioBroker                                 - disabled
          system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 32543
          system.adapter.influxdb.1               : influxdb              : ioBroker                                 -  enabled, port: 8086
          system.adapter.influxdb.2               : influxdb              : ioBroker                                 -  enabled, port: 8086
          system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
          system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
          system.adapter.iot.1                    : iot                   : ioBroker                                 -  enabled
          system.adapter.iqontrol.0               : iqontrol              : ioBroker                                 - disabled
          system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
          system.adapter.javascript.1             : javascript            : ioBroker                                 -  enabled
          system.adapter.lg-thinq.0               : lg-thinq              : ioBroker                                 -  enabled
          system.adapter.linkeddevices.0          : linkeddevices         : ioBroker                                 -  enabled
          system.adapter.linux-control.0          : linux-control         : ioBroker                                 - disabled
          system.adapter.logparser.0              : logparser             : ioBroker                                 -  enabled
          system.adapter.meteoalarm.0             : meteoalarm            : ioBroker                                 -  enabled
          system.adapter.mihome.0                 : mihome                : ioBroker                                 -  enabled, port: 9898, bind: 0.0.0.0
          system.adapter.mytime.0                 : mytime                : ioBroker                                 -  enabled
          system.adapter.nina.0                   : nina                  : ioBroker                                 -  enabled
          system.adapter.nut.0                    : nut                   : ioBroker                                 -  enabled
          system.adapter.octoprint.0              : octoprint             : ioBroker                                 - disabled
          system.adapter.parser.0                 : parser                : ioBroker                                 -  enabled
          system.adapter.pegelalarm.0             : pegelalarm            : ioBroker                                 -  enabled
          system.adapter.pegelalarm.1             : pegelalarm            : ioBroker                                 -  enabled
          system.adapter.philips-tv-android.0     : philips-tv-android    : ioBroker                                 - disabled
          system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 -  enabled
          system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
          system.adapter.places.0                 : places                : ioBroker                                 - disabled
          system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 -  enabled
          system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
          system.adapter.proxy.0                  : proxy                 : ioBroker                                 -  enabled
          system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0 (SSL), run as: rest
          system.adapter.samsung.0                : samsung               : ioBroker                                 - disabled
          system.adapter.samsung_tizen.0          : samsung_tizen         : ioBroker                                 -  enabled, port: 8002
          system.adapter.seq.0                    : seq                   : ioBroker                                 -  enabled, port: 443
          system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
          system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker                                 -  enabled
          system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
          system.adapter.snmp.0                   : snmp                  : ioBroker                                 -  enabled
          system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
          system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 -  enabled
          system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
          system.adapter.telegram-menu.0          : telegram-menu         : ioBroker                                 -  enabled
          system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
          system.adapter.tractive-gps.0           : tractive-gps          : ioBroker                                 -  enabled
          system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
          system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
          system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
          system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 - disabled
          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
          system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 -  enabled
          system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
          system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker                                 -  enabled
          system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker                                 -  enabled
          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
          system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
          system.adapter.vis-knob.0               : vis-knob              : ioBroker                                 - disabled
          system.adapter.vis-map.0                : vis-map               : ioBroker                                 - disabled
          system.adapter.vis-material.0           : vis-material          : ioBroker                                 - disabled
          system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
          system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 - disabled
          system.adapter.vis-players.0            : vis-players           : ioBroker                                 - disabled
          system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
          system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
          system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 - disabled
          system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
          system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
          system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          system.adapter.wireguard.0              : wireguard             : ioBroker                                 -  enabled
          system.adapter.xbox.0                   : xbox                  : ioBroker                                 - disabled
        
        + instance is alive
        
        Enabled adapters with bindings
          system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
          system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          system.adapter.hue.0                    : hue                   : ioBroker                                 -  enabled, port: 80
          system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 32543
          system.adapter.influxdb.1               : influxdb              : ioBroker                                 -  enabled, port: 8086
          system.adapter.influxdb.2               : influxdb              : ioBroker                                 -  enabled, port: 8086
          system.adapter.mihome.0                 : mihome                : ioBroker                                 -  enabled, port: 9898, bind: 0.0.0.0
          system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
          system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0 (SSL), run as: rest
          system.adapter.samsung_tizen.0          : samsung_tizen         : ioBroker                                 -  enabled, port: 8002
          system.adapter.seq.0                    : seq                   : ioBroker                                 -  enabled, port: 443
          system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
          system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
          system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
          system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
          system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
          system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        ioBroker-Repositories
        Stable (default): http://download.iobroker.net/sources-dist.json
        Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
        
        Active repo(s): Beta (latest)
        
        Installed ioBroker-Instances
        Used repository: Beta (latest)
        Adapter    "admin"        : 6.12.0   , installed 6.12.0
        Adapter    "alexa2"       : 3.25.2   , installed 3.25.2
        Adapter    "alias-manager": 1.2.6    , installed 1.2.6
        Adapter    "backitup"     : 2.8.7    , installed 2.8.7
        Adapter    "birthdays"    : 2.4.0    , installed 2.4.0
        Adapter    "bring"        : 1.8.4    , installed 1.8.4
        Adapter    "cloud"        : 4.4.1    , installed 4.4.1
        Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
        Adapter    "denon"        : 1.15.4   , installed 1.15.4
        Adapter    "device-watcher": 2.9.4   , installed 2.9.4
        Adapter    "devices"      : 1.1.5    , installed 1.1.5
        Adapter    "discovery"    : 4.2.0    , installed 4.2.0
        Adapter    "doorbird"     : 1.3.0    , installed 1.3.0
        Adapter    "dwd"          : 2.8.5    , installed 2.8.5
        Adapter    "email"        : 1.2.0    , installed 1.2.0
        Adapter    "enigma2"      : 2.0.5    , installed 2.0.5
        Adapter    "eventlist"    : 2.0.0    , installed 2.0.0
        Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
        Adapter    "flot"         : 1.12.0   , installed 1.12.0
        Adapter    "fronius"      : 2.0.2    , installed 2.0.2
        Adapter    "fronius-solarweb": 0.0.3 , installed 0.0.3
        Adapter    "fuelpricemonitor": 0.3.6 , installed 0.3.6
        Adapter    "harmony"      : 1.2.2    , installed 1.2.2
        Adapter    "history"      : 3.0.1    , installed 3.0.1
        Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
        Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
        Adapter    "hs100"        : 2.1.2    , installed 2.1.2
        Adapter    "hue"          : 3.10.1   , installed 3.10.1
        Adapter    "ical"         : 1.13.3   , installed 1.13.3
        Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
        Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
        Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
        Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
        Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
        Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
        Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
        Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
        Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
        Adapter    "info"         : 2.0.0    , installed 2.0.0
        Adapter    "iot"          : 2.0.11   , installed 2.0.11
        Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
        Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
        Adapter    "javascript"   : 7.1.6    , installed 7.1.6
        Controller "js-controller": 5.0.14   , installed 5.0.14
        Adapter    "lg-thinq"     : 0.1.4    , installed 0.1.4
        Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
        Adapter    "linux-control": 1.1.5    , installed 1.1.6
        Adapter    "logparser"    : 2.2.0    , installed 2.2.0
        Adapter    "meteoalarm"   : 2.3.7    , installed 2.3.7
        Adapter    "mihome"       : 1.4.0    , installed 1.4.0
        Adapter    "mytime"       : 0.7.12   , installed 0.7.12
        Adapter    "nina"         : 0.0.25   , installed 0.0.25
        Adapter    "nut"          : 1.6.0    , installed 1.6.0
        Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
        Adapter    "parser"       : 2.0.7    , installed 2.0.7
        Adapter    "pegelalarm"   : 1.3.1    , installed 1.3.1
        Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
        Adapter    "ping"         : 1.6.2    , installed 1.6.2
        Adapter    "places"       : 1.1.2    , installed 1.1.2
        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
        Adapter    "proxmox"      : 2.2.0    , installed 2.2.0
        Adapter    "proxy"        : 1.3.2    , installed 1.3.2
        Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
        Adapter    "samsung"      : 0.5.11   , installed 0.5.11
        Adapter    "seq"          : 0.3.0    , installed 0.3.0
        Adapter    "shelly"       : 6.6.1    , installed 6.6.1
        Adapter    "shuttercontrol": 1.6.2   , installed 1.6.2
        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
        Adapter    "snmp"         : 3.1.0    , installed 3.1.0
        Adapter    "socketio"     : 6.6.0    , installed 6.6.0
        Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
        Adapter    "synology"     : 3.0.1    , installed 3.0.1
        Adapter    "telegram"     : 2.0.1    , installed 2.0.1
        Adapter    "telegram-menu": 0.8.3    , installed 0.8.3
        Adapter    "tractive-gps" : 0.1.2    , installed 0.1.2
        Adapter    "trashschedule": 2.3.0    , installed 2.3.0
        Adapter    "unifi"        : 0.6.6    , installed 0.6.6
        Adapter    "vis"          : 1.4.16   , installed 1.4.16
        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
        Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
        Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
        Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
        Adapter    "vis-icontwo"  : 0.96.0   , installed 0.96.0
        Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
        Adapter    "vis-justgage" : 2.0.0    , installed 2.0.0
        Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
        Adapter    "vis-material" : 0.1.3    , installed 0.1.3
        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.5 [Updatable]
        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
        Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
        Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
        Adapter    "weatherunderground": 3.6.0, installed 3.6.0
        Adapter    "web"          : 6.1.10   , installed 6.1.10
        Adapter    "web-speedy"   : 0.2.0    , installed 0.2.0
        Adapter    "wireguard"    : 1.6.1    , installed 1.6.1
        Adapter    "ws"           : 2.5.8    , installed 2.5.8
        Adapter    "xbox"         : 1.1.0    , installed 1.1.0
        
        Objects and States
        Please stand by - This may take a while
        Objects:        52090
        States:         47239
        
        *** OS-Repositories and Updates ***
        Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
        Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
        Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
        Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
        Reading package lists...
        Pending Updates: 0
        
        *** Listening Ports ***
        Active Internet connections (only servers)
        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
        tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      1001       378604442  13679/sshd: nega@pt
        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          377972316  1/init
        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          377973526  150/sshd: /usr/sbin
        tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          377975287  307/master
        tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        377974400  113/systemd-resolve
        tcp6       0      0 :::111                  :::*                    LISTEN      0          377972318  1/init
        tcp6       0      0 :::22                   :::*                    LISTEN      0          377973528  150/sshd: /usr/sbin
        tcp6       0      0 ::1:25                  :::*                    LISTEN      0          377975288  307/master
        tcp6       0      0 ::1:6010                :::*                    LISTEN      1001       378604441  13679/sshd: nega@pt
        udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        377974399  113/systemd-resolve
        udp        0      0 10.0.1.202:68           0.0.0.0:*                           105        377972518  100/systemd-network
        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          377972317  1/init
        udp6       0      0 :::111                  :::*                                0          377972319  1/init
        
        *** Log File - Last 25 Lines ***
        
        2023-10-26 17:41:43.183  - warn: host.ioBroker instance system.adapter.nina.0 terminated due to SIGTERM
        2023-10-26 17:41:43.183  - info: host.ioBroker instance system.adapter.nina.0 terminated with code null ()
        2023-10-26 17:41:43.217  - warn: host.ioBroker instance system.adapter.parser.0 terminated due to SIGTERM
        2023-10-26 17:41:43.217  - info: host.ioBroker instance system.adapter.parser.0 terminated with code null ()
        2023-10-26 17:41:43.259  - warn: host.ioBroker instance system.adapter.pi-hole.0 terminated due to SIGTERM
        2023-10-26 17:41:43.259  - info: host.ioBroker instance system.adapter.pi-hole.0 terminated with code null ()
        2023-10-26 17:41:43.292  - warn: host.ioBroker instance system.adapter.proxmox.0 terminated due to SIGTERM
        2023-10-26 17:41:43.292  - info: host.ioBroker instance system.adapter.proxmox.0 terminated with code null ()
        2023-10-26 17:41:43.336  - warn: host.ioBroker instance system.adapter.rest-api.0 terminated due to SIGTERM
        2023-10-26 17:41:43.336  - info: host.ioBroker instance system.adapter.rest-api.0 terminated with code null ()
        2023-10-26 17:41:43.369  - warn: host.ioBroker instance system.adapter.samsung_tizen.0 terminated due to SIGTERM
        2023-10-26 17:41:43.369  - info: host.ioBroker instance system.adapter.samsung_tizen.0 terminated with code null ()
        2023-10-26 17:41:43.414  - warn: host.ioBroker instance system.adapter.telegram-menu.0 terminated due to SIGTERM
        2023-10-26 17:41:43.414  - info: host.ioBroker instance system.adapter.telegram-menu.0 terminated with code null ()
        2023-10-26 17:41:43.448  - warn: host.ioBroker instance system.adapter.trashschedule.0 terminated due to SIGTERM
        2023-10-26 17:41:43.448  - info: host.ioBroker instance system.adapter.trashschedule.0 terminated with code null ()
        2023-10-26 17:41:43.497  - warn: host.ioBroker instance system.adapter.web.0 terminated due to SIGTERM
        2023-10-26 17:41:43.497  - info: host.ioBroker instance system.adapter.web.0 terminated with code null ()
        2023-10-26 17:41:43.530  - info: host.ioBroker instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
        2023-10-26 17:41:43.585  - info: host.ioBroker instance system.adapter.influxdb.1 terminated with code 0 (NO_ERROR)
        2023-10-26 17:41:43.623  - info: host.ioBroker instance system.adapter.influxdb.2 terminated with code 0 (NO_ERROR)
        2023-10-26 17:41:43.663  - info: host.ioBroker instance system.adapter.socketio.0 terminated with code 0 (NO_ERROR)
        2023-10-26 17:41:43.711  - info: host.ioBroker instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
        2023-10-26 17:41:43.711  - info: host.ioBroker All instances are stopped.
        2023-10-26 17:41:43.807  - info: host.ioBroker terminated
        
        
        ============ Mark until here for C&P =============
        
        iob diag has finished.
        
        
        Press any key for a summary
        
        

        ° Node.js: 20.17.0 NPM: 10.8.2
        ° Proxmox, Ubuntu 22.04.3 LTS
        ° Fixer ---> iob fix

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • NegaleinN Negalein

          @thomas-braun sagte in Test Adapter Linux Control v1.x.x:

          Könnte sogar sein, dass danach iob diag funktioniert.

          hab den Controller auch gleich geupdatet.

          Jetzt funktioniert auch iob diag wieder.

          
          ======== Start marking the full check here =========
          
          
          Skript v.2023-10-10
          
          *** BASE SYSTEM ***
           Static hostname: ioBroker
                 Icon name: computer-container
                   Chassis: container
            Virtualization: lxc
          Operating System: Ubuntu 22.04.3 LTS
                    Kernel: Linux 5.15.30-2-pve
              Architecture: x86-64
          
          model name      : Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
          Docker          : false
          Virtualization  : lxc
          Kernel          : x86_64
          Userland        : amd64
          
          Systemuptime and Load:
           17:44:09 up  2:03,  2 users,  load average: 0.93, 2.52, 2.31
          CPU threads: 4
          
          
          *** Time and Time Zones ***
                         Local time: Thu 2023-10-26 17:44:09 CEST
                     Universal time: Thu 2023-10-26 15:44:09 UTC
                           RTC time: n/a
                          Time zone: Europe/Vienna (CEST, +0200)
          System clock synchronized: yes
                        NTP service: inactive
                    RTC in local TZ: no
          
          *** User and Groups ***
          nega
          /home/nega
          nega adm dialout sudo users iobroker
          
          *** X-Server-Setup ***
          X-Server:       false
          Desktop:
          Terminal:       tty
          Boot Target:    graphical.target
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:             10G        387M        8.2G        0.0K        1.4G        9.7G
          Swap:           2.0G          0B        2.0G
          Total:           12G        387M         10G
          
                  10048 M total memory
                    388 M used memory
                    845 M active memory
                    623 M inactive memory
                   8234 M free memory
                      0 M buffer memory
                   1425 M swap cache
                   2048 M total swap
                      0 M used swap
                   2048 M free swap
          
          *** FAILED SERVICES ***
          
            UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
          * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
          * iobroker.service     loaded failed failed ioBroker Server
          
          LOAD   = Reflects whether the unit definition was properly loaded.
          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
          SUB    = The low-level unit activation state, values depend on unit type.
          2 loaded units listed.
          
          *** FILESYSTEM ***
          Filesystem                       Type   Size  Used Avail Use% Mounted on
          /dev/mapper/pve-vm--100--disk--0 ext4    45G   17G   26G  41% /
          10.0.1.21:/volume1/Backups       nfs4    14T   11T  3.7T  75% /opt/iobroker/backups
          none                             tmpfs  492K  4.0K  488K   1% /dev
          tmpfs                            tmpfs  7.8G     0  7.8G   0% /dev/shm
          tmpfs                            tmpfs  3.2G  148K  3.2G   1% /run
          tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock
          tmpfs                            tmpfs  1.6G     0  1.6G   0% /run/user/1001
          
          Messages concerning ext4 filesystem in dmesg:
          dmesg: read kernel buffer failed: Operation not permitted
          
          Show mounted filesystems \(real ones only\):
          TARGET                  SOURCE                           FSTYPE OPTIONS
          /                       /dev/mapper/pve-vm--100--disk--0 ext4   rw,relatime,stripe=16
          `-/opt/iobroker/backups 10.0.1.21:/volume1/Backups       nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.0.1.201,local_lock=none,addr=10.0.1.21
          
          Files in neuralgic directories:
          
          /var:
          2.6G    /var/
          2.1G    /var/log
          2.0G    /var/log/journal/b354c482f7cc342776f020ee5ea440c3
          2.0G    /var/log/journal
          295M    /var/lib
          
          Archived and active journals take up 1.9G in the file system.
          
          /opt/iobroker/backups:
          599M    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          4.7G    /opt/iobroker/iobroker-data/
          3.1G    /opt/iobroker/iobroker-data/history
          1.1G    /opt/iobroker/iobroker-data/files
          353M    /opt/iobroker/iobroker-data/files/vis.0
          327M    /opt/iobroker/iobroker-data/backup-objects
          
          The five largest files in iobroker-data are:
          57M     /opt/iobroker/iobroker-data/objects.jsonl
          35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
          33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
          32M     /opt/iobroker/iobroker-data/files/vis.0/VIS/Background/Starfield 7.mp4
          31M     /opt/iobroker/iobroker-data/states.jsonl
          
          USB-Devices by-id:
          USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
          
          find: '/dev/serial/by-id/': No such file or directory
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v18.18.2
          /usr/bin/node           v18.18.2
          /usr/bin/npm            9.8.1
          /usr/bin/npx            9.8.1
          /usr/bin/corepack       0.19.0
          
          
          nodejs:
            Installed: 18.18.2-1nodesource1
            Candidate: 18.18.2-1nodesource1
            Version table:
           *** 18.18.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                  100 /var/lib/dpkg/status
               18.18.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.18.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.17.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.17.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.16.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.16.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.15.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.14.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.13.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.12.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.11.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.10.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.9.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.9.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.8.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.7.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.6.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.5.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.4.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.3.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.2.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.1.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               18.0.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
               12.22.9~dfsg-1ubuntu3 500
                  500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
          
          Temp directories causing npm8 problem: 0
          No problems detected
          
          Errors in npm tree:
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is not running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Core adapters versions
          js-controller:  5.0.14
          admin:          6.12.0
          javascript:     7.1.6
          
          Adapters from github:   10
          
          Adapter State
            system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
            system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
            system.adapter.alexa2.1                 : alexa2                : ioBroker                                 -  enabled
            system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
            system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
            system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
            system.adapter.bring.0                  : bring                 : ioBroker                                 - disabled
            system.adapter.cloud.0                  : cloud                 : ioBroker                                 - disabled
            system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
            system.adapter.denon.0                  : denon                 : ioBroker                                 -  enabled
            system.adapter.device-watcher.0         : device-watcher        : ioBroker                                 - disabled
            system.adapter.devices.0                : devices               : ioBroker                                 - disabled
            system.adapter.discovery.0              : discovery             : ioBroker                                 - disabled
            system.adapter.doorbird.0               : doorbird              : ioBroker                                 -  enabled
            system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
            system.adapter.email.0                  : email                 : ioBroker                                 -  enabled
            system.adapter.energiefluss.0           : energiefluss          : ioBroker                                 -  enabled
            system.adapter.enigma2.0                : enigma2               : ioBroker                                 -  enabled
            system.adapter.enigma2.1                : enigma2               : ioBroker                                 -  enabled
            system.adapter.eventlist.0              : eventlist             : ioBroker                                 -  enabled
            system.adapter.feiertage.0              : feiertage             : ioBroker                                 - disabled
            system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
            system.adapter.fontui.0                 : fontui                : ioBroker                                 -  enabled
            system.adapter.fronius.0                : fronius               : ioBroker                                 -  enabled
            system.adapter.fuelpricemonitor.0       : fuelpricemonitor      : ioBroker                                 -  enabled
            system.adapter.harmony.1                : harmony               : ioBroker                                 -  enabled
            system.adapter.history.0                : history               : ioBroker                                 -  enabled
            system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
            system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            system.adapter.hs100.0                  : hs100                 : ioBroker                                 -  enabled
            system.adapter.hue.0                    : hue                   : ioBroker                                 -  enabled, port: 80
            system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
            system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
            system.adapter.ical.2                   : ical                  : ioBroker                                 -  enabled
            system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
            system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : ioBroker                                 - disabled
            system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 - disabled
            system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
            system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
            system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 - disabled
            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 -  enabled
            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : ioBroker                                 - disabled
            system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 32543
            system.adapter.influxdb.1               : influxdb              : ioBroker                                 -  enabled, port: 8086
            system.adapter.influxdb.2               : influxdb              : ioBroker                                 -  enabled, port: 8086
            system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
            system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
            system.adapter.iot.1                    : iot                   : ioBroker                                 -  enabled
            system.adapter.iqontrol.0               : iqontrol              : ioBroker                                 - disabled
            system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
            system.adapter.javascript.1             : javascript            : ioBroker                                 -  enabled
            system.adapter.lg-thinq.0               : lg-thinq              : ioBroker                                 -  enabled
            system.adapter.linkeddevices.0          : linkeddevices         : ioBroker                                 -  enabled
            system.adapter.linux-control.0          : linux-control         : ioBroker                                 - disabled
            system.adapter.logparser.0              : logparser             : ioBroker                                 -  enabled
            system.adapter.meteoalarm.0             : meteoalarm            : ioBroker                                 -  enabled
            system.adapter.mihome.0                 : mihome                : ioBroker                                 -  enabled, port: 9898, bind: 0.0.0.0
            system.adapter.mytime.0                 : mytime                : ioBroker                                 -  enabled
            system.adapter.nina.0                   : nina                  : ioBroker                                 -  enabled
            system.adapter.nut.0                    : nut                   : ioBroker                                 -  enabled
            system.adapter.octoprint.0              : octoprint             : ioBroker                                 - disabled
            system.adapter.parser.0                 : parser                : ioBroker                                 -  enabled
            system.adapter.pegelalarm.0             : pegelalarm            : ioBroker                                 -  enabled
            system.adapter.pegelalarm.1             : pegelalarm            : ioBroker                                 -  enabled
            system.adapter.philips-tv-android.0     : philips-tv-android    : ioBroker                                 - disabled
            system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 -  enabled
            system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
            system.adapter.places.0                 : places                : ioBroker                                 - disabled
            system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 -  enabled
            system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
            system.adapter.proxy.0                  : proxy                 : ioBroker                                 -  enabled
            system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0 (SSL), run as: rest
            system.adapter.samsung.0                : samsung               : ioBroker                                 - disabled
            system.adapter.samsung_tizen.0          : samsung_tizen         : ioBroker                                 -  enabled, port: 8002
            system.adapter.seq.0                    : seq                   : ioBroker                                 -  enabled, port: 443
            system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
            system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker                                 -  enabled
            system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            system.adapter.snmp.0                   : snmp                  : ioBroker                                 -  enabled
            system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
            system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 -  enabled
            system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
            system.adapter.telegram-menu.0          : telegram-menu         : ioBroker                                 -  enabled
            system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
            system.adapter.tractive-gps.0           : tractive-gps          : ioBroker                                 -  enabled
            system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
            system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
            system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
            system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 - disabled
            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
            system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 -  enabled
            system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
            system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker                                 -  enabled
            system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker                                 -  enabled
            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
            system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
            system.adapter.vis-knob.0               : vis-knob              : ioBroker                                 - disabled
            system.adapter.vis-map.0                : vis-map               : ioBroker                                 - disabled
            system.adapter.vis-material.0           : vis-material          : ioBroker                                 - disabled
            system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
            system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 - disabled
            system.adapter.vis-players.0            : vis-players           : ioBroker                                 - disabled
            system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
            system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
            system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 - disabled
            system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
            system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
            system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            system.adapter.wireguard.0              : wireguard             : ioBroker                                 -  enabled
            system.adapter.xbox.0                   : xbox                  : ioBroker                                 - disabled
          
          + instance is alive
          
          Enabled adapters with bindings
            system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
            system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            system.adapter.hue.0                    : hue                   : ioBroker                                 -  enabled, port: 80
            system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 32543
            system.adapter.influxdb.1               : influxdb              : ioBroker                                 -  enabled, port: 8086
            system.adapter.influxdb.2               : influxdb              : ioBroker                                 -  enabled, port: 8086
            system.adapter.mihome.0                 : mihome                : ioBroker                                 -  enabled, port: 9898, bind: 0.0.0.0
            system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
            system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0 (SSL), run as: rest
            system.adapter.samsung_tizen.0          : samsung_tizen         : ioBroker                                 -  enabled, port: 8002
            system.adapter.seq.0                    : seq                   : ioBroker                                 -  enabled, port: 443
            system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
            system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
            system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
            system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
            system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          ioBroker-Repositories
          Stable (default): http://download.iobroker.net/sources-dist.json
          Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
          
          Active repo(s): Beta (latest)
          
          Installed ioBroker-Instances
          Used repository: Beta (latest)
          Adapter    "admin"        : 6.12.0   , installed 6.12.0
          Adapter    "alexa2"       : 3.25.2   , installed 3.25.2
          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
          Adapter    "backitup"     : 2.8.7    , installed 2.8.7
          Adapter    "birthdays"    : 2.4.0    , installed 2.4.0
          Adapter    "bring"        : 1.8.4    , installed 1.8.4
          Adapter    "cloud"        : 4.4.1    , installed 4.4.1
          Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
          Adapter    "denon"        : 1.15.4   , installed 1.15.4
          Adapter    "device-watcher": 2.9.4   , installed 2.9.4
          Adapter    "devices"      : 1.1.5    , installed 1.1.5
          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
          Adapter    "doorbird"     : 1.3.0    , installed 1.3.0
          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
          Adapter    "email"        : 1.2.0    , installed 1.2.0
          Adapter    "enigma2"      : 2.0.5    , installed 2.0.5
          Adapter    "eventlist"    : 2.0.0    , installed 2.0.0
          Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
          Adapter    "flot"         : 1.12.0   , installed 1.12.0
          Adapter    "fronius"      : 2.0.2    , installed 2.0.2
          Adapter    "fronius-solarweb": 0.0.3 , installed 0.0.3
          Adapter    "fuelpricemonitor": 0.3.6 , installed 0.3.6
          Adapter    "harmony"      : 1.2.2    , installed 1.2.2
          Adapter    "history"      : 3.0.1    , installed 3.0.1
          Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
          Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
          Adapter    "hs100"        : 2.1.2    , installed 2.1.2
          Adapter    "hue"          : 3.10.1   , installed 3.10.1
          Adapter    "ical"         : 1.13.3   , installed 1.13.3
          Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
          Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
          Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
          Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
          Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
          Adapter    "info"         : 2.0.0    , installed 2.0.0
          Adapter    "iot"          : 2.0.11   , installed 2.0.11
          Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
          Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
          Adapter    "javascript"   : 7.1.6    , installed 7.1.6
          Controller "js-controller": 5.0.14   , installed 5.0.14
          Adapter    "lg-thinq"     : 0.1.4    , installed 0.1.4
          Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
          Adapter    "linux-control": 1.1.5    , installed 1.1.6
          Adapter    "logparser"    : 2.2.0    , installed 2.2.0
          Adapter    "meteoalarm"   : 2.3.7    , installed 2.3.7
          Adapter    "mihome"       : 1.4.0    , installed 1.4.0
          Adapter    "mytime"       : 0.7.12   , installed 0.7.12
          Adapter    "nina"         : 0.0.25   , installed 0.0.25
          Adapter    "nut"          : 1.6.0    , installed 1.6.0
          Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
          Adapter    "parser"       : 2.0.7    , installed 2.0.7
          Adapter    "pegelalarm"   : 1.3.1    , installed 1.3.1
          Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
          Adapter    "ping"         : 1.6.2    , installed 1.6.2
          Adapter    "places"       : 1.1.2    , installed 1.1.2
          Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
          Adapter    "proxmox"      : 2.2.0    , installed 2.2.0
          Adapter    "proxy"        : 1.3.2    , installed 1.3.2
          Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
          Adapter    "samsung"      : 0.5.11   , installed 0.5.11
          Adapter    "seq"          : 0.3.0    , installed 0.3.0
          Adapter    "shelly"       : 6.6.1    , installed 6.6.1
          Adapter    "shuttercontrol": 1.6.2   , installed 1.6.2
          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
          Adapter    "snmp"         : 3.1.0    , installed 3.1.0
          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
          Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
          Adapter    "synology"     : 3.0.1    , installed 3.0.1
          Adapter    "telegram"     : 2.0.1    , installed 2.0.1
          Adapter    "telegram-menu": 0.8.3    , installed 0.8.3
          Adapter    "tractive-gps" : 0.1.2    , installed 0.1.2
          Adapter    "trashschedule": 2.3.0    , installed 2.3.0
          Adapter    "unifi"        : 0.6.6    , installed 0.6.6
          Adapter    "vis"          : 1.4.16   , installed 1.4.16
          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
          Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
          Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
          Adapter    "vis-icontwo"  : 0.96.0   , installed 0.96.0
          Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
          Adapter    "vis-justgage" : 2.0.0    , installed 2.0.0
          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
          Adapter    "vis-material" : 0.1.3    , installed 0.1.3
          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.5 [Updatable]
          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
          Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
          Adapter    "weatherunderground": 3.6.0, installed 3.6.0
          Adapter    "web"          : 6.1.10   , installed 6.1.10
          Adapter    "web-speedy"   : 0.2.0    , installed 0.2.0
          Adapter    "wireguard"    : 1.6.1    , installed 1.6.1
          Adapter    "ws"           : 2.5.8    , installed 2.5.8
          Adapter    "xbox"         : 1.1.0    , installed 1.1.0
          
          Objects and States
          Please stand by - This may take a while
          Objects:        52090
          States:         47239
          
          *** OS-Repositories and Updates ***
          Hit:1 https://deb.nodesource.com/node_18.x nodistro InRelease
          Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
          Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
          Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
          Reading package lists...
          Pending Updates: 0
          
          *** Listening Ports ***
          Active Internet connections (only servers)
          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
          tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      1001       378604442  13679/sshd: nega@pt
          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          377972316  1/init
          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          377973526  150/sshd: /usr/sbin
          tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          377975287  307/master
          tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      106        377974400  113/systemd-resolve
          tcp6       0      0 :::111                  :::*                    LISTEN      0          377972318  1/init
          tcp6       0      0 :::22                   :::*                    LISTEN      0          377973528  150/sshd: /usr/sbin
          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          377975288  307/master
          tcp6       0      0 ::1:6010                :::*                    LISTEN      1001       378604441  13679/sshd: nega@pt
          udp        0      0 127.0.0.53:53           0.0.0.0:*                           106        377974399  113/systemd-resolve
          udp        0      0 10.0.1.202:68           0.0.0.0:*                           105        377972518  100/systemd-network
          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          377972317  1/init
          udp6       0      0 :::111                  :::*                                0          377972319  1/init
          
          *** Log File - Last 25 Lines ***
          
          2023-10-26 17:41:43.183  - warn: host.ioBroker instance system.adapter.nina.0 terminated due to SIGTERM
          2023-10-26 17:41:43.183  - info: host.ioBroker instance system.adapter.nina.0 terminated with code null ()
          2023-10-26 17:41:43.217  - warn: host.ioBroker instance system.adapter.parser.0 terminated due to SIGTERM
          2023-10-26 17:41:43.217  - info: host.ioBroker instance system.adapter.parser.0 terminated with code null ()
          2023-10-26 17:41:43.259  - warn: host.ioBroker instance system.adapter.pi-hole.0 terminated due to SIGTERM
          2023-10-26 17:41:43.259  - info: host.ioBroker instance system.adapter.pi-hole.0 terminated with code null ()
          2023-10-26 17:41:43.292  - warn: host.ioBroker instance system.adapter.proxmox.0 terminated due to SIGTERM
          2023-10-26 17:41:43.292  - info: host.ioBroker instance system.adapter.proxmox.0 terminated with code null ()
          2023-10-26 17:41:43.336  - warn: host.ioBroker instance system.adapter.rest-api.0 terminated due to SIGTERM
          2023-10-26 17:41:43.336  - info: host.ioBroker instance system.adapter.rest-api.0 terminated with code null ()
          2023-10-26 17:41:43.369  - warn: host.ioBroker instance system.adapter.samsung_tizen.0 terminated due to SIGTERM
          2023-10-26 17:41:43.369  - info: host.ioBroker instance system.adapter.samsung_tizen.0 terminated with code null ()
          2023-10-26 17:41:43.414  - warn: host.ioBroker instance system.adapter.telegram-menu.0 terminated due to SIGTERM
          2023-10-26 17:41:43.414  - info: host.ioBroker instance system.adapter.telegram-menu.0 terminated with code null ()
          2023-10-26 17:41:43.448  - warn: host.ioBroker instance system.adapter.trashschedule.0 terminated due to SIGTERM
          2023-10-26 17:41:43.448  - info: host.ioBroker instance system.adapter.trashschedule.0 terminated with code null ()
          2023-10-26 17:41:43.497  - warn: host.ioBroker instance system.adapter.web.0 terminated due to SIGTERM
          2023-10-26 17:41:43.497  - info: host.ioBroker instance system.adapter.web.0 terminated with code null ()
          2023-10-26 17:41:43.530  - info: host.ioBroker instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
          2023-10-26 17:41:43.585  - info: host.ioBroker instance system.adapter.influxdb.1 terminated with code 0 (NO_ERROR)
          2023-10-26 17:41:43.623  - info: host.ioBroker instance system.adapter.influxdb.2 terminated with code 0 (NO_ERROR)
          2023-10-26 17:41:43.663  - info: host.ioBroker instance system.adapter.socketio.0 terminated with code 0 (NO_ERROR)
          2023-10-26 17:41:43.711  - info: host.ioBroker instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
          2023-10-26 17:41:43.711  - info: host.ioBroker All instances are stopped.
          2023-10-26 17:41:43.807  - info: host.ioBroker terminated
          
          
          ============ Mark until here for C&P =============
          
          iob diag has finished.
          
          
          Press any key for a summary
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #539

          @negalein sagte in Test Adapter Linux Control v1.x.x:

          Jetzt funktioniert auch iob diag wieder.

          Das hatte ich vermutet.

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

          1 Antwort Letzte Antwort
          0
          • crunchipC crunchip

            @negalein

            /dev/mapper/pve-vm--100--disk--0 ext4    20G   17G  1.6G  92% /
            

            da is nimmer viel Platz
            du hast da

            2.2G	/opt/iobroker/backups/
            

            dein Repo

            Get:1 https://deb.nodesource.com/node_16.x focal InRelease [4583 B]
            Get:2 https://deb.nodesource.com/node_18.x focal InRelease [4583 B]
            

            @negalein sagte in Test Adapter Linux Control v1.x.x:

            schon gemacht. ohne besserung.

            ich selbst hab keine Proxmox Steuerbefehle

            NegaleinN Offline
            NegaleinN Offline
            Negalein
            Global Moderator
            schrieb am zuletzt editiert von
            #540

            @crunchip sagte in Test Adapter Linux Control v1.x.x:

            da is nimmer viel Platz

            wurde gerade vergrößert ;)

            @meister-mopper sagte in Test Adapter Linux Control v1.x.x:

            Na dann stimmt etwas nicht, sollte 18.18.2 sein

            erledigt :)

            @crunchip sagte in Test Adapter Linux Control v1.x.x:

            vllt mal die entsprechenden Datenpunkte löschen und neu hinzu fügen

            System ist nun 100% aktuell.
            DP gerade nochmal gelöscht.
            Brachte aber leider nichts.

            Ich bin ja nicht alleine mit dem Problem.
            https://github.com/Scrounger/ioBroker.linux-control/pull/57

            Leider bringt der Fork von ihm bei mir nichts neues.

            ° Node.js: 20.17.0 NPM: 10.8.2
            ° Proxmox, Ubuntu 22.04.3 LTS
            ° Fixer ---> iob fix

            Meister MopperM crunchipC 2 Antworten Letzte Antwort
            0
            • NegaleinN Negalein

              @crunchip sagte in Test Adapter Linux Control v1.x.x:

              da is nimmer viel Platz

              wurde gerade vergrößert ;)

              @meister-mopper sagte in Test Adapter Linux Control v1.x.x:

              Na dann stimmt etwas nicht, sollte 18.18.2 sein

              erledigt :)

              @crunchip sagte in Test Adapter Linux Control v1.x.x:

              vllt mal die entsprechenden Datenpunkte löschen und neu hinzu fügen

              System ist nun 100% aktuell.
              DP gerade nochmal gelöscht.
              Brachte aber leider nichts.

              Ich bin ja nicht alleine mit dem Problem.
              https://github.com/Scrounger/ioBroker.linux-control/pull/57

              Leider bringt der Fork von ihm bei mir nichts neues.

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

              @negalein sagte in Test Adapter Linux Control v1.x.x:

              System ist nun 100% aktuell.

              Dann lügt deine Signatur :wink:

              Proxmox und HA

              NegaleinN 1 Antwort Letzte Antwort
              1
              • NegaleinN Negalein

                @crunchip sagte in Test Adapter Linux Control v1.x.x:

                da is nimmer viel Platz

                wurde gerade vergrößert ;)

                @meister-mopper sagte in Test Adapter Linux Control v1.x.x:

                Na dann stimmt etwas nicht, sollte 18.18.2 sein

                erledigt :)

                @crunchip sagte in Test Adapter Linux Control v1.x.x:

                vllt mal die entsprechenden Datenpunkte löschen und neu hinzu fügen

                System ist nun 100% aktuell.
                DP gerade nochmal gelöscht.
                Brachte aber leider nichts.

                Ich bin ja nicht alleine mit dem Problem.
                https://github.com/Scrounger/ioBroker.linux-control/pull/57

                Leider bringt der Fork von ihm bei mir nichts neues.

                crunchipC Abwesend
                crunchipC Abwesend
                crunchip
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #542

                @negalein sagte in Test Adapter Linux Control v1.x.x:

                wurde gerade vergrößert

                Auch den Hinweis auf deine 2Gb backups gesehen?
                Machst du nicht extern backups?
                Dann dürfte in /opt/iobroker/backups eigentlich gar nichts liegen

                umgestiegen von Proxmox auf Unraid

                NegaleinN Thomas BraunT 2 Antworten Letzte Antwort
                0
                • crunchipC crunchip

                  @negalein sagte in Test Adapter Linux Control v1.x.x:

                  wurde gerade vergrößert

                  Auch den Hinweis auf deine 2Gb backups gesehen?
                  Machst du nicht extern backups?
                  Dann dürfte in /opt/iobroker/backups eigentlich gar nichts liegen

                  NegaleinN Offline
                  NegaleinN Offline
                  Negalein
                  Global Moderator
                  schrieb am zuletzt editiert von
                  #543

                  @crunchip sagte in Test Adapter Linux Control v1.x.x:

                  Machst du nicht extern backups?

                  Ja, eigentlich schon.
                  Scheinen auch in der Syno auf.
                  Lösch ich auf der Syno, sind sie auch in ioB weg.
                  Hab das damals nach dem Tut. von Dutchman gemacht.

                  ° Node.js: 20.17.0 NPM: 10.8.2
                  ° Proxmox, Ubuntu 22.04.3 LTS
                  ° Fixer ---> iob fix

                  1 Antwort Letzte Antwort
                  0
                  • Meister MopperM Meister Mopper

                    @negalein sagte in Test Adapter Linux Control v1.x.x:

                    System ist nun 100% aktuell.

                    Dann lügt deine Signatur :wink:

                    NegaleinN Offline
                    NegaleinN Offline
                    Negalein
                    Global Moderator
                    schrieb am zuletzt editiert von
                    #544

                    @meister-mopper sagte in Test Adapter Linux Control v1.x.x:

                    Dann lügt deine Signatur

                    nö ;)

                    ° Node.js: 20.17.0 NPM: 10.8.2
                    ° Proxmox, Ubuntu 22.04.3 LTS
                    ° Fixer ---> iob fix

                    da_WoodyD Meister MopperM 2 Antworten Letzte Antwort
                    0
                    • crunchipC crunchip

                      @negalein sagte in Test Adapter Linux Control v1.x.x:

                      wurde gerade vergrößert

                      Auch den Hinweis auf deine 2Gb backups gesehen?
                      Machst du nicht extern backups?
                      Dann dürfte in /opt/iobroker/backups eigentlich gar nichts liegen

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

                      @crunchip sagte in Test Adapter Linux Control v1.x.x:

                      Machst du nicht extern backups?
                      Dann dürfte in /opt/iobroker/backups eigentlich gar nichts liegen

                      Das Dateisystem ist permanent eingehängt.

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

                      1 Antwort Letzte Antwort
                      0
                      • NegaleinN Negalein

                        @meister-mopper sagte in Test Adapter Linux Control v1.x.x:

                        Dann lügt deine Signatur

                        nö ;)

                        da_WoodyD Online
                        da_WoodyD Online
                        da_Woody
                        schrieb am zuletzt editiert von
                        #546

                        @negalein immer der schummler. :face_with_cowboy_hat:
                        Könntest aber noch iob diag einbauen... :face_with_rolling_eyes:

                        gruß vom Woody
                        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • da_WoodyD da_Woody

                          @negalein immer der schummler. :face_with_cowboy_hat:
                          Könntest aber noch iob diag einbauen... :face_with_rolling_eyes:

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

                          @da_woody

                          Könntest aber noch iob diag einbauen... 🙄

                          Meinst du mich? Ist in iob diag natürlich schon drin:

                          *** FILESYSTEM ***
                          
                          Filesystem                       Type   Size  Used Avail Use% Mounted on
                          /dev/mapper/pve-vm--100--disk--0 ext4    45G   17G   26G  41% /
                          10.0.1.21:/volume1/Backups       nfs4    14T   11T  3.7T  75% /opt/iobroker/backups
                          

                          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

                          da_WoodyD 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @da_woody

                            Könntest aber noch iob diag einbauen... 🙄

                            Meinst du mich? Ist in iob diag natürlich schon drin:

                            *** FILESYSTEM ***
                            
                            Filesystem                       Type   Size  Used Avail Use% Mounted on
                            /dev/mapper/pve-vm--100--disk--0 ext4    45G   17G   26G  41% /
                            10.0.1.21:/volume1/Backups       nfs4    14T   11T  3.7T  75% /opt/iobroker/backups
                            
                            da_WoodyD Online
                            da_WoodyD Online
                            da_Woody
                            schrieb am zuletzt editiert von
                            #548

                            @thomas-braun nope, meinte unser negalein! :grinning:

                            gruß vom Woody
                            HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                            1 Antwort Letzte Antwort
                            0
                            • NegaleinN Negalein

                              @meister-mopper sagte in Test Adapter Linux Control v1.x.x:

                              Dann lügt deine Signatur

                              nö ;)

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

                              @negalein sagte in Test Adapter Linux Control v1.x.x:

                              nö :wink:

                              Doch, hast du nicht Ubuntu 22.04 lts installiert? :wink:

                              3c9b84ac-a96c-4878-b7d6-f6e087246610-grafik.png

                              Proxmox und HA

                              1 Antwort Letzte Antwort
                              0
                              • David G.D Online
                                David G.D Online
                                David G.
                                schrieb am zuletzt editiert von
                                #550

                                Ich wollte eben mal AptUpgrade über den Adapter testen.

                                Irgendwie micheoes nicht.

                                Screenshot_20231101_115910_Chrome.jpg

                                sudo: Leider dürfen die folgenden Umgebungsvariablen nicht gesetzt werden: DEBIAN_FRONTEND
                                

                                Zeigt eure Lovelace-Visualisierung klick
                                (Auch ideal um sich Anregungen zu holen)

                                Meine Tabellen für eure Visualisierung klick

                                1 Antwort Letzte Antwort
                                0
                                • NegaleinN Offline
                                  NegaleinN Offline
                                  Negalein
                                  Global Moderator
                                  schrieb am zuletzt editiert von
                                  #551

                                  @Scrounger

                                  kannst du zu meinem Issue irgendwas sagen?
                                  Seit JS-Controller 5 kommen die Fehler und dein Adapter stoppt.

                                  Er sagt irgendwas von invalid Characters. Aber welche?

                                  linux-control.0 2023-11-05 15:21:15.201	error	adapter disabled
                                  linux-control.0 2023-11-05 15:20:43.666	error	[needrestart] Proxmox (10.0.1.201:22): error: Cannot find view "system", stack: Error: Cannot find view "system" at ObjectsInRedisClient._getObjectView (/opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:4317:19) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:4392:37)
                                  linux-control.0 2023-11-05 15:20:43.612	error	Cannot find view "system" for search "state" : Connection is closed.
                                  linux-control.0 2023-11-05 15:20:43.610	error	[servicesInfo] Proxmox (10.0.1.201:22): error: Connection is closed., stack: Error: Connection is closed. at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25) at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20) at Object.onceWrapper (node:events:632:26) at Socket.emit (node:events:517:28) at Socket.emit (node:domain:489:12) at TCP.<anonymous> (node:net:350:12)
                                  linux-control.0 2023-11-05 15:20:43.250	error	The pattern "io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop" is not a valid ID pattern
                                  linux-control.0 2023-11-05 15:20:43.250	error	Error: The pattern "io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2467:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5)
                                  linux-control.0 2023-11-05 15:20:43.184	error	unhandled promise rejection: The pattern "io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop" is not a valid ID pattern
                                  linux-control.0 2023-11-05 15:20:43.184	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  linux-control.0 2023-11-05 15:20:43.181	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.stop
                                  linux-control.0 2023-11-05 15:20:43.177	error	Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.start" is not a valid ID pattern
                                  linux-control.0 2023-11-05 15:20:43.177	error	ReplyError: Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.start" is not a valid ID pattern at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)
                                  linux-control.0 2023-11-05 15:20:43.177	error	unhandled promise rejection: Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.start" is not a valid ID pattern
                                  linux-control.0 2023-11-05 15:20:43.177	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  linux-control.0 2023-11-05 15:20:43.098	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.start changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.start
                                  linux-control.0 2023-11-05 15:20:43.098	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                  linux-control.0 2023-11-05 15:20:43.088	error	Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.restart" is not a valid ID pattern
                                  linux-control.0 2023-11-05 15:20:43.088	error	ReplyError: Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.restart" is not a valid ID pattern at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)
                                  linux-control.0 2023-11-05 15:20:43.086	error	unhandled promise rejection: Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.restart" is not a valid ID pattern
                                  linux-control.0 2023-11-05 15:20:43.086	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  linux-control.0 2023-11-05 15:20:43.018	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.restart changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.restart
                                  linux-control.0 2023-11-05 15:20:42.973	warn	State "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.description" has no existing object, this might lead to an error in future versions
                                  linux-control.0 2023-11-05 15:20:42.971	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.description changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.description
                                  linux-control.0 2023-11-05 15:20:42.967	warn	State "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.running" has no existing object, this might lead to an error in future versions
                                  linux-control.0 2023-11-05 15:20:42.965	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.running changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.running
                                  linux-control.0 2023-11-05 15:20:42.962	warn	State "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.active" has no existing object, this might lead to an error in future versions
                                  
                                  linux-control.0 2023-11-05 15:20:42.958	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.active changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.active
                                  linux-control.0 2023-11-05 15:20:42.916	warn	State "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.load" has no existing object, this might lead to an error in future versions
                                  linux-control.0 2023-11-05 15:20:42.913	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.load changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.load
                                  

                                  Das zB control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop wurde lt. Log nach linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.stop geändert.

                                  Aber warum? Ich hab nichts verändert an der Konfig.

                                  Was kann ich machen?

                                  Danke

                                  ° Node.js: 20.17.0 NPM: 10.8.2
                                  ° Proxmox, Ubuntu 22.04.3 LTS
                                  ° Fixer ---> iob fix

                                  wendy2702W 1 Antwort Letzte Antwort
                                  0
                                  • NegaleinN Negalein

                                    @Scrounger

                                    kannst du zu meinem Issue irgendwas sagen?
                                    Seit JS-Controller 5 kommen die Fehler und dein Adapter stoppt.

                                    Er sagt irgendwas von invalid Characters. Aber welche?

                                    linux-control.0 2023-11-05 15:21:15.201	error	adapter disabled
                                    linux-control.0 2023-11-05 15:20:43.666	error	[needrestart] Proxmox (10.0.1.201:22): error: Cannot find view "system", stack: Error: Cannot find view "system" at ObjectsInRedisClient._getObjectView (/opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:4317:19) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:4392:37)
                                    linux-control.0 2023-11-05 15:20:43.612	error	Cannot find view "system" for search "state" : Connection is closed.
                                    linux-control.0 2023-11-05 15:20:43.610	error	[servicesInfo] Proxmox (10.0.1.201:22): error: Connection is closed., stack: Error: Connection is closed. at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25) at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20) at Object.onceWrapper (node:events:632:26) at Socket.emit (node:events:517:28) at Socket.emit (node:domain:489:12) at TCP.<anonymous> (node:net:350:12)
                                    linux-control.0 2023-11-05 15:20:43.250	error	The pattern "io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop" is not a valid ID pattern
                                    linux-control.0 2023-11-05 15:20:43.250	error	Error: The pattern "io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2467:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5)
                                    linux-control.0 2023-11-05 15:20:43.184	error	unhandled promise rejection: The pattern "io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop" is not a valid ID pattern
                                    linux-control.0 2023-11-05 15:20:43.184	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    linux-control.0 2023-11-05 15:20:43.181	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.stop
                                    linux-control.0 2023-11-05 15:20:43.177	error	Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.start" is not a valid ID pattern
                                    linux-control.0 2023-11-05 15:20:43.177	error	ReplyError: Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.start" is not a valid ID pattern at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)
                                    linux-control.0 2023-11-05 15:20:43.177	error	unhandled promise rejection: Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.start" is not a valid ID pattern
                                    linux-control.0 2023-11-05 15:20:43.177	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    linux-control.0 2023-11-05 15:20:43.098	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.start changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.start
                                    linux-control.0 2023-11-05 15:20:43.098	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    linux-control.0 2023-11-05 15:20:43.088	error	Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.restart" is not a valid ID pattern
                                    linux-control.0 2023-11-05 15:20:43.088	error	ReplyError: Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.restart" is not a valid ID pattern at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)
                                    linux-control.0 2023-11-05 15:20:43.086	error	unhandled promise rejection: Error The pattern "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.restart" is not a valid ID pattern
                                    linux-control.0 2023-11-05 15:20:43.086	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    linux-control.0 2023-11-05 15:20:43.018	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.restart changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.restart
                                    linux-control.0 2023-11-05 15:20:42.973	warn	State "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.description" has no existing object, this might lead to an error in future versions
                                    linux-control.0 2023-11-05 15:20:42.971	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.description changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.description
                                    linux-control.0 2023-11-05 15:20:42.967	warn	State "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.running" has no existing object, this might lead to an error in future versions
                                    linux-control.0 2023-11-05 15:20:42.965	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.running changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.running
                                    linux-control.0 2023-11-05 15:20:42.962	warn	State "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.active" has no existing object, this might lead to an error in future versions
                                    
                                    linux-control.0 2023-11-05 15:20:42.958	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.active changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.active
                                    linux-control.0 2023-11-05 15:20:42.916	warn	State "linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.load" has no existing object, this might lead to an error in future versions
                                    linux-control.0 2023-11-05 15:20:42.913	warn	Used invalid characters: linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.load changed to linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.load
                                    

                                    Das zB control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop wurde lt. Log nach linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by_x2duuid-9C29_x2d4D7D.stop geändert.

                                    Aber warum? Ich hab nichts verändert an der Konfig.

                                    Was kann ich machen?

                                    Danke

                                    wendy2702W Offline
                                    wendy2702W Offline
                                    wendy2702
                                    schrieb am zuletzt editiert von
                                    #552

                                    Das hakt ja schon hier:

                                    Proxmox (10.0.1.201:22): error: Cannot find view "system", stack: Error: Cannot find view "system" at ObjectsInRedisClient._getObjectView (/opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:4317:19) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:4392:37)

                                    Gibt es den View noch?

                                    Dann welche Version von Proxmox und ist der fsck ein selbst definierter Befehl ?

                                    Wie sieht der aus?

                                    Gibt es das Device/laufwerk noch?

                                    io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop
                                    

                                    Bitte keine Fragen per PN, die gehören ins Forum!

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

                                    NegaleinN 1 Antwort Letzte Antwort
                                    0
                                    • wendy2702W wendy2702

                                      Das hakt ja schon hier:

                                      Proxmox (10.0.1.201:22): error: Cannot find view "system", stack: Error: Cannot find view "system" at ObjectsInRedisClient._getObjectView (/opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:4317:19) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:4392:37)

                                      Gibt es den View noch?

                                      Dann welche Version von Proxmox und ist der fsck ein selbst definierter Befehl ?

                                      Wie sieht der aus?

                                      Gibt es das Device/laufwerk noch?

                                      io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop
                                      
                                      NegaleinN Offline
                                      NegaleinN Offline
                                      Negalein
                                      Global Moderator
                                      schrieb am zuletzt editiert von Negalein
                                      #553

                                      @wendy2702 sagte in Test Adapter Linux Control v1.x.x:

                                      Gibt es den View noch?

                                      Nein, hat es auch nie gegeben.
                                      10.0.1.201 = Proxmox
                                      10.0.1.202:8082/vis/index.html#080_System = ioB und die View heißt 080_System

                                      fab14619-5090-4f8a-9a5f-8fc18a359ede-image.png
                                      984056ae-eedb-4238-b6fa-126c10aed636-image.png

                                      Gibt es das Device/laufwerk noch?>
                                      io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop

                                      root@proxmox:~# ls -l /dev/disk/by-id/
                                      total 0
                                      lrwxrwxrwx 1 root root  9 Sep  7 13:58 ata-SanDisk_SDSSDH3_1T00_221348800390 -> ../../sda
                                      lrwxrwxrwx 1 root root 10 Sep  7 13:58 ata-SanDisk_SDSSDH3_1T00_221348800390-part1 -> ../../sda1
                                      lrwxrwxrwx 1 root root 10 Sep  7 13:58 ata-SanDisk_SDSSDH3_1T00_221348800390-part2 -> ../../sda2
                                      lrwxrwxrwx 1 root root 10 Nov  6 05:06 ata-SanDisk_SDSSDH3_1T00_221348800390-part3 -> ../../sda3
                                      lrwxrwxrwx 1 root root 10 Sep  7 13:58 dm-name-pve-root -> ../../dm-1
                                      lrwxrwxrwx 1 root root 10 Sep  7 13:58 dm-name-pve-swap -> ../../dm-0
                                      lrwxrwxrwx 1 root root 10 Nov  6 05:00 dm-name-pve-vm--100--disk--0 -> ../../dm-6
                                      lrwxrwxrwx 1 root root 10 Nov  6 05:05 dm-name-pve-vm--101--disk--0 -> ../../dm-7
                                      lrwxrwxrwx 1 root root 10 Nov  6 04:04 dm-name-pve-vm--102--disk--0 -> ../../dm-8
                                      lrwxrwxrwx 1 root root 10 Nov  6 04:05 dm-name-pve-vm--103--disk--0 -> ../../dm-9
                                      lrwxrwxrwx 1 root root 11 Nov  6 04:07 dm-name-pve-vm--104--disk--0 -> ../../dm-10
                                      lrwxrwxrwx 1 root root 11 Nov  6 05:05 dm-name-pve-vm--105--disk--1 -> ../../dm-12
                                      lrwxrwxrwx 1 root root 11 Nov  6 05:06 dm-name-pve-vm--106--disk--0 -> ../../dm-11
                                      lrwxrwxrwx 1 root root 11 Nov  6 05:06 dm-name-pve-vm--107--disk--0 -> ../../dm-13
                                      lrwxrwxrwx 1 root root 10 Nov  6 04:04 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxM3dxrDM3dBYhNgI8mpPV3YmfHk75VT2CZ -> ../../dm-8
                                      lrwxrwxrwx 1 root root 10 Nov  6 05:00 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMEohxnWLY2pMegm2B06LWZhhOb4JtDLdQ -> ../../dm-6
                                      lrwxrwxrwx 1 root root 11 Nov  6 05:05 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMOiAaJ18km9GOxKBboaWrAGtoGCssq5sm -> ../../dm-12
                                      lrwxrwxrwx 1 root root 10 Sep  7 13:58 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMUldB8S2CZaYIN2ywWiLNCdTYvUJEz4ot -> ../../dm-0
                                      lrwxrwxrwx 1 root root 10 Sep  7 13:58 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMdti3rBZdxZYTN3oDHliWCdLGGomqi2xj -> ../../dm-1
                                      lrwxrwxrwx 1 root root 10 Nov  6 04:05 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMfdz28y3obse8csoHkDgVo2rTfBy8uJfJ -> ../../dm-9
                                      lrwxrwxrwx 1 root root 11 Nov  6 05:06 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMiOEhJ1hibDoUrRctAkyzN2exdG1ZcgxU -> ../../dm-13
                                      lrwxrwxrwx 1 root root 10 Nov  6 05:05 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMljq2p7vA13bd3yyKg19GNtsJ0RmMBuBi -> ../../dm-7
                                      lrwxrwxrwx 1 root root 11 Nov  6 05:06 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMqu8b9ffqSwzJpJJH3V1dSl2uQhw8p3UP -> ../../dm-11
                                      lrwxrwxrwx 1 root root 11 Nov  6 04:07 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMzv1OgYTuzbVrrzPLozpFivIdBr4F5xQv -> ../../dm-10
                                      lrwxrwxrwx 1 root root 10 Nov  6 05:06 lvm-pv-uuid-gELFXe-CNIv-TyOf-EVPI-b8LY-bEn2-Pct9zA -> ../../sda3
                                      lrwxrwxrwx 1 root root  9 Sep  7 13:58 wwn-0x5001b448b72fa263 -> ../../sda
                                      lrwxrwxrwx 1 root root 10 Sep  7 13:58 wwn-0x5001b448b72fa263-part1 -> ../../sda1
                                      lrwxrwxrwx 1 root root 10 Sep  7 13:58 wwn-0x5001b448b72fa263-part2 -> ../../sda2
                                      lrwxrwxrwx 1 root root 10 Nov  6 05:06 wwn-0x5001b448b72fa263-part3 -> ../../sda3
                                      

                                      Dann welche Version von Proxmox

                                      7.2-7

                                      ° Node.js: 20.17.0 NPM: 10.8.2
                                      ° Proxmox, Ubuntu 22.04.3 LTS
                                      ° Fixer ---> iob fix

                                      Meister MopperM crunchipC wendy2702W 3 Antworten Letzte Antwort
                                      0
                                      • NegaleinN Negalein

                                        @wendy2702 sagte in Test Adapter Linux Control v1.x.x:

                                        Gibt es den View noch?

                                        Nein, hat es auch nie gegeben.
                                        10.0.1.201 = Proxmox
                                        10.0.1.202:8082/vis/index.html#080_System = ioB und die View heißt 080_System

                                        fab14619-5090-4f8a-9a5f-8fc18a359ede-image.png
                                        984056ae-eedb-4238-b6fa-126c10aed636-image.png

                                        Gibt es das Device/laufwerk noch?>
                                        io.linux-control.0.Proxmox.services.systemd-fsck@dev-disk-by\x2duuid-9C29\x2d4D7D.stop

                                        root@proxmox:~# ls -l /dev/disk/by-id/
                                        total 0
                                        lrwxrwxrwx 1 root root  9 Sep  7 13:58 ata-SanDisk_SDSSDH3_1T00_221348800390 -> ../../sda
                                        lrwxrwxrwx 1 root root 10 Sep  7 13:58 ata-SanDisk_SDSSDH3_1T00_221348800390-part1 -> ../../sda1
                                        lrwxrwxrwx 1 root root 10 Sep  7 13:58 ata-SanDisk_SDSSDH3_1T00_221348800390-part2 -> ../../sda2
                                        lrwxrwxrwx 1 root root 10 Nov  6 05:06 ata-SanDisk_SDSSDH3_1T00_221348800390-part3 -> ../../sda3
                                        lrwxrwxrwx 1 root root 10 Sep  7 13:58 dm-name-pve-root -> ../../dm-1
                                        lrwxrwxrwx 1 root root 10 Sep  7 13:58 dm-name-pve-swap -> ../../dm-0
                                        lrwxrwxrwx 1 root root 10 Nov  6 05:00 dm-name-pve-vm--100--disk--0 -> ../../dm-6
                                        lrwxrwxrwx 1 root root 10 Nov  6 05:05 dm-name-pve-vm--101--disk--0 -> ../../dm-7
                                        lrwxrwxrwx 1 root root 10 Nov  6 04:04 dm-name-pve-vm--102--disk--0 -> ../../dm-8
                                        lrwxrwxrwx 1 root root 10 Nov  6 04:05 dm-name-pve-vm--103--disk--0 -> ../../dm-9
                                        lrwxrwxrwx 1 root root 11 Nov  6 04:07 dm-name-pve-vm--104--disk--0 -> ../../dm-10
                                        lrwxrwxrwx 1 root root 11 Nov  6 05:05 dm-name-pve-vm--105--disk--1 -> ../../dm-12
                                        lrwxrwxrwx 1 root root 11 Nov  6 05:06 dm-name-pve-vm--106--disk--0 -> ../../dm-11
                                        lrwxrwxrwx 1 root root 11 Nov  6 05:06 dm-name-pve-vm--107--disk--0 -> ../../dm-13
                                        lrwxrwxrwx 1 root root 10 Nov  6 04:04 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxM3dxrDM3dBYhNgI8mpPV3YmfHk75VT2CZ -> ../../dm-8
                                        lrwxrwxrwx 1 root root 10 Nov  6 05:00 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMEohxnWLY2pMegm2B06LWZhhOb4JtDLdQ -> ../../dm-6
                                        lrwxrwxrwx 1 root root 11 Nov  6 05:05 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMOiAaJ18km9GOxKBboaWrAGtoGCssq5sm -> ../../dm-12
                                        lrwxrwxrwx 1 root root 10 Sep  7 13:58 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMUldB8S2CZaYIN2ywWiLNCdTYvUJEz4ot -> ../../dm-0
                                        lrwxrwxrwx 1 root root 10 Sep  7 13:58 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMdti3rBZdxZYTN3oDHliWCdLGGomqi2xj -> ../../dm-1
                                        lrwxrwxrwx 1 root root 10 Nov  6 04:05 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMfdz28y3obse8csoHkDgVo2rTfBy8uJfJ -> ../../dm-9
                                        lrwxrwxrwx 1 root root 11 Nov  6 05:06 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMiOEhJ1hibDoUrRctAkyzN2exdG1ZcgxU -> ../../dm-13
                                        lrwxrwxrwx 1 root root 10 Nov  6 05:05 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMljq2p7vA13bd3yyKg19GNtsJ0RmMBuBi -> ../../dm-7
                                        lrwxrwxrwx 1 root root 11 Nov  6 05:06 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMqu8b9ffqSwzJpJJH3V1dSl2uQhw8p3UP -> ../../dm-11
                                        lrwxrwxrwx 1 root root 11 Nov  6 04:07 dm-uuid-LVM-Um7uCQ5plpg4GO0G1hTw2LTdLSxAhLxMzv1OgYTuzbVrrzPLozpFivIdBr4F5xQv -> ../../dm-10
                                        lrwxrwxrwx 1 root root 10 Nov  6 05:06 lvm-pv-uuid-gELFXe-CNIv-TyOf-EVPI-b8LY-bEn2-Pct9zA -> ../../sda3
                                        lrwxrwxrwx 1 root root  9 Sep  7 13:58 wwn-0x5001b448b72fa263 -> ../../sda
                                        lrwxrwxrwx 1 root root 10 Sep  7 13:58 wwn-0x5001b448b72fa263-part1 -> ../../sda1
                                        lrwxrwxrwx 1 root root 10 Sep  7 13:58 wwn-0x5001b448b72fa263-part2 -> ../../sda2
                                        lrwxrwxrwx 1 root root 10 Nov  6 05:06 wwn-0x5001b448b72fa263-part3 -> ../../sda3
                                        

                                        Dann welche Version von Proxmox

                                        7.2-7

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

                                        @negalein sagte in Test Adapter Linux Control v1.x.x:

                                        7.2-7

                                        Ich fahre die 8.x und habe mit dem Adapter keine Pobleme. Aber vielleicht gibt es ja jemanden, der mit 7.2-7 auch keine Probleme hat, dann könnte man das Problem mglw. eingrenzen.

                                        Proxmox und HA

                                        NegaleinN 1 Antwort Letzte Antwort
                                        0
                                        • Meister MopperM Meister Mopper

                                          @negalein sagte in Test Adapter Linux Control v1.x.x:

                                          7.2-7

                                          Ich fahre die 8.x und habe mit dem Adapter keine Pobleme. Aber vielleicht gibt es ja jemanden, der mit 7.2-7 auch keine Probleme hat, dann könnte man das Problem mglw. eingrenzen.

                                          NegaleinN Offline
                                          NegaleinN Offline
                                          Negalein
                                          Global Moderator
                                          schrieb am zuletzt editiert von
                                          #555

                                          @meister-mopper sagte in Test Adapter Linux Control v1.x.x:

                                          Ich fahre die 8.x und habe mit dem Adapter keine Pobleme. Aber vielleicht gibt es ja jemanden, der mit 7.2-7 auch keine Probleme hat

                                          komisch ist, dass vor JS-Controller 5 keine Probleme waren.

                                          Muss mir mal das Tut für das Update auf 8.x anschaun.
                                          Auf den ersten Blick sieht es sehr umfangreich aus. :(

                                          ° Node.js: 20.17.0 NPM: 10.8.2
                                          ° Proxmox, Ubuntu 22.04.3 LTS
                                          ° Fixer ---> iob fix

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          750

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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