Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Iobroker startet nicht mehr nach Stromausfall. Hilfe!

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    438

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.9k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    822

Iobroker startet nicht mehr nach Stromausfall. Hilfe!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
15 Beiträge 2 Kommentatoren 1.0k Aufrufe 2 Beobachtet
  • Ä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.
  • T Offline
    T Offline
    Timur
    schrieb am zuletzt editiert von
    #1

    Guten Tag,

    ich musste heute im Wohnzimmer die Sicherung kurz raus nehmen...später hatte ich festgestellt das mein Iobroker nicht mehr funktioniert.
    Ich kann die Iobroker Seite nicht mehr öffnen.
    Hab dann einfach mal versucht ein update zu machen, dann bekam ich folgenden Fehler:

    pi@raspberrypi4:~ $ sudo iobroker update
    internal/modules/cjs/loader.js:883
    throw err;
    ^

    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
    at Function.Module._load (internal/modules/cjs/loader.js:725:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
    code: 'MODULE_NOT_FOUND',
    requireStack: []

    Kann mir da einer bitte helfen?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • T Timur

      Guten Tag,

      ich musste heute im Wohnzimmer die Sicherung kurz raus nehmen...später hatte ich festgestellt das mein Iobroker nicht mehr funktioniert.
      Ich kann die Iobroker Seite nicht mehr öffnen.
      Hab dann einfach mal versucht ein update zu machen, dann bekam ich folgenden Fehler:

      pi@raspberrypi4:~ $ sudo iobroker update
      internal/modules/cjs/loader.js:883
      throw err;
      ^

      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
      at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
      at Function.Module._load (internal/modules/cjs/loader.js:725:27)
      at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
      at internal/main/run_main_module.js:17:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []

      Kann mir da einer bitte helfen?

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

      @Timur
      iobroker wird im Normalfall nie mit sudo angefasst.

      iobroker status
      

      liefert?

      Konsolentext bitte in CodeTags einbetten.

      Versuch mal

      cd /opt/iobroker
      sudo -H -u iobroker npm install iobroker.js-controller
      

      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

      T 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @Timur
        iobroker wird im Normalfall nie mit sudo angefasst.

        iobroker status
        

        liefert?

        Konsolentext bitte in CodeTags einbetten.

        Versuch mal

        cd /opt/iobroker
        sudo -H -u iobroker npm install iobroker.js-controller
        
        T Offline
        T Offline
        Timur
        schrieb am zuletzt editiert von
        #3

        @thomas-braun

        pi@raspberrypi4:~ $ iobroker status
        internal/modules/cjs/loader.js:883
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
            at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
            at Function.Module._load (internal/modules/cjs/loader.js:725:27)
            at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
            at internal/main/run_main_module.js:17:47 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        
        

        und

        pi@raspberrypi4:/opt/iobroker $  sudo -H -u iobroker npm install iobroker.js-controller
        
        added 39 packages in 23s
        
        

        Hoffe das du mir weiterhelfen kannst....

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • T Timur

          @thomas-braun

          pi@raspberrypi4:~ $ iobroker status
          internal/modules/cjs/loader.js:883
            throw err;
            ^
          
          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
              at Function.Module._load (internal/modules/cjs/loader.js:725:27)
              at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
              at internal/main/run_main_module.js:17:47 {
            code: 'MODULE_NOT_FOUND',
            requireStack: []
          }
          
          

          und

          pi@raspberrypi4:/opt/iobroker $  sudo -H -u iobroker npm install iobroker.js-controller
          
          added 39 packages in 23s
          
          

          Hoffe das du mir weiterhelfen kannst....

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

          @timur
          Eigentlich sollte das jetzt wieder laufen.

          dmesg -T
          

          sagt?

          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

          T 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @timur
            Eigentlich sollte das jetzt wieder laufen.

            dmesg -T
            

            sagt?

            T Offline
            T Offline
            Timur
            schrieb am zuletzt editiert von
            #5

            @thomas-braun
            Leider nein.
            Auf meine Phoscon Seite komme ich drauf.

            pi@raspberrypi4:~ $ dmesg -T
            [Di Apr 20 23:31:12 2021] Booting Linux on physical CPU 0x0
            [Di Apr 20 23:31:12 2021] Linux version 5.10.17-v7l+ (dom@buildbot) (arm-linux-g                                                                                        nueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ub                                                                                        untu) 2.34) #1403 SMP Mon Feb 22 11:33:35 GMT 2021
            [Di Apr 20 23:31:12 2021] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr                                                                                        =30c5383d
            [Di Apr 20 23:31:12 2021] CPU: div instructions available: patching division cod                                                                                        e
            [Di Apr 20 23:31:12 2021] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruct                                                                                        ion cache
            [Di Apr 20 23:31:12 2021] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.2
            [Di Apr 20 23:31:12 2021] Memory policy: Data cache writealloc
            [Di Apr 20 23:31:12 2021] Reserved memory: created CMA memory pool at 0x00000000                                                                                        1ec00000, size 256 MiB
            [Di Apr 20 23:31:12 2021] OF: reserved mem: initialized node linux,cma, compatib                                                                                        le id shared-dma-pool
            [Di Apr 20 23:31:12 2021] Zone ranges:
            [Di Apr 20 23:31:12 2021]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
            [Di Apr 20 23:31:12 2021]   Normal   empty
            [Di Apr 20 23:31:12 2021]   HighMem  [mem 0x0000000030000000-0x00000000fbffffff]
            [Di Apr 20 23:31:12 2021] Movable zone start for each node
            [Di Apr 20 23:31:12 2021] Early memory node ranges
            [Di Apr 20 23:31:12 2021]   node   0: [mem 0x0000000000000000-0x000000003b3fffff                                                                                        ]
            [Di Apr 20 23:31:12 2021]   node   0: [mem 0x0000000040000000-0x00000000fbffffff                                                                                        ]
            [Di Apr 20 23:31:12 2021] Initmem setup node 0 [mem 0x0000000000000000-0x0000000                                                                                        0fbffffff]
            [Di Apr 20 23:31:12 2021] On node 0 totalpages: 1012736
            [Di Apr 20 23:31:12 2021]   DMA zone: 2304 pages used for memmap
            [Di Apr 20 23:31:12 2021]   DMA zone: 0 pages reserved
            [Di Apr 20 23:31:12 2021]   DMA zone: 196608 pages, LIFO batch:63
            [Di Apr 20 23:31:12 2021]   HighMem zone: 816128 pages, LIFO batch:63
            [Di Apr 20 23:31:12 2021] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u819                                                                                        20
            [Di Apr 20 23:31:12 2021] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
            [Di Apr 20 23:31:12 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
            [Di Apr 20 23:31:12 2021] Built 1 zonelists, mobility grouping on.  Total pages:                                                                                         1010432
            [Di Apr 20 23:31:12 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                                                                         snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:                                                                                        A6:32:5C:1B:CC vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tt                                                                                        yS0,115200 console=tty1 root=PARTUUID=d9b3f436-02 rootfstype=ext4 elevator=deadl                                                                                        ine fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
            [Di Apr 20 23:31:12 2021] Kernel parameter elevator= does not have any effect an                                                                                        ymore.
                                      Please use sysfs to set IO scheduler for individual de                                                                                        vices.
            [Di Apr 20 23:31:12 2021] Dentry cache hash table entries: 131072 (order: 7, 524                                                                                        288 bytes, linear)
            [Di Apr 20 23:31:12 2021] Inode-cache hash table entries: 65536 (order: 6, 26214                                                                                        4 bytes, linear)
            [Di Apr 20 23:31:12 2021] mem auto-init: stack:off, heap alloc:off, heap free:of                                                                                        f
            [Di Apr 20 23:31:12 2021] software IO TLB: mapped [mem 0x0000000017cc0000-0x0000                                                                                        00001bcc0000] (64MB)
            [Di Apr 20 23:31:12 2021] Memory: 3654940K/4050944K available (10240K kernel cod                                                                                        e, 1358K rwdata, 3160K rodata, 2048K init, 890K bss, 133860K reserved, 262144K c                                                                                        ma-reserved, 3264512K highmem)
            [Di Apr 20 23:31:12 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nod                                                                                        es=1
            [Di Apr 20 23:31:12 2021] ftrace: allocating 33942 entries in 67 pages
            [Di Apr 20 23:31:12 2021] ftrace: allocated 67 pages with 3 groups
            [Di Apr 20 23:31:12 2021] rcu: Hierarchical RCU implementation.
            [Di Apr 20 23:31:12 2021]       Rude variant of Tasks RCU enabled.
            [Di Apr 20 23:31:12 2021]       Tracing variant of Tasks RCU enabled.
            [Di Apr 20 23:31:12 2021] rcu: RCU calculated value of scheduler-enlistment dela                                                                                        y is 10 jiffies.
            [Di Apr 20 23:31:12 2021] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
            [Di Apr 20 23:31:12 2021] GIC: Using split EOI/Deactivate mode
            [Di Apr 20 23:31:12 2021] random: get_random_bytes called from start_kernel+0x3c                                                                                        8/0x59c with crng_init=0
            [Di Apr 20 23:31:12 2021] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wr                                                                                        aps every 2147483647500ns
            [Di Apr 20 23:31:12 2021] clocksource: timer: mask: 0xffffffff max_cycles: 0xfff                                                                                        fffff, max_idle_ns: 1911260446275 ns
            [Di Apr 20 23:31:12 2021] bcm2835: system timer (irq = 25)
            [Di Apr 20 23:31:12 2021] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
            [Di Apr 20 23:31:12 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff                                                                                         max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
            [Di Apr 20 23:31:12 2021] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps                                                                                         every 4398046511102ns
            [Di Apr 20 23:31:12 2021] Switching to timer-based delay loop, resolution 18ns
            [Di Apr 20 23:31:12 2021] Console: colour dummy device 80x30
            [Di Apr 20 23:31:12 2021] printk: console [tty1] enabled
            [Di Apr 20 23:31:12 2021] Calibrating delay loop (skipped), value calculated usi                                                                                        ng timer frequency.. 108.00 BogoMIPS (lpj=540000)
            [Di Apr 20 23:31:12 2021] pid_max: default: 32768 minimum: 301
            [Di Apr 20 23:31:12 2021] LSM: Security Framework initializing
            [Di Apr 20 23:31:12 2021] Mount-cache hash table entries: 2048 (order: 1, 8192 b                                                                                        ytes, linear)
            [Di Apr 20 23:31:12 2021] Mountpoint-cache hash table entries: 2048 (order: 1, 8                                                                                        192 bytes, linear)
            [Di Apr 20 23:31:12 2021] Disabling memory control group subsystem
            [Di Apr 20 23:31:12 2021] CPU: Testing write buffer coherency: ok
            [Di Apr 20 23:31:12 2021] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
            [Di Apr 20 23:31:12 2021] Setting up static identity map for 0x200000 - 0x20003c
            [Di Apr 20 23:31:12 2021] rcu: Hierarchical SRCU implementation.
            [Di Apr 20 23:31:12 2021] smp: Bringing up secondary CPUs ...
            [Di Apr 20 23:31:12 2021] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
            [Di Apr 20 23:31:12 2021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
            [Di Apr 20 23:31:12 2021] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
            [Di Apr 20 23:31:12 2021] smp: Brought up 1 node, 4 CPUs
            [Di Apr 20 23:31:12 2021] SMP: Total of 4 processors activated (432.00 BogoMIPS)                                                                                        .
            [Di Apr 20 23:31:12 2021] CPU: All CPU(s) started in HYP mode.
            [Di Apr 20 23:31:12 2021] CPU: Virtualization extensions available.
            [Di Apr 20 23:31:12 2021] devtmpfs: initialized
            [Di Apr 20 23:31:12 2021] VFP support v0.3: implementor 41 architecture 3 part 4                                                                                        0 variant 8 rev 0
            [Di Apr 20 23:31:12 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xf                                                                                        fffffff, max_idle_ns: 19112604462750000 ns
            [Di Apr 20 23:31:12 2021] futex hash table entries: 1024 (order: 4, 65536 bytes,                                                                                         linear)
            [Di Apr 20 23:31:12 2021] pinctrl core: initialized pinctrl subsystem
            [Di Apr 20 23:31:12 2021] NET: Registered protocol family 16
            [Di Apr 20 23:31:12 2021] DMA: preallocated 1024 KiB pool for atomic coherent al                                                                                        locations
            [Di Apr 20 23:31:12 2021] audit: initializing netlink subsys (disabled)
            [Di Apr 20 23:31:12 2021] audit: type=2000 audit(0.030:1): state=initialized aud                                                                                        it_enabled=0 res=1
            [Di Apr 20 23:31:12 2021] thermal_sys: Registered thermal governor 'step_wise'
            [Di Apr 20 23:31:12 2021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4                                                                                         watchpoint registers.
            [Di Apr 20 23:31:12 2021] hw-breakpoint: maximum watchpoint size is 8 bytes.
            [Di Apr 20 23:31:12 2021] Serial: AMBA PL011 UART driver
            [Di Apr 20 23:31:12 2021] bcm2835-mbox fe00b880.mailbox: mailbox enabled
            [Di Apr 20 23:31:12 2021] raspberrypi-firmware soc:firmware: Attached to firmwar                                                                                        e from 2021-02-25T12:10:40, variant start
            [Di Apr 20 23:31:12 2021] raspberrypi-firmware soc:firmware: Firmware hash is 56                                                                                        4e5f9b852b23a330b1764bcf0b2d022a20afd0
            [Di Apr 20 23:31:12 2021] bcm2835-dma fe007000.dma: DMA legacy API manager, dmac                                                                                        hans=0x1
            [Di Apr 20 23:31:12 2021] vgaarb: loaded
            [Di Apr 20 23:31:12 2021] SCSI subsystem initialized
            [Di Apr 20 23:31:12 2021] usbcore: registered new interface driver usbfs
            [Di Apr 20 23:31:12 2021] usbcore: registered new interface driver hub
            [Di Apr 20 23:31:12 2021] usbcore: registered new device driver usb
            [Di Apr 20 23:31:12 2021] usb_phy_generic phy: supply vcc not found, using dummy                                                                                         regulator
            [Di Apr 20 23:31:12 2021] clocksource: Switched to clocksource arch_sys_counter
            [Di Apr 20 23:31:13 2021] VFS: Disk quotas dquot_6.6.0
            [Di Apr 20 23:31:13 2021] VFS: Dquot-cache hash table entries: 1024 (order 0, 40                                                                                        96 bytes)
            [Di Apr 20 23:31:13 2021] FS-Cache: Loaded
            [Di Apr 20 23:31:13 2021] CacheFiles: Loaded
            [Di Apr 20 23:31:13 2021] NET: Registered protocol family 2
            [Di Apr 20 23:31:13 2021] tcp_listen_portaddr_hash hash table entries: 512 (orde                                                                                        r: 0, 6144 bytes, linear)
            [Di Apr 20 23:31:13 2021] TCP established hash table entries: 8192 (order: 3, 32                                                                                        768 bytes, linear)
            [Di Apr 20 23:31:13 2021] TCP bind hash table entries: 8192 (order: 4, 65536 byt                                                                                        es, linear)
            [Di Apr 20 23:31:13 2021] TCP: Hash tables configured (established 8192 bind 819                                                                                        2)
            [Di Apr 20 23:31:13 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, li                                                                                        near)
            [Di Apr 20 23:31:13 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 byte                                                                                        s, linear)
            [Di Apr 20 23:31:13 2021] NET: Registered protocol family 1
            [Di Apr 20 23:31:13 2021] RPC: Registered named UNIX socket transport module.
            [Di Apr 20 23:31:13 2021] RPC: Registered udp transport module.
            [Di Apr 20 23:31:13 2021] RPC: Registered tcp transport module.
            [Di Apr 20 23:31:13 2021] RPC: Registered tcp NFSv4.1 backchannel transport modu                                                                                        le.
            [Di Apr 20 23:31:13 2021] PCI: CLS 0 bytes, default 64
            [Di Apr 20 23:31:13 2021] Initialise system trusted keyrings
            [Di Apr 20 23:31:13 2021] workingset: timestamp_bits=14 max_order=20 bucket_orde                                                                                        r=6
            [Di Apr 20 23:31:13 2021] zbud: loaded
            [Di Apr 20 23:31:13 2021] FS-Cache: Netfs 'nfs' registered for caching
            [Di Apr 20 23:31:13 2021] NFS: Registering the id_resolver key type
            [Di Apr 20 23:31:13 2021] Key type id_resolver registered
            [Di Apr 20 23:31:13 2021] Key type id_legacy registered
            [Di Apr 20 23:31:13 2021] nfs4filelayout_init: NFSv4 File Layout Driver Register                                                                                        ing...
            [Di Apr 20 23:31:13 2021] Key type asymmetric registered
            [Di Apr 20 23:31:13 2021] Asymmetric key parser 'x509' registered
            [Di Apr 20 23:31:13 2021] bounce: pool size: 64 pages
            [Di Apr 20 23:31:13 2021] Block layer SCSI generic (bsg) driver version 0.4 load                                                                                        ed (major 249)
            [Di Apr 20 23:31:13 2021] io scheduler mq-deadline registered
            [Di Apr 20 23:31:13 2021] io scheduler kyber registered
            [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d50000                                                                                        0 ranges:
            [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie:   No bus range found for /scb                                                                                        /pcie@7d500000, using [bus 00-ff]
            [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063f                                                                                        ffffff -> 0x00c0000000
            [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bf                                                                                        ffffff -> 0x0400000000
            [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SS                                                                                        C)
            [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:0                                                                                        0
            [Di Apr 20 23:31:13 2021] pci_bus 0000:00: root bus resource [bus 00-ff]
            [Di Apr 20 23:31:13 2021] pci_bus 0000:00: root bus resource [mem 0x600000000-0x                                                                                        63fffffff] (bus address [0xc0000000-0xffffffff])
            [Di Apr 20 23:31:13 2021] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
            [Di Apr 20 23:31:13 2021] pci 0000:00:00.0: PME# supported from D0 D3hot
            [Di Apr 20 23:31:13 2021] PCI: bus0: Fast back to back transfers disabled
            [Di Apr 20 23:31:13 2021] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
            [Di Apr 20 23:31:13 2021] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff                                                                                         64bit]
            [Di Apr 20 23:31:13 2021] pci 0000:01:00.0: PME# supported from D0 D3cold
            [Di Apr 20 23:31:13 2021] PCI: bus1: Fast back to back transfers disabled
            [Di Apr 20 23:31:13 2021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6                                                                                        000fffff]
            [Di Apr 20 23:31:13 2021] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x6                                                                                        00000fff 64bit]
            [Di Apr 20 23:31:13 2021] pci 0000:00:00.0: PCI bridge to [bus 01]
            [Di Apr 20 23:31:13 2021] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6                                                                                        000fffff]
            [Di Apr 20 23:31:13 2021] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
            [Di Apr 20 23:31:13 2021] pcieport 0000:00:00.0: PME: Signaling with IRQ 62
            [Di Apr 20 23:31:13 2021] iproc-rng200 fe104000.rng: hwrng registered
            [Di Apr 20 23:31:13 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_s                                                                                        ize:0x40000000(1024 MiB)
            [Di Apr 20 23:31:13 2021] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registe                                                                                        rs at 0xfe200000
            [Di Apr 20 23:31:13 2021] brd: module loaded
            [Di Apr 20 23:31:13 2021] loop: module loaded
            [Di Apr 20 23:31:13 2021] Loading iSCSI transport class v2.0-870.
            [Di Apr 20 23:31:13 2021] libphy: Fixed MDIO Bus: probed
            [Di Apr 20 23:31:13 2021] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
            [Di Apr 20 23:31:13 2021] libphy: bcmgenet MII bus: probed
            [Di Apr 20 23:31:13 2021] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
            [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver r8152
            [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver lan78xx
            [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver smsc95xx
            [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: enabling device (0140 -> 0142)
            [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
            [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigne                                                                                        d bus number 1
            [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci versi                                                                                        on 0x100 quirks 0x0000030000000890
            [Di Apr 20 23:31:13 2021] usb usb1: New USB device found, idVendor=1d6b, idProdu                                                                                        ct=0002, bcdDevice= 5.10
            [Di Apr 20 23:31:13 2021] usb usb1: New USB device strings: Mfr=3, Product=2, Se                                                                                        rialNumber=1
            [Di Apr 20 23:31:13 2021] usb usb1: Product: xHCI Host Controller
            [Di Apr 20 23:31:13 2021] usb usb1: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
            [Di Apr 20 23:31:13 2021] usb usb1: SerialNumber: 0000:01:00.0
            [Di Apr 20 23:31:13 2021] hub 1-0:1.0: USB hub found
            [Di Apr 20 23:31:13 2021] hub 1-0:1.0: 1 port detected
            [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
            [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigne                                                                                        d bus number 2
            [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpee                                                                                        d
            [Di Apr 20 23:31:13 2021] usb usb2: New USB device found, idVendor=1d6b, idProdu                                                                                        ct=0003, bcdDevice= 5.10
            [Di Apr 20 23:31:13 2021] usb usb2: New USB device strings: Mfr=3, Product=2, Se                                                                                        rialNumber=1
            [Di Apr 20 23:31:13 2021] usb usb2: Product: xHCI Host Controller
            [Di Apr 20 23:31:13 2021] usb usb2: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
            [Di Apr 20 23:31:13 2021] usb usb2: SerialNumber: 0000:01:00.0
            [Di Apr 20 23:31:13 2021] hub 2-0:1.0: USB hub found
            [Di Apr 20 23:31:13 2021] hub 2-0:1.0: 4 ports detected
            [Di Apr 20 23:31:13 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
            [Di Apr 20 23:31:13 2021] dwc_otg: FIQ enabled
            [Di Apr 20 23:31:13 2021] dwc_otg: NAK holdoff enabled
            [Di Apr 20 23:31:13 2021] dwc_otg: FIQ split-transaction FSM enabled
            [Di Apr 20 23:31:13 2021] Module dwc_common_port init
            [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver uas
            [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver usb-storage
            [Di Apr 20 23:31:13 2021] mousedev: PS/2 mouse device common for all mice
            [Di Apr 20 23:31:13 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog tim                                                                                        er
            [Di Apr 20 23:31:13 2021] sdhci: Secure Digital Host Controller Interface driver
            [Di Apr 20 23:31:13 2021] sdhci: Copyright(c) Pierre Ossman
            [Di Apr 20 23:31:13 2021] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferri                                                                                        ng probe
            [Di Apr 20 23:31:13 2021] sdhci-pltfm: SDHCI platform and OF driver helper
            [Di Apr 20 23:31:13 2021] ledtrig-cpu: registered to indicate activity on CPUs
            [Di Apr 20 23:31:13 2021] hid: raw HID events driver (C) Jiri Kosina
            [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver usbhid
            [Di Apr 20 23:31:13 2021] usbhid: USB HID core driver
            [Di Apr 20 23:31:13 2021] Initializing XFRM netlink socket
            [Di Apr 20 23:31:13 2021] NET: Registered protocol family 17
            [Di Apr 20 23:31:13 2021] Key type dns_resolver registered
            [Di Apr 20 23:31:13 2021] Registering SWP/SWPB emulation handler
            [Di Apr 20 23:31:13 2021] registered taskstats version 1
            [Di Apr 20 23:31:13 2021] Loading compiled-in X.509 certificates
            [Di Apr 20 23:31:13 2021] Key type ._fscrypt registered
            [Di Apr 20 23:31:13 2021] Key type .fscrypt registered
            [Di Apr 20 23:31:13 2021] Key type fscrypt-provisioning registered
            [Di Apr 20 23:31:13 2021] uart-pl011 fe201000.serial: there is not valid maps fo                                                                                        r state default
            [Di Apr 20 23:31:13 2021] uart-pl011 fe201000.serial: cts_event_workaround enabl                                                                                        ed
            [Di Apr 20 23:31:13 2021] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36,                                                                                         base_baud = 0) is a PL011 rev2
            [Di Apr 20 23:31:13 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power do                                                                                        mains driver
            [Di Apr 20 23:31:13 2021] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
            [Di Apr 20 23:31:13 2021] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
            [Di Apr 20 23:31:13 2021] of_cfs_init
            [Di Apr 20 23:31:13 2021] of_cfs_init: OK
            [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
            [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
            [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
            [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
            [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
            [Di Apr 20 23:31:13 2021] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emm                                                                                        c2] using ADMA
            [Di Apr 20 23:31:13 2021] Waiting for root device PARTUUID=d9b3f436-02...
            [Di Apr 20 23:31:13 2021] random: fast init done
            [Di Apr 20 23:31:13 2021] mmc1: new high speed SDIO card at address 0001
            [Di Apr 20 23:31:13 2021] mmc0: new ultra high speed DDR50 SDHC card at address                                                                                         aaaa
            [Di Apr 20 23:31:13 2021] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
            [Di Apr 20 23:31:13 2021]  mmcblk0: p1 p2
            [Di Apr 20 23:31:13 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered d                                                                                        ata mode. Opts: (null)
            [Di Apr 20 23:31:13 2021] VFS: Mounted root (ext4 filesystem) readonly on device                                                                                         179:2.
            [Di Apr 20 23:31:13 2021] devtmpfs: mounted
            [Di Apr 20 23:31:13 2021] Freeing unused kernel memory: 2048K
            [Di Apr 20 23:31:13 2021] Run /sbin/init as init process
            [Di Apr 20 23:31:13 2021]   with arguments:
            [Di Apr 20 23:31:13 2021]     /sbin/init
            [Di Apr 20 23:31:13 2021]     splash
            [Di Apr 20 23:31:13 2021]   with environment:
            [Di Apr 20 23:31:13 2021]     HOME=/
            [Di Apr 20 23:31:13 2021]     TERM=linux
            [Di Apr 20 23:31:13 2021] usb 1-1: new high-speed USB device number 2 using xhci                                                                                        _hcd
            [Di Apr 20 23:31:13 2021] usb 1-1: New USB device found, idVendor=2109, idProduc                                                                                        t=3431, bcdDevice= 4.21
            [Di Apr 20 23:31:13 2021] usb 1-1: New USB device strings: Mfr=0, Product=1, Ser                                                                                        ialNumber=0
            [Di Apr 20 23:31:13 2021] usb 1-1: Product: USB2.0 Hub
            [Di Apr 20 23:31:13 2021] hub 1-1:1.0: USB hub found
            [Di Apr 20 23:31:13 2021] hub 1-1:1.0: 4 ports detected
            [Di Apr 20 23:31:14 2021] systemd[1]: System time before build time, advancing c                                                                                        lock.
            [Di Apr 20 23:31:14 2021] NET: Registered protocol family 10
            [Di Apr 20 23:31:14 2021] Segment Routing with IPv6
            [Di Apr 20 23:31:14 2021] usb 1-1.1: new full-speed USB device number 3 using xh                                                                                        ci_hcd
            [Di Apr 20 23:31:14 2021] systemd[1]: systemd 241 running in system mode. (+PAM                                                                                         +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GN                                                                                        UTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hie                                                                                        rarchy=hybrid)
            [Di Apr 20 23:31:14 2021] systemd[1]: Detected architecture arm.
            [Di Apr 20 23:31:14 2021] systemd[1]: Set hostname to <raspberrypi4>.
            [Di Apr 20 23:31:14 2021] usb 1-1.1: New USB device found, idVendor=1cf1, idProd                                                                                        uct=0030, bcdDevice= 1.00
            [Di Apr 20 23:31:14 2021] usb 1-1.1: New USB device strings: Mfr=1, Product=2, S                                                                                        erialNumber=3
            [Di Apr 20 23:31:14 2021] usb 1-1.1: Product: ConBee II
            [Di Apr 20 23:31:14 2021] usb 1-1.1: Manufacturer: dresden elektronik ingenieurt                                                                                        echnik GmbH
            [Di Apr 20 23:31:14 2021] usb 1-1.1: SerialNumber: DE2256805
            [Di Apr 20 23:31:15 2021] random: systemd: uninitialized urandom read (16 bytes                                                                                         read)
            [Di Apr 20 23:31:15 2021] random: systemd: uninitialized urandom read (16 bytes                                                                                         read)
            [Di Apr 20 23:31:15 2021] systemd[1]: Listening on Journal Socket.
            [Di Apr 20 23:31:15 2021] random: systemd: uninitialized urandom read (16 bytes                                                                                         read)
            [Di Apr 20 23:31:15 2021] systemd[1]: Listening on udev Control Socket.
            [Di Apr 20 23:31:15 2021] systemd[1]: Mounting Kernel Debug File System...
            [Di Apr 20 23:31:15 2021] systemd[1]: Listening on fsck to fsckd communication S                                                                                        ocket.
            [Di Apr 20 23:31:15 2021] systemd[1]: Reached target Swap.
            [Di Apr 20 23:31:15 2021] systemd[1]: Created slice system-getty.slice.
            [Di Apr 20 23:31:15 2021] systemd[1]: Listening on Syslog Socket.
            [Di Apr 20 23:31:15 2021] i2c /dev entries driver
            [Di Apr 20 23:31:16 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
            [Di Apr 20 23:31:16 2021] systemd-journald[113]: Received request to flush runti                                                                                        me journal from PID 1
            [Di Apr 20 23:31:16 2021] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initi                                                                                        alised: Registers at 0xfeb00000 length 0x00010000
            [Di Apr 20 23:31:16 2021] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem                                                                                         initialised: Registers at 0xfeb10000 length 0x00001000
            [Di Apr 20 23:31:16 2021] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initi                                                                                        alised: Registers at 0xfeb20000 length 0x00010000
            [Di Apr 20 23:31:16 2021] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initial                                                                                        ised: Registers at 0xfeb30000 length 0x00010000
            [Di Apr 20 23:31:16 2021] mc: Linux media interface: v0.10
            [Di Apr 20 23:31:17 2021] snd_bcm2835: module is from the staging directory, the                                                                                         quality is unknown, you have been warned.
            [Di Apr 20 23:31:17 2021] vc_sm_cma: module is from the staging directory, the q                                                                                        uality is unknown, you have been warned.
            [Di Apr 20 23:31:17 2021] videodev: Linux video capture interface: v2.00
            [Di Apr 20 23:31:17 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory drive                                                                                        r
            [Di Apr 20 23:31:17 2021] [vc_sm_connected_init]: start
            [Di Apr 20 23:31:17 2021] bcm2835_audio bcm2835_audio: card created with 8 chann                                                                                        els
            [Di Apr 20 23:31:17 2021] [vc_sm_connected_init]: installed successfully
            [Di Apr 20 23:31:17 2021] bcm2835_mmal_vchiq: module is from the staging directo                                                                                        ry, the quality is unknown, you have been warned.
            [Di Apr 20 23:31:17 2021] bcm2835_isp: module is from the staging directory, the                                                                                         quality is unknown, you have been warned.
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Device node output[0] registe                                                                                        red as /dev/video13
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Device node capture[0] regist                                                                                        ered as /dev/video14
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Device node capture[1] regist                                                                                        ered as /dev/video15
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Device node stats[2] register                                                                                        ed as /dev/video16
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Register output node 0 with m                                                                                        edia controller
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with                                                                                         media controller
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with                                                                                         media controller
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with                                                                                         media controller
            [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
            [Di Apr 20 23:31:17 2021] bcm2835_v4l2: module is from the staging directory, th                                                                                        e quality is unknown, you have been warned.
            [Di Apr 20 23:31:17 2021] bcm2835_codec: module is from the staging directory, t                                                                                        he quality is unknown, you have been warned.
            [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Device registered as /dev                                                                                        /video10
            [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
            [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Device registered as /dev                                                                                        /video11
            [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
            [Di Apr 20 23:31:17 2021] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
            [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Device registered as /dev                                                                                        /video12
            [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
            [Di Apr 20 23:31:17 2021] usbcore: registered new interface driver cdc_acm
            [Di Apr 20 23:31:17 2021] cdc_acm: USB Abstract Control Model driver for USB mod                                                                                        ems and ISDN adapters
            [Di Apr 20 23:31:17 2021] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d                                                                                         on minor 0
            [Di Apr 20 23:31:17 2021] cfg80211: Loading compiled-in X.509 certificates for r                                                                                        egulatory database
            [Di Apr 20 23:31:17 2021] [drm] No displays found. Consider forcing hotplug if H                                                                                        DMI is attached
            [Di Apr 20 23:31:17 2021] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_                                                                                        ops [vc4])
            [Di Apr 20 23:31:17 2021] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor                                                                                         1
            [Di Apr 20 23:31:17 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9c                                                                                        ea7'
            [Di Apr 20 23:31:17 2021] brcmfmac: F1 signature read @0x18000000=0x15264345
            [Di Apr 20 23:31:17 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4                                                                                        3455-sdio for chip BCM4345/6
            [Di Apr 20 23:31:17 2021] usbcore: registered new interface driver brcmfmac
            [Di Apr 20 23:31:17 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/br                                                                                        cmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
            [Di Apr 20 23:31:18 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4                                                                                        3455-sdio for chip BCM4345/6
            [Di Apr 20 23:31:18 2021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 w                                                                                        l0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
            [Di Apr 20 23:31:19 2021] random: crng init done
            [Di Apr 20 23:31:19 2021] random: 7 urandom warning(s) missed due to ratelimitin                                                                                        g
            [Di Apr 20 23:31:19 2021] uart-pl011 fe201000.serial: no DMA platform data
            [Di Apr 20 23:31:20 2021] 8021q: 802.1Q VLAN Support v1.8
            [Di Apr 20 23:31:20 2021] bcmgenet fd580000.ethernet: configuring instance for e                                                                                        xternal RGMII (RX delay)
            [Di Apr 20 23:31:20 2021] bcmgenet fd580000.ethernet eth0: Link is Down
            [Di Apr 20 23:31:20 2021] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save en                                                                                        abled
            [Di Apr 20 23:31:22 2021] Adding 102396k swap on /var/swap.  Priority:-2 extents                                                                                        :1 across:102396k SSFS
            [Di Apr 20 23:31:23 2021] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Fu                                                                                        ll - flow control off
            [Di Apr 20 23:31:23 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes read                                                                                        y
            [Di Apr 20 23:31:26 2021] Bluetooth: Core ver 2.22
            [Di Apr 20 23:31:26 2021] NET: Registered protocol family 31
            [Di Apr 20 23:31:26 2021] Bluetooth: HCI device and connection manager initializ                                                                                        ed
            [Di Apr 20 23:31:26 2021] Bluetooth: HCI socket layer initialized
            [Di Apr 20 23:31:26 2021] Bluetooth: L2CAP socket layer initialized
            [Di Apr 20 23:31:26 2021] Bluetooth: SCO socket layer initialized
            [Di Apr 20 23:31:26 2021] Bluetooth: HCI UART driver ver 2.3
            [Di Apr 20 23:31:26 2021] Bluetooth: HCI UART protocol H4 registered
            [Di Apr 20 23:31:26 2021] Bluetooth: HCI UART protocol Three-wire (H5) registere                                                                                        d
            [Di Apr 20 23:31:26 2021] Bluetooth: HCI UART protocol Broadcom registered
            [Di Apr 20 23:31:27 2021] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
            [Di Apr 20 23:31:27 2021] Bluetooth: BNEP filters: protocol multicast
            [Di Apr 20 23:31:27 2021] Bluetooth: BNEP socket layer initialized
            [Di Apr 20 23:31:27 2021] Bluetooth: RFCOMM TTY layer initialized
            [Di Apr 20 23:31:27 2021] Bluetooth: RFCOMM socket layer initialized
            [Di Apr 20 23:31:27 2021] Bluetooth: RFCOMM ver 1.11
            [Di Apr 20 23:31:31 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:32 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:33 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:33 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:34 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:35 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:36 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:36 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:37 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:38 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:39 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            [Di Apr 20 23:31:40 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
            pi@raspberrypi4:~ $
            
            
            T 1 Antwort Letzte Antwort
            0
            • T Timur

              @thomas-braun
              Leider nein.
              Auf meine Phoscon Seite komme ich drauf.

              pi@raspberrypi4:~ $ dmesg -T
              [Di Apr 20 23:31:12 2021] Booting Linux on physical CPU 0x0
              [Di Apr 20 23:31:12 2021] Linux version 5.10.17-v7l+ (dom@buildbot) (arm-linux-g                                                                                        nueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ub                                                                                        untu) 2.34) #1403 SMP Mon Feb 22 11:33:35 GMT 2021
              [Di Apr 20 23:31:12 2021] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr                                                                                        =30c5383d
              [Di Apr 20 23:31:12 2021] CPU: div instructions available: patching division cod                                                                                        e
              [Di Apr 20 23:31:12 2021] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruct                                                                                        ion cache
              [Di Apr 20 23:31:12 2021] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.2
              [Di Apr 20 23:31:12 2021] Memory policy: Data cache writealloc
              [Di Apr 20 23:31:12 2021] Reserved memory: created CMA memory pool at 0x00000000                                                                                        1ec00000, size 256 MiB
              [Di Apr 20 23:31:12 2021] OF: reserved mem: initialized node linux,cma, compatib                                                                                        le id shared-dma-pool
              [Di Apr 20 23:31:12 2021] Zone ranges:
              [Di Apr 20 23:31:12 2021]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
              [Di Apr 20 23:31:12 2021]   Normal   empty
              [Di Apr 20 23:31:12 2021]   HighMem  [mem 0x0000000030000000-0x00000000fbffffff]
              [Di Apr 20 23:31:12 2021] Movable zone start for each node
              [Di Apr 20 23:31:12 2021] Early memory node ranges
              [Di Apr 20 23:31:12 2021]   node   0: [mem 0x0000000000000000-0x000000003b3fffff                                                                                        ]
              [Di Apr 20 23:31:12 2021]   node   0: [mem 0x0000000040000000-0x00000000fbffffff                                                                                        ]
              [Di Apr 20 23:31:12 2021] Initmem setup node 0 [mem 0x0000000000000000-0x0000000                                                                                        0fbffffff]
              [Di Apr 20 23:31:12 2021] On node 0 totalpages: 1012736
              [Di Apr 20 23:31:12 2021]   DMA zone: 2304 pages used for memmap
              [Di Apr 20 23:31:12 2021]   DMA zone: 0 pages reserved
              [Di Apr 20 23:31:12 2021]   DMA zone: 196608 pages, LIFO batch:63
              [Di Apr 20 23:31:12 2021]   HighMem zone: 816128 pages, LIFO batch:63
              [Di Apr 20 23:31:12 2021] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u819                                                                                        20
              [Di Apr 20 23:31:12 2021] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
              [Di Apr 20 23:31:12 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
              [Di Apr 20 23:31:12 2021] Built 1 zonelists, mobility grouping on.  Total pages:                                                                                         1010432
              [Di Apr 20 23:31:12 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                                                                         snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:                                                                                        A6:32:5C:1B:CC vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tt                                                                                        yS0,115200 console=tty1 root=PARTUUID=d9b3f436-02 rootfstype=ext4 elevator=deadl                                                                                        ine fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
              [Di Apr 20 23:31:12 2021] Kernel parameter elevator= does not have any effect an                                                                                        ymore.
                                        Please use sysfs to set IO scheduler for individual de                                                                                        vices.
              [Di Apr 20 23:31:12 2021] Dentry cache hash table entries: 131072 (order: 7, 524                                                                                        288 bytes, linear)
              [Di Apr 20 23:31:12 2021] Inode-cache hash table entries: 65536 (order: 6, 26214                                                                                        4 bytes, linear)
              [Di Apr 20 23:31:12 2021] mem auto-init: stack:off, heap alloc:off, heap free:of                                                                                        f
              [Di Apr 20 23:31:12 2021] software IO TLB: mapped [mem 0x0000000017cc0000-0x0000                                                                                        00001bcc0000] (64MB)
              [Di Apr 20 23:31:12 2021] Memory: 3654940K/4050944K available (10240K kernel cod                                                                                        e, 1358K rwdata, 3160K rodata, 2048K init, 890K bss, 133860K reserved, 262144K c                                                                                        ma-reserved, 3264512K highmem)
              [Di Apr 20 23:31:12 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nod                                                                                        es=1
              [Di Apr 20 23:31:12 2021] ftrace: allocating 33942 entries in 67 pages
              [Di Apr 20 23:31:12 2021] ftrace: allocated 67 pages with 3 groups
              [Di Apr 20 23:31:12 2021] rcu: Hierarchical RCU implementation.
              [Di Apr 20 23:31:12 2021]       Rude variant of Tasks RCU enabled.
              [Di Apr 20 23:31:12 2021]       Tracing variant of Tasks RCU enabled.
              [Di Apr 20 23:31:12 2021] rcu: RCU calculated value of scheduler-enlistment dela                                                                                        y is 10 jiffies.
              [Di Apr 20 23:31:12 2021] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
              [Di Apr 20 23:31:12 2021] GIC: Using split EOI/Deactivate mode
              [Di Apr 20 23:31:12 2021] random: get_random_bytes called from start_kernel+0x3c                                                                                        8/0x59c with crng_init=0
              [Di Apr 20 23:31:12 2021] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wr                                                                                        aps every 2147483647500ns
              [Di Apr 20 23:31:12 2021] clocksource: timer: mask: 0xffffffff max_cycles: 0xfff                                                                                        fffff, max_idle_ns: 1911260446275 ns
              [Di Apr 20 23:31:12 2021] bcm2835: system timer (irq = 25)
              [Di Apr 20 23:31:12 2021] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
              [Di Apr 20 23:31:12 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff                                                                                         max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
              [Di Apr 20 23:31:12 2021] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps                                                                                         every 4398046511102ns
              [Di Apr 20 23:31:12 2021] Switching to timer-based delay loop, resolution 18ns
              [Di Apr 20 23:31:12 2021] Console: colour dummy device 80x30
              [Di Apr 20 23:31:12 2021] printk: console [tty1] enabled
              [Di Apr 20 23:31:12 2021] Calibrating delay loop (skipped), value calculated usi                                                                                        ng timer frequency.. 108.00 BogoMIPS (lpj=540000)
              [Di Apr 20 23:31:12 2021] pid_max: default: 32768 minimum: 301
              [Di Apr 20 23:31:12 2021] LSM: Security Framework initializing
              [Di Apr 20 23:31:12 2021] Mount-cache hash table entries: 2048 (order: 1, 8192 b                                                                                        ytes, linear)
              [Di Apr 20 23:31:12 2021] Mountpoint-cache hash table entries: 2048 (order: 1, 8                                                                                        192 bytes, linear)
              [Di Apr 20 23:31:12 2021] Disabling memory control group subsystem
              [Di Apr 20 23:31:12 2021] CPU: Testing write buffer coherency: ok
              [Di Apr 20 23:31:12 2021] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
              [Di Apr 20 23:31:12 2021] Setting up static identity map for 0x200000 - 0x20003c
              [Di Apr 20 23:31:12 2021] rcu: Hierarchical SRCU implementation.
              [Di Apr 20 23:31:12 2021] smp: Bringing up secondary CPUs ...
              [Di Apr 20 23:31:12 2021] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
              [Di Apr 20 23:31:12 2021] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
              [Di Apr 20 23:31:12 2021] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
              [Di Apr 20 23:31:12 2021] smp: Brought up 1 node, 4 CPUs
              [Di Apr 20 23:31:12 2021] SMP: Total of 4 processors activated (432.00 BogoMIPS)                                                                                        .
              [Di Apr 20 23:31:12 2021] CPU: All CPU(s) started in HYP mode.
              [Di Apr 20 23:31:12 2021] CPU: Virtualization extensions available.
              [Di Apr 20 23:31:12 2021] devtmpfs: initialized
              [Di Apr 20 23:31:12 2021] VFP support v0.3: implementor 41 architecture 3 part 4                                                                                        0 variant 8 rev 0
              [Di Apr 20 23:31:12 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xf                                                                                        fffffff, max_idle_ns: 19112604462750000 ns
              [Di Apr 20 23:31:12 2021] futex hash table entries: 1024 (order: 4, 65536 bytes,                                                                                         linear)
              [Di Apr 20 23:31:12 2021] pinctrl core: initialized pinctrl subsystem
              [Di Apr 20 23:31:12 2021] NET: Registered protocol family 16
              [Di Apr 20 23:31:12 2021] DMA: preallocated 1024 KiB pool for atomic coherent al                                                                                        locations
              [Di Apr 20 23:31:12 2021] audit: initializing netlink subsys (disabled)
              [Di Apr 20 23:31:12 2021] audit: type=2000 audit(0.030:1): state=initialized aud                                                                                        it_enabled=0 res=1
              [Di Apr 20 23:31:12 2021] thermal_sys: Registered thermal governor 'step_wise'
              [Di Apr 20 23:31:12 2021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4                                                                                         watchpoint registers.
              [Di Apr 20 23:31:12 2021] hw-breakpoint: maximum watchpoint size is 8 bytes.
              [Di Apr 20 23:31:12 2021] Serial: AMBA PL011 UART driver
              [Di Apr 20 23:31:12 2021] bcm2835-mbox fe00b880.mailbox: mailbox enabled
              [Di Apr 20 23:31:12 2021] raspberrypi-firmware soc:firmware: Attached to firmwar                                                                                        e from 2021-02-25T12:10:40, variant start
              [Di Apr 20 23:31:12 2021] raspberrypi-firmware soc:firmware: Firmware hash is 56                                                                                        4e5f9b852b23a330b1764bcf0b2d022a20afd0
              [Di Apr 20 23:31:12 2021] bcm2835-dma fe007000.dma: DMA legacy API manager, dmac                                                                                        hans=0x1
              [Di Apr 20 23:31:12 2021] vgaarb: loaded
              [Di Apr 20 23:31:12 2021] SCSI subsystem initialized
              [Di Apr 20 23:31:12 2021] usbcore: registered new interface driver usbfs
              [Di Apr 20 23:31:12 2021] usbcore: registered new interface driver hub
              [Di Apr 20 23:31:12 2021] usbcore: registered new device driver usb
              [Di Apr 20 23:31:12 2021] usb_phy_generic phy: supply vcc not found, using dummy                                                                                         regulator
              [Di Apr 20 23:31:12 2021] clocksource: Switched to clocksource arch_sys_counter
              [Di Apr 20 23:31:13 2021] VFS: Disk quotas dquot_6.6.0
              [Di Apr 20 23:31:13 2021] VFS: Dquot-cache hash table entries: 1024 (order 0, 40                                                                                        96 bytes)
              [Di Apr 20 23:31:13 2021] FS-Cache: Loaded
              [Di Apr 20 23:31:13 2021] CacheFiles: Loaded
              [Di Apr 20 23:31:13 2021] NET: Registered protocol family 2
              [Di Apr 20 23:31:13 2021] tcp_listen_portaddr_hash hash table entries: 512 (orde                                                                                        r: 0, 6144 bytes, linear)
              [Di Apr 20 23:31:13 2021] TCP established hash table entries: 8192 (order: 3, 32                                                                                        768 bytes, linear)
              [Di Apr 20 23:31:13 2021] TCP bind hash table entries: 8192 (order: 4, 65536 byt                                                                                        es, linear)
              [Di Apr 20 23:31:13 2021] TCP: Hash tables configured (established 8192 bind 819                                                                                        2)
              [Di Apr 20 23:31:13 2021] UDP hash table entries: 512 (order: 2, 16384 bytes, li                                                                                        near)
              [Di Apr 20 23:31:13 2021] UDP-Lite hash table entries: 512 (order: 2, 16384 byte                                                                                        s, linear)
              [Di Apr 20 23:31:13 2021] NET: Registered protocol family 1
              [Di Apr 20 23:31:13 2021] RPC: Registered named UNIX socket transport module.
              [Di Apr 20 23:31:13 2021] RPC: Registered udp transport module.
              [Di Apr 20 23:31:13 2021] RPC: Registered tcp transport module.
              [Di Apr 20 23:31:13 2021] RPC: Registered tcp NFSv4.1 backchannel transport modu                                                                                        le.
              [Di Apr 20 23:31:13 2021] PCI: CLS 0 bytes, default 64
              [Di Apr 20 23:31:13 2021] Initialise system trusted keyrings
              [Di Apr 20 23:31:13 2021] workingset: timestamp_bits=14 max_order=20 bucket_orde                                                                                        r=6
              [Di Apr 20 23:31:13 2021] zbud: loaded
              [Di Apr 20 23:31:13 2021] FS-Cache: Netfs 'nfs' registered for caching
              [Di Apr 20 23:31:13 2021] NFS: Registering the id_resolver key type
              [Di Apr 20 23:31:13 2021] Key type id_resolver registered
              [Di Apr 20 23:31:13 2021] Key type id_legacy registered
              [Di Apr 20 23:31:13 2021] nfs4filelayout_init: NFSv4 File Layout Driver Register                                                                                        ing...
              [Di Apr 20 23:31:13 2021] Key type asymmetric registered
              [Di Apr 20 23:31:13 2021] Asymmetric key parser 'x509' registered
              [Di Apr 20 23:31:13 2021] bounce: pool size: 64 pages
              [Di Apr 20 23:31:13 2021] Block layer SCSI generic (bsg) driver version 0.4 load                                                                                        ed (major 249)
              [Di Apr 20 23:31:13 2021] io scheduler mq-deadline registered
              [Di Apr 20 23:31:13 2021] io scheduler kyber registered
              [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d50000                                                                                        0 ranges:
              [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie:   No bus range found for /scb                                                                                        /pcie@7d500000, using [bus 00-ff]
              [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063f                                                                                        ffffff -> 0x00c0000000
              [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bf                                                                                        ffffff -> 0x0400000000
              [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SS                                                                                        C)
              [Di Apr 20 23:31:13 2021] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:0                                                                                        0
              [Di Apr 20 23:31:13 2021] pci_bus 0000:00: root bus resource [bus 00-ff]
              [Di Apr 20 23:31:13 2021] pci_bus 0000:00: root bus resource [mem 0x600000000-0x                                                                                        63fffffff] (bus address [0xc0000000-0xffffffff])
              [Di Apr 20 23:31:13 2021] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
              [Di Apr 20 23:31:13 2021] pci 0000:00:00.0: PME# supported from D0 D3hot
              [Di Apr 20 23:31:13 2021] PCI: bus0: Fast back to back transfers disabled
              [Di Apr 20 23:31:13 2021] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
              [Di Apr 20 23:31:13 2021] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff                                                                                         64bit]
              [Di Apr 20 23:31:13 2021] pci 0000:01:00.0: PME# supported from D0 D3cold
              [Di Apr 20 23:31:13 2021] PCI: bus1: Fast back to back transfers disabled
              [Di Apr 20 23:31:13 2021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6                                                                                        000fffff]
              [Di Apr 20 23:31:13 2021] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x6                                                                                        00000fff 64bit]
              [Di Apr 20 23:31:13 2021] pci 0000:00:00.0: PCI bridge to [bus 01]
              [Di Apr 20 23:31:13 2021] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6                                                                                        000fffff]
              [Di Apr 20 23:31:13 2021] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
              [Di Apr 20 23:31:13 2021] pcieport 0000:00:00.0: PME: Signaling with IRQ 62
              [Di Apr 20 23:31:13 2021] iproc-rng200 fe104000.rng: hwrng registered
              [Di Apr 20 23:31:13 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_s                                                                                        ize:0x40000000(1024 MiB)
              [Di Apr 20 23:31:13 2021] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registe                                                                                        rs at 0xfe200000
              [Di Apr 20 23:31:13 2021] brd: module loaded
              [Di Apr 20 23:31:13 2021] loop: module loaded
              [Di Apr 20 23:31:13 2021] Loading iSCSI transport class v2.0-870.
              [Di Apr 20 23:31:13 2021] libphy: Fixed MDIO Bus: probed
              [Di Apr 20 23:31:13 2021] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
              [Di Apr 20 23:31:13 2021] libphy: bcmgenet MII bus: probed
              [Di Apr 20 23:31:13 2021] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
              [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver r8152
              [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver lan78xx
              [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver smsc95xx
              [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: enabling device (0140 -> 0142)
              [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
              [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigne                                                                                        d bus number 1
              [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci versi                                                                                        on 0x100 quirks 0x0000030000000890
              [Di Apr 20 23:31:13 2021] usb usb1: New USB device found, idVendor=1d6b, idProdu                                                                                        ct=0002, bcdDevice= 5.10
              [Di Apr 20 23:31:13 2021] usb usb1: New USB device strings: Mfr=3, Product=2, Se                                                                                        rialNumber=1
              [Di Apr 20 23:31:13 2021] usb usb1: Product: xHCI Host Controller
              [Di Apr 20 23:31:13 2021] usb usb1: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
              [Di Apr 20 23:31:13 2021] usb usb1: SerialNumber: 0000:01:00.0
              [Di Apr 20 23:31:13 2021] hub 1-0:1.0: USB hub found
              [Di Apr 20 23:31:13 2021] hub 1-0:1.0: 1 port detected
              [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
              [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigne                                                                                        d bus number 2
              [Di Apr 20 23:31:13 2021] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpee                                                                                        d
              [Di Apr 20 23:31:13 2021] usb usb2: New USB device found, idVendor=1d6b, idProdu                                                                                        ct=0003, bcdDevice= 5.10
              [Di Apr 20 23:31:13 2021] usb usb2: New USB device strings: Mfr=3, Product=2, Se                                                                                        rialNumber=1
              [Di Apr 20 23:31:13 2021] usb usb2: Product: xHCI Host Controller
              [Di Apr 20 23:31:13 2021] usb usb2: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
              [Di Apr 20 23:31:13 2021] usb usb2: SerialNumber: 0000:01:00.0
              [Di Apr 20 23:31:13 2021] hub 2-0:1.0: USB hub found
              [Di Apr 20 23:31:13 2021] hub 2-0:1.0: 4 ports detected
              [Di Apr 20 23:31:13 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
              [Di Apr 20 23:31:13 2021] dwc_otg: FIQ enabled
              [Di Apr 20 23:31:13 2021] dwc_otg: NAK holdoff enabled
              [Di Apr 20 23:31:13 2021] dwc_otg: FIQ split-transaction FSM enabled
              [Di Apr 20 23:31:13 2021] Module dwc_common_port init
              [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver uas
              [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver usb-storage
              [Di Apr 20 23:31:13 2021] mousedev: PS/2 mouse device common for all mice
              [Di Apr 20 23:31:13 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog tim                                                                                        er
              [Di Apr 20 23:31:13 2021] sdhci: Secure Digital Host Controller Interface driver
              [Di Apr 20 23:31:13 2021] sdhci: Copyright(c) Pierre Ossman
              [Di Apr 20 23:31:13 2021] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferri                                                                                        ng probe
              [Di Apr 20 23:31:13 2021] sdhci-pltfm: SDHCI platform and OF driver helper
              [Di Apr 20 23:31:13 2021] ledtrig-cpu: registered to indicate activity on CPUs
              [Di Apr 20 23:31:13 2021] hid: raw HID events driver (C) Jiri Kosina
              [Di Apr 20 23:31:13 2021] usbcore: registered new interface driver usbhid
              [Di Apr 20 23:31:13 2021] usbhid: USB HID core driver
              [Di Apr 20 23:31:13 2021] Initializing XFRM netlink socket
              [Di Apr 20 23:31:13 2021] NET: Registered protocol family 17
              [Di Apr 20 23:31:13 2021] Key type dns_resolver registered
              [Di Apr 20 23:31:13 2021] Registering SWP/SWPB emulation handler
              [Di Apr 20 23:31:13 2021] registered taskstats version 1
              [Di Apr 20 23:31:13 2021] Loading compiled-in X.509 certificates
              [Di Apr 20 23:31:13 2021] Key type ._fscrypt registered
              [Di Apr 20 23:31:13 2021] Key type .fscrypt registered
              [Di Apr 20 23:31:13 2021] Key type fscrypt-provisioning registered
              [Di Apr 20 23:31:13 2021] uart-pl011 fe201000.serial: there is not valid maps fo                                                                                        r state default
              [Di Apr 20 23:31:13 2021] uart-pl011 fe201000.serial: cts_event_workaround enabl                                                                                        ed
              [Di Apr 20 23:31:13 2021] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36,                                                                                         base_baud = 0) is a PL011 rev2
              [Di Apr 20 23:31:13 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power do                                                                                        mains driver
              [Di Apr 20 23:31:13 2021] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
              [Di Apr 20 23:31:13 2021] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
              [Di Apr 20 23:31:13 2021] of_cfs_init
              [Di Apr 20 23:31:13 2021] of_cfs_init: OK
              [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
              [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
              [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
              [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
              [Di Apr 20 23:31:13 2021] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
              [Di Apr 20 23:31:13 2021] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emm                                                                                        c2] using ADMA
              [Di Apr 20 23:31:13 2021] Waiting for root device PARTUUID=d9b3f436-02...
              [Di Apr 20 23:31:13 2021] random: fast init done
              [Di Apr 20 23:31:13 2021] mmc1: new high speed SDIO card at address 0001
              [Di Apr 20 23:31:13 2021] mmc0: new ultra high speed DDR50 SDHC card at address                                                                                         aaaa
              [Di Apr 20 23:31:13 2021] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
              [Di Apr 20 23:31:13 2021]  mmcblk0: p1 p2
              [Di Apr 20 23:31:13 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered d                                                                                        ata mode. Opts: (null)
              [Di Apr 20 23:31:13 2021] VFS: Mounted root (ext4 filesystem) readonly on device                                                                                         179:2.
              [Di Apr 20 23:31:13 2021] devtmpfs: mounted
              [Di Apr 20 23:31:13 2021] Freeing unused kernel memory: 2048K
              [Di Apr 20 23:31:13 2021] Run /sbin/init as init process
              [Di Apr 20 23:31:13 2021]   with arguments:
              [Di Apr 20 23:31:13 2021]     /sbin/init
              [Di Apr 20 23:31:13 2021]     splash
              [Di Apr 20 23:31:13 2021]   with environment:
              [Di Apr 20 23:31:13 2021]     HOME=/
              [Di Apr 20 23:31:13 2021]     TERM=linux
              [Di Apr 20 23:31:13 2021] usb 1-1: new high-speed USB device number 2 using xhci                                                                                        _hcd
              [Di Apr 20 23:31:13 2021] usb 1-1: New USB device found, idVendor=2109, idProduc                                                                                        t=3431, bcdDevice= 4.21
              [Di Apr 20 23:31:13 2021] usb 1-1: New USB device strings: Mfr=0, Product=1, Ser                                                                                        ialNumber=0
              [Di Apr 20 23:31:13 2021] usb 1-1: Product: USB2.0 Hub
              [Di Apr 20 23:31:13 2021] hub 1-1:1.0: USB hub found
              [Di Apr 20 23:31:13 2021] hub 1-1:1.0: 4 ports detected
              [Di Apr 20 23:31:14 2021] systemd[1]: System time before build time, advancing c                                                                                        lock.
              [Di Apr 20 23:31:14 2021] NET: Registered protocol family 10
              [Di Apr 20 23:31:14 2021] Segment Routing with IPv6
              [Di Apr 20 23:31:14 2021] usb 1-1.1: new full-speed USB device number 3 using xh                                                                                        ci_hcd
              [Di Apr 20 23:31:14 2021] systemd[1]: systemd 241 running in system mode. (+PAM                                                                                         +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GN                                                                                        UTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hie                                                                                        rarchy=hybrid)
              [Di Apr 20 23:31:14 2021] systemd[1]: Detected architecture arm.
              [Di Apr 20 23:31:14 2021] systemd[1]: Set hostname to <raspberrypi4>.
              [Di Apr 20 23:31:14 2021] usb 1-1.1: New USB device found, idVendor=1cf1, idProd                                                                                        uct=0030, bcdDevice= 1.00
              [Di Apr 20 23:31:14 2021] usb 1-1.1: New USB device strings: Mfr=1, Product=2, S                                                                                        erialNumber=3
              [Di Apr 20 23:31:14 2021] usb 1-1.1: Product: ConBee II
              [Di Apr 20 23:31:14 2021] usb 1-1.1: Manufacturer: dresden elektronik ingenieurt                                                                                        echnik GmbH
              [Di Apr 20 23:31:14 2021] usb 1-1.1: SerialNumber: DE2256805
              [Di Apr 20 23:31:15 2021] random: systemd: uninitialized urandom read (16 bytes                                                                                         read)
              [Di Apr 20 23:31:15 2021] random: systemd: uninitialized urandom read (16 bytes                                                                                         read)
              [Di Apr 20 23:31:15 2021] systemd[1]: Listening on Journal Socket.
              [Di Apr 20 23:31:15 2021] random: systemd: uninitialized urandom read (16 bytes                                                                                         read)
              [Di Apr 20 23:31:15 2021] systemd[1]: Listening on udev Control Socket.
              [Di Apr 20 23:31:15 2021] systemd[1]: Mounting Kernel Debug File System...
              [Di Apr 20 23:31:15 2021] systemd[1]: Listening on fsck to fsckd communication S                                                                                        ocket.
              [Di Apr 20 23:31:15 2021] systemd[1]: Reached target Swap.
              [Di Apr 20 23:31:15 2021] systemd[1]: Created slice system-getty.slice.
              [Di Apr 20 23:31:15 2021] systemd[1]: Listening on Syslog Socket.
              [Di Apr 20 23:31:15 2021] i2c /dev entries driver
              [Di Apr 20 23:31:16 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
              [Di Apr 20 23:31:16 2021] systemd-journald[113]: Received request to flush runti                                                                                        me journal from PID 1
              [Di Apr 20 23:31:16 2021] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initi                                                                                        alised: Registers at 0xfeb00000 length 0x00010000
              [Di Apr 20 23:31:16 2021] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem                                                                                         initialised: Registers at 0xfeb10000 length 0x00001000
              [Di Apr 20 23:31:16 2021] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initi                                                                                        alised: Registers at 0xfeb20000 length 0x00010000
              [Di Apr 20 23:31:16 2021] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initial                                                                                        ised: Registers at 0xfeb30000 length 0x00010000
              [Di Apr 20 23:31:16 2021] mc: Linux media interface: v0.10
              [Di Apr 20 23:31:17 2021] snd_bcm2835: module is from the staging directory, the                                                                                         quality is unknown, you have been warned.
              [Di Apr 20 23:31:17 2021] vc_sm_cma: module is from the staging directory, the q                                                                                        uality is unknown, you have been warned.
              [Di Apr 20 23:31:17 2021] videodev: Linux video capture interface: v2.00
              [Di Apr 20 23:31:17 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory drive                                                                                        r
              [Di Apr 20 23:31:17 2021] [vc_sm_connected_init]: start
              [Di Apr 20 23:31:17 2021] bcm2835_audio bcm2835_audio: card created with 8 chann                                                                                        els
              [Di Apr 20 23:31:17 2021] [vc_sm_connected_init]: installed successfully
              [Di Apr 20 23:31:17 2021] bcm2835_mmal_vchiq: module is from the staging directo                                                                                        ry, the quality is unknown, you have been warned.
              [Di Apr 20 23:31:17 2021] bcm2835_isp: module is from the staging directory, the                                                                                         quality is unknown, you have been warned.
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Device node output[0] registe                                                                                        red as /dev/video13
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Device node capture[0] regist                                                                                        ered as /dev/video14
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Device node capture[1] regist                                                                                        ered as /dev/video15
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Device node stats[2] register                                                                                        ed as /dev/video16
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Register output node 0 with m                                                                                        edia controller
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with                                                                                         media controller
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with                                                                                         media controller
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with                                                                                         media controller
              [Di Apr 20 23:31:17 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
              [Di Apr 20 23:31:17 2021] bcm2835_v4l2: module is from the staging directory, th                                                                                        e quality is unknown, you have been warned.
              [Di Apr 20 23:31:17 2021] bcm2835_codec: module is from the staging directory, t                                                                                        he quality is unknown, you have been warned.
              [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Device registered as /dev                                                                                        /video10
              [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
              [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Device registered as /dev                                                                                        /video11
              [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
              [Di Apr 20 23:31:17 2021] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
              [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Device registered as /dev                                                                                        /video12
              [Di Apr 20 23:31:17 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
              [Di Apr 20 23:31:17 2021] usbcore: registered new interface driver cdc_acm
              [Di Apr 20 23:31:17 2021] cdc_acm: USB Abstract Control Model driver for USB mod                                                                                        ems and ISDN adapters
              [Di Apr 20 23:31:17 2021] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d                                                                                         on minor 0
              [Di Apr 20 23:31:17 2021] cfg80211: Loading compiled-in X.509 certificates for r                                                                                        egulatory database
              [Di Apr 20 23:31:17 2021] [drm] No displays found. Consider forcing hotplug if H                                                                                        DMI is attached
              [Di Apr 20 23:31:17 2021] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_                                                                                        ops [vc4])
              [Di Apr 20 23:31:17 2021] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor                                                                                         1
              [Di Apr 20 23:31:17 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9c                                                                                        ea7'
              [Di Apr 20 23:31:17 2021] brcmfmac: F1 signature read @0x18000000=0x15264345
              [Di Apr 20 23:31:17 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4                                                                                        3455-sdio for chip BCM4345/6
              [Di Apr 20 23:31:17 2021] usbcore: registered new interface driver brcmfmac
              [Di Apr 20 23:31:17 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/br                                                                                        cmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
              [Di Apr 20 23:31:18 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4                                                                                        3455-sdio for chip BCM4345/6
              [Di Apr 20 23:31:18 2021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 w                                                                                        l0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
              [Di Apr 20 23:31:19 2021] random: crng init done
              [Di Apr 20 23:31:19 2021] random: 7 urandom warning(s) missed due to ratelimitin                                                                                        g
              [Di Apr 20 23:31:19 2021] uart-pl011 fe201000.serial: no DMA platform data
              [Di Apr 20 23:31:20 2021] 8021q: 802.1Q VLAN Support v1.8
              [Di Apr 20 23:31:20 2021] bcmgenet fd580000.ethernet: configuring instance for e                                                                                        xternal RGMII (RX delay)
              [Di Apr 20 23:31:20 2021] bcmgenet fd580000.ethernet eth0: Link is Down
              [Di Apr 20 23:31:20 2021] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save en                                                                                        abled
              [Di Apr 20 23:31:22 2021] Adding 102396k swap on /var/swap.  Priority:-2 extents                                                                                        :1 across:102396k SSFS
              [Di Apr 20 23:31:23 2021] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Fu                                                                                        ll - flow control off
              [Di Apr 20 23:31:23 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes read                                                                                        y
              [Di Apr 20 23:31:26 2021] Bluetooth: Core ver 2.22
              [Di Apr 20 23:31:26 2021] NET: Registered protocol family 31
              [Di Apr 20 23:31:26 2021] Bluetooth: HCI device and connection manager initializ                                                                                        ed
              [Di Apr 20 23:31:26 2021] Bluetooth: HCI socket layer initialized
              [Di Apr 20 23:31:26 2021] Bluetooth: L2CAP socket layer initialized
              [Di Apr 20 23:31:26 2021] Bluetooth: SCO socket layer initialized
              [Di Apr 20 23:31:26 2021] Bluetooth: HCI UART driver ver 2.3
              [Di Apr 20 23:31:26 2021] Bluetooth: HCI UART protocol H4 registered
              [Di Apr 20 23:31:26 2021] Bluetooth: HCI UART protocol Three-wire (H5) registere                                                                                        d
              [Di Apr 20 23:31:26 2021] Bluetooth: HCI UART protocol Broadcom registered
              [Di Apr 20 23:31:27 2021] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
              [Di Apr 20 23:31:27 2021] Bluetooth: BNEP filters: protocol multicast
              [Di Apr 20 23:31:27 2021] Bluetooth: BNEP socket layer initialized
              [Di Apr 20 23:31:27 2021] Bluetooth: RFCOMM TTY layer initialized
              [Di Apr 20 23:31:27 2021] Bluetooth: RFCOMM socket layer initialized
              [Di Apr 20 23:31:27 2021] Bluetooth: RFCOMM ver 1.11
              [Di Apr 20 23:31:31 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:32 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:33 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:33 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:34 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:35 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:36 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:36 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:37 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:38 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:39 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              [Di Apr 20 23:31:40 2021] broken atomic modeset userspace detected, disabling at                                                                                        omic
              pi@raspberrypi4:~ $
              
              
              T Offline
              T Offline
              Timur
              schrieb am zuletzt editiert von
              #6

              Aber lt. status sollte iobroker laufen...

              pi@raspberrypi4:~ $ iobroker status
              iobroker is running on this host.
              
              
              Objects type: file
              States  type: file
              pi@raspberrypi4:~ $
              
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • T Timur

                Aber lt. status sollte iobroker laufen...

                pi@raspberrypi4:~ $ iobroker status
                iobroker is running on this host.
                
                
                Objects type: file
                States  type: file
                pi@raspberrypi4:~ $
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #7

                @timur

                iobroker list adapters
                iobroker list instances
                

                broken atomic modeset userspace detected

                da läuft doch ein Desktop mit, oder?

                who -r
                

                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

                T 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @timur

                  iobroker list adapters
                  iobroker list instances
                  

                  broken atomic modeset userspace detected

                  da läuft doch ein Desktop mit, oder?

                  who -r
                  
                  T Offline
                  T Offline
                  Timur
                  schrieb am zuletzt editiert von
                  #8

                  @thomas-braun

                  pi@raspberrypi4:~ $ iobroker list adapters
                  pi@raspberrypi4:~ $ iobroker list instances
                  
                  
                  + instance is alive
                  pi@raspberrypi4:~ $ who -r
                           Runlevel 5   2021-04-21 09:56
                  pi@raspberrypi4:~ $
                  
                  

                  Wie meinst du das, ob ein Desktop mitläuft?

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • T Timur

                    @thomas-braun

                    pi@raspberrypi4:~ $ iobroker list adapters
                    pi@raspberrypi4:~ $ iobroker list instances
                    
                    
                    + instance is alive
                    pi@raspberrypi4:~ $ who -r
                             Runlevel 5   2021-04-21 09:56
                    pi@raspberrypi4:~ $
                    
                    

                    Wie meinst du das, ob ein Desktop mitläuft?

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

                    @timur
                    Die Meldung mit dem 'broken atomic modeset' deutet auf einen laufenden X-Server hin.
                    Schau in den 'Kleinen Linux-Werkzeugkasten' aus meiner Signatur wie man den ausschaltet.

                    iobroker stop
                    iobroker fix
                    iobroker add admin
                    iobroker add web
                    iobroker start
                    

                    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

                    T 2 Antworten Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @timur
                      Die Meldung mit dem 'broken atomic modeset' deutet auf einen laufenden X-Server hin.
                      Schau in den 'Kleinen Linux-Werkzeugkasten' aus meiner Signatur wie man den ausschaltet.

                      iobroker stop
                      iobroker fix
                      iobroker add admin
                      iobroker add web
                      iobroker start
                      
                      T Offline
                      T Offline
                      Timur
                      schrieb am zuletzt editiert von
                      #10

                      Vielen Dank. Das probier ich später gleich mal aus!

                      1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @timur
                        Die Meldung mit dem 'broken atomic modeset' deutet auf einen laufenden X-Server hin.
                        Schau in den 'Kleinen Linux-Werkzeugkasten' aus meiner Signatur wie man den ausschaltet.

                        iobroker stop
                        iobroker fix
                        iobroker add admin
                        iobroker add web
                        iobroker start
                        
                        T Offline
                        T Offline
                        Timur
                        schrieb am zuletzt editiert von
                        #11

                        @thomas-braun
                        @thomas-braun

                        iobroker stop
                        
                        iobroker fix
                        
                        iobroker add admin
                        
                        iobroker add web
                        
                        iobroker start
                        
                        

                        nun komme ich endlich wieder auf die webseite, allerdings ist alles weg 😥

                        ist das noch irgendwo gespeichert?
                        Ich mach zwar täglich ein backup, aber leider hatte ich den hacken bei javascripte nicht gesetzt.

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • T Timur

                          @thomas-braun
                          @thomas-braun

                          iobroker stop
                          
                          iobroker fix
                          
                          iobroker add admin
                          
                          iobroker add web
                          
                          iobroker start
                          
                          

                          nun komme ich endlich wieder auf die webseite, allerdings ist alles weg 😥

                          ist das noch irgendwo gespeichert?
                          Ich mach zwar täglich ein backup, aber leider hatte ich den hacken bei javascripte nicht gesetzt.

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

                          @timur
                          In deinem Full-Backup ist das alles drin.
                          Musst du mal mit der Hacke hacken.

                          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

                          T 2 Antworten Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @timur
                            In deinem Full-Backup ist das alles drin.
                            Musst du mal mit der Hacke hacken.

                            T Offline
                            T Offline
                            Timur
                            schrieb am zuletzt editiert von
                            #13

                            @thomas-braun
                            Nun läuft alles wieder. Herzlichen Dank für deine schnelle und ausführliche Hilfe!
                            👍

                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @timur
                              In deinem Full-Backup ist das alles drin.
                              Musst du mal mit der Hacke hacken.

                              T Offline
                              T Offline
                              Timur
                              schrieb am zuletzt editiert von
                              #14

                              @thomas-braun

                              Nun ist es leider wieder passiert! Ich hatte den Strom abgestellt und zuvor den raspberry nicht ordnungsgemäß ausgeschaltet.

                              Es waren genau die gleichen fehler. Habe nun wie beim letzten mal iobroker neu aufgespielt und mein backup wieder eingespielt.
                              Nun meine Frage:
                              Kann ich das nicht anderst lösen? Oder kann ich diesen "X-Server" nicht deaktivieren....so das sich das nicht selbstständig einschaltet?

                              Vielen Dank für eine Rückmeldung.

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • T Timur

                                @thomas-braun

                                Nun ist es leider wieder passiert! Ich hatte den Strom abgestellt und zuvor den raspberry nicht ordnungsgemäß ausgeschaltet.

                                Es waren genau die gleichen fehler. Habe nun wie beim letzten mal iobroker neu aufgespielt und mein backup wieder eingespielt.
                                Nun meine Frage:
                                Kann ich das nicht anderst lösen? Oder kann ich diesen "X-Server" nicht deaktivieren....so das sich das nicht selbstständig einschaltet?

                                Vielen Dank für eine Rückmeldung.

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

                                @timur
                                Den X-Server kann man nicht nur deaktivieren, man sollte es auch.

                                Aber hartes 'Stom weg nehmen' ist unabhängig vom laufenden Desktop/X-Server immer eine schlechte Idee.

                                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

                                Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                Registrieren Anmelden
                                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

                                267

                                Online

                                32.9k

                                Benutzer

                                83.0k

                                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