Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Proxmox
    5. Proxmox: Fehlermeldung bei backup - vzdump ?

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Proxmox: Fehlermeldung bei backup - vzdump ?

    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User @GOETSCHHOFER last edited by

      @goetschhofer sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

      Danke

      Moin,

      anstelle von dem Spoiler gedönse, setz Log oder Konsolen Text lieber in Code Tags </>, dann kann man das auch lesen und muss sich das nicht erst selbst formatieren.

      VG
      Bernd

      G 1 Reply Last reply Reply Quote 1
      • crunchip
        crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

        @goetschhofer du hast nen Schreibfehler
        eb05fbc7-cb56-48a5-ad07-a27c18da1eef-image.png

        G 1 Reply Last reply Reply Quote 0
        • G
          GOETSCHHOFER @Guest last edited by

          @dp20eic said in Proxmox: Fehlermeldung bei backup - vzdump ?:

          @goetschhofer sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

          Danke

          Moin,

          anstelle von dem Spoiler gedönse, setz Log oder Konsolen Text lieber in Code Tags </>, dann kann man das auch lesen und muss sich das nicht erst selbst formatieren.

          VG
          Bernd

          Danke für den Hinweis, dies habe ich mittlerweile verschwitzt. 🙂

          1 Reply Last reply Reply Quote 0
          • G
            GOETSCHHOFER @crunchip last edited by GOETSCHHOFER

            @crunchip said in Proxmox: Fehlermeldung bei backup - vzdump ?:

            @goetschhofer du hast nen Schreibfehler
            eb05fbc7-cb56-48a5-ad07-a27c18da1eef-image.png

            Du hast Adleraugen !👍
            Aber wie korrigiere ich dies ?

            Meinst du das a, welches an nof klebt ?
            Wäre dies so korrekt ?
            UUID=424d08e7-6f86-47bf-b555-9db175a8b480 /media/USB-NUC-NAS ext4 auto,nof ail,sync,users,rw 0 0
            UUID=5576a41a-ac4a-e078-95c4-1533985caaa3 /media/usb_backup ext4 auto,nof ail,sync,users,rw 0 0

            Danke

            ? 1 Reply Last reply Reply Quote 0
            • ?
              A Former User @GOETSCHHOFER last edited by A Former User

              @goetschhofer sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

              Wäre dies so korrekt ?

              Moin,

              wieder keine Code Tags 😉

              Und nein, das ist nicht korrekt, sondern so!

              UUID=424d08e7-6f86-47bf-b555-9db175a8b480 /media/USB-NUC-NAS ext4 auto,nofail,sync,users,rw 0 0
              UUID=5576a41a-ac4a-e078-95c4-1533985caaa3 /media/usb_backup ext4 auto,nofail,sync,users,rw 0 0
              

              Erklärung kommt gleich 🙂

              VG
              Bernd

              P.S.: Linux Einführungsgrundkurs:

              1. was ist die fstab ⇒ https://wiki.ubuntuusers.de/fstab/
                • dazu die ausführliche Auflistung aller optionen ⇒ https://wiki.ubuntuusers.de/mount/#Optionen

              P.P.S.: wieso macht man sich das Leben so schwer und schreibt da eine lange Liste von optionen, mit der Gefahr, dass man sich verschreibt ;), wenn es auch ein einfaches defaults tun würde!

              G 1 Reply Last reply Reply Quote 2
              • G
                GOETSCHHOFER @Guest last edited by

                @dp20eic said in Proxmox: Fehlermeldung bei backup - vzdump ?:

                @goetschhofer sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

                Wäre dies so korrekt ?

                Moin,

                wieder keine Code Tags 😉

                Und nein, das ist nicht korrekt, sondern so!

                UUID=424d08e7-6f86-47bf-b555-9db175a8b480 /media/USB-NUC-NAS ext4 auto,nofail,sync,users,rw 0 0
                UUID=5576a41a-ac4a-e078-95c4-1533985caaa3 /media/usb_backup ext4 auto,nofail,sync,users,rw 0 0
                

                Erklärung kommt gleich 🙂

                VG
                Bernd

                P.S.: Linux Einführungsgrundkurs:

                1. was ist die fstab ⇒ https://wiki.ubuntuusers.de/fstab/
                • dazu die ausführliche Auflistung aller optionen ⇒ https://wiki.ubuntuusers.de/mount/#Optionen

                Muss ich die beiden Sticks jetzt neu mounten oder kann ich dies im Detail ändern ?
                Bin mit der Fülle an Infos echt überfordert. 🤔

                ? 1 Reply Last reply Reply Quote 0
                • ?
                  A Former User @GOETSCHHOFER last edited by

                  @goetschhofer sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

                  Bin mit der Fülle an Infos echt überfordert.

                  Moin,

                  ich kenne Deinen Linux Skill nicht, wie Du unter Linux eine Datei editierst, solltest Du schon wissen.
                  Als Erstes würde ich die beiden Sticks aushängen, dazu einmal in Proxmox anmelden und im PVE in die Konsole gehen, dann

                  # umount /media/USB-NUC-NAS
                  # umount /media/usb_backup
                  

                  Dann kannst Du die fstab editieren, entweder mit nano oder mit vi / vim was die besser gefällt

                  # nano /etc/fstab
                  

                  Du musst nur jeweils das eine Leerzeichen aus den beiden Zeilen entfernen

                  --Falsch
                  nof ail
                  nof ail
                  
                  --richtig
                  nofail
                  nofail
                  

                  Datei speichern und dann die Sticks wieder Mounten

                  # mount /media/USB-NUC-NAS
                  # mount /media/usb_backup
                  

                  Das sollte es gewesen sein, ob das auch das Problem beseitigt, kann ich nicht sagen, da ich im Thread die Übersicht verloren habe.

                  VG
                  Bernd

                  G 1 Reply Last reply Reply Quote 2
                  • G
                    GOETSCHHOFER @Guest last edited by GOETSCHHOFER

                    Hallo Bernd,

                    vielen Dank für die detaillierte Erläuterung.

                    LG

                    Karl

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      GOETSCHHOFER @GOETSCHHOFER last edited by GOETSCHHOFER

                      @crunchip
                      Seit gestern kann ich nicht mehr auf den iobroker über die WBUI http://192.168.1.176:8081/#tab-instances zugreifen, obwohl die VM in proxmox läuft, Zugriff über Putty auch möglich.

                      Habe den iobroker über die shell mal gefixt, iobroker stop, iobroker fix , iobroker start.
                      Hat aber nichts geholfen.

                      Vielen Dank für die Hilfe.


                      56b58cd8-8cc8-4bfd-ba3d-e33353d0cfee-image.png

                      Meister Mopper 1 Reply Last reply Reply Quote 0
                      • Meister Mopper
                        Meister Mopper @GOETSCHHOFER last edited by

                        @goetschhofer sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

                        eit gestern kann ich nicht mehr auf den iobroker über die WBUI http://192.168.1.176:8081/#tab-instances zugreifen, obwohl die VM in proxmox läuft, Zugriff über Putty auch möglich.

                        Na dann klöppel doch mal das Ergebnis von iob diag in code tags hier rein.

                        G 1 Reply Last reply Reply Quote 1
                        • G
                          GOETSCHHOFER @Meister Mopper last edited by GOETSCHHOFER

                          @meister-mopper

                          Das Problem wird vermutlich sein, dass ich einfach vollkommen im Rückstand bin, was die updates anbelangt. 🤕

                          ======== Start marking the full check here =========

                          Skript v.2023-10-10
                          
                          *** BASE SYSTEM ***
                             Static hostname: IOBROKER
                                   Icon name: computer-vm
                                     Chassis: vm
                              Virtualization: kvm
                            Operating System: Debian GNU/Linux 10 (buster)
                                      Kernel: Linux 4.19.0-18-amd64
                                Architecture: x86-64
                          
                          model name      : Common KVM processor
                          Docker          : false
                          Virtualization  : kvm
                          Kernel          : x86_64
                          Userland        : amd64
                          
                          Systemuptime and Load:
                           09:28:40 up  1:26,  2 users,  load average: 0.01, 0.04, 0.00
                          CPU threads: 6
                          
                          
                          *** Time and Time Zones ***
                                         Local time: Fri 2023-12-29 09:28:40 CET
                                     Universal time: Fri 2023-12-29 08:28:40 UTC
                                           RTC time: Fri 2023-12-29 08:28:41
                                          Time zone: Europe/Vienna (CET, +0100)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** User and Groups ***
                          karl
                          /home/karl
                          karl cdrom floppy sudo audio dip video plugdev netdev iobroker
                          
                          *** X-Server-Setup ***
                          X-Server:       false
                          Desktop:
                          Terminal:       tty
                          Boot Target:    graphical.target
                          
                          *** MEMORY ***
                                        total        used        free      shared  buff/cache   available
                          Mem:           5.5G        195M        4.4G        7.0M        837M        5.0G
                          Swap:          974M          0B        974M
                          Total:         6.4G        195M        5.4G
                          
                                   5458 M total memory
                                    195 M used memory
                                    528 M active memory
                                    165 M inactive memory
                                   4425 M free memory
                                    154 M buffer memory
                                    682 M swap cache
                                    974 M total swap
                                      0 M used swap
                                    974 M free swap
                          
                          *** FAILED SERVICES ***
                          
                          0 loaded units listed. Pass --all to see loaded but inactive units, too.
                          To show all installed unit files use 'systemctl list-unit-files'.
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          udev           devtmpfs  2.7G     0  2.7G   0% /dev
                          tmpfs          tmpfs     546M  7.3M  539M   2% /run
                          /dev/sda1      ext4       19G  4.1G   14G  23% /
                          tmpfs          tmpfs     2.7G     0  2.7G   0% /dev/shm
                          tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                          tmpfs          tmpfs     2.7G     0  2.7G   0% /sys/fs/cgroup
                          tmpfs          tmpfs     546M     0  546M   0% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Fri Dec 29 08:01:49 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                          [Fri Dec 29 08:01:49 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                          
                          Show mounted filesystems \(real ones only\):
                          TARGET        SOURCE    FSTYPE OPTIONS
                          /             /dev/sda1 ext4   rw,relatime,errors=remount-ro
                          `-/sys/fs/bpf bpf       bpf    rw,nosuid,nodev,noexec,relatime,mode=700
                          
                          Files in neuralgic directories:
                          
                          /var:
                          412M    /var/
                          226M    /var/cache
                          220M    /var/cache/apt
                          168M    /var/lib
                          157M    /var/cache/apt/archives
                          
                          Hint: You are currently not seeing messages from other users and the system.
                                Users in the 'systemd-journal' group can see all messages. Pass -q to
                                turn off this notice.
                          No journal files were opened due to insufficient permissions.
                          
                          /opt/iobroker/backups:
                          4.0K    /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          309M    /opt/iobroker/iobroker-data/
                          230M    /opt/iobroker/iobroker-data/files
                          78M     /opt/iobroker/iobroker-data/backup-objects
                          42M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js
                          42M     /opt/iobroker/iobroker-data/files/modbus.admin/static
                          
                          The five largest files in iobroker-data are:
                          11M     /opt/iobroker/iobroker-data/files/echarts/static/js/2.0a6dd638.chunk.js.map
                          11M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/2.0a6dd638.chunk.js.map
                          9.3M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/2.b6edad9e.chunk.js.map
                          6.8M    /opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.0aad1268.chunk.js.map
                          6.2M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/2.261c158c.chunk.js.map
                          
                          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         v12.22.7
                          /usr/bin/node           v12.22.7
                          /usr/bin/npm            6.14.15
                          /usr/bin/npx            6.14.15
                          /home/iobroker/.diag.sh: line 281: corepack: command not found
                          
                          *** nodejs is NOT correctly installed ***
                          
                          nodejs:
                            Installed: 12.22.7-deb-1nodesource1
                            Candidate: 12.22.12-deb-1nodesource1
                            Version table:
                               12.22.12-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_12.x buster/main amd64 Packages
                           *** 12.22.7-deb-1nodesource1 100
                                  100 /var/lib/dpkg/status
                               10.24.0~dfsg-1~deb10u3 500
                                  500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                               10.24.0~dfsg-1~deb10u1 500
                                  500 http://deb.debian.org/debian buster/main amd64 Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          Errors in npm tree:
                          npm ERR! peer dep missing: tough-cookie@>=4.0.0, required by axios-cookiejar-support@2.0.3
                          npm ERR! peer dep missing: tough-cookie@^4.0.0, required by http-cookie-agent@1.0.4
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                           Cannot read system.config: null (OK when migrating or restoring)
                           Cannot find view "system" for search "host"
                          iobroker is running on this host.
                          
                          
                          Objects type: file
                          States  type: file
                          
                          Core adapters versions
                          js-controller:  3.2.16
                          admin:          5.1.23
                          javascript:     5.1.3
                          
                          npm ERR! peer dep missing: tough-cookie@>=4.0.0, required by axios-cookiejar-support@2.0.3
                          npm ERR! peer dep missing: tough-cookie@^4.0.0, required by http-cookie-agent@1.0.4
                          Adapters from github:   24
                          
                          Adapter State
                           Cannot read system.config: null (OK when migrating or restoring)
                           Cannot find view "system" for search "host"
                          
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          
                          ioBroker-Repositories
                           Cannot read system.config: null (OK when migrating or restoring)
                           Cannot find view "system" for search "host"
                          Cannot get list: undefined
                          
                          Installed ioBroker-Instances
                           Cannot read system.config: null (OK when migrating or restoring)
                           Cannot find view "system" for search "host"
                          Error: Object "system.config" not found
                          ^C
                          karl@IOBROKER:~$
                          
                          [/s]
                          crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active last edited by

                            @goetschhofer siehst wohl so aus als wenn iobroker selbst nicht läuft, wie @Meister-Mopper schon erwähnte, die Ausgabe von iob diag zeigen

                            G 1 Reply Last reply Reply Quote 1
                            • G
                              GOETSCHHOFER @crunchip last edited by

                              @crunchip said in Proxmox: Fehlermeldung bei backup - vzdump ?:

                              @goetschhofer siehst wohl so aus als wenn iobroker selbst nicht läuft, wie @Meister-Mopper schon erwähnte, die Ausgabe von iob diag zeigen

                              Bei VM-iobroker habe ich gleich anfangs einen reboot in proxmox gemacht.

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

                                @goetschhofer sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

                                Das Problem wird vermutlich sein, dass ich einfach vollkommen im Rückstand bin, was die updates anbelangt.

                                allerdings, mit nodejs 12.x kommste nimmer weit

                                G 1 Reply Last reply Reply Quote 1
                                • G
                                  GOETSCHHOFER @crunchip last edited by

                                  @crunchip

                                  Ja ich weiß. 🤕

                                  Meister Mopper crunchip 2 Replies Last reply Reply Quote 0
                                  • Meister Mopper
                                    Meister Mopper @GOETSCHHOFER last edited by

                                    @goetschhofer

                                    Vorschlag:
                                    Bau da eine neue vm mit einem 64-bit bookworm debian, installier den iobroker mit dem Einzeiler, installier manuell den vis-Adapter und spiel ein (hoffentlich) vorhandenes backitup-Backup ein.

                                    G Thomas Braun 2 Replies Last reply Reply Quote 1
                                    • crunchip
                                      crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                                      @goetschhofer ich hatte dir das hier schon geschrieben
                                      https://forum.iobroker.net/post/985600

                                      G 1 Reply Last reply Reply Quote 1
                                      • G
                                        GOETSCHHOFER @crunchip last edited by

                                        @crunchip

                                        Sorry !

                                        ======== Start marking the full check here =========
                                        
                                        ```
                                        Skript v.2023-10-10
                                        
                                        *** BASE SYSTEM ***
                                           Static hostname: IOBROKER
                                                 Icon name: computer-vm
                                                   Chassis: vm
                                            Virtualization: kvm
                                          Operating System: Debian GNU/Linux 10 (buster)
                                                    Kernel: Linux 4.19.0-18-amd64
                                              Architecture: x86-64
                                        
                                        model name      : Common KVM processor
                                        Docker          : false
                                        Virtualization  : kvm
                                        Kernel          : x86_64
                                        Userland        : amd64
                                        
                                        Systemuptime and Load:
                                         09:46:56 up 4 min,  1 user,  load average: 0.00, 0.02, 0.00
                                        CPU threads: 6
                                        
                                        
                                        *** Time and Time Zones ***
                                                       Local time: Fri 2023-12-29 09:46:56 CET
                                                   Universal time: Fri 2023-12-29 08:46:56 UTC
                                                         RTC time: Fri 2023-12-29 08:46:57
                                                        Time zone: Europe/Vienna (CET, +0100)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** User and Groups ***
                                        karl
                                        /home/karl
                                        karl cdrom floppy sudo audio dip video plugdev netdev iobroker
                                        
                                        *** X-Server-Setup ***
                                        X-Server:       false
                                        Desktop:
                                        Terminal:       tty
                                        Boot Target:    graphical.target
                                        
                                        *** MEMORY ***
                                                      total        used        free      shared  buff/cache   available
                                        Mem:           5.5G        178M        4.8G        7.0M        521M        5.0G
                                        Swap:          974M          0B        974M
                                        Total:         6.4G        178M        5.7G
                                        
                                                 5458 M total memory
                                                  178 M used memory
                                                  275 M active memory
                                                  218 M inactive memory
                                                 4759 M free memory
                                                   90 M buffer memory
                                                  431 M swap cache
                                                  974 M total swap
                                                    0 M used swap
                                                  974 M free swap
                                        
                                        *** FAILED SERVICES ***
                                        
                                        0 loaded units listed. Pass --all to see loaded but inactive units, too.
                                        To show all installed unit files use 'systemctl list-unit-files'.
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  2.7G     0  2.7G   0% /dev
                                        tmpfs          tmpfs     546M  7.3M  539M   2% /run
                                        /dev/sda1      ext4       19G  4.1G   14G  23% /
                                        tmpfs          tmpfs     2.7G     0  2.7G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                        tmpfs          tmpfs     2.7G     0  2.7G   0% /sys/fs/cgroup
                                        tmpfs          tmpfs     546M     0  546M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Fri Dec 29 09:42:11 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                                        [Fri Dec 29 09:42:11 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                                        
                                        Show mounted filesystems \(real ones only\):
                                        TARGET        SOURCE    FSTYPE OPTIONS
                                        /             /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                        `-/sys/fs/bpf bpf       bpf    rw,nosuid,nodev,noexec,relatime,mode=700
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        413M    /var/
                                        226M    /var/cache
                                        220M    /var/cache/apt
                                        169M    /var/lib
                                        157M    /var/cache/apt/archives
                                        
                                        Hint: You are currently not seeing messages from other users and the system.
                                              Users in the 'systemd-journal' group can see all messages. Pass -q to
                                              turn off this notice.
                                        No journal files were opened due to insufficient permissions.
                                        
                                        /opt/iobroker/backups:
                                        4.0K    /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        298M    /opt/iobroker/iobroker-data/
                                        230M    /opt/iobroker/iobroker-data/files
                                        67M     /opt/iobroker/iobroker-data/backup-objects
                                        42M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js
                                        42M     /opt/iobroker/iobroker-data/files/modbus.admin/static
                                        
                                        The five largest files in iobroker-data are:
                                        11M     /opt/iobroker/iobroker-data/files/echarts/static/js/2.0a6dd638.chunk.js.map
                                        11M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/2.0a6dd638.chunk.js.map
                                        9.3M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/2.b6edad9e.chunk.js.map
                                        6.8M    /opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.0aad1268.chunk.js.map
                                        6.2M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/2.261c158c.chunk.js.map
                                        
                                        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         v12.22.7
                                        /usr/bin/node           v12.22.7
                                        /usr/bin/npm            6.14.15
                                        /usr/bin/npx            6.14.15
                                        /home/iobroker/.diag.sh: line 281: corepack: command not found
                                        
                                        *** nodejs is NOT correctly installed ***
                                        
                                        nodejs:
                                          Installed: 12.22.7-deb-1nodesource1
                                          Candidate: 12.22.12-deb-1nodesource1
                                          Version table:
                                             12.22.12-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_12.x buster/main amd64 Packages
                                         *** 12.22.7-deb-1nodesource1 100
                                                100 /var/lib/dpkg/status
                                             10.24.0~dfsg-1~deb10u3 500
                                                500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                                             10.24.0~dfsg-1~deb10u1 500
                                                500 http://deb.debian.org/debian buster/main amd64 Packages
                                        
                                        Temp directories causing npm8 problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree:
                                        npm ERR! peer dep missing: tough-cookie@>=4.0.0, required by axios-cookiejar-support@2.0.3
                                        npm ERR! peer dep missing: tough-cookie@^4.0.0, required by http-cookie-agent@1.0.4
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                         Cannot read system.config: null (OK when migrating or restoring)
                                         Cannot find view "system" for search "host"
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: file
                                        States  type: file
                                        
                                        Core adapters versions
                                        js-controller:  3.2.16
                                        admin:          5.1.23
                                        javascript:     5.1.3
                                        
                                        npm ERR! peer dep missing: tough-cookie@>=4.0.0, required by axios-cookiejar-support@2.0.3
                                        npm ERR! peer dep missing: tough-cookie@^4.0.0, required by http-cookie-agent@1.0.4
                                        Adapters from github:   24
                                        
                                        Adapter State
                                         Cannot read system.config: null (OK when migrating or restoring)
                                         Cannot find view "system" for search "host"
                                        
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        
                                        ioBroker-Repositories
                                         Cannot read system.config: null (OK when migrating or restoring)
                                         Cannot find view "system" for search "host"
                                        Cannot get list: undefined
                                        
                                        Installed ioBroker-Instances
                                         Cannot read system.config: null (OK when migrating or restoring)
                                         Cannot find view "system" for search "host"
                                        Error: Object "system.config" not found
                                        
                                        
                                        ```
                                        1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @GOETSCHHOFER last edited by

                                          @goetschhofer sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

                                          Alleine damit:

                                          Debian GNU/Linux 10 (buster)

                                          *** NodeJS-Installation ***
                                          /usr/bin/nodejs v12.22.7

                                          bist du schon weit im Rückstand.
                                          Bring das auf Debian 12 und nodejs v18.
                                          Und den ioBroker im Zuge dessen dann auch.

                                          js-controller: 3.2.16

                                          1 Reply Last reply Reply Quote 1
                                          • G
                                            GOETSCHHOFER @Meister Mopper last edited by GOETSCHHOFER

                                            @meister-mopper
                                            Vielen Dank für den hilfreichen Tipp, aber ich versteh nur "Bahnhof". 😕

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            965
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            228
                                            20562
                                            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