Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.91 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.19.93-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1290 SMP Fri Jan 10 16:45:11 GMT 2020
  3. [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] cma: Reserved 256 MiB at 0x000000001ec00000
  9. [ 0.000000] On node 0 totalpages: 1012736
  10. [ 0.000000] DMA zone: 1728 pages used for memmap
  11. [ 0.000000] DMA zone: 0 pages reserved
  12. [ 0.000000] DMA zone: 196608 pages, LIFO batch:63
  13. [ 0.000000] HighMem zone: 816128 pages, LIFO batch:63
  14. [ 0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4e8 with crng_init=0
  15. [ 0.000000] percpu: Embedded 17 pages/cpu s36928 r8192 d24512 u69632
  16. [ 0.000000] pcpu-alloc: s36928 r8192 d24512 u69632 alloc=17*4096
  17. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  18. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1011008
  19. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M cma=256M smsc95xx.macaddr=DC:A6:32:68:19:36 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=5e3da3da-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  22. [ 0.000000] Memory: 3735568K/4050944K available (8192K kernel code, 687K rwdata, 2408K rodata, 2048K init, 850K bss, 53232K reserved, 262144K cma-reserved, 3264512K highmem)
  23. [ 0.000000] Virtual kernel memory layout:
  24. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  25. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  26. vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  27. lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  28. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  29. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  30. .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
  31. .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
  32. .data : 0x(ptrval) - 0x(ptrval) ( 688 kB)
  33. .bss : 0x(ptrval) - 0x(ptrval) ( 851 kB)
  34. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  35. [ 0.000000] ftrace: allocating 28682 entries in 85 pages
  36. [ 0.000000] rcu: Hierarchical RCU implementation.
  37. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  38. [ 0.000000] GIC: Using split EOI/Deactivate mode
  39. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  40. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  41. [ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  42. [ 0.000018] Switching to timer-based delay loop, resolution 18ns
  43. [ 0.000237] Console: colour dummy device 80x30
  44. [ 0.000260] console [tty1] enabled
  45. [ 0.000304] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
  46. [ 0.000321] pid_max: default: 32768 minimum: 301
  47. [ 0.000591] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  48. [ 0.000610] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  49. [ 0.001364] CPU: Testing write buffer coherency: ok
  50. [ 0.001770] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  51. [ 0.002416] Setting up static identity map for 0x200000 - 0x20003c
  52. [ 0.002574] rcu: Hierarchical SRCU implementation.
  53. [ 0.003429] smp: Bringing up secondary CPUs ...
  54. [ 0.004234] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  55. [ 0.005170] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  56. [ 0.006060] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  57. [ 0.006192] smp: Brought up 1 node, 4 CPUs
  58. [ 0.006205] SMP: Total of 4 processors activated (432.00 BogoMIPS).
  59. [ 0.006214] CPU: All CPU(s) started in HYP mode.
  60. [ 0.006223] CPU: Virtualization extensions available.
  61. [ 0.007010] devtmpfs: initialized
  62. [ 0.017251] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
  63. [ 0.017449] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  64. [ 0.017470] futex hash table entries: 1024 (order: 4, 65536 bytes)
  65. [ 0.024847] pinctrl core: initialized pinctrl subsystem
  66. [ 0.025696] NET: Registered protocol family 16
  67. [ 0.028642] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  68. [ 0.030095] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  69. [ 0.030105] hw-breakpoint: maximum watchpoint size is 8 bytes.
  70. [ 0.030296] Serial: AMBA PL011 UART driver
  71. [ 0.033320] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  72. [ 0.068708] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
  73. [ 0.071155] vgaarb: loaded
  74. [ 0.071535] SCSI subsystem initialized
  75. [ 0.071737] usbcore: registered new interface driver usbfs
  76. [ 0.071790] usbcore: registered new interface driver hub
  77. [ 0.071893] usbcore: registered new device driver usb
  78. [ 0.090384] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-01-10 16:52, variant start
  79. [ 0.100130] raspberrypi-firmware soc:firmware: Firmware hash is fdb5c37e330e7cb3027ac4fcc5b1cd5f244b351f
  80. [ 0.111645] clocksource: Switched to clocksource arch_sys_counter
  81. [ 0.189031] VFS: Disk quotas dquot_6.6.0
  82. [ 0.189110] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  83. [ 0.189255] FS-Cache: Loaded
  84. [ 0.189433] CacheFiles: Loaded
  85. [ 0.189942] simple-framebuffer: probe of 0.framebuffer failed with error -12
  86. [ 0.199042] NET: Registered protocol family 2
  87. [ 0.199694] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  88. [ 0.199719] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  89. [ 0.199785] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  90. [ 0.199856] TCP: Hash tables configured (established 8192 bind 8192)
  91. [ 0.199977] UDP hash table entries: 512 (order: 2, 16384 bytes)
  92. [ 0.200003] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  93. [ 0.200207] NET: Registered protocol family 1
  94. [ 0.200743] RPC: Registered named UNIX socket transport module.
  95. [ 0.200753] RPC: Registered udp transport module.
  96. [ 0.200762] RPC: Registered tcp transport module.
  97. [ 0.200771] RPC: Registered tcp NFSv4.1 backchannel transport module.
  98. [ 0.200787] PCI: CLS 0 bytes, default 64
  99. [ 0.203863] Initialise system trusted keyrings
  100. [ 0.204032] workingset: timestamp_bits=14 max_order=20 bucket_order=6
  101. [ 0.212901] FS-Cache: Netfs 'nfs' registered for caching
  102. [ 0.213385] NFS: Registering the id_resolver key type
  103. [ 0.213407] Key type id_resolver registered
  104. [ 0.213417] Key type id_legacy registered
  105. [ 0.213437] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  106. [ 0.215700] Key type asymmetric registered
  107. [ 0.215711] Asymmetric key parser 'x509' registered
  108. [ 0.215820] bounce: pool size: 64 pages
  109. [ 0.215864] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  110. [ 0.216019] io scheduler noop registered
  111. [ 0.216030] io scheduler deadline registered (default)
  112. [ 0.216187] io scheduler cfq registered
  113. [ 0.216198] io scheduler mq-deadline registered (default)
  114. [ 0.216209] io scheduler kyber registered
  115. [ 0.247155] brcm-pcie fd500000.pcie: dmabounce: initialised - 32768 kB, threshold 0x00000000c0000000
  116. [ 0.247174] brcm-pcie fd500000.pcie: could not get clock
  117. [ 0.247235] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  118. [ 0.247271] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf8000000
  119. [ 0.301681] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
  120. [ 0.301937] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  121. [ 0.301953] pci_bus 0000:00: root bus resource [bus 00-01]
  122. [ 0.301970] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  123. [ 0.302013] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  124. [ 0.302151] pci 0000:00:00.0: PME# supported from D0 D3hot
  125. [ 0.304855] PCI: bus0: Fast back to back transfers disabled
  126. [ 0.304871] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  127. [ 0.305074] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  128. [ 0.305198] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  129. [ 0.305515] pci 0000:01:00.0: PME# supported from D0 D3cold
  130. [ 0.308212] PCI: bus1: Fast back to back transfers disabled
  131. [ 0.308228] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
  132. [ 0.308274] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  133. [ 0.308293] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  134. [ 0.308363] pci 0000:00:00.0: PCI bridge to [bus 01]
  135. [ 0.308380] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  136. [ 0.308586] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
  137. [ 0.308760] pcieport 0000:00:00.0: Signaling PME with IRQ 53
  138. [ 0.308915] pcieport 0000:00:00.0: AER enabled with IRQ 53
  139. [ 0.309082] pci 0000:01:00.0: enabling device (0140 -> 0142)
  140. [ 0.312959] iproc-rng200 fe104000.rng: hwrng registered
  141. [ 0.313179] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  142. [ 0.313663] vc-sm: Videocore shared memory driver
  143. [ 0.314049] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  144. [ 0.324098] brd: module loaded
  145. [ 0.333630] loop: module loaded
  146. [ 0.334368] Loading iSCSI transport class v2.0-870.
  147. [ 0.336028] libphy: Fixed MDIO Bus: probed
  148. [ 0.336438] bcmgenet fd580000.genet: failed to get enet clock
  149. [ 0.336454] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
  150. [ 0.336471] bcmgenet fd580000.genet: failed to get enet-wol clock
  151. [ 0.336487] bcmgenet fd580000.genet: failed to get enet-eee clock
  152. [ 0.336509] bcmgenet: Skipping UMAC reset
  153. [ 0.336743] unimac-mdio unimac-mdio.-19: DMA mask not set
  154. [ 0.351675] libphy: bcmgenet MII bus: probed
  155. [ 0.392169] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval)
  156. [ 0.393061] usbcore: registered new interface driver r8152
  157. [ 0.393122] usbcore: registered new interface driver lan78xx
  158. [ 0.393174] usbcore: registered new interface driver smsc95xx
  159. [ 0.393470] xhci_hcd 0000:01:00.0: xHCI Host Controller
  160. [ 0.393500] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  161. [ 0.395779] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
  162. [ 0.396094] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 54
  163. [ 0.396954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  164. [ 0.396968] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  165. [ 0.396980] usb usb1: Product: xHCI Host Controller
  166. [ 0.396992] usb usb1: Manufacturer: Linux 4.19.93-v7l+ xhci-hcd
  167. [ 0.397003] usb usb1: SerialNumber: 0000:01:00.0
  168. [ 0.397504] hub 1-0:1.0: USB hub found
  169. [ 0.397584] hub 1-0:1.0: 1 port detected
  170. [ 0.398046] xhci_hcd 0000:01:00.0: xHCI Host Controller
  171. [ 0.398068] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  172. [ 0.398087] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  173. [ 0.398491] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
  174. [ 0.398505] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  175. [ 0.398516] usb usb2: Product: xHCI Host Controller
  176. [ 0.398527] usb usb2: Manufacturer: Linux 4.19.93-v7l+ xhci-hcd
  177. [ 0.398537] usb usb2: SerialNumber: 0000:01:00.0
  178. [ 0.399016] hub 2-0:1.0: USB hub found
  179. [ 0.399092] hub 2-0:1.0: 4 ports detected
  180. [ 0.400279] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  181. [ 0.400464] dwc_otg: FIQ enabled
  182. [ 0.400473] dwc_otg: NAK holdoff enabled
  183. [ 0.400481] dwc_otg: FIQ split-transaction FSM enabled
  184. [ 0.400493] Module dwc_common_port init
  185. [ 0.400695] usbcore: registered new interface driver uas
  186. [ 0.400798] usbcore: registered new interface driver usb-storage
  187. [ 0.400979] mousedev: PS/2 mouse device common for all mice
  188. [ 0.402169] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  189. [ 0.403571] sdhci: Secure Digital Host Controller Interface driver
  190. [ 0.403580] sdhci: Copyright(c) Pierre Ossman
  191. [ 0.403968] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
  192. [ 0.404356] sdhci-pltfm: SDHCI platform and OF driver helper
  193. [ 0.407331] ledtrig-cpu: registered to indicate activity on CPUs
  194. [ 0.407474] hidraw: raw HID events driver (C) Jiri Kosina
  195. [ 0.407590] usbcore: registered new interface driver usbhid
  196. [ 0.407599] usbhid: USB HID core driver
  197. [ 0.408369] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
  198. [ 0.410105] [vc_sm_connected_init]: start
  199. [ 0.418974] [vc_sm_connected_init]: end - returning 0
  200. [ 0.420105] Initializing XFRM netlink socket
  201. [ 0.420134] NET: Registered protocol family 17
  202. [ 0.420216] Key type dns_resolver registered
  203. [ 0.420542] Registering SWP/SWPB emulation handler
  204. [ 0.421128] registered taskstats version 1
  205. [ 0.421145] Loading compiled-in X.509 certificates
  206. [ 0.428127] uart-pl011 fe201000.serial: cts_event_workaround enabled
  207. [ 0.428187] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
  208. [ 0.431175] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  209. [ 0.431734] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
  210. [ 0.432360] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  211. [ 0.432372] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  212. [ 0.458398] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
  213. [ 0.476644] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  214. [ 0.478238] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  215. [ 0.479826] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  216. [ 0.482686] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  217. [ 0.484275] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  218. [ 0.491676] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
  219. [ 0.494143] of_cfs_init
  220. [ 0.494225] of_cfs_init: OK
  221. [ 0.494797] Waiting for root device PARTUUID=5e3da3da-02...
  222. [ 0.540825] random: fast init done
  223. [ 0.552316] mmc1: new high speed SDIO card at address 0001
  224. [ 0.595268] mmc0: new ultra high speed DDR50 SDHC card at address 0001
  225. [ 0.596401] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
  226. [ 0.597502] mmcblk0: p1 p2
  227. [ 0.620447] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  228. [ 0.620494] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  229. [ 0.625743] devtmpfs: mounted
  230. [ 0.633441] Freeing unused kernel memory: 2048K
  231. [ 0.671907] Run /sbin/init as init process
  232. [ 0.761693] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  233. [ 0.944292] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
  234. [ 0.944306] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  235. [ 0.944319] usb 1-1: Product: USB2.0 Hub
  236. [ 0.946054] hub 1-1:1.0: USB hub found
  237. [ 0.946387] hub 1-1:1.0: 4 ports detected
  238. [ 1.056386] systemd[1]: System time before build time, advancing clock.
  239. [ 1.102022] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  240. [ 1.133328] usb 2-1: New USB device found, idVendor=152d, idProduct=1561, bcdDevice= 2.04
  241. [ 1.133342] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  242. [ 1.133354] usb 2-1: Product: SABRENT
  243. [ 1.133366] usb 2-1: Manufacturer: SABRENT
  244. [ 1.133378] usb 2-1: SerialNumber: DB9876543214E
  245. [ 1.147100] NET: Registered protocol family 10
  246. [ 1.154827] scsi host0: uas
  247. [ 1.155181] Segment Routing with IPv6
  248. [ 1.156386] scsi 0:0:0:0: Direct-Access SABRENT 0204 PQ: 0 ANSI: 6
  249. [ 1.194873] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  250. [ 1.195533] systemd[1]: Detected architecture arm.
  251. [ 1.203374] systemd[1]: Set hostname to <raspberrypi>.
  252. [ 1.205483] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
  253. [ 1.718399] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
  254. [ 1.718415] sd 0:0:0:0: [sda] 4096-byte physical blocks
  255. [ 1.718615] sd 0:0:0:0: [sda] Write Protect is off
  256. [ 1.718630] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08
  257. [ 1.718992] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  258. [ 1.719665] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
  259. [ 1.724173] sda: sda1
  260. [ 1.726745] sd 0:0:0:0: [sda] Attached SCSI disk
  261. [ 2.008507] systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
  262. [ 2.040384] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
  263. [ 2.042136] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
  264. [ 2.063454] systemd[1]: /lib/systemd/system/fail2ban.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/fail2ban/fail2ban.pid → /run/fail2ban/fail2ban.pid; please update the unit file accordingly.
  265. [ 2.139383] random: systemd: uninitialized urandom read (16 bytes read)
  266. [ 2.149116] random: systemd: uninitialized urandom read (16 bytes read)
  267. [ 2.154700] systemd[1]: Created slice system-postfix.slice.
  268. [ 2.154962] random: systemd: uninitialized urandom read (16 bytes read)
  269. [ 2.155568] systemd[1]: Listening on Journal Socket (/dev/log).
  270. [ 2.263996] i2c /dev entries driver
  271. [ 33.131688] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  272. [ 33.131707] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 1d 1c 57 88 00 00 68 00
  273. [ 33.171687] scsi host0: uas_eh_device_reset_handler start
  274. [ 33.322561] usb 2-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  275. [ 33.358811] scsi host0: uas_eh_device_reset_handler success
  276. [ 33.700896] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  277. [ 33.806217] systemd-journald[125]: Received request to flush runtime journal from PID 1
  278. [ 34.319326] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
  279. [ 34.323771] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
  280. [ 34.329511] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
  281. [ 34.334652] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
  282. [ 34.367589] media: Linux media interface: v0.10
  283. [ 34.391141] videodev: Linux video capture interface: v2.00
  284. [ 34.403611] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
  285. [ 34.405699] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  286. [ 34.405715] [vc_sm_connected_init]: start
  287. [ 34.412725] [vc_sm_connected_init]: installed successfully
  288. [ 34.438864] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  289. [ 34.438928] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  290. [ 34.453029] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
  291. [ 34.469798] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  292. [ 34.490854] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  293. [ 34.490889] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  294. [ 34.504867] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  295. [ 34.504899] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  296. [ 34.525132] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  297. [ 34.525177] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  298. [ 34.571147] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  299. [ 34.613068] bcm2835_audio soc:audio: card created with 8 channels
  300. [ 34.819473] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  301. [ 34.824363] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
  302. [ 34.869156] [drm] No displays found. Consider forcing hotplug if HDMI is attached
  303. [ 34.869261] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
  304. [ 34.870440] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 1
  305. [ 34.870451] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  306. [ 34.870461] [drm] No driver support for vblank timestamp query.
  307. [ 34.870471] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
  308. [ 34.903446] sd 0:0:0:0: Attached scsi generic sg0 type 0
  309. [ 34.927729] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  310. [ 34.984102] brcmfmac: F1 signature read @0x18000000=0x15264345
  311. [ 34.999951] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  312. [ 35.000659] usbcore: registered new interface driver brcmfmac
  313. [ 35.229345] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  314. [ 35.246321] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
  315. [ 36.949291] uart-pl011 fe201000.serial: no DMA platform data
  316. [ 37.011772] random: crng init done
  317. [ 37.011789] random: 7 urandom warning(s) missed due to ratelimiting
  318. [ 37.141210] 8021q: 802.1Q VLAN Support v1.8
  319. [ 37.452441] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  320. [ 37.452454] brcmfmac: power management disabled
  321. [ 38.891729] bcmgenet: Skipping UMAC reset
  322. [ 38.992097] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
  323. [ 38.992301] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  324. [ 40.071763] bcmgenet fd580000.genet eth0: Link is Down
  325. [ 43.684434] Bluetooth: Core ver 2.22
  326. [ 43.684475] NET: Registered protocol family 31
  327. [ 43.684479] Bluetooth: HCI device and connection manager initialized
  328. [ 43.685415] Bluetooth: HCI socket layer initialized
  329. [ 43.685423] Bluetooth: L2CAP socket layer initialized
  330. [ 43.685443] Bluetooth: SCO socket layer initialized
  331. [ 43.705651] Bluetooth: HCI UART driver ver 2.3
  332. [ 43.705658] Bluetooth: HCI UART protocol H4 registered
  333. [ 43.705724] Bluetooth: HCI UART protocol Three-wire (H5) registered
  334. [ 43.708421] Bluetooth: HCI UART protocol Broadcom registered
  335. [ 43.935126] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  336. [ 43.935134] Bluetooth: BNEP filters: protocol multicast
  337. [ 43.935147] Bluetooth: BNEP socket layer initialized
  338. [ 43.970139] Bluetooth: RFCOMM TTY layer initialized
  339. [ 43.970160] Bluetooth: RFCOMM socket layer initialized
  340. [ 43.970176] Bluetooth: RFCOMM ver 1.11
  341. [ 44.231877] bcmgenet fd580000.genet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  342. [ 44.231901] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  343. [ 45.433674] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
  344. [ 65.771678] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  345. [ 65.771694] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 1d 1c 57 e8 00 00 18 00
  346. [ 67.257562] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  347. [ 68.171721] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  348. [ 68.171740] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 1d 1c 57 80 00 00 08 00
  349. [ 68.221710] scsi host0: uas_eh_device_reset_handler start
  350. [ 68.382563] usb 2-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  351. [ 68.419003] scsi host0: uas_eh_device_reset_handler success
  352. [ 68.971714] raid6: int32x1 gen() 515 MB/s
  353. [ 69.141644] raid6: int32x1 xor() 343 MB/s
  354. [ 69.311708] raid6: int32x2 gen() 606 MB/s
  355. [ 69.481684] raid6: int32x2 xor() 426 MB/s
  356. [ 69.651649] raid6: int32x4 gen() 723 MB/s
  357. [ 69.821681] raid6: int32x4 xor() 436 MB/s
  358. [ 69.991691] raid6: int32x8 gen() 714 MB/s
  359. [ 70.161685] raid6: int32x8 xor() 449 MB/s
  360. [ 70.331665] raid6: neonx1 gen() 1721 MB/s
  361. [ 70.501633] raid6: neonx1 xor() 1633 MB/s
  362. [ 70.671647] raid6: neonx2 gen() 2362 MB/s
  363. [ 70.841634] raid6: neonx2 xor() 2175 MB/s
  364. [ 71.011642] raid6: neonx4 gen() 3124 MB/s
  365. [ 71.181642] raid6: neonx4 xor() 2436 MB/s
  366. [ 71.351637] raid6: neonx8 gen() 2832 MB/s
  367. [ 71.521640] raid6: neonx8 xor() 2330 MB/s
  368. [ 71.521645] raid6: using algorithm neonx4 gen() 3124 MB/s
  369. [ 71.521649] raid6: .... xor() 2436 MB/s, rmw enabled
  370. [ 71.521653] raid6: using neon recovery algorithm
  371. [ 71.539135] xor: measuring software checksum speed
  372. [ 71.631633] arm4regs : 4299.200 MB/sec
  373. [ 71.731631] 8regs : 2774.400 MB/sec
  374. [ 71.831631] 32regs : 2476.800 MB/sec
  375. [ 71.931632] neon : 5796.400 MB/sec
  376. [ 71.931637] xor: using function: neon (5796.400 MB/sec)
  377. [ 71.998908] Btrfs loaded, crc32c=crc32c-generic
  378. [ 72.003459] BTRFS: device label myCloudDrive devid 1 transid 3231 /dev/sda1
  379. [ 72.150628] BTRFS info (device sda1): disk space caching is enabled
  380. [ 72.150634] BTRFS info (device sda1): has skinny extents
  381. [ 115.691174] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  382. [ 115.691193] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 00 6b e1 98 00 00 20 00
  383. [ 115.691494] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  384. [ 115.691508] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 6b c1 d8 00 00 20 00
  385. [ 115.691803] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  386. [ 115.691817] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 00 41 31 00 00 01 00 00
  387. [ 115.692444] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  388. [ 115.692457] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 62 6f 98 00 00 20 00
  389. [ 132.330988] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  390. [ 132.331007] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 00 02 24 e0 00 00 20 00
  391. [ 132.381020] scsi host0: uas_eh_device_reset_handler start
  392. [ 132.531837] usb 2-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  393. [ 132.568290] scsi host0: uas_eh_device_reset_handler success
  394. [ 163.050895] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  395. [ 163.050914] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x28 28 00 00 02 25 00 00 00 20 00
  396. [ 163.051151] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  397. [ 163.051165] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 00 6c 4a 28 00 02 00 00
  398. [ 163.100916] scsi host0: uas_eh_device_reset_handler start
  399. [ 163.102435] sd 0:0:0:0: [sda] tag#18 uas_zap_pending 0 uas-tag 4 inflight: CMD
  400. [ 163.102451] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 00 41 31 00 00 01 00 00
  401. [ 163.102468] sd 0:0:0:0: [sda] tag#19 uas_zap_pending 0 uas-tag 5 inflight: CMD
  402. [ 163.102482] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 00 6b c1 d8 00 00 20 00
  403. [ 163.102497] sd 0:0:0:0: [sda] tag#20 uas_zap_pending 0 uas-tag 6 inflight: CMD
  404. [ 163.102509] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 00 6b e1 98 00 00 20 00
  405. [ 163.251686] usb 2-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  406. [ 163.287538] scsi host0: uas_eh_device_reset_handler success
  407. [ 193.772841] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  408. [ 193.772861] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x28 28 00 00 19 27 c0 00 00 20 00
  409. [ 193.773100] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  410. [ 193.773114] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 00 02 1c 60 00 00 20 00
  411. [ 193.812864] scsi host0: uas_eh_device_reset_handler start
  412. [ 193.814037] sd 0:0:0:0: [sda] tag#24 uas_zap_pending 0 uas-tag 4 inflight: CMD
  413. [ 193.814053] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x28 28 00 00 6b c1 d8 00 00 20 00
  414. [ 193.814070] sd 0:0:0:0: [sda] tag#25 uas_zap_pending 0 uas-tag 5 inflight: CMD
  415. [ 193.814083] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x28 28 00 00 41 31 00 00 01 00 00
  416. [ 193.963624] usb 2-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  417. [ 193.999543] scsi host0: uas_eh_device_reset_handler success
  418. [ 224.513802] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD OUT
  419. [ 224.513818] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x2a 2a 00 00 6c 24 28 00 00 88 00
  420. [ 224.514167] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD OUT
  421. [ 224.514179] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x2a 2a 00 00 6c 24 b0 00 01 78 00
  422. [ 224.514517] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
  423. [ 224.514528] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 6c 77 f0 00 01 a0 00
  424. [ 224.553814] scsi host0: uas_eh_device_reset_handler start
  425. [ 224.704679] usb 2-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  426. [ 224.741210] scsi host0: uas_eh_device_reset_handler success
  427. [ 255.214410] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 25 inflight: CMD OUT
  428. [ 255.214429] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x2a 2a 00 00 22 1b a0 00 00 20 00
  429. [ 255.214879] sd 0:0:0:0: [sda] tag#27 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD OUT
  430. [ 255.214893] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x2a 2a 00 00 22 18 e0 00 00 20 00
  431. [ 255.215231] sd 0:0:0:0: [sda] tag#26 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD OUT
  432. [ 255.215244] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x2a 2a 00 00 22 18 60 00 00 40 00
  433. [ 255.215574] sd 0:0:0:0: [sda] tag#25 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD OUT
  434. [ 255.215587] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x2a 2a 00 00 22 17 c0 00 00 40 00
  435. [ 255.215916] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD OUT
  436. [ 255.215928] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x2a 2a 00 00 22 15 00 00 00 40 00
  437. [ 255.216257] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD OUT
  438. [ 255.216270] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x2a 2a 00 00 22 10 a0 00 00 40 00
  439. [ 255.216590] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD OUT
  440. [ 255.216603] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x2a 2a 00 00 22 00 60 00 00 20 00
  441. [ 255.216906] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 18 inflight: CMD OUT
  442. [ 255.216919] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x2a 2a 00 00 02 1b a0 00 00 20 00
  443. [ 255.217253] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 17 inflight: CMD OUT
  444. [ 255.217266] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x2a 2a 00 00 02 18 e0 00 00 20 00
  445. [ 255.217583] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 16 inflight: CMD OUT
  446. [ 255.217595] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x2a 2a 00 00 02 18 60 00 00 40 00
  447. [ 255.217928] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 15 inflight: CMD OUT
  448. [ 255.217940] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x2a 2a 00 00 02 17 c0 00 00 40 00
  449. [ 255.218270] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD OUT
  450. [ 255.218282] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x2a 2a 00 00 02 17 20 00 00 20 00
  451. [ 255.218589] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD OUT
  452. [ 255.218601] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x2a 2a 00 00 02 15 00 00 00 40 00
  453. [ 255.218935] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD OUT
  454. [ 255.218947] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x2a 2a 00 00 02 10 a0 00 00 40 00
  455. [ 255.219276] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD OUT
  456. [ 255.219288] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x2a 2a 00 00 02 00 60 00 00 20 00
  457. [ 255.219596] sd 0:0:0:0: [sda] tag#13 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD IN
  458. [ 255.219609] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 00 6c 41 f8 00 00 80 00
  459. [ 255.219910] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD IN
  460. [ 255.219922] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 00 6c 40 78 00 00 20 00
  461. [ 255.220215] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD IN
  462. [ 255.220227] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 00 6c 3f 38 00 00 80 00
  463. [ 255.220655] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD IN
  464. [ 255.220667] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 6c 3d 58 00 00 a0 00
  465. [ 255.221131] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
  466. [ 255.221144] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 41 47 00 00 01 00 00
  467. [ 255.221782] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  468. [ 255.221794] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 6c 65 28 00 01 00 00
  469. [ 255.222424] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD OUT
  470. [ 255.222437] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x2a 2a 00 00 22 17 20 00 00 20 00
  471. [ 255.222866] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  472. [ 255.222878] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 00 6b d8 d8 00 00 20 00
  473. [ 255.223010] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD IN
  474. [ 255.223022] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 00 6c 04 80 00 01 80 00
  475. [ 255.223786] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
  476. [ 255.223799] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 00 6b de 88 00 00 e0 00
  477. [ 255.226189] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 29 inflight: CMD IN
  478. [ 255.226207] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 00 6c 6e 48 00 00 20 00
  479. [ 255.226350] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD IN
  480. [ 255.226365] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 00 6c 1f c8 00 00 20 00
  481. [ 255.226643] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 27 inflight: CMD IN
  482. [ 255.226656] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 00 6c 19 c8 00 01 60 00
  483. [ 255.227356] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 26 inflight: CMD IN
  484. [ 255.227369] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 6b d7 08 00 00 80 00
  485. [ 255.334372] scsi host0: uas_eh_device_reset_handler start
  486. [ 255.484949] usb 2-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  487. [ 255.519709] scsi host0: uas_eh_device_reset_handler success
  488. [ 285.934787] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
  489. [ 285.934806] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 6b e2 c8 00 00 20 00
  490. [ 285.935075] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
  491. [ 285.935089] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 6b cd 80 00 00 40 00
  492. [ 285.984797] scsi host0: uas_eh_device_reset_handler start
  493. [ 285.990524] xhci_hcd 0000:01:00.0: WARNING: Host System Error
  494. [ 291.034805] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command.
  495. [ 291.034822] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
  496. [ 291.037488] xhci_hcd 0000:01:00.0: HC died; cleaning up
  497. [ 291.037570] sd 0:0:0:0: [sda] tag#9 uas_zap_pending 0 uas-tag 3 inflight: CMD
  498. [ 291.037588] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 00 6c 1f c8 00 00 20 00
  499. [ 291.037606] sd 0:0:0:0: [sda] tag#10 uas_zap_pending 0 uas-tag 4 inflight: CMD
  500. [ 291.037619] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 00 6c 6e 48 00 00 20 00
  501. [ 291.037635] sd 0:0:0:0: [sda] tag#11 uas_zap_pending 0 uas-tag 5 inflight: CMD
  502. [ 291.037649] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 00 6b de 88 00 00 e0 00
  503. [ 291.037664] sd 0:0:0:0: [sda] tag#12 uas_zap_pending 0 uas-tag 6 inflight: CMD
  504. [ 291.037676] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 00 6c 04 80 00 01 80 00
  505. [ 291.037691] sd 0:0:0:0: [sda] tag#13 uas_zap_pending 0 uas-tag 7 inflight: CMD
  506. [ 291.037703] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 00 6b d8 d8 00 00 20 00
  507. [ 291.037717] sd 0:0:0:0: [sda] tag#14 uas_zap_pending 0 uas-tag 8 inflight: CMD
  508. [ 291.037730] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x2a 2a 00 00 22 17 20 00 00 20 00
  509. [ 291.037744] sd 0:0:0:0: [sda] tag#15 uas_zap_pending 0 uas-tag 9 inflight: CMD
  510. [ 291.037756] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 00 6c 65 28 00 01 00 00
  511. [ 291.037770] sd 0:0:0:0: [sda] tag#16 uas_zap_pending 0 uas-tag 10 inflight: CMD
  512. [ 291.037783] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x28 28 00 00 41 47 00 00 01 00 00
  513. [ 291.037797] sd 0:0:0:0: [sda] tag#17 uas_zap_pending 0 uas-tag 11 inflight: CMD
  514. [ 291.037809] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x28 28 00 00 6c 3d 58 00 00 a0 00
  515. [ 291.037823] sd 0:0:0:0: [sda] tag#18 uas_zap_pending 0 uas-tag 12 inflight: CMD
  516. [ 291.037835] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 00 6c 3f 38 00 00 80 00
  517. [ 291.037850] sd 0:0:0:0: [sda] tag#19 uas_zap_pending 0 uas-tag 13 inflight: CMD
  518. [ 291.037862] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 00 6c 40 78 00 00 20 00
  519. [ 291.037876] sd 0:0:0:0: [sda] tag#20 uas_zap_pending 0 uas-tag 14 inflight: CMD
  520. [ 291.037888] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 00 6c 41 f8 00 00 80 00
  521. [ 291.037902] sd 0:0:0:0: [sda] tag#21 uas_zap_pending 0 uas-tag 15 inflight: CMD
  522. [ 291.037914] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x2a 2a 00 00 02 00 60 00 00 20 00
  523. [ 291.037928] sd 0:0:0:0: [sda] tag#22 uas_zap_pending 0 uas-tag 16 inflight: CMD
  524. [ 291.037940] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x2a 2a 00 00 02 10 a0 00 00 40 00
  525. [ 291.037954] sd 0:0:0:0: [sda] tag#23 uas_zap_pending 0 uas-tag 17 inflight: CMD
  526. [ 291.037966] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x2a 2a 00 00 02 15 00 00 00 40 00
  527. [ 291.037980] sd 0:0:0:0: [sda] tag#24 uas_zap_pending 0 uas-tag 18 inflight: CMD
  528. [ 291.037992] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x2a 2a 00 00 02 17 20 00 00 20 00
  529. [ 291.038007] sd 0:0:0:0: [sda] tag#25 uas_zap_pending 0 uas-tag 19 inflight: CMD
  530. [ 291.038019] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x2a 2a 00 00 02 17 c0 00 00 40 00
  531. [ 291.038033] sd 0:0:0:0: [sda] tag#26 uas_zap_pending 0 uas-tag 20 inflight: CMD
  532. [ 291.038045] sd 0:0:0:0: [sda] tag#26 CDB: opcode=0x2a 2a 00 00 02 18 60 00 00 40 00
  533. [ 291.038059] sd 0:0:0:0: [sda] tag#27 uas_zap_pending 0 uas-tag 21 inflight: CMD
  534. [ 291.038071] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x2a 2a 00 00 02 18 e0 00 00 20 00
  535. [ 291.038085] sd 0:0:0:0: [sda] tag#0 uas_zap_pending 0 uas-tag 22 inflight: CMD
  536. [ 291.038098] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 00 02 1b a0 00 00 20 00
  537. [ 291.038112] sd 0:0:0:0: [sda] tag#1 uas_zap_pending 0 uas-tag 23 inflight: CMD
  538. [ 291.038124] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x2a 2a 00 00 22 00 60 00 00 20 00
  539. [ 291.038138] sd 0:0:0:0: [sda] tag#2 uas_zap_pending 0 uas-tag 24 inflight: CMD
  540. [ 291.038150] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x2a 2a 00 00 22 10 a0 00 00 40 00
  541. [ 291.038164] sd 0:0:0:0: [sda] tag#3 uas_zap_pending 0 uas-tag 25 inflight: CMD
  542. [ 291.038176] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x2a 2a 00 00 22 15 00 00 00 40 00
  543. [ 291.038190] sd 0:0:0:0: [sda] tag#4 uas_zap_pending 0 uas-tag 26 inflight: CMD
  544. [ 291.038202] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x2a 2a 00 00 22 17 c0 00 00 40 00
  545. [ 291.038216] sd 0:0:0:0: [sda] tag#5 uas_zap_pending 0 uas-tag 27 inflight: CMD
  546. [ 291.038228] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x2a 2a 00 00 22 18 60 00 00 40 00
  547. [ 291.038242] sd 0:0:0:0: [sda] tag#6 uas_zap_pending 0 uas-tag 28 inflight: CMD
  548. [ 291.038254] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x2a 2a 00 00 22 18 e0 00 00 20 00
  549. [ 291.038268] sd 0:0:0:0: [sda] tag#28 uas_zap_pending 0 uas-tag 29 inflight: CMD
  550. [ 291.038280] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x2a 2a 00 00 22 1b a0 00 00 20 00
  551. [ 291.038296] scsi host0: uas_eh_device_reset_handler FAILED err -22
  552. [ 291.038316] sd 0:0:0:0: Device offlined - not ready after error recovery
  553. [ 291.038329] sd 0:0:0:0: Device offlined - not ready after error recovery
  554. [ 291.038341] sd 0:0:0:0: Device offlined - not ready after error recovery
  555. [ 291.038354] sd 0:0:0:0: Device offlined - not ready after error recovery
  556. [ 291.038366] sd 0:0:0:0: Device offlined - not ready after error recovery
  557. [ 291.038378] sd 0:0:0:0: Device offlined - not ready after error recovery
  558. [ 291.038390] sd 0:0:0:0: Device offlined - not ready after error recovery
  559. [ 291.038403] sd 0:0:0:0: Device offlined - not ready after error recovery
  560. [ 291.038415] sd 0:0:0:0: Device offlined - not ready after error recovery
  561. [ 291.038428] sd 0:0:0:0: Device offlined - not ready after error recovery
  562. [ 291.038440] sd 0:0:0:0: Device offlined - not ready after error recovery
  563. [ 291.038452] sd 0:0:0:0: Device offlined - not ready after error recovery
  564. [ 291.038465] sd 0:0:0:0: Device offlined - not ready after error recovery
  565. [ 291.038477] sd 0:0:0:0: Device offlined - not ready after error recovery
  566. [ 291.038489] sd 0:0:0:0: Device offlined - not ready after error recovery
  567. [ 291.038502] sd 0:0:0:0: Device offlined - not ready after error recovery
  568. [ 291.038514] sd 0:0:0:0: Device offlined - not ready after error recovery
  569. [ 291.038527] sd 0:0:0:0: Device offlined - not ready after error recovery
  570. [ 291.038539] sd 0:0:0:0: Device offlined - not ready after error recovery
  571. [ 291.038551] sd 0:0:0:0: Device offlined - not ready after error recovery
  572. [ 291.038564] sd 0:0:0:0: Device offlined - not ready after error recovery
  573. [ 291.038576] sd 0:0:0:0: Device offlined - not ready after error recovery
  574. [ 291.038589] sd 0:0:0:0: Device offlined - not ready after error recovery
  575. [ 291.038601] sd 0:0:0:0: Device offlined - not ready after error recovery
  576. [ 291.038613] sd 0:0:0:0: Device offlined - not ready after error recovery
  577. [ 291.038625] sd 0:0:0:0: Device offlined - not ready after error recovery
  578. [ 291.038638] sd 0:0:0:0: Device offlined - not ready after error recovery
  579. [ 291.038650] sd 0:0:0:0: Device offlined - not ready after error recovery
  580. [ 291.038662] sd 0:0:0:0: Device offlined - not ready after error recovery
  581. [ 291.038694] sd 0:0:0:0: [sda] tag#7 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x06
  582. [ 291.038710] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 6b cd 80 00 00 40 00
  583. [ 291.038723] print_req_error: I/O error, dev sda, sector 7064960
  584. [ 291.038799] sd 0:0:0:0: [sda] tag#8 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x06
  585. [ 291.038815] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 00 6b e2 c8 00 00 20 00
  586. [ 291.038828] print_req_error: I/O error, dev sda, sector 7070408
  587. [ 291.039133] usb 1-1: USB disconnect, device number 2
  588. [ 291.044000] usb 2-1: USB disconnect, device number 2
  589. [ 291.053807] sd 0:0:0:0: [sda] Synchronizing SCSI cache
  590. [ 291.053853] print_req_error: I/O error, dev sda, sector 138144
  591. [ 291.053879] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 1, rd 0, flush 0, corrupt 0, gen 0
  592. [ 291.053927] print_req_error: I/O error, dev sda, sector 2228320
  593. [ 291.053945] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 2, rd 0, flush 0, corrupt 0, gen 0
  594. [ 291.053962] print_req_error: I/O error, dev sda, sector 2232480
  595. [ 291.053979] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 3, rd 0, flush 0, corrupt 0, gen 0
  596. [ 291.053995] print_req_error: I/O error, dev sda, sector 2233600
  597. [ 291.054012] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 4, rd 0, flush 0, corrupt 0, gen 0
  598. [ 291.054028] print_req_error: I/O error, dev sda, sector 2234304
  599. [ 291.054045] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 5, rd 0, flush 0, corrupt 0, gen 0
  600. [ 291.054061] print_req_error: I/O error, dev sda, sector 2234464
  601. [ 291.054076] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 6, rd 0, flush 0, corrupt 0, gen 0
  602. [ 291.054092] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 7, rd 0, flush 0, corrupt 0, gen 0
  603. [ 291.054108] print_req_error: I/O error, dev sda, sector 2234592
  604. [ 291.054124] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 8, rd 0, flush 0, corrupt 0, gen 0
  605. [ 291.054140] print_req_error: I/O error, dev sda, sector 7086024
  606. [ 291.054237] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 9, rd 0, flush 0, corrupt 0, gen 0
  607. [ 291.054325] BTRFS error (device sda1): bdev /dev/sda1 errs: wr 10, rd 0, flush 0, corrupt 0, gen 0
  608. [ 291.054936] BTRFS: error (device sda1) in btrfs_commit_transaction:2260: errno=-5 IO failure (Error while writing out transaction)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement