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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Proxmox
  5. Proxmox: Fehlermeldung bei backup - vzdump ?

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    13
    1
    147

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Proxmox: Fehlermeldung bei backup - vzdump ?

Scheduled Pinned Locked Moved Proxmox
228 Posts 8 Posters 40.4k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • crunchipC crunchip

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

    G Offline
    G Offline
    GOETSCHHOFER
    wrote on last edited by GOETSCHHOFER
    #57

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

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

    Du hast Adleraugen !:+1:
    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
    0
    • G GOETSCHHOFER

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

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

      Du hast Adleraugen !:+1:
      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

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #58

      @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
      2
      • ? 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 Offline
        G Offline
        GOETSCHHOFER
        wrote on last edited by
        #59

        @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. :thinking_face:

        ? 1 Reply Last reply
        0
        • G GOETSCHHOFER

          @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. :thinking_face:

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #60

          @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
          2
          • ? A Former User

            @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 Offline
            G Offline
            GOETSCHHOFER
            wrote on last edited by GOETSCHHOFER
            #61

            Hallo Bernd,

            vielen Dank für die detaillierte Erläuterung.

            LG

            Karl

            G 1 Reply Last reply
            0
            • G GOETSCHHOFER

              Hallo Bernd,

              vielen Dank für die detaillierte Erläuterung.

              LG

              Karl

              G Offline
              G Offline
              GOETSCHHOFER
              wrote on last edited by GOETSCHHOFER
              #62

              @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 MopperM 1 Reply Last reply
              0
              • G 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 MopperM Online
                Meister MopperM Online
                Meister Mopper
                wrote on last edited by
                #63

                @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.

                Proxmox und HA

                G 1 Reply Last reply
                1
                • Meister MopperM Meister Mopper

                  @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 Offline
                  G Offline
                  GOETSCHHOFER
                  wrote on last edited by GOETSCHHOFER
                  #64

                  @meister-mopper

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

                  ======== 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]
                  crunchipC Thomas BraunT 2 Replies Last reply
                  0
                  • crunchipC Away
                    crunchipC Away
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #65

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

                    umgestiegen von Proxmox auf Unraid

                    G 1 Reply Last reply
                    1
                    • crunchipC crunchip

                      @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 Offline
                      G Offline
                      GOETSCHHOFER
                      wrote on last edited by
                      #66

                      @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
                      0
                      • G GOETSCHHOFER

                        @meister-mopper

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

                        ======== 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]
                        crunchipC Away
                        crunchipC Away
                        crunchip
                        Forum Testing Most Active
                        wrote on last edited by
                        #67

                        @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

                        umgestiegen von Proxmox auf Unraid

                        G 1 Reply Last reply
                        1
                        • crunchipC crunchip

                          @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 Offline
                          G Offline
                          GOETSCHHOFER
                          wrote on last edited by
                          #68

                          @crunchip

                          Ja ich weiß. :face_with_head_bandage:

                          Meister MopperM crunchipC 2 Replies Last reply
                          0
                          • G GOETSCHHOFER

                            @crunchip

                            Ja ich weiß. :face_with_head_bandage:

                            Meister MopperM Online
                            Meister MopperM Online
                            Meister Mopper
                            wrote on last edited by
                            #69

                            @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.

                            Proxmox und HA

                            G Thomas BraunT 2 Replies Last reply
                            1
                            • G GOETSCHHOFER

                              @crunchip

                              Ja ich weiß. :face_with_head_bandage:

                              crunchipC Away
                              crunchipC Away
                              crunchip
                              Forum Testing Most Active
                              wrote on last edited by
                              #70

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

                              umgestiegen von Proxmox auf Unraid

                              G 1 Reply Last reply
                              1
                              • crunchipC crunchip

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

                                G Offline
                                G Offline
                                GOETSCHHOFER
                                wrote on last edited by
                                #71

                                @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
                                0
                                • G GOETSCHHOFER

                                  @meister-mopper

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

                                  ======== 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]
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #72

                                  @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

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

                                  1 Reply Last reply
                                  1
                                  • Meister MopperM Meister Mopper

                                    @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 Offline
                                    G Offline
                                    GOETSCHHOFER
                                    wrote on last edited by GOETSCHHOFER
                                    #73

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

                                    1 Reply Last reply
                                    0
                                    • Meister MopperM Meister Mopper

                                      @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.

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

                                      @meister-mopper sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

                                      @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.

                                      Da würde ich zuvor im Alt-System noch den ioBroker auf einen aktuellen Stand bringen und ein Backup davon im neuen System einspielen.

                                      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

                                      G 1 Reply Last reply
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @meister-mopper sagte in Proxmox: Fehlermeldung bei backup - vzdump ?:

                                        @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.

                                        Da würde ich zuvor im Alt-System noch den ioBroker auf einen aktuellen Stand bringen und ein Backup davon im neuen System einspielen.

                                        G Offline
                                        G Offline
                                        GOETSCHHOFER
                                        wrote on last edited by
                                        #75

                                        @thomas-braun
                                        Auch dir vielen lieben Dank für die hilfreichen Tipps. :+1:
                                        Das Problem ist nur, ich brauche eine Schritt für Schritt Anleitung, einfach für "Dummys".

                                        Thomas BraunT crunchipC 3 Replies Last reply
                                        0
                                        • G GOETSCHHOFER

                                          @thomas-braun
                                          Auch dir vielen lieben Dank für die hilfreichen Tipps. :+1:
                                          Das Problem ist nur, ich brauche eine Schritt für Schritt Anleitung, einfach für "Dummys".

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

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

                                          Das Problem ist nur, ich brauche eine Schritt für Schritt Anleitung, einfach für "Dummys".

                                          Die dürfte es bereits zigfach geben. Bist ja nicht der Erste mit dem 'Problem' der Aufgabe.

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

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          517

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe