Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Nach Update läuft nichts mehr!

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.5k

Nach Update läuft nichts mehr!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
iobroker updatenpmjs controller updatejsonhelp wanted
416 Beiträge 18 Kommentatoren 66.1k Aufrufe 9 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @SaschaS Ich habe keine Ahnung, was du da machst, aber in der nodesource.list steht immer noch die 8 statt der 12 drin...

    S Offline
    S Offline
    SaschaS
    schrieb am zuletzt editiert von
    #244

    @Thomas-Braun Ich mach genau das, was du/ihr mir sagt..ich verstehe es auch nicht, warum jetzt in der nodesource.list wieder die 8 steht. Du hast doch oben gesehen, dass er die 12 übernommen hatte..

    Er findet übrigens 29 Pakte, die er aktualisieren möchte..

    pi@raspberrypi:~ $ sudo apt update
    OK:1 http://phoscon.de/apt/deconz stretch InRelease
    Holen:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15,0 kB]        
    Holen:3 http://archive.raspberrypi.org/debian stretch InRelease [25,4 kB]           
    OK:4 https://deb.nodesource.com/node_8.x stretch InRelease                          
    Holen:5 http://archive.raspberrypi.org/debian stretch/main armhf Packages [201 kB]
    Holen:6 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11,7 MB] 
    Es wurden 11,9 MB in 18 s geholt (645 kB/s).                                                                                                                                                                                         
    Paketlisten werden gelesen... Fertig
    Abhängigkeitsbaum wird aufgebaut.       
    Statusinformationen werden eingelesen.... Fertig
    Aktualisierung für 29 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • XxJooOX Offline
      XxJooOX Offline
      XxJooO
      schrieb am zuletzt editiert von
      #245

      Hallo Experten,
      ich möchte hier nicht den thread spammen aber ich frage mich gerade, ob der Hinweis aus dem thread über das vorgeschlagene Update von NodeJS nicht viel Zeit gespart hätte. Da steht:


      e) Neuinstallation mit Restore
      Eine kleine Abwandlung der letzten Variante ist eine Neuinstallation. Hierbei sichert man das "iobroker-data" Verzeichnis (oder nutzt das Backup von oben). Dann löscht man das gesamte ioBroker-Verzeichnis und nutzt den Installer.

      cp -r /opt/iobroker/iobroker-data <Pfad_zum_sicheren_Ort>
      sudo rm -r /opt/iobroker/
      sudo mkdir /opt/iobroker
      cd /opt/iobroker
      curl -sL https://iobroker.net/install.sh | bash -
      Direkt danach stoppt man ioBroker wieder (der ja nach der Installation automatisch gestartet wird).

      iobroker stop
      Dann löscht man den neu erstellen „iobroker-data“- Ordner und kopiert anschließend das gesicherte alte „iobroker-data“-Verzeichnis mit den darin enthaltenen Datenbanken und Dateien dorthin zurück.

      rm -r /opt/iobroker/iobroker-data
      cp -r <Pfad_zum_sicheren_Ort> /opt/iobroker/iobroker-data
      Anschließend wieder ioBroker starten. Der Rest läuft dann wie bei c) und dauert seine Zeit.

      Er hätte damit das Verzeichnis /opt/iobroker/iobroker-data gesichert und mit den anschließenden Befehlen ioBroker neu installiert und alle Adapter aktualisiert... Wäre das nicht eine Option gewesen?

      Unabhängig davon wissen wir jetzt, wer die Linux-Experten sind. War sehr interessant.
      Grüße

      ioBroker auf Intel NUC - Homematic CCU3/pivCCU auf Raspi 3B+

      Meister MopperM 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @SaschaS
        So muss das ungefähr aussehen:

        deb https://deb.nodesource.com/node_12.x stretch main
        deb-src https://deb.nodesource.com/node_12.x stretch main
        
        S Offline
        S Offline
        SaschaS
        schrieb am zuletzt editiert von
        #246

        @Thomas-Braun said in Nach Update läuft nichts mehr!:

        @SaschaS
        So muss das ungefähr aussehen:

        deb https://deb.nodesource.com/node_12.x stretch main
        deb-src https://deb.nodesource.com/node_12.x stretch main
        

        Logisch. Hat es ja auch ausgesehen. Hier der Beweis dafür:

        pi@raspberrypi:~ $ sudo tail /etc/apt/sources.list.d/nodesource.list
        deb https://deb.nodesource.com/node_12.x stretch main
        deb-src https://deb.nodesource.com/node_12.x stretch main
        

        Aber offenbar gibt es irgendeine Störkomponenten, die da dann wieder eine 8 einträgt. Ich bin es definitiv nicht. ;-)

        1 Antwort Letzte Antwort
        0
        • S SaschaS

          @Thomas-Braun Ich mach genau das, was du/ihr mir sagt..ich verstehe es auch nicht, warum jetzt in der nodesource.list wieder die 8 steht. Du hast doch oben gesehen, dass er die 12 übernommen hatte..

          Er findet übrigens 29 Pakte, die er aktualisieren möchte..

          pi@raspberrypi:~ $ sudo apt update
          OK:1 http://phoscon.de/apt/deconz stretch InRelease
          Holen:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15,0 kB]        
          Holen:3 http://archive.raspberrypi.org/debian stretch InRelease [25,4 kB]           
          OK:4 https://deb.nodesource.com/node_8.x stretch InRelease                          
          Holen:5 http://archive.raspberrypi.org/debian stretch/main armhf Packages [201 kB]
          Holen:6 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11,7 MB] 
          Es wurden 11,9 MB in 18 s geholt (645 kB/s).                                                                                                                                                                                         
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.       
          Statusinformationen werden eingelesen.... Fertig
          Aktualisierung für 29 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #247

          @SaschaS

          Wtf? Kann es sein, dass das Dateisystem nur 'lesend' eingehängt ist?
          Die 29 Updates sind ja auch wieder da...

          cat /etc/fstab
          mount | sort
          

          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 Antwort Letzte Antwort
          0
          • S Offline
            S Offline
            SaschaS
            schrieb am zuletzt editiert von
            #248

            @Thomas-Braun said in Nach Update läuft nichts mehr!:

            mount | sort

            Davon verstehe ich jetzt gar nicht mehr. Aber hier der Output:

            pi@raspberrypi:~ $ cat /etc/fstab
            proc            /proc           proc    defaults          0       0
            PARTUUID=b73bd0c1-01  /boot           vfat    defaults          0       2
            PARTUUID=b73bd0c1-02  /               ext4    defaults,noatime  0       1
            # a swapfile is not a swap partition, no line here
            #   use  dphys-swapfile swap[on|off]  for that
            pi@raspberrypi:~ $ mount | sort
            cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
            cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
            cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
            cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
            cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
            cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
            cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
            cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
            cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
            configfs on /sys/kernel/config type configfs (rw,relatime)
            debugfs on /sys/kernel/debug type debugfs (rw,relatime)
            /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
            /dev/mmcblk0p2 on / type ext4 (rw,noatime)
            devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
            devtmpfs on /dev type devtmpfs (rw,relatime,size=469544k,nr_inodes=117386,mode=755)
            mqueue on /dev/mqueue type mqueue (rw,relatime)
            proc on /proc type proc (rw,relatime)
            sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
            sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
            systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
            tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
            tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
            tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
            tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=94828k,mode=700,uid=1000,gid=1000)
            tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • XxJooOX XxJooO

              Hallo Experten,
              ich möchte hier nicht den thread spammen aber ich frage mich gerade, ob der Hinweis aus dem thread über das vorgeschlagene Update von NodeJS nicht viel Zeit gespart hätte. Da steht:


              e) Neuinstallation mit Restore
              Eine kleine Abwandlung der letzten Variante ist eine Neuinstallation. Hierbei sichert man das "iobroker-data" Verzeichnis (oder nutzt das Backup von oben). Dann löscht man das gesamte ioBroker-Verzeichnis und nutzt den Installer.

              cp -r /opt/iobroker/iobroker-data <Pfad_zum_sicheren_Ort>
              sudo rm -r /opt/iobroker/
              sudo mkdir /opt/iobroker
              cd /opt/iobroker
              curl -sL https://iobroker.net/install.sh | bash -
              Direkt danach stoppt man ioBroker wieder (der ja nach der Installation automatisch gestartet wird).

              iobroker stop
              Dann löscht man den neu erstellen „iobroker-data“- Ordner und kopiert anschließend das gesicherte alte „iobroker-data“-Verzeichnis mit den darin enthaltenen Datenbanken und Dateien dorthin zurück.

              rm -r /opt/iobroker/iobroker-data
              cp -r <Pfad_zum_sicheren_Ort> /opt/iobroker/iobroker-data
              Anschließend wieder ioBroker starten. Der Rest läuft dann wie bei c) und dauert seine Zeit.

              Er hätte damit das Verzeichnis /opt/iobroker/iobroker-data gesichert und mit den anschließenden Befehlen ioBroker neu installiert und alle Adapter aktualisiert... Wäre das nicht eine Option gewesen?

              Unabhängig davon wissen wir jetzt, wer die Linux-Experten sind. War sehr interessant.
              Grüße

              Meister MopperM Abwesend
              Meister MopperM Abwesend
              Meister Mopper
              schrieb am zuletzt editiert von
              #249

              @XxJooO sagte in Nach Update läuft nichts mehr!:

              Hallo Experten,
              ich möchte hier nicht den thread spammen aber ich frage mich gerade, ob der Hinweis aus dem thread über das vorgeschlagene Update von NodeJS nicht viel Zeit gespart hätte. Da steht:


              e) Neuinstallation mit Restore
              Eine kleine Abwandlung der letzten Variante ist eine Neuinstallation. Hierbei sichert man das "iobroker-data" Verzeichnis (oder nutzt das Backup von oben). Dann löscht man das gesamte ioBroker-Verzeichnis und nutzt den Installer.

              cp -r /opt/iobroker/iobroker-data <Pfad_zum_sicheren_Ort>
              sudo rm -r /opt/iobroker/
              sudo mkdir /opt/iobroker
              cd /opt/iobroker
              curl -sL https://iobroker.net/install.sh | bash -
              Direkt danach stoppt man ioBroker wieder (der ja nach der Installation automatisch gestartet wird).

              iobroker stop
              Dann löscht man den neu erstellen „iobroker-data“- Ordner und kopiert anschließend das gesicherte alte „iobroker-data“-Verzeichnis mit den darin enthaltenen Datenbanken und Dateien dorthin zurück.

              rm -r /opt/iobroker/iobroker-data
              cp -r <Pfad_zum_sicheren_Ort> /opt/iobroker/iobroker-data
              Anschließend wieder ioBroker starten. Der Rest läuft dann wie bei c) und dauert seine Zeit.

              Er hätte damit das Verzeichnis /opt/iobroker/iobroker-data gesichert und mit den anschließenden Befehlen ioBroker neu installiert und alle Adapter aktualisiert... Wäre das nicht eine Option gewesen?

              Unabhängig davon wissen wir jetzt, wer die Linux-Experten sind. War sehr interessant.
              Grüße

              Okay, das sehe ich ein - man kann halt nie alle mit einbeziehen, aber natürlich bist Du nach meinen Forum-Beaobachtungen bei Linux total fit. Das wird hier zukünftig aber schwierig, wenn man immer alle Protagonisten erwähnen muss, um einen Beitrag oder eine Einstellung/Meinung zu posten.

              Proxmox und HA

              1 Antwort Letzte Antwort
              0
              • S SaschaS

                @Thomas-Braun said in Nach Update läuft nichts mehr!:

                mount | sort

                Davon verstehe ich jetzt gar nicht mehr. Aber hier der Output:

                pi@raspberrypi:~ $ cat /etc/fstab
                proc            /proc           proc    defaults          0       0
                PARTUUID=b73bd0c1-01  /boot           vfat    defaults          0       2
                PARTUUID=b73bd0c1-02  /               ext4    defaults,noatime  0       1
                # a swapfile is not a swap partition, no line here
                #   use  dphys-swapfile swap[on|off]  for that
                pi@raspberrypi:~ $ mount | sort
                cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
                cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
                cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
                cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
                cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
                cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
                cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
                cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
                cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
                configfs on /sys/kernel/config type configfs (rw,relatime)
                debugfs on /sys/kernel/debug type debugfs (rw,relatime)
                /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
                /dev/mmcblk0p2 on / type ext4 (rw,noatime)
                devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
                devtmpfs on /dev type devtmpfs (rw,relatime,size=469544k,nr_inodes=117386,mode=755)
                mqueue on /dev/mqueue type mqueue (rw,relatime)
                proc on /proc type proc (rw,relatime)
                sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
                sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
                systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
                tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
                tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
                tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
                tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=94828k,mode=700,uid=1000,gid=1000)
                tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #250

                @SaschaS

                Könnte recht viel output werden, aber da scheint es tiefer zu klemmen:

                dmesg
                

                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

                S 1 Antwort Letzte Antwort
                0
                • S Offline
                  S Offline
                  SaschaS
                  schrieb am zuletzt editiert von
                  #251

                  @Thomas-Braun Ich hab gerade einen Neustart gemacht. Und schwupps stand wieder die 8 in der nodesource.list Kann das dass Problem der ganzen Geschichte sein...

                  pi@raspberrypi:~ $ sudo tail /etc/apt/sources.list.d/nodesource.list
                  deb https://deb.nodesource.com/node_8.x stretch main
                  deb-src https://deb.nodesource.com/node_8.x stretch main
                  

                  @XxJooO, @Meister-Mopper Bitte nicht falsch verstehen, oder denken ich wäre unhöflich. Ich bin kein Profi und versuche immer nur einer Spur zu folgen. Daher entschuldigt bitte, dass ich eurer Spur (noch) nicht gefolgt bin.

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @SaschaS

                    Könnte recht viel output werden, aber da scheint es tiefer zu klemmen:

                    dmesg
                    
                    S Offline
                    S Offline
                    SaschaS
                    schrieb am zuletzt editiert von
                    #252

                    @Thomas-Braun said in Nach Update läuft nichts mehr!:

                    @SaschaS

                    Könnte recht viel output werden, aber da scheint es tiefer zu klemmen:

                    dmesg
                    

                    Hört sich nach nichts gutem an, wenn du das so sagst.

                    pi@raspberrypi:~ $ dmesg
                    [    0.000000] Booting Linux on physical CPU 0x0
                    [    0.000000] Linux version 4.19.66-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1253 SMP Thu Aug 15 11:49:46 BST 2019
                    [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
                    [    0.000000] CPU: div instructions available: patching division code
                    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
                    [    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
                    [    0.000000] Memory policy: Data cache writealloc
                    [    0.000000] cma: Reserved 8 MiB at 0x3ac00000
                    [    0.000000] On node 0 totalpages: 242688
                    [    0.000000]   Normal zone: 2133 pages used for memmap
                    [    0.000000]   Normal zone: 0 pages reserved
                    [    0.000000]   Normal zone: 242688 pages, LIFO batch:63
                    [    0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
                    [    0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
                    [    0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096
                    [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
                    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240555
                    [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=b73bd0c1-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
                    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
                    [    0.000000] Memory: 939088K/970752K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23472K reserved, 8192K cma-reserved)
                    [    0.000000] Virtual kernel memory layout:
                                       vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                                       vmalloc : 0xbb800000 - 0xff800000   (1088 MB)
                                       lowmem  : 0x80000000 - 0xbb400000   ( 948 MB)
                                       modules : 0x7f000000 - 0x80000000   (  16 MB)
                                         .text : 0x(ptrval) - 0x(ptrval)   (9184 kB)
                                         .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
                                         .data : 0x(ptrval) - 0x(ptrval)   ( 630 kB)
                                          .bss : 0x(ptrval) - 0x(ptrval)   ( 822 kB)
                    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                    [    0.000000] ftrace: allocating 26394 entries in 78 pages
                    [    0.000000] rcu: Hierarchical RCU implementation.
                    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                    [    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
                    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
                    [    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
                    [    0.000023] Switching to timer-based delay loop, resolution 52ns
                    [    0.000291] Console: colour dummy device 80x30
                    [    0.000915] console [tty1] enabled
                    [    0.000972] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
                    [    0.001017] pid_max: default: 32768 minimum: 301
                    [    0.001372] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
                    [    0.001408] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
                    [    0.002340] CPU: Testing write buffer coherency: ok
                    [    0.002831] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                    [    0.003499] Setting up static identity map for 0x100000 - 0x10003c
                    [    0.003666] rcu: Hierarchical SRCU implementation.
                    [    0.004481] smp: Bringing up secondary CPUs ...
                    [    0.005346] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                    [    0.006274] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                    [    0.007140] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                    [    0.007261] smp: Brought up 1 node, 4 CPUs
                    [    0.007343] SMP: Total of 4 processors activated (153.60 BogoMIPS).
                    [    0.007367] CPU: All CPU(s) started in HYP mode.
                    [    0.007388] CPU: Virtualization extensions available.
                    [    0.008379] devtmpfs: initialized
                    [    0.021397] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
                    [    0.021671] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                    [    0.021719] futex hash table entries: 1024 (order: 4, 65536 bytes)
                    [    0.022325] pinctrl core: initialized pinctrl subsystem
                    [    0.023198] NET: Registered protocol family 16
                    [    0.026153] DMA: preallocated 1024 KiB pool for atomic coherent allocations
                    [    0.031850] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                    [    0.031887] hw-breakpoint: maximum watchpoint size is 8 bytes.
                    [    0.032107] Serial: AMBA PL011 UART driver
                    [    0.034415] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
                    [    0.069303] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
                    [    0.071236] SCSI subsystem initialized
                    [    0.071483] usbcore: registered new interface driver usbfs
                    [    0.071564] usbcore: registered new interface driver hub
                    [    0.071677] usbcore: registered new device driver usb
                    [    0.090304] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:06, variant start
                    [    0.100132] raspberrypi-firmware soc:firmware: Firmware hash is 0e6daa5106dd4164474616408e0dc24f997ffcf3
                    [    0.111763] clocksource: Switched to clocksource arch_sys_counter
                    [    0.200931] VFS: Disk quotas dquot_6.6.0
                    [    0.201042] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                    [    0.201219] FS-Cache: Loaded
                    [    0.201446] CacheFiles: Loaded
                    [    0.211475] NET: Registered protocol family 2
                    [    0.212296] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
                    [    0.212360] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
                    [    0.212491] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
                    [    0.212695] TCP: Hash tables configured (established 8192 bind 8192)
                    [    0.212855] UDP hash table entries: 512 (order: 2, 16384 bytes)
                    [    0.212921] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
                    [    0.213251] NET: Registered protocol family 1
                    [    0.213821] RPC: Registered named UNIX socket transport module.
                    [    0.213848] RPC: Registered udp transport module.
                    [    0.213870] RPC: Registered tcp transport module.
                    [    0.213892] RPC: Registered tcp NFSv4.1 backchannel transport module.
                    [    0.215579] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
                    [    0.218611] Initialise system trusted keyrings
                    [    0.218819] workingset: timestamp_bits=14 max_order=18 bucket_order=4
                    [    0.228823] FS-Cache: Netfs 'nfs' registered for caching
                    [    0.229423] NFS: Registering the id_resolver key type
                    [    0.229476] Key type id_resolver registered
                    [    0.229498] Key type id_legacy registered
                    [    0.229530] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                    [    0.231870] Key type asymmetric registered
                    [    0.231900] Asymmetric key parser 'x509' registered
                    [    0.231968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
                    [    0.232148] io scheduler noop registered
                    [    0.232172] io scheduler deadline registered (default)
                    [    0.232365] io scheduler cfq registered
                    [    0.232389] io scheduler mq-deadline registered (default)
                    [    0.232413] io scheduler kyber registered
                    [    0.234614] bcm2708_fb soc:fb: FB found 1 display(s)
                    [    0.244038] Console: switching to colour frame buffer device 82x26
                    [    0.250847] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
                    [    0.257552] bcm2835-rng 3f104000.rng: hwrng registered
                    [    0.260218] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
                    [    0.265532] vc-sm: Videocore shared memory driver
                    [    0.268278] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
                    [    0.284167] brd: module loaded
                    [    0.296827] loop: module loaded
                    [    0.299870] Loading iSCSI transport class v2.0-870.
                    [    0.303047] libphy: Fixed MDIO Bus: probed
                    [    0.305557] usbcore: registered new interface driver lan78xx
                    [    0.308016] usbcore: registered new interface driver smsc95xx
                    [    0.310369] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                    [    0.340672] dwc_otg 3f980000.usb: base=(ptrval)
                    [    0.543326] Core Release: 2.80a
                    [    0.545705] Setting default values for core params
                    [    0.548146] Finished setting default values for core params
                    [    0.750882] Using Buffer DMA mode
                    [    0.753288] Periodic Transfer Interrupt Enhancement - disabled
                    [    0.755713] Multiprocessor Interrupt Enhancement - disabled
                    [    0.758082] OTG VER PARAM: 0, OTG VER FLAG: 0
                    [    0.760426] Dedicated Tx FIFOs mode
                    [    0.763148] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad14000 dma = 0xfad14000 len=9024
                    [    0.767725] FIQ FSM acceleration enabled for :
                                   Non-periodic Split Transactions
                                   Periodic Split Transactions
                                   High-Speed Isochronous Endpoints
                                   Interrupt/Control Split Transaction hack enabled
                    [    0.778632] dwc_otg: Microframe scheduler enabled
                    [    0.778693] WARN::hcd_init_fiq:457: FIQ on core 1
                    [    0.780921] WARN::hcd_init_fiq:458: FIQ ASM at 80654f4c length 36
                    [    0.783137] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
                    [    0.785398] dwc_otg 3f980000.usb: DWC OTG Controller
                    [    0.787660] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
                    [    0.789984] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
                    [    0.792310] Init: Port Power? op_state=1
                    [    0.794554] Init: Power Port (0)
                    [    0.796971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
                    [    0.801482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                    [    0.803926] usb usb1: Product: DWC OTG Controller
                    [    0.806298] usb usb1: Manufacturer: Linux 4.19.66-v7+ dwc_otg_hcd
                    [    0.808721] usb usb1: SerialNumber: 3f980000.usb
                    [    0.811671] hub 1-0:1.0: USB hub found
                    [    0.813966] hub 1-0:1.0: 1 port detected
                    [    0.816728] dwc_otg: FIQ enabled
                    [    0.816734] dwc_otg: NAK holdoff enabled
                    [    0.816739] dwc_otg: FIQ split-transaction FSM enabled
                    [    0.816751] Module dwc_common_port init
                    [    0.817047] usbcore: registered new interface driver usb-storage
                    [    0.819503] mousedev: PS/2 mouse device common for all mice
                    [    0.822679] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                    [    0.825308] bcm2835-cpufreq: min=600000 max=1400000
                    [    0.828125] sdhci: Secure Digital Host Controller Interface driver
                    [    0.830536] sdhci: Copyright(c) Pierre Ossman
                    [    0.833334] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
                    [    0.836240] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
                    [    0.838913] sdhci-pltfm: SDHCI platform and OF driver helper
                    [    0.843040] ledtrig-cpu: registered to indicate activity on CPUs
                    [    0.845771] hidraw: raw HID events driver (C) Jiri Kosina
                    [    0.848539] usbcore: registered new interface driver usbhid
                    [    0.851170] usbhid: USB HID core driver
                    [    0.854510] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
                    [    0.858634] [vc_sm_connected_init]: start
                    [    0.867387] [vc_sm_connected_init]: end - returning 0
                    [    0.870923] Initializing XFRM netlink socket
                    [    0.873385] NET: Registered protocol family 17
                    [    0.875887] Key type dns_resolver registered
                    [    0.878730] Registering SWP/SWPB emulation handler
                    [    0.881867] registered taskstats version 1
                    [    0.884278] Loading compiled-in X.509 certificates
                    [    0.893906] uart-pl011 3f201000.serial: cts_event_workaround enabled
                    [    0.896435] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
                    [    0.903323] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
                    [    0.905861] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
                    [    0.934469] sdhost: log_buf @ (ptrval) (fad13000)
                    [    0.973197] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                    [    0.977165] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                    [    0.981022] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                    [    0.983263] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
                    [    0.986727] of_cfs_init
                    [    0.988920] of_cfs_init: OK
                    [    0.991536] Waiting for root device PARTUUID=b73bd0c1-02...
                    [    1.007861] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                    [    1.041890] Indeed it is in host mode hprt0 = 00021501
                    [    1.109919] random: fast init done
                    [    1.128667] mmc0: host does not support reading read-only switch, assuming write-enable
                    [    1.137015] mmc0: new high speed SDHC card at address aaaa
                    [    1.140537] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
                    [    1.146816]  mmcblk0: p1 p2
                    [    1.152470] mmc1: new high speed SDIO card at address 0001
                    [    1.176868] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
                    [    1.179170] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
                    [    1.251809] usb 1-1: new high-speed USB device number 2 using dwc_otg
                    [    1.254250] Indeed it is in host mode hprt0 = 00001101
                    [    1.492116] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                    [    1.496873] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                    [    1.500217] hub 1-1:1.0: USB hub found
                    [    1.502964] hub 1-1:1.0: 4 ports detected
                    [    1.511454] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                    [    1.573266] EXT4-fs (mmcblk0p2): 12 orphan inodes deleted
                    [    1.575984] EXT4-fs (mmcblk0p2): recovery complete
                    [    1.751259] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                    [    1.756582] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                    [    1.771023] devtmpfs: mounted
                    [    1.778926] Freeing unused kernel memory: 1024K
                    [    1.781958] Run /sbin/init as init process
                    [    1.821798] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
                    [    1.952110] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                    [    1.957408] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                    [    1.960843] hub 1-1.1:1.0: USB hub found
                    [    1.963679] hub 1-1.1:1.0: 3 ports detected
                    [    2.266960] systemd[1]: System time before build time, advancing clock.
                    [    2.281814] usb 1-1.1.3: new full-speed USB device number 4 using dwc_otg
                    [    2.400446] NET: Registered protocol family 10
                    [    2.404350] Segment Routing with IPv6
                    [    2.416197] usb 1-1.1.3: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                    [    2.421451] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                    [    2.427039] usb 1-1.1.3: Product: ConBee II
                    [    2.429883] usb 1-1.1.3: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                    [    2.432812] usb 1-1.1.3: SerialNumber: DE2131494
                    [    2.446092] random: systemd: uninitialized urandom read (16 bytes read)
                    [    2.451537] random: systemd: uninitialized urandom read (16 bytes read)
                    [    2.460433] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
                    [    2.469655] systemd[1]: Detected architecture arm.
                    [    2.501955] systemd[1]: Set hostname to <raspberrypi>.
                    [    2.560620] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
                    [    2.731866] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
                    [    2.872315] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
                    [    2.877839] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                    [    3.062607] systemd[1]: Configuration file /lib/systemd/system/iobroker.service is marked executable. Please remove executable permission bits. Proceeding anyway.
                    [    3.087494] systemd[1]: [/lib/systemd/system/deconz.service:9] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                    [    3.118271] systemd[1]: Listening on udev Control Socket.
                    [    3.126399] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
                    [    3.136493] systemd[1]: Reached target Swap.
                    [    3.143581] systemd[1]: Listening on fsck to fsckd communication Socket.
                    [    3.148029] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
                    [    3.149042] libphy: lan78xx-mdiobus: probed
                    [    3.173246] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
                    [    3.174491] systemd[1]: Created slice User and Session Slice.
                    [    3.795384] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                    [    3.900472] systemd-journald[112]: Received request to flush runtime journal from PID 1
                    [    4.257689] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                    [    4.264654] media: Linux media interface: v0.10
                    [    4.264800] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                    [    4.264811] [vc_sm_connected_init]: start
                    [    4.268883] [vc_sm_connected_init]: installed successfully
                    [    4.308084] videodev: Linux video capture interface: v2.00
                    [    4.346399] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                    [    4.347686] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                    [    4.380986] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                    [    4.394378] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                    [    4.403277] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                    [    4.403289] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                    [    4.417596] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                    [    4.417608] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                    [    4.426729] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                    [    4.426745] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                    [    4.496195] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                    [    4.518558] bcm2835_audio soc:audio: card created with 8 channels
                    [    4.643126] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                    [    4.710106] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                    [    4.815538] brcmfmac: F1 signature read @0x18000000=0x15264345
                    [    4.831604] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                    [    4.832482] usbcore: registered new interface driver brcmfmac
                    [    4.871038] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
                    [    5.075061] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                    [    5.114288] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
                    [    5.128613] cdc_acm 1-1.1.3:1.0: ttyACM0: USB ACM device
                    [    5.132672] usbcore: registered new interface driver cdc_acm
                    [    5.132684] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
                    [    5.160661] random: crng init done
                    [    5.160674] random: 7 urandom warning(s) missed due to ratelimiting
                    [    5.402367] usb 1-1.1.3: USB disconnect, device number 4
                    [    5.701893] usb 1-1.1.3: new full-speed USB device number 6 using dwc_otg
                    [    5.837346] usb 1-1.1.3: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                    [    5.837363] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                    [    5.837373] usb 1-1.1.3: Product: ConBee II
                    [    5.837383] usb 1-1.1.3: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                    [    5.837395] usb 1-1.1.3: SerialNumber: DE2131494
                    [    5.840840] cdc_acm 1-1.1.3:1.0: ttyACM0: USB ACM device
                    [    5.909395] uart-pl011 3f201000.serial: no DMA platform data
                    [    6.398755] Bluetooth: Core ver 2.22
                    [    6.398842] NET: Registered protocol family 31
                    [    6.398849] Bluetooth: HCI device and connection manager initialized
                    [    6.398871] Bluetooth: HCI socket layer initialized
                    [    6.398885] Bluetooth: L2CAP socket layer initialized
                    [    6.398925] Bluetooth: SCO socket layer initialized
                    [    6.570960] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
                    [    6.570973] brcmfmac: power management disabled
                    [    6.757773] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
                    [    6.867378] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
                    [    6.871389] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                    [   12.792074] Bluetooth: HCI UART driver ver 2.3
                    [   12.792090] Bluetooth: HCI UART protocol H4 registered
                    [   12.792176] Bluetooth: HCI UART protocol Three-wire (H5) registered
                    [   12.792388] Bluetooth: HCI UART protocol Broadcom registered
                    [   12.967508] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                    [   12.967519] Bluetooth: BNEP filters: protocol multicast
                    [   12.967537] Bluetooth: BNEP socket layer initialized
                    [   13.056205] Bluetooth: RFCOMM TTY layer initialized
                    [   13.056224] Bluetooth: RFCOMM socket layer initialized
                    [   13.056249] Bluetooth: RFCOMM ver 1.11
                    [  155.399747] Bluetooth: hci0: advertising data len corrected
                    [  157.591922] Bluetooth: hci0: advertising data len corrected
                    [  161.938815] Bluetooth: hci0: advertising data len corrected
                    [  164.127317] Bluetooth: hci0: advertising data len corrected
                    [  165.240048] Bluetooth: hci0: advertising data len corrected
                    [  167.463176] Bluetooth: hci0: advertising data len corrected
                    [  168.589343] Bluetooth: hci0: advertising data len corrected
                    [  170.792242] Bluetooth: hci0: advertising data len corrected
                    [  173.048533] Bluetooth: hci0: advertising data len corrected
                    [  174.152368] Bluetooth: hci0: advertising data len corrected
                    [  176.313530] Bluetooth: hci0: advertising data len corrected
                    [  177.424222] Bluetooth: hci0: advertising data len corrected
                    [  187.324091] Bluetooth: hci0: advertising data len corrected
                    [  188.439199] Bluetooth: hci0: advertising data len corrected
                    [  192.875021] Bluetooth: hci0: advertising data len corrected
                    [  193.978813] Bluetooth: hci0: advertising data len corrected
                    [  195.092925] Bluetooth: hci0: advertising data len corrected
                    [  196.204439] Bluetooth: hci0: advertising data len corrected
                    [  197.313987] Bluetooth: hci0: advertising data len corrected
                    [  199.498756] Bluetooth: hci0: advertising data len corrected
                    [  203.892146] Bluetooth: hci0: advertising data len corrected
                    [  204.958260] Bluetooth: hci0: advertising data len corrected
                    [  208.300408] Bluetooth: hci0: advertising data len corrected
                    [  211.564607] Bluetooth: hci0: advertising data len corrected
                    [  212.681586] Bluetooth: hci0: advertising data len corrected
                    [  213.780242] Bluetooth: hci0: advertising data len corrected
                    [  214.929276] Bluetooth: hci0: advertising data len corrected
                    [  216.025278] Bluetooth: hci0: advertising data len corrected
                    [  218.225119] Bluetooth: hci0: advertising data len corrected
                    [  219.331616] Bluetooth: hci0: advertising data len corrected
                    [  220.410490] Bluetooth: hci0: advertising data len corrected
                    [  221.502850] Bluetooth: hci0: advertising data len corrected
                    [  222.629042] Bluetooth: hci0: advertising data len corrected
                    [  226.996777] Bluetooth: hci0: advertising data len corrected
                    [  228.097156] Bluetooth: hci0: advertising data len corrected
                    [  230.339541] Bluetooth: hci0: advertising data len corrected
                    [  233.576331] Bluetooth: hci0: advertising data len corrected
                    [  234.703214] Bluetooth: hci0: advertising data len corrected
                    [  235.792352] Bluetooth: hci0: advertising data len corrected
                    [  236.882599] Bluetooth: hci0: advertising data len corrected
                    [  237.945210] Bluetooth: hci0: advertising data len corrected
                    [  239.051179] Bluetooth: hci0: advertising data len corrected
                    [  241.277080] Bluetooth: hci0: advertising data len corrected
                    [  243.482821] Bluetooth: hci0: advertising data len corrected
                    [  244.566940] Bluetooth: hci0: advertising data len corrected
                    [  250.043728] Bluetooth: hci0: advertising data len corrected
                    [  253.357930] Bluetooth: hci0: advertising data len corrected
                    [  255.572364] Bluetooth: hci0: advertising data len corrected
                    [  256.661481] Bluetooth: hci0: advertising data len corrected
                    [  262.193539] Bluetooth: hci0: advertising data len corrected
                    [  264.393498] Bluetooth: hci0: advertising data len corrected
                    [  265.494968] Bluetooth: hci0: advertising data len corrected
                    [  266.607307] Bluetooth: hci0: advertising data len corrected
                    [  267.681629] Bluetooth: hci0: advertising data len corrected
                    [  268.817469] Bluetooth: hci0: advertising data len corrected
                    [  269.943339] Bluetooth: hci0: advertising data len corrected
                    [  272.175482] Bluetooth: hci0: advertising data len corrected
                    [  273.297524] Bluetooth: hci0: advertising data len corrected
                    [  274.369227] Bluetooth: hci0: advertising data len corrected
                    [  275.466374] Bluetooth: hci0: advertising data len corrected
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • S SaschaS

                      @Thomas-Braun Ich hab gerade einen Neustart gemacht. Und schwupps stand wieder die 8 in der nodesource.list Kann das dass Problem der ganzen Geschichte sein...

                      pi@raspberrypi:~ $ sudo tail /etc/apt/sources.list.d/nodesource.list
                      deb https://deb.nodesource.com/node_8.x stretch main
                      deb-src https://deb.nodesource.com/node_8.x stretch main
                      

                      @XxJooO, @Meister-Mopper Bitte nicht falsch verstehen, oder denken ich wäre unhöflich. Ich bin kein Profi und versuche immer nur einer Spur zu folgen. Daher entschuldigt bitte, dass ich eurer Spur (noch) nicht gefolgt bin.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #253

                      @SaschaS
                      Dein System speichert keine Daten. Die 29 Paket-Upgrade sind ja auch wieder weg.
                      Vielleicht hat die SD-Karte auch einen Schuß...

                      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

                      Meister MopperM 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @SaschaS
                        Dein System speichert keine Daten. Die 29 Paket-Upgrade sind ja auch wieder weg.
                        Vielleicht hat die SD-Karte auch einen Schuß...

                        Meister MopperM Abwesend
                        Meister MopperM Abwesend
                        Meister Mopper
                        schrieb am zuletzt editiert von
                        #254

                        @Thomas-Braun Dann ists ja noch schlimmer, ich bleib hier mal bei euch dran.

                        Proxmox und HA

                        1 Antwort Letzte Antwort
                        0
                        • S SaschaS

                          @Thomas-Braun said in Nach Update läuft nichts mehr!:

                          @SaschaS

                          Könnte recht viel output werden, aber da scheint es tiefer zu klemmen:

                          dmesg
                          

                          Hört sich nach nichts gutem an, wenn du das so sagst.

                          pi@raspberrypi:~ $ dmesg
                          [    0.000000] Booting Linux on physical CPU 0x0
                          [    0.000000] Linux version 4.19.66-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1253 SMP Thu Aug 15 11:49:46 BST 2019
                          [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
                          [    0.000000] CPU: div instructions available: patching division code
                          [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
                          [    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
                          [    0.000000] Memory policy: Data cache writealloc
                          [    0.000000] cma: Reserved 8 MiB at 0x3ac00000
                          [    0.000000] On node 0 totalpages: 242688
                          [    0.000000]   Normal zone: 2133 pages used for memmap
                          [    0.000000]   Normal zone: 0 pages reserved
                          [    0.000000]   Normal zone: 242688 pages, LIFO batch:63
                          [    0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
                          [    0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
                          [    0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096
                          [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
                          [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240555
                          [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=b73bd0c1-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                          [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
                          [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
                          [    0.000000] Memory: 939088K/970752K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23472K reserved, 8192K cma-reserved)
                          [    0.000000] Virtual kernel memory layout:
                                             vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                                             fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                                             vmalloc : 0xbb800000 - 0xff800000   (1088 MB)
                                             lowmem  : 0x80000000 - 0xbb400000   ( 948 MB)
                                             modules : 0x7f000000 - 0x80000000   (  16 MB)
                                               .text : 0x(ptrval) - 0x(ptrval)   (9184 kB)
                                               .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
                                               .data : 0x(ptrval) - 0x(ptrval)   ( 630 kB)
                                                .bss : 0x(ptrval) - 0x(ptrval)   ( 822 kB)
                          [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                          [    0.000000] ftrace: allocating 26394 entries in 78 pages
                          [    0.000000] rcu: Hierarchical RCU implementation.
                          [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                          [    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
                          [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
                          [    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
                          [    0.000023] Switching to timer-based delay loop, resolution 52ns
                          [    0.000291] Console: colour dummy device 80x30
                          [    0.000915] console [tty1] enabled
                          [    0.000972] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
                          [    0.001017] pid_max: default: 32768 minimum: 301
                          [    0.001372] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
                          [    0.001408] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
                          [    0.002340] CPU: Testing write buffer coherency: ok
                          [    0.002831] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                          [    0.003499] Setting up static identity map for 0x100000 - 0x10003c
                          [    0.003666] rcu: Hierarchical SRCU implementation.
                          [    0.004481] smp: Bringing up secondary CPUs ...
                          [    0.005346] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                          [    0.006274] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                          [    0.007140] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                          [    0.007261] smp: Brought up 1 node, 4 CPUs
                          [    0.007343] SMP: Total of 4 processors activated (153.60 BogoMIPS).
                          [    0.007367] CPU: All CPU(s) started in HYP mode.
                          [    0.007388] CPU: Virtualization extensions available.
                          [    0.008379] devtmpfs: initialized
                          [    0.021397] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
                          [    0.021671] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                          [    0.021719] futex hash table entries: 1024 (order: 4, 65536 bytes)
                          [    0.022325] pinctrl core: initialized pinctrl subsystem
                          [    0.023198] NET: Registered protocol family 16
                          [    0.026153] DMA: preallocated 1024 KiB pool for atomic coherent allocations
                          [    0.031850] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                          [    0.031887] hw-breakpoint: maximum watchpoint size is 8 bytes.
                          [    0.032107] Serial: AMBA PL011 UART driver
                          [    0.034415] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
                          [    0.069303] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
                          [    0.071236] SCSI subsystem initialized
                          [    0.071483] usbcore: registered new interface driver usbfs
                          [    0.071564] usbcore: registered new interface driver hub
                          [    0.071677] usbcore: registered new device driver usb
                          [    0.090304] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-08-15 12:06, variant start
                          [    0.100132] raspberrypi-firmware soc:firmware: Firmware hash is 0e6daa5106dd4164474616408e0dc24f997ffcf3
                          [    0.111763] clocksource: Switched to clocksource arch_sys_counter
                          [    0.200931] VFS: Disk quotas dquot_6.6.0
                          [    0.201042] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                          [    0.201219] FS-Cache: Loaded
                          [    0.201446] CacheFiles: Loaded
                          [    0.211475] NET: Registered protocol family 2
                          [    0.212296] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
                          [    0.212360] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
                          [    0.212491] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
                          [    0.212695] TCP: Hash tables configured (established 8192 bind 8192)
                          [    0.212855] UDP hash table entries: 512 (order: 2, 16384 bytes)
                          [    0.212921] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
                          [    0.213251] NET: Registered protocol family 1
                          [    0.213821] RPC: Registered named UNIX socket transport module.
                          [    0.213848] RPC: Registered udp transport module.
                          [    0.213870] RPC: Registered tcp transport module.
                          [    0.213892] RPC: Registered tcp NFSv4.1 backchannel transport module.
                          [    0.215579] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
                          [    0.218611] Initialise system trusted keyrings
                          [    0.218819] workingset: timestamp_bits=14 max_order=18 bucket_order=4
                          [    0.228823] FS-Cache: Netfs 'nfs' registered for caching
                          [    0.229423] NFS: Registering the id_resolver key type
                          [    0.229476] Key type id_resolver registered
                          [    0.229498] Key type id_legacy registered
                          [    0.229530] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                          [    0.231870] Key type asymmetric registered
                          [    0.231900] Asymmetric key parser 'x509' registered
                          [    0.231968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
                          [    0.232148] io scheduler noop registered
                          [    0.232172] io scheduler deadline registered (default)
                          [    0.232365] io scheduler cfq registered
                          [    0.232389] io scheduler mq-deadline registered (default)
                          [    0.232413] io scheduler kyber registered
                          [    0.234614] bcm2708_fb soc:fb: FB found 1 display(s)
                          [    0.244038] Console: switching to colour frame buffer device 82x26
                          [    0.250847] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
                          [    0.257552] bcm2835-rng 3f104000.rng: hwrng registered
                          [    0.260218] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
                          [    0.265532] vc-sm: Videocore shared memory driver
                          [    0.268278] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
                          [    0.284167] brd: module loaded
                          [    0.296827] loop: module loaded
                          [    0.299870] Loading iSCSI transport class v2.0-870.
                          [    0.303047] libphy: Fixed MDIO Bus: probed
                          [    0.305557] usbcore: registered new interface driver lan78xx
                          [    0.308016] usbcore: registered new interface driver smsc95xx
                          [    0.310369] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                          [    0.340672] dwc_otg 3f980000.usb: base=(ptrval)
                          [    0.543326] Core Release: 2.80a
                          [    0.545705] Setting default values for core params
                          [    0.548146] Finished setting default values for core params
                          [    0.750882] Using Buffer DMA mode
                          [    0.753288] Periodic Transfer Interrupt Enhancement - disabled
                          [    0.755713] Multiprocessor Interrupt Enhancement - disabled
                          [    0.758082] OTG VER PARAM: 0, OTG VER FLAG: 0
                          [    0.760426] Dedicated Tx FIFOs mode
                          [    0.763148] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad14000 dma = 0xfad14000 len=9024
                          [    0.767725] FIQ FSM acceleration enabled for :
                                         Non-periodic Split Transactions
                                         Periodic Split Transactions
                                         High-Speed Isochronous Endpoints
                                         Interrupt/Control Split Transaction hack enabled
                          [    0.778632] dwc_otg: Microframe scheduler enabled
                          [    0.778693] WARN::hcd_init_fiq:457: FIQ on core 1
                          [    0.780921] WARN::hcd_init_fiq:458: FIQ ASM at 80654f4c length 36
                          [    0.783137] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
                          [    0.785398] dwc_otg 3f980000.usb: DWC OTG Controller
                          [    0.787660] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
                          [    0.789984] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
                          [    0.792310] Init: Port Power? op_state=1
                          [    0.794554] Init: Power Port (0)
                          [    0.796971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
                          [    0.801482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                          [    0.803926] usb usb1: Product: DWC OTG Controller
                          [    0.806298] usb usb1: Manufacturer: Linux 4.19.66-v7+ dwc_otg_hcd
                          [    0.808721] usb usb1: SerialNumber: 3f980000.usb
                          [    0.811671] hub 1-0:1.0: USB hub found
                          [    0.813966] hub 1-0:1.0: 1 port detected
                          [    0.816728] dwc_otg: FIQ enabled
                          [    0.816734] dwc_otg: NAK holdoff enabled
                          [    0.816739] dwc_otg: FIQ split-transaction FSM enabled
                          [    0.816751] Module dwc_common_port init
                          [    0.817047] usbcore: registered new interface driver usb-storage
                          [    0.819503] mousedev: PS/2 mouse device common for all mice
                          [    0.822679] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                          [    0.825308] bcm2835-cpufreq: min=600000 max=1400000
                          [    0.828125] sdhci: Secure Digital Host Controller Interface driver
                          [    0.830536] sdhci: Copyright(c) Pierre Ossman
                          [    0.833334] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
                          [    0.836240] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
                          [    0.838913] sdhci-pltfm: SDHCI platform and OF driver helper
                          [    0.843040] ledtrig-cpu: registered to indicate activity on CPUs
                          [    0.845771] hidraw: raw HID events driver (C) Jiri Kosina
                          [    0.848539] usbcore: registered new interface driver usbhid
                          [    0.851170] usbhid: USB HID core driver
                          [    0.854510] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
                          [    0.858634] [vc_sm_connected_init]: start
                          [    0.867387] [vc_sm_connected_init]: end - returning 0
                          [    0.870923] Initializing XFRM netlink socket
                          [    0.873385] NET: Registered protocol family 17
                          [    0.875887] Key type dns_resolver registered
                          [    0.878730] Registering SWP/SWPB emulation handler
                          [    0.881867] registered taskstats version 1
                          [    0.884278] Loading compiled-in X.509 certificates
                          [    0.893906] uart-pl011 3f201000.serial: cts_event_workaround enabled
                          [    0.896435] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
                          [    0.903323] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
                          [    0.905861] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
                          [    0.934469] sdhost: log_buf @ (ptrval) (fad13000)
                          [    0.973197] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                          [    0.977165] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                          [    0.981022] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                          [    0.983263] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
                          [    0.986727] of_cfs_init
                          [    0.988920] of_cfs_init: OK
                          [    0.991536] Waiting for root device PARTUUID=b73bd0c1-02...
                          [    1.007861] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                          [    1.041890] Indeed it is in host mode hprt0 = 00021501
                          [    1.109919] random: fast init done
                          [    1.128667] mmc0: host does not support reading read-only switch, assuming write-enable
                          [    1.137015] mmc0: new high speed SDHC card at address aaaa
                          [    1.140537] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
                          [    1.146816]  mmcblk0: p1 p2
                          [    1.152470] mmc1: new high speed SDIO card at address 0001
                          [    1.176868] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
                          [    1.179170] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
                          [    1.251809] usb 1-1: new high-speed USB device number 2 using dwc_otg
                          [    1.254250] Indeed it is in host mode hprt0 = 00001101
                          [    1.492116] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                          [    1.496873] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                          [    1.500217] hub 1-1:1.0: USB hub found
                          [    1.502964] hub 1-1:1.0: 4 ports detected
                          [    1.511454] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                          [    1.573266] EXT4-fs (mmcblk0p2): 12 orphan inodes deleted
                          [    1.575984] EXT4-fs (mmcblk0p2): recovery complete
                          [    1.751259] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                          [    1.756582] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [    1.771023] devtmpfs: mounted
                          [    1.778926] Freeing unused kernel memory: 1024K
                          [    1.781958] Run /sbin/init as init process
                          [    1.821798] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
                          [    1.952110] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
                          [    1.957408] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                          [    1.960843] hub 1-1.1:1.0: USB hub found
                          [    1.963679] hub 1-1.1:1.0: 3 ports detected
                          [    2.266960] systemd[1]: System time before build time, advancing clock.
                          [    2.281814] usb 1-1.1.3: new full-speed USB device number 4 using dwc_otg
                          [    2.400446] NET: Registered protocol family 10
                          [    2.404350] Segment Routing with IPv6
                          [    2.416197] usb 1-1.1.3: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                          [    2.421451] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                          [    2.427039] usb 1-1.1.3: Product: ConBee II
                          [    2.429883] usb 1-1.1.3: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                          [    2.432812] usb 1-1.1.3: SerialNumber: DE2131494
                          [    2.446092] random: systemd: uninitialized urandom read (16 bytes read)
                          [    2.451537] random: systemd: uninitialized urandom read (16 bytes read)
                          [    2.460433] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
                          [    2.469655] systemd[1]: Detected architecture arm.
                          [    2.501955] systemd[1]: Set hostname to <raspberrypi>.
                          [    2.560620] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
                          [    2.731866] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
                          [    2.872315] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
                          [    2.877839] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                          [    3.062607] systemd[1]: Configuration file /lib/systemd/system/iobroker.service is marked executable. Please remove executable permission bits. Proceeding anyway.
                          [    3.087494] systemd[1]: [/lib/systemd/system/deconz.service:9] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                          [    3.118271] systemd[1]: Listening on udev Control Socket.
                          [    3.126399] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
                          [    3.136493] systemd[1]: Reached target Swap.
                          [    3.143581] systemd[1]: Listening on fsck to fsckd communication Socket.
                          [    3.148029] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
                          [    3.149042] libphy: lan78xx-mdiobus: probed
                          [    3.173246] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
                          [    3.174491] systemd[1]: Created slice User and Session Slice.
                          [    3.795384] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                          [    3.900472] systemd-journald[112]: Received request to flush runtime journal from PID 1
                          [    4.257689] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                          [    4.264654] media: Linux media interface: v0.10
                          [    4.264800] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                          [    4.264811] [vc_sm_connected_init]: start
                          [    4.268883] [vc_sm_connected_init]: installed successfully
                          [    4.308084] videodev: Linux video capture interface: v2.00
                          [    4.346399] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                          [    4.347686] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                          [    4.380986] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                          [    4.394378] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                          [    4.403277] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                          [    4.403289] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                          [    4.417596] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                          [    4.417608] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                          [    4.426729] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                          [    4.426745] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                          [    4.496195] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                          [    4.518558] bcm2835_audio soc:audio: card created with 8 channels
                          [    4.643126] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                          [    4.710106] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                          [    4.815538] brcmfmac: F1 signature read @0x18000000=0x15264345
                          [    4.831604] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                          [    4.832482] usbcore: registered new interface driver brcmfmac
                          [    4.871038] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
                          [    5.075061] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
                          [    5.114288] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
                          [    5.128613] cdc_acm 1-1.1.3:1.0: ttyACM0: USB ACM device
                          [    5.132672] usbcore: registered new interface driver cdc_acm
                          [    5.132684] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
                          [    5.160661] random: crng init done
                          [    5.160674] random: 7 urandom warning(s) missed due to ratelimiting
                          [    5.402367] usb 1-1.1.3: USB disconnect, device number 4
                          [    5.701893] usb 1-1.1.3: new full-speed USB device number 6 using dwc_otg
                          [    5.837346] usb 1-1.1.3: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
                          [    5.837363] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                          [    5.837373] usb 1-1.1.3: Product: ConBee II
                          [    5.837383] usb 1-1.1.3: Manufacturer: dresden elektronik ingenieurtechnik GmbH
                          [    5.837395] usb 1-1.1.3: SerialNumber: DE2131494
                          [    5.840840] cdc_acm 1-1.1.3:1.0: ttyACM0: USB ACM device
                          [    5.909395] uart-pl011 3f201000.serial: no DMA platform data
                          [    6.398755] Bluetooth: Core ver 2.22
                          [    6.398842] NET: Registered protocol family 31
                          [    6.398849] Bluetooth: HCI device and connection manager initialized
                          [    6.398871] Bluetooth: HCI socket layer initialized
                          [    6.398885] Bluetooth: L2CAP socket layer initialized
                          [    6.398925] Bluetooth: SCO socket layer initialized
                          [    6.570960] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
                          [    6.570973] brcmfmac: power management disabled
                          [    6.757773] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
                          [    6.867378] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
                          [    6.871389] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                          [   12.792074] Bluetooth: HCI UART driver ver 2.3
                          [   12.792090] Bluetooth: HCI UART protocol H4 registered
                          [   12.792176] Bluetooth: HCI UART protocol Three-wire (H5) registered
                          [   12.792388] Bluetooth: HCI UART protocol Broadcom registered
                          [   12.967508] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                          [   12.967519] Bluetooth: BNEP filters: protocol multicast
                          [   12.967537] Bluetooth: BNEP socket layer initialized
                          [   13.056205] Bluetooth: RFCOMM TTY layer initialized
                          [   13.056224] Bluetooth: RFCOMM socket layer initialized
                          [   13.056249] Bluetooth: RFCOMM ver 1.11
                          [  155.399747] Bluetooth: hci0: advertising data len corrected
                          [  157.591922] Bluetooth: hci0: advertising data len corrected
                          [  161.938815] Bluetooth: hci0: advertising data len corrected
                          [  164.127317] Bluetooth: hci0: advertising data len corrected
                          [  165.240048] Bluetooth: hci0: advertising data len corrected
                          [  167.463176] Bluetooth: hci0: advertising data len corrected
                          [  168.589343] Bluetooth: hci0: advertising data len corrected
                          [  170.792242] Bluetooth: hci0: advertising data len corrected
                          [  173.048533] Bluetooth: hci0: advertising data len corrected
                          [  174.152368] Bluetooth: hci0: advertising data len corrected
                          [  176.313530] Bluetooth: hci0: advertising data len corrected
                          [  177.424222] Bluetooth: hci0: advertising data len corrected
                          [  187.324091] Bluetooth: hci0: advertising data len corrected
                          [  188.439199] Bluetooth: hci0: advertising data len corrected
                          [  192.875021] Bluetooth: hci0: advertising data len corrected
                          [  193.978813] Bluetooth: hci0: advertising data len corrected
                          [  195.092925] Bluetooth: hci0: advertising data len corrected
                          [  196.204439] Bluetooth: hci0: advertising data len corrected
                          [  197.313987] Bluetooth: hci0: advertising data len corrected
                          [  199.498756] Bluetooth: hci0: advertising data len corrected
                          [  203.892146] Bluetooth: hci0: advertising data len corrected
                          [  204.958260] Bluetooth: hci0: advertising data len corrected
                          [  208.300408] Bluetooth: hci0: advertising data len corrected
                          [  211.564607] Bluetooth: hci0: advertising data len corrected
                          [  212.681586] Bluetooth: hci0: advertising data len corrected
                          [  213.780242] Bluetooth: hci0: advertising data len corrected
                          [  214.929276] Bluetooth: hci0: advertising data len corrected
                          [  216.025278] Bluetooth: hci0: advertising data len corrected
                          [  218.225119] Bluetooth: hci0: advertising data len corrected
                          [  219.331616] Bluetooth: hci0: advertising data len corrected
                          [  220.410490] Bluetooth: hci0: advertising data len corrected
                          [  221.502850] Bluetooth: hci0: advertising data len corrected
                          [  222.629042] Bluetooth: hci0: advertising data len corrected
                          [  226.996777] Bluetooth: hci0: advertising data len corrected
                          [  228.097156] Bluetooth: hci0: advertising data len corrected
                          [  230.339541] Bluetooth: hci0: advertising data len corrected
                          [  233.576331] Bluetooth: hci0: advertising data len corrected
                          [  234.703214] Bluetooth: hci0: advertising data len corrected
                          [  235.792352] Bluetooth: hci0: advertising data len corrected
                          [  236.882599] Bluetooth: hci0: advertising data len corrected
                          [  237.945210] Bluetooth: hci0: advertising data len corrected
                          [  239.051179] Bluetooth: hci0: advertising data len corrected
                          [  241.277080] Bluetooth: hci0: advertising data len corrected
                          [  243.482821] Bluetooth: hci0: advertising data len corrected
                          [  244.566940] Bluetooth: hci0: advertising data len corrected
                          [  250.043728] Bluetooth: hci0: advertising data len corrected
                          [  253.357930] Bluetooth: hci0: advertising data len corrected
                          [  255.572364] Bluetooth: hci0: advertising data len corrected
                          [  256.661481] Bluetooth: hci0: advertising data len corrected
                          [  262.193539] Bluetooth: hci0: advertising data len corrected
                          [  264.393498] Bluetooth: hci0: advertising data len corrected
                          [  265.494968] Bluetooth: hci0: advertising data len corrected
                          [  266.607307] Bluetooth: hci0: advertising data len corrected
                          [  267.681629] Bluetooth: hci0: advertising data len corrected
                          [  268.817469] Bluetooth: hci0: advertising data len corrected
                          [  269.943339] Bluetooth: hci0: advertising data len corrected
                          [  272.175482] Bluetooth: hci0: advertising data len corrected
                          [  273.297524] Bluetooth: hci0: advertising data len corrected
                          [  274.369227] Bluetooth: hci0: advertising data len corrected
                          [  275.466374] Bluetooth: hci0: advertising data len corrected
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #255

                          @SaschaS Ab Zeile 201 kommen diverse Hilferufe vom System, dass die SD-Karte nicht sauber ist und dass das Dateisystem nur 'lesend' eingehängt wurde.
                          Das erklärt auch, warum keinerlei Änderungen gespeichert wurden.
                          Ich würde da jetzt nicht weiter rummachen sondern wenn möglich die Karte in einen anderen Rechner geben und wenigstens die Daten-Verzeichnisse vom ioBroker wegsichern. Oder zumindest es versuchen.

                          [Edit:] Ich sehe gerade, da sind auch ein paar inodes 'geplatzt'. Das ist gar nicht gar nicht gar nicht gut.

                          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 Antwort Letzte Antwort
                          0
                          • S Offline
                            S Offline
                            SaschaS
                            schrieb am zuletzt editiert von
                            #256

                            @Meister-Mopper @Thomas-Braun Bekommen wir es hin, dass wir Skripte, Einstellungen und VIS Projekte gesichert bekommen?
                            Wenn ihr mir helft, können wir auch eine Neuinstallation machen. Wurde ja schon mehrfach erwähnt, dass das zu dieser Zeit der bessere Weg sei.

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • S SaschaS

                              @Meister-Mopper @Thomas-Braun Bekommen wir es hin, dass wir Skripte, Einstellungen und VIS Projekte gesichert bekommen?
                              Wenn ihr mir helft, können wir auch eine Neuinstallation machen. Wurde ja schon mehrfach erwähnt, dass das zu dieser Zeit der bessere Weg sei.

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von Thomas Braun
                              #257

                              @SaschaS
                              Aus den Allgemeinen Hinweisen zu Versions-Updates:

                              Wie bei jedem Update dieser Art: Bitte macht ein Backup! iobroker backup, bzw. kopieren des iobroker-data Verzeichnisses reichen an sich im Zweifel auch aus (ioBroker vorher stoppen natürlich). Bitte nicht das node_modules Verzeichnis einfach kopieren, da sonst symbolische Links kaputt gehen können, was zu größeren Problemen danach führt.

                              Mehr kann ich dazu auch nicht sagen, meine Backups laufen jede Nacht per Backitup-Adapter auf google drive hoch. Ich habe die aber (toitoitoi) auch noch nie benötigt...

                              Um eine Neuinstallation (auf einer neuen Karte!) kommst du eh nicht drumherum, würde ich sagen. Die Karte ist höchstwahrscheinlich durchgenudelt.

                              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

                              S 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @SaschaS
                                Aus den Allgemeinen Hinweisen zu Versions-Updates:

                                Wie bei jedem Update dieser Art: Bitte macht ein Backup! iobroker backup, bzw. kopieren des iobroker-data Verzeichnisses reichen an sich im Zweifel auch aus (ioBroker vorher stoppen natürlich). Bitte nicht das node_modules Verzeichnis einfach kopieren, da sonst symbolische Links kaputt gehen können, was zu größeren Problemen danach führt.

                                Mehr kann ich dazu auch nicht sagen, meine Backups laufen jede Nacht per Backitup-Adapter auf google drive hoch. Ich habe die aber (toitoitoi) auch noch nie benötigt...

                                Um eine Neuinstallation (auf einer neuen Karte!) kommst du eh nicht drumherum, würde ich sagen. Die Karte ist höchstwahrscheinlich durchgenudelt.

                                S Offline
                                S Offline
                                SaschaS
                                schrieb am zuletzt editiert von SaschaS
                                #258

                                @Thomas-Braun Ich sicher mir gerade die Sachen per FTP. Scheint zu funktionieren.
                                Unter Files/VIS.0 finde ich auch meine Projekte. Damit habe ich alles was mir am Herzen liegt.
                                Bildschirmfoto 2020-05-21 um 20.28.51.png

                                Muss ich die SD Karte aus dem Raspberry entfernen oder machen wir die direkt dort drauf platt?
                                Ok. Das mit der neuen Karte lese ich gerade erst...Des jetzt blöd..ich hab glaub gar keine mehr da.
                                Kann man die nicht formatieren und schauen, ob sie dann wieder mag? :-D

                                crunchipC Thomas BraunT 3 Antworten Letzte Antwort
                                0
                                • S SaschaS

                                  @Thomas-Braun Ich sicher mir gerade die Sachen per FTP. Scheint zu funktionieren.
                                  Unter Files/VIS.0 finde ich auch meine Projekte. Damit habe ich alles was mir am Herzen liegt.
                                  Bildschirmfoto 2020-05-21 um 20.28.51.png

                                  Muss ich die SD Karte aus dem Raspberry entfernen oder machen wir die direkt dort drauf platt?
                                  Ok. Das mit der neuen Karte lese ich gerade erst...Des jetzt blöd..ich hab glaub gar keine mehr da.
                                  Kann man die nicht formatieren und schauen, ob sie dann wieder mag? :-D

                                  crunchipC Abwesend
                                  crunchipC Abwesend
                                  crunchip
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von
                                  #259

                                  @SaschaS vis brauchst du nicht extra....das iobroker-data verzeichnis sichern, darin ist alles erhalten

                                  umgestiegen von Proxmox auf Unraid

                                  S 1 Antwort Letzte Antwort
                                  0
                                  • S SaschaS

                                    @Thomas-Braun Ich sicher mir gerade die Sachen per FTP. Scheint zu funktionieren.
                                    Unter Files/VIS.0 finde ich auch meine Projekte. Damit habe ich alles was mir am Herzen liegt.
                                    Bildschirmfoto 2020-05-21 um 20.28.51.png

                                    Muss ich die SD Karte aus dem Raspberry entfernen oder machen wir die direkt dort drauf platt?
                                    Ok. Das mit der neuen Karte lese ich gerade erst...Des jetzt blöd..ich hab glaub gar keine mehr da.
                                    Kann man die nicht formatieren und schauen, ob sie dann wieder mag? :-D

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #260

                                    @SaschaS sagte in Nach Update läuft nichts mehr!:

                                    Das mit der neuen Karte lese ich gerade erst...Des jetzt blöd..ich hab glaub gar keine mehr da.
                                    Kann man die nicht formatieren und schauen, ob sie dann wieder mag?

                                    Das kannst du machen... Aber nur, wenn du kein stabiles System benötigst. Die Lebenszeit von SD-Karten ist halt nicht so wirklich gut. Wenn ich aber die Meldungen zu den Inodes in 'dmesg' sehe, dann glaube ich das die Karte hin ist.

                                    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 Antwort Letzte Antwort
                                    0
                                    • crunchipC crunchip

                                      @SaschaS vis brauchst du nicht extra....das iobroker-data verzeichnis sichern, darin ist alles erhalten

                                      S Offline
                                      S Offline
                                      SaschaS
                                      schrieb am zuletzt editiert von
                                      #261

                                      @crunchip In Progress. Wird gerade gesichert. Ich seh dabei auch, dass es offenbar Backup gibt. Aber keine Ahnung, ob die fehlerfrei sind.
                                      Bildschirmfoto 2020-05-21 um 20.33.26.png

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • S SaschaS

                                        @Thomas-Braun Ich sicher mir gerade die Sachen per FTP. Scheint zu funktionieren.
                                        Unter Files/VIS.0 finde ich auch meine Projekte. Damit habe ich alles was mir am Herzen liegt.
                                        Bildschirmfoto 2020-05-21 um 20.28.51.png

                                        Muss ich die SD Karte aus dem Raspberry entfernen oder machen wir die direkt dort drauf platt?
                                        Ok. Das mit der neuen Karte lese ich gerade erst...Des jetzt blöd..ich hab glaub gar keine mehr da.
                                        Kann man die nicht formatieren und schauen, ob sie dann wieder mag? :-D

                                        crunchipC Abwesend
                                        crunchipC Abwesend
                                        crunchip
                                        Forum Testing Most Active
                                        schrieb am zuletzt editiert von
                                        #262

                                        @SaschaS sagte in Nach Update läuft nichts mehr!:

                                        und schauen, ob sie dann wieder mag?

                                        du kannst auch dein durchrostetes auto drüberlackieren, der Rost kommt wieder

                                        umgestiegen von Proxmox auf Unraid

                                        1 Antwort Letzte Antwort
                                        0
                                        • S SaschaS

                                          @crunchip In Progress. Wird gerade gesichert. Ich seh dabei auch, dass es offenbar Backup gibt. Aber keine Ahnung, ob die fehlerfrei sind.
                                          Bildschirmfoto 2020-05-21 um 20.33.26.png

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #263

                                          @SaschaS Du lässt alle zwei Stunden ein Backup ziehen? Und ich dachte ich sei mit meinen 24 Stunden paranoid.

                                          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

                                          S crunchipC 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          754

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe