Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Backit-UP Problem kein Backup möglich

    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

    Backit-UP Problem kein Backup möglich

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

      @tinonikol sagte in Backit-UP Problem kein Backup möglich:

      sudo iobroker backup

      iobroker NICHT mit sudo bearbeiten.

      iobroker stop
      iobroker fix
      
      T 1 Reply Last reply Reply Quote 0
      • T
        TinoNikol @Thomas Braun last edited by

        @thomas-braun said in Backit-UP Problem kein Backup möglich:

        @tinonikol sagte in Backit-UP Problem kein Backup möglich:

        sudo iobroker backup

        iobroker NICHT mit sudo bearbeiten.

        iobroker stop
        iobroker fix
        

        Ok Iobroker fix hab ich schon gemacht, geht auch nicht!

        T Thomas Braun 2 Replies Last reply Reply Quote 0
        • T
          TinoNikol @TinoNikol last edited by

          Jetzt kommt das

          pi@raspberrypi:~ $ iobroker backup
          host.raspberrypi 7475 states saved
          host.raspberrypi 8657 objects saved
          internal/buffer.js:950
          class FastBuffer extends Uint8Array {}
          ^
          
          RangeError: Array buffer allocation failed
              at new ArrayBuffer (<anonymous>)
              at new Uint8Array (<anonymous>)
              at new FastBuffer (internal/buffer.js:950:1)
              at createUnsafeBuffer (buffer.js:149:12)
              at allocate (buffer.js:419:10)
              at Function.allocUnsafe (buffer.js:384:10)
              at Function.encodeBufBulk (/opt/iobroker/node_modules/respjs/index.js:46:27)
              at RedisHandler.sendBufBulk (/opt/iobroker/node_modules/@iobroker/db-base/lib/redisHandler.js:259:44)
              at RedisHandler.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemServerRedis.js:452:29)
              at RedisHandler.emit (events.js:314:20)
          
          
          1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @TinoNikol last edited by

            @tinonikol sagte in Backit-UP Problem kein Backup möglich:

            geht auch nicht!

            Das soll auch nicht 'gehen', das soll deine verbogenen Rechte wieder gerade biegen.

            iobroker status
            

            liefert?

            T 1 Reply Last reply Reply Quote 0
            • T
              TinoNikol @Thomas Braun last edited by

              @thomas-braun

              pi@raspberrypi:~ $ iobroker status
              iobroker is running on this host.
              
              
              Objects type: file
              States  type: file
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @TinoNikol last edited by

                @tinonikol

                free -ht --mega
                
                T 1 Reply Last reply Reply Quote 0
                • T
                  TinoNikol @Thomas Braun last edited by

                  @thomas-braun said in Backit-UP Problem kein Backup möglich:

                  free -ht --mega

                  pi@raspberrypi:~ $ free -ht --mega
                                total        used        free      shared  buff/cache   available
                  Mem:           3.8G        1.0G        2.5G        8.0M        272M        3.0G
                  Swap:           99M          0B         99M
                  Total:         3.9G        1.0G        2.6G
                  pi@raspberrypi:~ $
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @TinoNikol last edited by

                    @tinonikol

                    sudo ln -s /usr/bin/node /usr/bin/nodejs
                    which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    
                    T 1 Reply Last reply Reply Quote 0
                    • T
                      TinoNikol @Thomas Braun last edited by

                      @thomas-braun said in Backit-UP Problem kein Backup möglich:

                      sudo ln -s /usr/bin/node /usr/bin/nodejs

                      pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                      /usr/bin/nodejs
                      /usr/bin/node
                      /usr/bin/npm
                      v12.22.4
                      v12.22.4
                      6.14.14
                      pi
                      /home/pi
                      Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                      Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                      Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                      Reading package lists... Done
                      Building dependency tree
                      Reading state information... Done
                      85 packages can be upgraded. Run 'apt list --upgradable' to see them.
                      nodejs:
                        Installed: 12.22.4-1nodesource1
                        Candidate: 12.22.9-deb-1nodesource1
                        Version table:
                           12.22.9-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                       *** 12.22.4-1nodesource1 100
                              100 /var/lib/dpkg/status
                           10.24.0~dfsg-1~deb10u1 500
                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @TinoNikol last edited by Thomas Braun

                        @tinonikol

                        iobroker stop
                        sudo apt update
                        sudo apt full-upgrade
                        sudo reboot
                        

                        Ich würde aber danach auf nodeJS 14 springen.

                        T 1 Reply Last reply Reply Quote 0
                        • T
                          TinoNikol @Thomas Braun last edited by

                          @thomas-braun said in Backit-UP Problem kein Backup möglich:

                          sudo reboot

                          pi@raspberrypi:~ $ iob backup
                          host.raspberrypi 7509 states saved
                          host.raspberrypi 8657 objects saved
                          internal/buffer.js:950
                          class FastBuffer extends Uint8Array {}
                          ^
                          
                          RangeError: Array buffer allocation failed
                              at arrayBufferConstructor_DoNotInitialize (<anonymous>)
                              at new Uint8Array (<anonymous>)
                              at new FastBuffer (internal/buffer.js:950:1)
                              at fromArrayLike (buffer.js:501:10)
                              at fromObject (buffer.js:509:12)
                              at Function.from (buffer.js:318:15)
                              at RedisHandler.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemServerRedis.js:452:60)
                              at RedisHandler.emit (events.js:314:20)
                              at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-base/lib/redisHandler.js:100:37)
                              at processImmediate (internal/timers.js:461:21)
                          
                          

                          Selbes Problem

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

                            @tinonikol

                            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                            

                            node14 installiert?

                            T 1 Reply Last reply Reply Quote 0
                            • T
                              TinoNikol @Thomas Braun last edited by

                              @thomas-braun said in Backit-UP Problem kein Backup möglich:

                              which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                              v12.22.9

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

                                @tinonikol

                                Komplette Ein- und Ausgaben.

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  TinoNikol @Thomas Braun last edited by

                                  @thomas-braun

                                  pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && wh                                oami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nod                                ejs
                                  /usr/bin/nodejs
                                  /usr/bin/node
                                  /usr/bin/npm
                                  v12.22.9
                                  v12.22.9
                                  6.14.15
                                  pi
                                  /home/pi
                                  Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                                  Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                  Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                                  Reading package lists... Done
                                  Building dependency tree
                                  Reading state information... Done
                                  All packages are up to date.
                                  nodejs:
                                    Installed: 12.22.9-deb-1nodesource1
                                    Candidate: 12.22.9-deb-1nodesource1
                                    Version table:
                                   *** 12.22.9-deb-1nodesource1 500
                                          500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                          100 /var/lib/dpkg/status
                                       10.24.0~dfsg-1~deb10u1 500
                                          500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @TinoNikol last edited by

                                    @tinonikol

                                    iobroker update -i
                                    

                                    Und spring auf node14.

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      TinoNikol @Thomas Braun last edited by

                                      @thomas-braun

                                      Geht auch nicht!

                                      pi@raspberrypi:~ $ node -v
                                      v14.18.3
                                      
                                      
                                      T Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • T
                                        TinoNikol @TinoNikol last edited by

                                        @Thomas-Braun

                                        pi@raspberrypi:~ $ iob backup
                                        host.raspberrypi 7509 states saved
                                        host.raspberrypi 8657 objects saved
                                        internal/buffer.js:958
                                            super(bufferOrLength, byteOffset, length);
                                            ^
                                        
                                        RangeError: Array buffer allocation failed
                                            at arrayBufferConstructor_DoNotInitialize (<anonymous>)
                                            at new Uint8Array (<anonymous>)
                                            at new FastBuffer (internal/buffer.js:958:5)
                                            at fromArrayLike (buffer.js:505:10)
                                            at fromObject (buffer.js:513:12)
                                            at Function.from (buffer.js:322:15)
                                            at RedisHandler.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemServerRedis.js:452:60)
                                            at RedisHandler.emit (events.js:400:28)
                                            at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-base/lib/redisHandler.js:100:37)
                                            at processImmediate (internal/timers.js:464:21)
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @TinoNikol last edited by Thomas Braun

                                          @tinonikol sagte in Backit-UP Problem kein Backup möglich:

                                          Geht auch nicht!

                                          Ist keine Fehlermeldung.

                                          iobroker update -i
                                          
                                          T 1 Reply Last reply Reply Quote 0
                                          • T
                                            TinoNikol @Thomas Braun last edited by

                                            @thomas-braun
                                            Aber kein Backup!

                                            Thomas Braun T 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            932
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            36
                                            1508
                                            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