Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Kein Backup aufgrund fehlender Permissions

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    Kein Backup aufgrund fehlender Permissions

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

      @thomas-braun Weisst Du denn wie ich die Permissions auf iobroker:iobroker bekomme, so wie @Glasfaser meint?

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

        @joergh

        Beim Docker nicht, das ist alles anders da. 🙂
        Dafür muss man ein Docker-Freak sein.

        J 1 Reply Last reply Reply Quote 1
        • Glasfaser
          Glasfaser @JoergH last edited by

          @joergh sagte in Kein Backup aufgrund fehlender Permissions:

          Ich habe keine Permissions vergeben, das ist wohl im Docker so.

          Standart ist

          iobroker : iobroker

          deshalb wundert es mich bei dir !?

          Docker über Portainer installiert !?

          J 1 Reply Last reply Reply Quote 0
          • J
            JoergH @Thomas Braun last edited by

            @thomas-braun Achso...schade. Dachte man könne das im Docker in der Konsole bearbeiten..

            1 Reply Last reply Reply Quote 0
            • J
              JoergH @Glasfaser last edited by

              @glasfaser

              Docker über Portainer installiert !?

              Nein. Ganz "normal" über Apps in Unraid. Ich habe aber danach ein Backup von meinem iobroker auf dem pi drübergespielt...könnte das damit zusammenhängen?

              Glasfaser 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @JoergH last edited by

                @joergh

                Nein. Ganz "normal" über Apps in Unraid.

                Da kann ich dir leider nicht helfen .!

                Für andere mitlesende als Info von dir :

                Aber , welche NAS hast du
                und zeige mal die Full -Ausgabe von

                iob diag
                
                J 1 Reply Last reply Reply Quote 0
                • J
                  JoergH @Glasfaser last edited by

                  @glasfaser sagte in Kein Backup aufgrund fehlender Permissions:

                  @joergh

                  Nein. Ganz "normal" über Apps in Unraid.

                  Da kann ich dir leider nicht helfen .!

                  Für andere mitlesende als Info von dir :

                  Aber , welche NAS hast du
                  und zeige mal die Full -Ausgabe von

                  iob diag
                  

                  Sehr schade.

                  Das ist mein "alter" PC mit Unraid auf USB Stick.

                  iob diag bringt keinerlei Ausgabe wenn ich das im Container ausführe...

                  Glasfaser 1 Reply Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @JoergH last edited by

                    @joergh

                    iob stop
                    iob fix
                    iob start
                    

                    dann

                    iob diag
                    
                    1 Reply Last reply Reply Quote 0
                    • J
                      JoergH last edited by

                      @glasfaser
                      Das funktioniert im Container anders. Um den iob zu stoppen muss man pkill nehmen und dann den fix laufen lassen und anschliessend den Container stoppen und neu starten.
                      Der macht aber bei jedem Start immer einen Check und setzt die Permissions neu.
                      diag kann er auch nach dem fix nicht...

                      Glasfaser 2 Replies Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @JoergH last edited by

                        @joergh sagte in Kein Backup aufgrund fehlender Permissions:

                        diag kann er auch nach dem fix nicht...

                        curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
                        
                        J 1 Reply Last reply Reply Quote 0
                        • J
                          JoergH @Glasfaser last edited by

                          @glasfaser sagte in Kein Backup aufgrund fehlender Permissions:

                          curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          ======================= SUMMARY =======================
                          v.2023-04-16

                          Operatingsystem: Debian GNU/Linux 11 (bullseye)
                          Kernel: 5.19.17-Unraid
                          Installation: Docker
                          Timezone: Etc/UTC
                          User-ID: 0
                          X-Server: false

                          Pending OS-Updates: 0
                          Pending iob updates: 0

                          Nodejs-Installation: /usr/bin/nodejs v18.16.0
                          /usr/bin/node v18.16.0
                          /usr/bin/npm 9.5.1
                          /usr/bin/npx 9.5.1

                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                          Your nodejs installation is correct

                          MEMORY:
                          total used free shared buff/cache available
                          Mem: 31G 5.6G 511M 1.2G 25G 24G
                          Swap: 0B 0B 0B
                          Total: 31G 5.6G 511M

                          Active iob-Instances: 3
                          Active repo(s): stable

                          ioBroker Core: js-controller 4.0.24
                          admin 6.3.5

                          ioBroker Status: iobroker is running on this host.

                          Objects type: jsonl
                          States type: jsonl

                          Status admin and web instance:

                          • system.adapter.admin.0 : admin : 2b4afc16c5c3 - enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            system.adapter.web.0 : web : 2b4afc16c5c3 - disabled, port: 8082, bind: 0.0.0.0, run as: admin

                          Objects: 28188
                          States: 23406

                          Size of iob-Database:

                          25M /opt/iobroker/iobroker-data/objects.jsonl
                          5.4M /opt/iobroker/iobroker-data/states.jsonl

                          =================== END OF SUMMARY ====================

                          
                          
                          Glasfaser 1 Reply Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @JoergH last edited by

                            @joergh

                            die Full - Ausgabe bitte ( am Anfang )

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              JoergH @Glasfaser last edited by

                              @glasfaser sagte in Kein Backup aufgrund fehlender Permissions:

                              @joergh

                              die Full - Ausgabe bitte ( am Anfang )

                              Ok, Du hast es so gewollt 😉

                              ======== Start marking the full check here =========
                              
                              Skript v.2023-04-16
                              
                              *** BASE SYSTEM ***
                              Architecture    : x86_64
                              Docker          : v8.0.0
                              Virtualization  : Unknown (buanet/Synology?)
                              Distributor ID: Debian
                              Description:    Debian GNU/Linux 11 (bullseye)
                              Release:        11
                              Codename:       bullseye
                              
                              PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                              NAME="Debian GNU/Linux"
                              VERSION_ID="11"
                              VERSION="11 (bullseye)"
                              VERSION_CODENAME=bullseye
                              ID=debian
                              HOME_URL="https://www.debian.org/"
                              SUPPORT_URL="https://www.debian.org/support"
                              BUG_REPORT_URL="https://bugs.debian.org/"
                              
                              Systemuptime and Load:
                               19:24:19 up 2 days,  3:25,  0 users,  load average: 6.41, 6.45, 8.04
                              CPU threads: 16
                              
                              
                              *** Time and Time Zones ***
                              Mon Apr 17 17:24:19 UTC 2023
                              Mon Apr 17 19:24:19 CEST 2023
                              CEST +0200
                              Etc/UTC
                              
                              *** User and Groups ***
                              root
                              /root
                              root
                              
                              *** X-Server-Setup ***
                              X-Server:       false
                              Desktop: 
                              Terminal: 
                              
                              
                              *** MEMORY ***
                                             total        used        free      shared  buff/cache   available
                              Mem:             31G        5.6G        390M        1.2G         25G         24G
                              Swap:             0B          0B          0B
                              Total:           31G        5.6G        390M
                              
                                      31977 M total memory
                                       5596 M used memory
                                      19817 M active memory
                                       6499 M inactive memory
                                        399 M free memory
                                          0 M buffer memory
                                      25981 M swap cache
                                          0 M total swap
                                          0 M used swap
                                          0 M free swap
                              
                              *** FILESYSTEM ***
                              Filesystem            Type       Size  Used Avail Use% Mounted on
                              /dev/mapper/nvme0n1p1 btrfs      932G   66G  866G   8% /
                              tmpfs                 tmpfs       64M     0   64M   0% /dev
                              tmpfs                 tmpfs       16G     0   16G   0% /sys/fs/cgroup
                              shm                   tmpfs       64M     0   64M   0% /dev/shm
                              shfs                  fuse.shfs  932G   66G  866G   8% /opt/iobroker
                              /dev/mapper/nvme0n1p1 btrfs      932G   66G  866G   8% /etc/hosts
                              
                              Messages concerning ext4 filesystem in dmesg:
                              
                              Show mounted filesystems (real ones only):
                              TARGET SOURCE                                                                                                                       FSTYPE OPTIONS
                              /      /dev/mapper/nvme0n1p1[/system/docker/installed/btrfs/subvolumes/a764796ea53e73d4d1a7bbfd7a7da26a4361d52997353dccddc58ff2325abd33]
                              |                                                                                                                                   btrfs  rw,noat
                              |-/opt/iobroker
                              |      shfs[/appdata/iobroker/data]                                                                                                 fuse.s rw,nosu
                              |-/opt/userscripts
                              |      shfs[/appdata/iobroker/scripts]                                                                                              fuse.s rw,nosu
                              |-/etc/resolv.conf
                              |      /dev/mapper/nvme0n1p1[/system/docker/installed/containers/2b4afc16c5c329d95cb401eea18df52817839c7478076788de46b9bdcc5c629a/resolv.conf]
                              |                                                                                                                                   btrfs  rw,noat
                              |-/etc/hostname
                              |      /dev/mapper/nvme0n1p1[/system/docker/installed/containers/2b4afc16c5c329d95cb401eea18df52817839c7478076788de46b9bdcc5c629a/hostname]
                              |                                                                                                                                   btrfs  rw,noat
                              `-/etc/hosts
                                     /dev/mapper/nvme0n1p1[/system/docker/installed/containers/2b4afc16c5c329d95cb401eea18df52817839c7478076788de46b9bdcc5c629a/hosts]
                                                                                                                                                                  btrfs  rw,noat
                              
                              Files in neuralgic directories:
                              
                              /var:
                              33M     /var/
                              30M     /var/lib
                              18M     /var/lib/apt/lists
                              18M     /var/lib/apt
                              13M     /var/lib/dpkg
                              
                              
                              
                              /opt/iobroker/backups:
                              16K     /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              308M    /opt/iobroker/iobroker-data/
                              274M    /opt/iobroker/iobroker-data/files
                              51M     /opt/iobroker/iobroker-data/files/javascript.admin
                              48M     /opt/iobroker/iobroker-data/files/telegram.admin
                              32M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                              
                              The five largest files in iobroker-data are:
                              25M     /opt/iobroker/iobroker-data/objects.jsonl
                              15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                              8.5M    /opt/iobroker/iobroker-data/files/vis.0/Homematic_Steuerung/img/Eigene_Bilder/20180322_153925_HDR.jpg
                              7.2M    /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js
                              7.2M    /opt/iobroker/iobroker-data/files/ham.admin/static/js/main.8080bc0b.js.map
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v18.16.0
                              /usr/bin/node           v18.16.0
                              /usr/bin/npm            9.5.1
                              /usr/bin/npx            9.5.1
                              
                              
                              nodejs:
                                Installed: 18.16.0-deb-1nodesource1
                                Candidate: 18.16.0-deb-1nodesource1
                                Version table:
                               *** 18.16.0-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   12.22.12~dfsg-1~deb11u3 500
                                      500 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages
                                   12.22.5~dfsg-2~11u1 500
                                      500 http://deb.debian.org/debian bullseye/main amd64 Packages
                              
                              Temp directories causing npm8 problem: 0
                              No problems detected
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              MULTIHOSTSERVICE/enabled: false
                              
                              Core adapters versions
                              js-controller:  4.0.24
                              admin:          6.3.5
                              javascript:     6.1.4
                              
                              Adapters from github:   0
                              
                              Adapter State
                              + system.adapter.admin.0                  : admin                 : 2b4afc16c5c3                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.backitup.0               : backitup              : 2b4afc16c5c3                             -  enabled
                                system.adapter.birthdays.0              : birthdays             : 2b4afc16c5c3                             - disabled
                                system.adapter.daikin-cloud.0           : daikin-cloud          : 2b4afc16c5c3                             - disabled
                                system.adapter.denon.0                  : denon                 : 2b4afc16c5c3                             - disabled
                                system.adapter.discovery.0              : discovery             : 2b4afc16c5c3                             - disabled
                                system.adapter.dwd.0                    : dwd                   : 2b4afc16c5c3                             - disabled
                                system.adapter.exchangerates.0          : exchangerates         : 2b4afc16c5c3                             - disabled
                                system.adapter.fb-checkpresence.0       : fb-checkpresence      : 2b4afc16c5c3                             - disabled
                                system.adapter.firetv.0                 : firetv                : 2b4afc16c5c3                             - disabled
                                system.adapter.fullybrowser.0           : fullybrowser          : 2b4afc16c5c3                             - disabled
                                system.adapter.go-e.0                   : go-e                  : 2b4afc16c5c3                             - disabled
                                system.adapter.ham.0                    : ham                   : 2b4afc16c5c3                             - disabled
                                system.adapter.hm-rega.0                : hm-rega               : 2b4afc16c5c3                             - disabled
                                system.adapter.hm-rpc.0                 : hm-rpc                : 2b4afc16c5c3                             - disabled, port: 18701
                                system.adapter.hm-rpc.3                 : hm-rpc                : 2b4afc16c5c3                             - disabled, port: 0
                                system.adapter.hm-rpc.4                 : hm-rpc                : 2b4afc16c5c3                             - disabled, port: 0
                                system.adapter.hm-rpc.5                 : hm-rpc                : 2b4afc16c5c3                             - disabled, port: 0
                                system.adapter.ical.0                   : ical                  : 2b4afc16c5c3                             - disabled
                                system.adapter.ical.1                   : ical                  : 2b4afc16c5c3                             - disabled
                                system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: 2b4afc16c5c3                             - disabled
                                system.adapter.icons-icons8.0           : icons-icons8          : 2b4afc16c5c3                             - disabled
                                system.adapter.icons-material-png.0     : icons-material-png    : 2b4afc16c5c3                             - disabled
                                system.adapter.icons-material-svg.0     : icons-material-svg    : 2b4afc16c5c3                             - disabled
                                system.adapter.icons-mfd-png.0          : icons-mfd-png         : 2b4afc16c5c3                             - disabled
                                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : 2b4afc16c5c3                             - disabled
                                system.adapter.influxdb.0               : influxdb              : 2b4afc16c5c3                             - disabled, port: 8086
                                system.adapter.info.0                   : info                  : 2b4afc16c5c3                             - disabled
                                system.adapter.javascript.0             : javascript            : 2b4afc16c5c3                             - disabled
                                system.adapter.mielecloudservice.0      : mielecloudservice     : 2b4afc16c5c3                             - disabled
                                system.adapter.mihome-vacuum.1          : mihome-vacuum         : 2b4afc16c5c3                             - disabled, port: 54321
                                system.adapter.modbus.0                 : modbus                : 2b4afc16c5c3                             - disabled
                                system.adapter.mqtt.0                   : mqtt                  : 2b4afc16c5c3                             - disabled, port: 1883, bind: 0.0.0.0
                                system.adapter.netatmo-crawler.0        : netatmo-crawler       : 2b4afc16c5c3                             - disabled
                                system.adapter.octoprint.0              : octoprint             : 2b4afc16c5c3                             - disabled
                                system.adapter.odl.0                    : odl                   : 2b4afc16c5c3                             - disabled
                                system.adapter.openweathermap.0         : openweathermap        : 2b4afc16c5c3                             - disabled
                                system.adapter.pollenflug.0             : pollenflug            : 2b4afc16c5c3                             - disabled
                                system.adapter.powerfox2.0              : powerfox2             : 2b4afc16c5c3                             - disabled
                                system.adapter.pvforecast.0             : pvforecast            : 2b4afc16c5c3                             - disabled
                                system.adapter.renault.0                : renault               : 2b4afc16c5c3                             - disabled
                                system.adapter.sayit.0                  : sayit                 : 2b4afc16c5c3                             - disabled, port: 0
                                system.adapter.schoolfree.0             : schoolfree            : 2b4afc16c5c3                             - disabled
                                system.adapter.shelly.0                 : shelly                : 2b4afc16c5c3                             - disabled, port: 1882, bind: 0.0.0.0
                                system.adapter.sourceanalytix.0         : sourceanalytix        : 2b4afc16c5c3                             - disabled
                                system.adapter.telegram.0               : telegram              : 2b4afc16c5c3                             - disabled, port: 8443, bind: 0.0.0.0
                                system.adapter.tesla-motors.0           : tesla-motors          : 2b4afc16c5c3                             - disabled
                                system.adapter.tr-064.0                 : tr-064                : 2b4afc16c5c3                             - disabled
                                system.adapter.trashschedule.0          : trashschedule         : 2b4afc16c5c3                             - disabled
                                system.adapter.vaillant.0               : vaillant              : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-google-fonts.0       : vis-google-fonts      : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-icontwo.0            : vis-icontwo           : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-inventwo.0           : vis-inventwo          : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-justgage.0           : vis-justgage          : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-material-advanced.0  : vis-material-advanced : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-plumb.0              : vis-plumb             : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-rgraph.0             : vis-rgraph            : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-timeandweather.0     : vis-timeandweather    : 2b4afc16c5c3                             - disabled
                                system.adapter.vis-weather.0            : vis-weather           : 2b4afc16c5c3                             - disabled
                                system.adapter.vis.0                    : vis                   : 2b4afc16c5c3                             - disabled
                                system.adapter.web.0                    : web                   : 2b4afc16c5c3                             - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              + system.adapter.admin.0                  : admin                 : 2b4afc16c5c3                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              
                              ioBroker-Repositories
                              stable        : http://download.iobroker.net/sources-dist.json
                              beta          : http://download.iobroker.net/sources-dist-latest.json
                              
                              Active repo(s): stable
                              
                              Installed ioBroker-Instances
                              Used repository: stable
                              Adapter    "admin"        : 6.3.5    , installed 6.3.5
                              Adapter    "backitup"     : 2.6.16   , installed 2.6.16
                              Adapter    "birthdays"    : 2.2.0    , installed 2.2.0
                              Adapter    "denon"        : 1.15.0   , installed 1.15.0
                              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                              Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                              Adapter    "exchangerates": 0.0.14   , installed 0.0.14
                              Adapter    "fb-checkpresence": 1.1.26, installed 1.1.26
                              Adapter    "firetv"       : 1.0.0    , installed 1.0.0
                              Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                              Adapter    "go-e"         : 1.0.27   , installed 1.0.27
                              Adapter    "ham"          : 5.3.1    , installed 5.3.1
                              Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                              Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
                              Adapter    "ical"         : 1.13.2   , installed 1.13.2
                              Adapter    "icons-addictive-flavour-png": 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    "influxdb"     : 3.2.0    , installed 3.2.0
                              Adapter    "info"         : 1.9.19   , installed 1.9.19
                              Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                              Controller "js-controller": 4.0.24   , installed 4.0.24
                              Adapter    "mielecloudservice": 6.4.0, installed 6.4.0
                              Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
                              Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                              Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                              Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                              Adapter    "octoprint"    : 4.0.0    , installed 4.0.0
                              Adapter    "odl"          : 2.0.5    , installed 2.0.5
                              Adapter    "openweathermap": 0.3.3   , installed 0.3.3
                              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                              Adapter    "powerfox2"    : 0.0.12   , installed 0.0.12
                              Adapter    "pvforecast"   : 2.3.0    , installed 2.3.0
                              Adapter    "renault"      : 0.0.15   , installed 0.0.15
                              Adapter    "sayit"        : 1.12.3   , installed 1.12.3
                              Adapter    "schoolfree"   : 1.1.1    , installed 1.1.1
                              Adapter    "shelly"       : 6.3.1    , installed 6.3.1
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                              Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                              Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
                              Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                              Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                              Adapter    "vaillant"     : 0.1.2    , installed 0.1.2
                              Adapter    "vis"          : 1.4.16   , installed 1.4.16
                              Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                              Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                              Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                              Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                              Adapter    "vis-icontwo"  : 0.93.0   , installed 0.93.0
                              Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                              Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                              Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                              Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                              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    "web"          : 4.3.0    , installed 4.3.0
                              Adapter    "ws"           : 1.3.0    , installed 1.3.0
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        28188
                              States:         23406
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://deb.debian.org/debian bullseye InRelease
                              Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
                              Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                              Hit:4 https://deb.nodesource.com/node_18.x bullseye InRelease
                              Reading package lists... Done                       
                              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:9000          0.0.0.0:*               LISTEN      99         15054269   132/iobroker.js-con 
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      99         15040174   132/iobroker.js-con 
                              tcp6       0      0 :::8081                 :::*                    LISTEN      99         15056164   161/io.admin.0      
                              
                              *** Log File - Last 25 Lines ***
                              
                              2023-04-17 19:15:30.255  - error: host.2b4afc16c5c3 iobroker npm-install: host.2b4afc16c5c3 Unknown packetName sourceanalytix. Please install packages from outside the repository using npm!
                              2023-04-17 19:15:31.267  - info: host.2b4afc16c5c3 iobroker npm-install: exit 12
                              2023-04-17 19:15:32.267  - warn: host.2b4afc16c5c3 startInstance cannot find adapter "daikin-cloud@0.2.3". Try to install it... 2 attempt
                              2023-04-17 19:15:32.267  - info: host.2b4afc16c5c3 iobroker install daikin-cloud@0.2.3 using installedFrom
                              2023-04-17 19:15:33.985  - info: host.2b4afc16c5c3 iobroker npm-install: NPM version: 9.5.1
                              2023-04-17 19:15:33.986  - info: host.2b4afc16c5c3 iobroker npm-install: Installing iobroker.daikin-cloud@0.2.3... (System call)
                              2023-04-17 19:15:35.511  - error: host.2b4afc16c5c3 iobroker npm-install: host.2b4afc16c5c3 Cannot install iobroker.daikin-cloud@0.2.3: 1
                              2023-04-17 19:15:36.521  - info: host.2b4afc16c5c3 iobroker npm-install: exit 25
                              2023-04-17 19:15:36.944  - debug: backitup.0 (215) mount activ... umount in 2 Seconds!!
                              2023-04-17 19:15:37.522  - warn: host.2b4afc16c5c3 startInstance cannot find adapter "daikin-cloud@0.2.3". Try to install it... 3 attempt
                              2023-04-17 19:15:37.522  - info: host.2b4afc16c5c3 iobroker install daikin-cloud@0.2.3 using installedVersion
                              2023-04-17 19:15:38.970  - debug: backitup.0 (215) umount successfully completed
                              2023-04-17 19:15:39.259  - info: host.2b4afc16c5c3 iobroker npm-install: NPM version: 9.5.1
                              2023-04-17 19:15:39.259  - info: host.2b4afc16c5c3 iobroker npm-install: Installing iobroker.daikin-cloud@0.2.3... (System call)
                              2023-04-17 19:15:40.405  - info: admin.0 (161) ==> Connected system.user.admin from ::ffff:172.17.0.1
                              2023-04-17 19:15:41.082  - error: host.2b4afc16c5c3 iobroker npm-install: host.2b4afc16c5c3 Cannot install iobroker.daikin-cloud@0.2.3: 1
                              2023-04-17 19:15:41.578  - info: admin.0 (161) ==> Connected system.user.admin from ::ffff:172.17.0.1
                              2023-04-17 19:15:42.096  - info: host.2b4afc16c5c3 iobroker npm-install: exit 25
                              2023-04-17 19:15:43.096  - warn: host.2b4afc16c5c3 startInstance cannot find adapter "daikin-cloud@0.2.3". Try to install it... 4 attempt
                              2023-04-17 19:15:43.096  - info: host.2b4afc16c5c3 iobroker install daikin-cloud@0.2.3 using installedVersion
                              2023-04-17 19:15:44.895  - info: host.2b4afc16c5c3 iobroker npm-install: NPM version: 9.5.1
                              2023-04-17 19:15:44.896  - info: host.2b4afc16c5c3 iobroker npm-install: Installing iobroker.daikin-cloud@0.2.3... (System call)
                              2023-04-17 19:15:46.375  - error: host.2b4afc16c5c3 iobroker npm-install: host.2b4afc16c5c3 Cannot install iobroker.daikin-cloud@0.2.3: 1
                              2023-04-17 19:15:47.384  - info: host.2b4afc16c5c3 iobroker npm-install: exit 25
                              2023-04-17 19:15:48.384  - error: host.2b4afc16c5c3 Cannot download and install adapter "daikin-cloud@0.2.3". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
                              
                              ============ Mark until here for C&P =============
                              

                              Homoran Glasfaser 2 Replies Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @JoergH last edited by

                                @joergh sagte in Kein Backup aufgrund fehlender Permissions:

                                load average: 6.41, 6.45, 8.04

                                was treibst du da?

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  JoergH @Homoran last edited by Homoran

                                  @homoran Was besagt das? CPU Last?

                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @JoergH last edited by

                                    @joergh sagte in Kein Backup aufgrund fehlender Permissions:

                                    2023-04-17 19:15:41.082 - error: host.2b4afc16c5c3 iobroker npm-install: host.2b4afc16c5c3 Cannot install iobroker.daikin-cloud@0.2.3: 1
                                    2023-04-17 19:15:47.384 - info: host.2b4afc16c5c3 iobroker npm-install: exit 25

                                    Auszug :

                                    Der röddelt aber ganz schön nach deinem Log

                                    Dazu gibt es zb. ein Thread :
                                    https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update

                                    J 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @JoergH last edited by Homoran

                                      @joergh sagte in Kein Backup aufgrund fehlender Permissions:

                                      @homoran Was besagt das? CPU Last?

                                      nicht nur, auch I/O Vorgänge.

                                      selbst wenn du 16 Kerne hättest, wäre der Rechner zu 50% ausgelastet

                                      J 1 Reply Last reply Reply Quote 0
                                      • J
                                        JoergH @Glasfaser last edited by

                                        @glasfaser sagte in Kein Backup aufgrund fehlender Permissions:

                                        @joergh sagte in Kein Backup aufgrund fehlender Permissions:

                                        2023-04-17 19:15:41.082 - error: host.2b4afc16c5c3 iobroker npm-install: host.2b4afc16c5c3 Cannot install iobroker.daikin-cloud@0.2.3: 1
                                        2023-04-17 19:15:47.384 - info: host.2b4afc16c5c3 iobroker npm-install: exit 25

                                        Auszug :

                                        Der röddelt aber ganz schön nach deinem Log

                                        Dazu gibt es zb. ein Thread :
                                        https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update

                                        Der Daikin Adapter läuft nicht mit Nodejs 18, ist also "normal"...habe ich noch nicht aus dem iob geschmissen, aber die laufen eh alle nicht bis auf die Grundadapter bisher...

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          JoergH @Homoran last edited by

                                          @homoran sagte in Kein Backup aufgrund fehlender Permissions:

                                          @joergh sagte in Kein Backup aufgrund fehlender Permissions:

                                          @homoran Was besagt das? CPU Last?

                                          nicht nur, auch I/O Vorgänge.

                                          selbst wenn du 16 Kerne hättest, wäre der Rechner zu 50% ausgelastet

                                          Ja, ist ein i9 und der macht gerade Backups meiner Rechner, deswegen ist der gut beschäftigt, neben den 15 Dockern oder wie viele es jetzt sind...

                                          1 Reply Last reply Reply Quote 0
                                          • Glasfaser
                                            Glasfaser @JoergH last edited by

                                            @joergh sagte in Kein Backup aufgrund fehlender Permissions:

                                            Der macht aber bei jedem Start immer einen Check und setzt die Permissions neu.

                                            mache mal bitte jetzt ein Backup Lokal und schau dann nach

                                            im Verzeichnis:

                                            opt/iobroker/backups# ls -la
                                            
                                            J 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            534
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

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