Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [gelöst]Backitup plötzliche Errors

    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

    SOLVED [gelöst]Backitup plötzliche Errors

    This topic has been deleted. Only users with topic management privileges can see it.
    • Dominik F.
      Dominik F. last edited by Dominik F.

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Pi4
      Arbeitsspeicher: 4GB
      Festplattenart: SD-Karte
      Betriebssystem: Ubuntu
      Node-Version: 10.x.x
      Nodejs-Version: 10.19.0
      NPM-Version: 6.13.4
      Installationsart: Skript/Manuell
      Image genutzt: Ja/Nein
      Ort/Name der Imagedatei: Link

      Hallo zusammen,

      Backitup lief jetzt Monate ohne Probleme, seit ein paar Tagen bekomme ich folgende Errors:
      Hat jemand eine Idee?

      backitup.0	2020-02-07 01:30:59.536	error	Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
      backitup.0	2020-02-07 01:30:59.536	error	mount error(112): Host is down
      backitup.0	2020-02-07 01:30:59.536	error	(21829) Error: Command failed: sudo mount -t cifs -o username=ioBroker_Backup,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.1/fritz.nas/SanDisk-UltraUSB3-0-01/Backup_ioBroker /opt/iobro
      backitup.0	2020-02-07 01:30:59.237	info	(21829) [ccu] backup was activated at 01:30 every 1 day(s)
      backitup.0	2020-02-07 01:30:59.223	info	(21829) [iobroker] backup was activated at 02:00 every 1 day(s)
      backitup.0	2020-02-07 01:30:59.159	info	(21829) starting. Version 1.3.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v10.19.0
      host.raspberrypi4-io	2020-02-07 01:30:54.729	info	instance system.adapter.backitup.0 started with pid 21829
      host.raspberrypi4-io	2020-02-07 01:30:24.707	info	Restart adapter system.adapter.backitup.0 because enabled
      host.raspberrypi4-io	2020-02-07 01:30:24.707	info	instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
      host.raspberrypi4-io	2020-02-07 01:30:24.706	error	Caught by controller[0]: at Timer.processTimers (timers.js:223:10)
      host.raspberrypi4-io	2020-02-07 01:30:24.706	error	Caught by controller[0]: at listOnTimeout (timers.js:263:5)
      host.raspberrypi4-io	2020-02-07 01:30:24.706	error	Caught by controller[0]: at tryOnTimeout (timers.js:300:5)
      host.raspberrypi4-io	2020-02-07 01:30:24.706	error	Caught by controller[0]: at ontimeout (timers.js:436:11)
      host.raspberrypi4-io	2020-02-07 01:30:24.705	error	Caught by controller[0]: at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.backitup/lib/scripts/90-pushover.js:78:80)
      host.raspberrypi4-io	2020-02-07 01:30:24.704	error	Caught by controller[0]: TypeError: Cannot read property 'pass' of undefined
      
      Meister Mopper Glasfaser 2 Replies Last reply Reply Quote 0
      • Meister Mopper
        Meister Mopper @Dominik F. last edited by

        @Dominik-F Da funktioniert das mounten nicht. Ich monte mein NAS. Nach einem Rücklesen des Backitup-Adapters hat er manchmal fehlerhaft Benutzerkennung und Passwort geschrieben. Ich habe die Daten manuell im Backitup eingegeben und das backup lief wieder.

        1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Dominik F. last edited by

          @Dominik-F sagte in Backitup plötzliche Errors:

          backitup.0 2020-02-07 01:30:59.536 error mount error(112): Host is down

          1 Reply Last reply Reply Quote 0
          • Dominik F.
            Dominik F. last edited by Dominik F.

            @Meister-Mopper
            ich habe jetzt alle Daten nochmal eingegeben, jedoch bekomme ich immer noch folgenden fehler:

             Error: Command failed: sudo mount -t cifs -o username=ioBroker_Backup,password=****,rw,file_mode=0777,dir_mode=0777 //fritz.box/fritz.nas/SanDisk-UltraUSB3-0-01/Backup_ioBroker /opt/iobroker/b
            backitup.0	2020-02-07 11:44:23.926	
            host.raspberrypi4-io	2020-02-07 11:47:58.490	error	instance system.adapter.backitup.0 terminated with code 156 (156)
            backitup.0	2020-02-07 11:47:57.951	info	(26548) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
            backitup.0	2020-02-07 11:47:57.950	info	(26548) terminating
            backitup.0	2020-02-07 11:47:57.451	warn	(26548) Got terminate signal. Checking desired PID: 27259 vs own PID 26548
            backitup.0	2020-02-07 11:47:57.447	warn	(26548) Got terminate signal. Checking desired PID: 0 vs own PID 26548
            

            Habe in der Fritzbox und im Backitup Adapter das Passwort nochmal geändert um ein falsches Passwort auszuschließen
            Laut den Datenpunkten backitup.0.history. hier scheint das Backup von Iobroker zu funktionieren, das der CCU nicht.

            @Glasfaser
            Das habe ich auch gelesen, ich weiß nur nicht wie ich das Problem beheben kann

            Glasfaser 1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @Dominik F. last edited by

              @Dominik-F

              Vielleicht kommst du mit diesem Thread weiter , dort war auch ein " Host is down "

              Link Text

              Dominik F. 1 Reply Last reply Reply Quote 0
              • Dominik F.
                Dominik F. @Glasfaser last edited by

                @Glasfaser

                Danke für den Hinweis, der Thread bietet leider keine Lösung.
                Hab jetzt einfach eine frühere Version des Adapters installiert und jetzt funktioniert wieder alles.

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

                Support us

                ioBroker
                Community Adapters
                Donate

                951
                Online

                31.9k
                Users

                80.1k
                Topics

                1.3m
                Posts

                backitup backup errorproblem
                3
                6
                189
                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