raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.08k stars 4.97k forks source link

USB SSD disconnects randomly: xHCI host not responding to stop endpoint command #5060

Open tomikaa87 opened 2 years ago

tomikaa87 commented 2 years ago

Describe the bug

I have intermittent system crashes with the following setup:

The system boots fine, but crashes randomly after 6-24 hours. dmesg (logs captured via serial port) shows that the USB disk disconnects.

I've ran SSD speeds tests with dd, and successfully read the whole SSD with 300+ MB/s, also written 20+ GB into a test file without problems.

I'm running a few services in Docker, like PiHole, UniFi Controller, Prometheus + Grafana, Blynk local server, Mosquitto MQTT server.

The SSD has an extra partition for ZFS in addition to the standard boot and rootfs partitions. That ZFS volume stores the Docker containers and their data.

My other Pi 4 configuration (8 GB, rev 1.5) uses the same USB 3.0 case, but it runs stable, never had a crash like that. However, it writes less frequently to the SSD since it doesn't run Docker containers.

Steps to reproduce the behaviour

Unfortunately, there are no fix reproduction steps. I've tried disabling USB AutoSuspend via cmdline.txt, but it didn't help. I've also tried a different power supply without luck. However, the system doesn't crash if I plug the USB disk into a USB 2.0 port.

Device (s)

Raspberry Pi 4 Mod. B

System

/etc/rpi-issue

Raspberry Pi reference 2022-04-04
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 27a8050c3c06e567c794620394a8c2d74262a516, stage2

vcgencmd version

Mar 24 2022 13:19:26
Copyright (c) 2012 Broadcom
version e5a963efa66a1974127860b42e913d2374139ff5 (clean) (release) (start)

uname -a

Linux services 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux

sudo rpi-eeprom-update

BOOTLOADER: up to date
   CURRENT: Tue Apr 26 10:24:28 UTC 2022 (1650968668)
    LATEST: Tue Apr 26 10:24:28 UTC 2022 (1650968668)
   RELEASE: default (/lib/firmware/raspberrypi/bootloader/default)
            Use raspi-config to change the release.

  VL805_FW: Dedicated VL805 EEPROM
     VL805: up to date
   CURRENT: 000138a1
    LATEST: 000138a1

lsusb -tv

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=uas, 5000M
        ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 2109:3431 VIA Labs, Inc. Hub

sudo lsusb -vd 174c:55aa

Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.10
  bDeviceClass            0
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         9
  idVendor           0x174c ASMedia Technology Inc.
  idProduct          0x55aa ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
  bcdDevice            1.00
  iManufacturer           2 AXAGON USB3.0 External HDD
  iProduct                3 AXAGON USB3.0 External HDD
  iSerial                 1 AAAABBBBCCCC0003
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0079
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst              15
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst              15
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           4
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     98
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst              15
        MaxStreams             32
        Data-in pipe (0x03)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst              15
        MaxStreams             32
        Data-out pipe (0x04)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst              15
        MaxStreams             32
        Status pipe (0x02)
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               0
        bMaxBurst               0
        Command pipe (0x01)
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x0016
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x0000f41e
      BESL Link Power Management (LPM) Supported
    BESL value     1024 us
    Deep BESL value    61440 us
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x000e
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   1
      Lowest fully-functional device speed is Full Speed (12Mbps)
    bU1DevExitLat          10 micro seconds
    bU2DevExitLat        2047 micro seconds
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x000d
  Self Powered
  U1 Enabled
  U2 Enabled

sudo lshw

services
    description: Computer
    product: Raspberry Pi 4 Model B Rev 1.1
    serial: 100000004c4deb14
    width: 64 bits
    capabilities: smp cp15_barrier setend swp tagged_addr_disabled
  *-core
       description: Motherboard
       physical id: 0
     *-cpu:0
          description: CPU
          product: cpu
          physical id: 1
          bus info: cpu@0
          size: 1500MHz
          capacity: 1500MHz
          capabilities: fp asimd evtstrm crc32 cpuid cpufreq
     *-cpu:1
          description: CPU
          product: cpu
          physical id: 2
          bus info: cpu@1
          size: 1500MHz
          capacity: 1500MHz
          capabilities: fp asimd evtstrm crc32 cpuid cpufreq
     *-cpu:2
          description: CPU
          product: cpu
          physical id: 3
          bus info: cpu@2
          size: 1500MHz
          capacity: 1500MHz
          capabilities: fp asimd evtstrm crc32 cpuid cpufreq
     *-cpu:3
          description: CPU
          product: cpu
          physical id: 4
          bus info: cpu@3
          size: 1500MHz
          capacity: 1500MHz
          capabilities: fp asimd evtstrm crc32 cpuid cpufreq
     *-memory
          description: System memory
          physical id: 5
          size: 3793MiB
     *-pci
          description: PCI bridge
          product: BCM2711 PCIe Bridge
          vendor: Broadcom Inc. and subsidiaries
          physical id: 0
          bus info: pci@0000:00:00.0
          version: 10
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm pciexpress normal_decode bus_master cap_list
          resources: memory:600000000-6000fffff
        *-usb
             description: USB controller
             product: VL805 USB 3.0 Host Controller
             vendor: VIA Technologies, Inc.
             physical id: 0
             bus info: pci@0000:01:00.0
             version: 01
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi pciexpress xhci bus_master cap_list
             configuration: driver=xhci_hcd latency=0
             resources: irq:46 memory:600000000-600000fff
           *-usbhost:0
                product: xHCI Host Controller
                vendor: Linux 5.15.32-v8+ xhci-hcd
                physical id: 0
                bus info: usb@1
                logical name: usb1
                version: 5.15
                capabilities: usb-2.00
                configuration: driver=hub slots=1 speed=480Mbit/s
              *-usb
                   description: USB hub
                   product: USB2.0 Hub
                   vendor: VIA Labs, Inc.
                   physical id: 1
                   bus info: usb@1:1
                   version: 4.21
                   capabilities: usb-2.10
                   configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
           *-usbhost:1
                product: xHCI Host Controller
                vendor: Linux 5.15.32-v8+ xhci-hcd
                physical id: 1
                bus info: usb@2
                logical name: usb2
                version: 5.15
                capabilities: usb-3.00
                configuration: driver=hub slots=4 speed=5000Mbit/s
              *-usb
                   description: Mass storage device
                   product: AXAGON USB3.0 External HDD
                   vendor: AXAGON USB3.0 External HDD
                   physical id: 1
                   bus info: usb@2:1
                   logical name: scsi0
                   version: 1.00
                   serial: AAAABBBBCCCC0003
                   capabilities: usb-3.10 scsi
                   configuration: driver=uas speed=5000Mbit/s
                 *-disk
                      description: SCSI Disk
                      product: Force LS SSD
                      vendor: Corsair
                      physical id: 0.0.0
                      bus info: scsi@0:0.0.0
                      logical name: /dev/sda
                      version: 0
                      serial: 3000CCCCBBBBAAAA
                      size: 111GiB (120GB)
                      capabilities: gpt-1.00 partitioned partitioned:gpt
                      configuration: ansiversion=6 guid=91639514-c964-49a3-bb8c-90f7d0a1c96e logicalsectorsize=512 sectorsize=512
                    *-volume:0
                         description: Windows FAT volume
                         vendor: mkfs.fat
                         physical id: 1
                         bus info: scsi@0:0.0.0,1
                         logical name: /dev/sda1
                         logical name: /boot
                         version: FAT16
                         serial: 048b-0011
                         size: 253MiB
                         capacity: 255MiB
                         capabilities: fat initialized
                         configuration: FATs=2 filesystem=fat label=boot mount.fstype=vfat mount.options=rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro name=Microsoft basic data state=mounted
                    *-volume:1
                         description: EXT4 volume
                         vendor: Linux
                         physical id: 2
                         bus info: scsi@0:0.0.0,2
                         logical name: /dev/sda2
                         version: 1.0
                         serial: b79fd5d8-0ff9-47f0-9d99-33e8c30786af
                         size: 39GiB
                         capacity: 39GiB
                         capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                         configuration: created=2022-06-06 19:25:35 filesystem=ext4 label=rootfs lastmountpoint=/ modified=2022-06-07 22:28:48 mounted=2022-06-10 18:17:01 name=Linux filesystem state=clean
                    *-volume:2
                         description: EFI partition
                         physical id: 3
                         bus info: scsi@0:0.0.0,3
                         logical name: /dev/sda3
                         serial: 30f1e2a0-24bb-4f21-929c-60f405bd6719
                         capacity: 71GiB
                         configuration: name=Linux filesystem
  *-network:0
       description: Ethernet interface
       physical id: 1
       logical name: eth0
       serial: dc:a6:32:31:02:13
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=bcmgenet driverversion=5.15.32-v8+ duplex=full ip=10.80.0.2 link=yes multicast=yes port=twisted pair speed=1Gbit/s
  *-network:1
       description: Ethernet interface
       physical id: 2
       logical name: br-482150e1dbb6
       serial: 02:42:bc:9e:88:86
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.20.0.1 link=yes multicast=yes speed=10Gbit/s
  *-network:2
       description: Ethernet interface
       physical id: 3
       logical name: docker0
       serial: 02:42:67:67:d3:22
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.17.0.1 link=no multicast=yes
  *-network:3
       description: Ethernet interface
       physical id: 4
       logical name: br-7777bfeb3730
       serial: 02:42:50:bc:ca:c7
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.21.0.1 link=yes multicast=yes speed=10Gbit/s
  *-network:4
       description: Ethernet interface
       physical id: 5
       logical name: br-d9dca40fffc1
       serial: 02:42:c2:c6:5e:d0
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.24.0.1 link=yes multicast=yes speed=10Gbit/s
  *-network:5
       description: Ethernet interface
       physical id: 6
       logical name: br-e50cc143ca3d
       serial: 02:42:81:f8:5d:2f
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.23.0.1 link=yes multicast=yes speed=10Gbit/s
  *-network:6
       description: Ethernet interface
       physical id: 7
       logical name: br-e59a5e6c415e
       serial: 02:42:dd:20:96:9a
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.19.0.1 link=yes multicast=yes speed=10Gbit/s
  *-network:7
       description: Ethernet interface
       physical id: 8
       logical name: br-1d1c33aac596
       serial: 02:42:77:1a:ef:6e
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.18.0.1 link=yes multicast=yes speed=10Gbit/s
  *-network:8
       description: Ethernet interface
       physical id: 9
       logical name: veth27303d5
       serial: 36:84:56:77:44:4e
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.240.41 link=yes multicast=yes port=twisted pair speed=10Gbit/s
  *-network:9
       description: Ethernet interface
       physical id: a
       logical name: veth419a0fd
       serial: 96:b5:bb:a7:d5:1f
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.69.105 link=yes multicast=yes port=twisted pair speed=10Gbit/s
  *-network:10
       description: Ethernet interface
       physical id: b
       logical name: vethd0e141a
       serial: 62:5b:95:41:fa:67
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.237.119 link=yes multicast=yes port=twisted pair speed=10Gbit/s
  *-network:11
       description: Ethernet interface
       physical id: c
       logical name: vethd824777
       serial: 82:78:97:db:21:f7
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.2.78 link=yes multicast=yes port=twisted pair speed=10Gbit/s
  *-network:12
       description: Ethernet interface
       physical id: d
       logical name: veth7d5d161
       serial: 7a:48:fb:cf:0a:9c
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.55.254 link=yes multicast=yes port=twisted pair speed=10Gbit/s
  *-network:13
       description: Ethernet interface
       physical id: e
       logical name: vethaed77d8
       serial: be:5d:df:01:26:45
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.91.13 link=yes multicast=yes port=twisted pair speed=10Gbit/s
  *-network:14
       description: Ethernet interface
       physical id: f
       logical name: vethdc19914
       serial: be:59:17:46:01:d7
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.194.23 link=yes multicast=yes port=twisted pair speed=10Gbit/s
  *-network:15
       description: Ethernet interface
       physical id: 10
       logical name: veth9c36494
       serial: 4e:af:25:e0:26:77
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.20.104 link=yes multicast=yes port=twisted pair speed=10Gbit/s
  *-network:16
       description: Ethernet interface
       physical id: 11
       logical name: veth2e1e7c9
       serial: 06:6a:7d:f7:07:39
       size: 10Gbit/s
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=veth driverversion=1.0 duplex=full ip=169.254.216.214 link=yes multicast=yes port=twisted pair speed=10Gbit/s

sudo gdisk -l /dev/sda

GPT fdisk (gdisk) version 1.0.6

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 234441648 sectors, 111.8 GiB
Model: Force LS SSD
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 91639514-C964-49A3-BB8C-90F7D0A1C96E
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 234441614
Partitions will be aligned on 2048-sector boundaries
Total free space is 6108 sectors (3.0 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048          524288   255.0 MiB   0700  Microsoft basic data
   2          526336        83886080   39.7 GiB    8300  Linux filesystem
   3        83888128       234441614   71.8 GiB    8300  Linux filesystem

Logs

... (normal kernel messages after booting)
[   49.775023] br-7777bfeb3730: port 1(veth0489e80) entered disabled state
[   49.776023] eth0: renamed from veth9d11393
[   49.816458] br-7777bfeb3730: port 1(veth0489e80) entered blocking state
[   49.816483] br-7777bfeb3730: port 1(veth0489e80) entered forwarding state
[164061.642655] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD OUT 
[164061.650878] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x2a 2a 00 05 d8 e5 80 00 00 10 00
... (messages like these repeating for 16 seconds)
[164077.002902] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD OUT 
[164077.011301] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x2a 2a 00 0a 4b 9d 60 00 00 90 00
[164077.046927] scsi host0: uas_eh_device_reset_handler start
[164077.046927] scsi host0: uas_eh_device_reset_handler start
[164077.187758] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[164077.187758] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[164077.215063] scsi host0: uas_eh_device_reset_handler success
[164077.215063] scsi host0: uas_eh_device_reset_handler success
[164084.137487] xhci_hcd 0000:01:00.0: WARNING: Host System Error
[164084.137487] xhci_hcd 0000:01:00.0: WARNING: Host System Error
[164089.279106] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command.
[164089.287150] xhci_hcd 0000:01:00.0: USBSTS: HCHalted HSE EINT
[164089.293004] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
[164089.300916] xhci_hcd 0000:01:00.0: HC died; cleaning up
[164089.306352] usb 1-1: USB disconnect, device number 2
[164089.279106] [164089.312578] usb 2-1: USB disconnect, device number 2
xhci_hcd[164089.318189] sd 0:0:0:0: [sda] tag#17 uas_zap_pending 0 uas-tag 2 inflight: CMD 
[164089.326243] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x2a 2a 00 05 d8 e5 80 00 00 10 00
[164089.334097] sd 0:0:0:0: [sda] tag#18 uas_zap_pending 0 uas-tag 3 inflight: CMD 
[164089.334113] sd 0:0:0:0: [sda] tag#17 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=57s
[164089.341594] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x2a 2a 00 05 d8 e5 90 00 00 10 00
[164089.341601] sd 0:0:0:0: [sda] tag#19 uas_zap_pending 0 uas-tag 4 inflight: CMD 
[164089.351572] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x2a 2a 00 05 d8 e5 80 00 00 10 00
[164089.359410] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x2a 2a 00 02 4e 27 68 00 00 90 00
[164089.359416] sd 0:0:0:0: [sda] tag#20 uas_zap_pending 0 uas-tag 5 inflight: CMD 
[164089.359420] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x2a 2a 00 0a 4b a2 c0 00 00 90 00
[164089.359428] sd 0:0:0:0: [sda] tag#19 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=56s
[164089.359437] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x2a 2a 00 02 4e 27 68 00 00 90 00
[164089.359444] blk_update_request: I/O error, dev sda, sector 38676328 op 0x1:(WRITE) flags 0x800 phys_seg 18 prio class 0
[164089.359552] Aborting journal on device sda2-8.
[164089.366921] blk_update_request: I/O error, dev sda, sector 98100608 op 0x1:(WRITE) flags 0x700 phys_seg 2 prio class 0
[164089.374762] sd 0:0:0:0: [sda] tag#21 uas_zap_pending 0 uas-tag 6 inflight: CMD 
[164089.374777] sd 0:0:0:0: [sda] tag#20 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=54s
[164089.374786] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x2a 2a 00 0a 4b a2 c0 00 00 90 00
[164089.374792] blk_update_request: I/O error, dev sda, sector 172729024 op 0x1:(WRITE) flags 0x700 phys_seg 18 prio class 0
[164089.374805] zio pool=tank vdev=/dev/sda3 error=5 type=2 offset=45486538752 size=73728 flags=180880
[164089.382610] zio pool=tank vdev=/dev/sda3 error=5 type=2 offset=7276789760 size=8192 flags=184880
[164089.390099] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x2a 2a 00 04 51 e7 38 00 00 08 00
[164089.390108] sd 0:0:0:0: [sda] tag#22 uas_zap_pending 0 uas-tag 7 inflight: CMD 
[164089.512187] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x2a 2a 00 04 51 e7 20 00 00 08 00
[164089.520039] sd 0:0:0:0: [sda] tag#23 uas_zap_pending 0 uas-tag 8 inflight: CMD 
[164089.527535] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x2a 2a 00 04 51 e6 f8 00 00 08 00

Additional context

Based on the posts under https://github.com/raspberrypi/linux/issues/4930, the two issues maybe connected.

6by9 commented 1 year ago

Exactly the "Average Time Current Curves" graph on page 2 of the datasheet that pidd-wbiz linked to. (The numbers on the X axis do appear to be slightly misaligned - they should be on the line just before the biggest gap - logarithmic scales).

Follow the 1A line and it will hold ~1.8A for 10000secs, 2A for 10secs, 2.5A for 0.1secs, and 4.5A for 0.01s. Current spikes in the 1ms (0.001s) range are often enough to brown out devices. Fuses rely on heating of the thin bit of wire causing it to melt, and that takes time. TBH I hadn't considered the voltage drop introduced by the fuse.

xamindar commented 1 year ago

Seeing people still try to blame inadequate power on this issue instead of trying to resolve it or offering constructive ideas is a little frustrating. However, I am happy to report (for at least my particular case), that adding "usb-storage.quirks=0bda:9210:u" (the id of my usb enclosure) to my /boot/cmdline.txt files on these 5 pi k3s nodes seems to have resolved the issue. I no longer see any errors pop up in my dmesg, filesystem speed tests seemed to have remained the same, journalctl commands no longer take a few minutes to respond (instant now). And most important of all, no more storage disconnects/crashes. My 5 nodes have been up a straight week without any issues.

tomikaa87 commented 1 year ago

@xamindar you're right, power is an important factor but I've already ruled it out way back when the original post has been written. Unfortunately to progress further the developers should be involved to find out what's the root cause of the issue is (I guess it's the VL805 firmware). However I don't consider using USB storage quirks a solution, only a workaround. It cripples the performance significantly (depending on the workload). I'd say the USB host controller should work properly without these hacks. (And I mean the VL805, since a buggy UASP implementation in the USB-SATA controller is a different matter, but when it's done properly, the Host Controller should not be complaining).

xamindar commented 1 year ago

From what I have read about this issue, it seems the fault lies in the firmware of the usb enclosure. The quirks already has a list of such faulty devices. That setting is just adding my device to it. UASP being faulty in my devices is probably why I saw a performance increase when it was disabled. That's not to say it isn't possible to work around it on the host end in a better way. I'm curious if this same problem would happen if Windows was being run from the usb enclosure. Might be worth someone to test that.

tomikaa87 commented 1 year ago

IMHO if the USB enclosure is faulty, it should not crash the host controller. The USB device can crash and disconnect itself or cause file system errors if it's mounted, but the hub's firmware should survive this. For me, when the drive is operating fine in UASP mode without any errors and suddenly the host controller is crashing and disconnecting itself from the system and only a power down/power up cycle can bring it back, it indicates that the issue is not the USB enclosure's controller, but the hub's firmware. And it's fine, every software has bugs. What's frustrating is that this issue is 2+ years old (i've linked the older bug tickets) and no one seems to care. In an ideal world, the firmware vendor would already been involved to fix their proprietary stuff. But we always get the same canned responses: check the power, the cables, replace the enclosures etc. While these things are important, these factors are already ruled out. At this point we don't have much left to do. Burn a lot of money and buy a dozen more enclosures to prove nothing more than this is still a firmware problem, or look for another platform that doesn't have such issues. And honestly I don't hope for a solution. I think running a server from a USB enclosure is an edge case. Why should they care for that if it impacts only a handful of users and pretty hard to debug? If you want a server, buy the proper hardware for it with proper PCIe controllers and don't use some janky USB setup. Buy a CM4 with a carrier board that has a PCIe SATA controller and be happy with that. Oh, it's not available due to the ongoing shortages? Too bad...

KeinNiemand commented 1 year ago

I seemingly have the same problem with a FANTEC QB-35U31 at least I have the same error in dmesg, the weid thing is is that I didn't have any problems for weeks but now it crashes every 1-2 days. Havn't tried anything to fix it yet, so it might be a diffrent issue. Also that enclosure has it's own, separate power supply so that probably rules out a power problem.

The error I got in dmesg

Nov 17 04:28:25.575198 NextCloud kernel: xhci_hcd 0000:01:00.0: WARNING: Host System Error    
Nov 17 04:28:25.577499 NextCloud kernel: xhci_hcd 0000:01:00.0: Host halt failed, -110    
Nov 17 04:28:30.630981 NextCloud kernel: xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command.    
Nov 17 04:28:30.714190 NextCloud kernel: xhci_hcd 0000:01:00.0: USBSTS: 0x0000000c HSE EINT    
Nov 17 04:28:30.715389 NextCloud kernel: xhci_hcd 0000:01:00.0: Host halt failed, -110    
Nov 17 04:28:30.716347 NextCloud kernel: xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead    
Nov 17 04:28:30.717315 NextCloud kernel: xhci_hcd 0000:01:00.0: HC died; cleaning up    
Nov 17 04:28:30.718385 NextCloud kernel: usb 1-1: USB disconnect, device number 2     
Nov 17 04:28:30.719418 NextCloud kernel: usb 2-1: USB disconnect, device number 2    
Nov 17 04:28:30.720412 NextCloud kernel: usb 2-1.1: USB disconnect, device number 5    
Nov 17 04:28:30.721440 NextCloud kernel: sd 2:0:0:0: [sdc] tag#0 uas_zap_pending 0 uas-tag 2 inflight: CMD     

lsusb -tv

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
        ID 2109:8822 VIA Labs, Inc.
        |__ Port 1: Dev 6, If 0, Class=Mass Storage, Driver=uas, 5000M
            ID 2109:0715 VIA Labs, Inc. VL817 SATA Adaptor
        |__ Port 2: Dev 5, If 0, Class=Mass Storage, Driver=uas, 5000M
            ID 2109:0715 VIA Labs, Inc. VL817 SATA Adaptor
        |__ Port 3: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
            ID 2109:0715 VIA Labs, Inc. VL817 SATA Adaptor
        |__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
            ID 2109:0715 VIA Labs, Inc. VL817 SATA Adaptor
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 2109:3431 VIA Labs, Inc. Hub
        |__ Port 1: Dev 13, If 0, Class=Hub, Driver=hub/5p, 480M
            ID 2109:2822 VIA Labs, Inc.
            |__ Port 5: Dev 14, If 0, Class=, Driver=, 480M
                ID 2109:8818 VIA Labs, Inc.
tomikaa87 commented 1 year ago

@KeinNiemand so you have VIA USB-SATA bridges. Some of us (including me) have various ASMedia chips and if I remember correctly, we got JMicron as well. All of them can crash the USB host controller. At this point I'm pretty confident that this is a hub firmware problem. But if the devs won't take a closer look at this, we don't have much left to do.

JamesH65 commented 1 year ago

Worth noting that Raspberry Pi do NOT have access to the firmware of the controller; if we can definitely show a bug (simple replication steps), then we can report it to the controller manufacturer for fixing. This can take some time, which is not great, but we have to run with what we have.

tomikaa87 commented 1 year ago

@JamesH65 AFAIK VIA Labs explicitly stated that users should not contact them for support. Only the board vendor (Raspberry Pi) can do that. If they don't, we can't do much.

pelwell commented 1 year ago

Which is why James said:

if we can definitely show a bug (simple replication steps), then we can report it to the controller manufacturer for fixing.

The clearer and more detailed the reports and the shorter the time to failure, the more likely we can give enough information to VIA to have a chance of getting a fix.

tomikaa87 commented 1 year ago

OK then. Please everybody who reported the issue in this ticket, try running these commands on - a clean installation if possible - the latest Raspberry Pi OS using your USB-SATA enclosure and please report back if it fails. Feel free to adjust the input parameters, but add the command line you've used to your report. Also please write down the exact setup of yours, including the model number of your enclosure and its controller chip and also the details of the HDD/SSD as well. If you are using a different cable that was shipped with the enclosure, give us its model number too.

For these tests, fio should be installed. The target file temp.file must be placed on the USB HDD/SSD.

Random 4K read test:

fio --name TEST --filename=temp.file --rw=randread --size=10g --io_size=100g --blocksize=4k --ioengine=libaio --fsync=1 --iodepth=64 --direct=1 --numjobs=32 --group_reporting

Random 4K read-write test:

fio --name TEST --filename=temp.file --rw=randrw --size=10g --io_size=10g --blocksize=4k --ioengine=libaio --fsync=1 --iodepth=1 --direct=1 --numjobs=64 --group_reporting

Also please tell us if you have more ideas how we could stress test the setup in a reproducible way. (We can't tell VIA to setup a Kubernetes cluster and wait for a week. 😏)

KeinNiemand commented 1 year ago

Got a Slightly different error in the log this time this happend, also for some reason there a bunch of New USB device found and USB device disconnecterd messages in the log right before the error happend. Another reason why I'm not 100% my problem is the same thing. Despite the slightly different error the end result is the same, no connect until I reboot. Here a snipped of the dmesg log, from right before the error happend to right after

Nov 17 20:22:55.452178 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:22:55.453380 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:22:55.454539 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:22:55.455856 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:19.691188 NextCloud kernel: usb 1-1.1: USB disconnect, device number 15
Nov 17 20:23:19.692109 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 16
Nov 17 20:23:19.918792 NextCloud kernel: usb 1-1.1: new high-speed USB device number 17 using xhci_hcd
Nov 17 20:23:20.022726 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:20.024128 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:20.025251 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:20.026380 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:20.027521 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:20.028517 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:20.029696 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:20.694786 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 18 using xhci_hcd
Nov 17 20:23:20.794783 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:20.796152 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:20.797287 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:20.798357 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:20.799524 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:21.994866 NextCloud kernel: usb 1-1.1: USB disconnect, device number 17
Nov 17 20:23:21.995892 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 18
Nov 17 20:23:22.226735 NextCloud kernel: usb 1-1.1: new high-speed USB device number 19 using xhci_hcd
Nov 17 20:23:22.326730 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:22.328073 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:22.329320 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:22.330526 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:22.331635 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:22.332553 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:22.333670 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:22.998731 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 20 using xhci_hcd
Nov 17 20:23:23.102755 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:23.104037 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:23.105118 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:23.106155 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:23.107309 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:24.298783 NextCloud kernel: usb 1-1.1: USB disconnect, device number 19
Nov 17 20:23:24.299463 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 20
Nov 17 20:23:24.526772 NextCloud kernel: usb 1-1.1: new high-speed USB device number 21 using xhci_hcd
Nov 17 20:23:24.634725 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:24.636132 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:24.637259 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:24.638349 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:24.639469 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:24.640451 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:24.641636 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:25.302797 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 22 using xhci_hcd
Nov 17 20:23:25.402759 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:25.404095 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:25.405189 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:25.406249 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:25.407427 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:39.914780 NextCloud kernel: usb 1-1.1: USB disconnect, device number 21
Nov 17 20:23:39.919573 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 22
Nov 17 20:23:40.142757 NextCloud kernel: usb 1-1.1: new high-speed USB device number 23 using xhci_hcd
Nov 17 20:23:40.242771 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:40.245541 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:40.248272 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:40.250537 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:40.252693 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:40.253820 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:40.255224 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:40.918757 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 24 using xhci_hcd
Nov 17 20:23:41.018800 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:41.021691 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:41.024309 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:41.026837 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:41.028718 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:46.574802 NextCloud kernel: usb 1-1.1: USB disconnect, device number 23
Nov 17 20:23:46.575628 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 24
Nov 17 20:23:46.802731 NextCloud kernel: usb 1-1.1: new high-speed USB device number 25 using xhci_hcd
Nov 17 20:23:46.902797 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:46.905792 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:46.909732 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:46.911924 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:46.913273 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:46.914622 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:46.916206 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:47.574718 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 26 using xhci_hcd
Nov 17 20:23:47.677184 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:47.679855 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:47.681975 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:47.684096 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:47.686113 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:48.622826 NextCloud kernel: usb 1-1.1: USB disconnect, device number 25
Nov 17 20:23:48.623617 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 26
Nov 17 20:23:48.846731 NextCloud kernel: usb 1-1.1: new high-speed USB device number 27 using xhci_hcd
Nov 17 20:23:48.954771 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:48.957601 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:48.960266 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:48.962545 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:48.964666 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:48.965761 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:48.967131 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:49.622736 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 28 using xhci_hcd
Nov 17 20:23:49.722758 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:49.724061 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:49.725115 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:49.726144 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:49.727338 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:50.414843 NextCloud kernel: usb 1-1.1: USB disconnect, device number 27
Nov 17 20:23:50.415336 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 28
Nov 17 20:23:50.638740 NextCloud kernel: usb 1-1.1: new high-speed USB device number 29 using xhci_hcd
Nov 17 20:23:50.738735 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:50.740085 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:50.741182 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:50.742237 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:50.743332 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:50.744342 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:50.745516 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:51.414728 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 30 using xhci_hcd
Nov 17 20:23:51.514774 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:51.516125 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:51.517211 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:51.518238 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:51.519469 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:56.047240 NextCloud kernel: usb 1-1.1: USB disconnect, device number 29
Nov 17 20:23:56.048725 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 30
Nov 17 20:23:56.278765 NextCloud kernel: usb 1-1.1: new high-speed USB device number 31 using xhci_hcd
Nov 17 20:23:56.378769 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:56.384042 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:56.386330 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:56.388614 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:56.389841 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:56.391135 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:56.392608 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:56.470214 NextCloud kernel: sd 3:0:0:0: [sdd] tag#9 data cmplt err -75 uas-tag 1 inflight: CMD
Nov 17 20:23:56.472976 NextCloud kernel: sd 3:0:0:0: [sdd] tag#9 CDB: Read(10) 28 00 07 ff e4 68 00 04 00 00
Nov 17 20:23:57.046749 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 32 using xhci_hcd
Nov 17 20:23:57.146776 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:57.149509 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:57.152038 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:57.154378 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:57.156770 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:23:58.606903 NextCloud kernel: usb 1-1.1: USB disconnect, device number 31
Nov 17 20:23:58.609925 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 32
Nov 17 20:23:58.834764 NextCloud kernel: usb 1-1.1: new high-speed USB device number 33 using xhci_hcd
Nov 17 20:23:58.934769 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:23:58.937470 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:58.939955 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:23:58.942184 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:58.944489 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:23:58.945593 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:23:58.946933 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:23:59.606769 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 34 using xhci_hcd
Nov 17 20:23:59.706768 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:23:59.709453 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:23:59.711924 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:23:59.714216 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:23:59.716508 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:24:02.958766 NextCloud kernel: usb 1-1.1: USB disconnect, device number 33
Nov 17 20:24:02.961700 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 34
Nov 17 20:24:03.186758 NextCloud kernel: usb 1-1.1: new high-speed USB device number 35 using xhci_hcd
Nov 17 20:24:03.286753 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:24:03.289427 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:03.292072 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:24:03.294385 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:03.295852 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:24:03.296971 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:24:03.298331 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:24:03.958768 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 36 using xhci_hcd
Nov 17 20:24:04.058761 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:24:04.061447 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:04.063999 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:24:04.066346 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:04.068638 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:24:16.234791 NextCloud kernel: sd 3:0:0:0: [sdd] tag#11 data cmplt err -71 uas-tag 1 inflight: CMD
Nov 17 20:24:16.238024 NextCloud kernel: sd 3:0:0:0: [sdd] tag#11 CDB: Read(10) 28 00 07 ff e4 68 00 04 00 00
Nov 17 20:24:19.347158 NextCloud kernel: usb 1-1.1: USB disconnect, device number 35
Nov 17 20:24:19.348301 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 36
Nov 17 20:24:19.574763 NextCloud kernel: usb 1-1.1: new high-speed USB device number 37 using xhci_hcd
Nov 17 20:24:19.674801 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:24:19.677465 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:19.680163 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:24:19.682490 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:19.683964 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:24:19.685074 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:24:19.686404 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:24:20.342755 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 38 using xhci_hcd
Nov 17 20:24:20.442767 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:24:20.445451 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:20.448245 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:24:20.450603 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:20.452787 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:24:35.270640 NextCloud kernel: sd 3:0:0:0: [sdd] tag#11 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=38s
Nov 17 20:24:35.273051 NextCloud kernel: sd 3:0:0:0: [sdd] tag#11 Sense Key : Illegal Request [current]
Nov 17 20:24:35.274245 NextCloud kernel: sd 3:0:0:0: [sdd] tag#11 Add. Sense: Invalid command operation code
Nov 17 20:24:35.275427 NextCloud kernel: sd 3:0:0:0: [sdd] tag#11 CDB: Read(10) 28 00 07 ff e4 68 00 04 00 00
Nov 17 20:24:35.276548 NextCloud kernel: blk_update_request: critical target error, dev sdd, sector 134210664 op 0x0:(READ) flags 0x80700 phys_seg 128 prio class 0
Nov 17 20:24:35.937335 NextCloud kernel: sd 3:0:0:0: [sdd] tag#12 data cmplt err -71 uas-tag 1 inflight: CMD
Nov 17 20:24:35.940559 NextCloud kernel: sd 3:0:0:0: [sdd] tag#12 CDB: Read(10) 28 00 07 ff e4 80 00 03 e8 00
Nov 17 20:24:47.254805 NextCloud kernel: usb 1-1.1: USB disconnect, device number 37
Nov 17 20:24:47.256171 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 38
Nov 17 20:24:47.478768 NextCloud kernel: usb 1-1.1: new high-speed USB device number 39 using xhci_hcd
Nov 17 20:24:47.578773 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:24:47.581542 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:47.584069 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:24:47.586296 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:47.588547 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:24:47.589684 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:24:47.591086 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:24:48.022789 NextCloud kernel: usb 1-1.1: USB disconnect, device number 39
Nov 17 20:24:48.246758 NextCloud kernel: usb 1-1.1: new high-speed USB device number 40 using xhci_hcd
Nov 17 20:24:48.350765 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:24:48.353497 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:48.356072 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:24:48.357543 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:48.358917 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:24:48.360248 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:24:48.361801 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:24:49.046760 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 41 using xhci_hcd
Nov 17 20:24:49.146801 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:24:49.149480 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:49.151999 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:24:49.154388 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:49.156684 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:24:49.559228 NextCloud kernel: usb 1-1.1: USB disconnect, device number 40
Nov 17 20:24:49.560173 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 41
Nov 17 20:24:49.786768 NextCloud kernel: usb 1-1.1: new high-speed USB device number 42 using xhci_hcd
Nov 17 20:24:49.886767 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:24:49.889507 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:49.892080 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:24:49.894304 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:49.896540 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:24:49.897678 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:24:49.899040 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:24:50.582751 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 43 using xhci_hcd
Nov 17 20:24:50.686783 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:24:50.689658 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:50.692225 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:24:50.694560 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:50.696769 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:24:51.606814 NextCloud kernel: usb 1-1.1: USB disconnect, device number 42
Nov 17 20:24:51.608310 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 43
Nov 17 20:24:51.838905 NextCloud kernel: usb 1-1.1: new high-speed USB device number 44 using xhci_hcd
Nov 17 20:24:51.938776 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:24:51.941484 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:51.944002 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:24:51.946204 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:51.948474 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:24:51.949573 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:24:51.950947 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:24:52.630778 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 45 using xhci_hcd
Nov 17 20:24:52.730763 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:24:52.733492 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:24:52.735983 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:24:52.738307 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:24:52.740435 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:24:54.961453 NextCloud kernel: sd 3:0:0:0: [sdd] tag#12 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=58s
Nov 17 20:24:54.964691 NextCloud kernel: sd 3:0:0:0: [sdd] tag#12 Sense Key : Illegal Request [current]
Nov 17 20:24:54.967569 NextCloud kernel: sd 3:0:0:0: [sdd] tag#12 Add. Sense: Invalid command operation code
Nov 17 20:24:54.970299 NextCloud kernel: sd 3:0:0:0: [sdd] tag#12 CDB: Read(10) 28 00 07 ff e4 80 00 03 e8 00
Nov 17 20:24:54.973103 NextCloud kernel: blk_update_request: critical target error, dev sdd, sector 134210688 op 0x0:(READ) flags 0x80000 phys_seg 125 prio class 0
Nov 17 20:24:55.582777 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 4096 (dev /dev/sdd1 sector 134208624)
Nov 17 20:24:55.583379 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 8192 (dev /dev/sdd1 sector 134208632)
Nov 17 20:24:55.583751 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 0 (dev /dev/sdd1 sector 134208616)
Nov 17 20:24:55.584092 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 77824 (dev /dev/sdd1 sector 134208768)
Nov 17 20:24:55.584477 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 81920 (dev /dev/sdd1 sector 134208776)
Nov 17 20:24:55.584806 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 143360 (dev /dev/sdd1 sector 134208896)
Nov 17 20:24:55.585118 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 86016 (dev /dev/sdd1 sector 134208784)
Nov 17 20:24:55.585501 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 12288 (dev /dev/sdd1 sector 134208640)
Nov 17 20:24:55.585823 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 90112 (dev /dev/sdd1 sector 134208792)
Nov 17 20:24:55.586115 NextCloud kernel: BTRFS info (device sdc1): read error corrected: ino 665781 off 94208 (dev /dev/sdd1 sector 134208800)
Nov 17 20:24:55.621821 NextCloud kernel: sd 3:0:0:0: [sdd] tag#24 data cmplt err -71 uas-tag 7 inflight: CMD
Nov 17 20:24:55.624618 NextCloud kernel: sd 3:0:0:0: [sdd] tag#24 CDB: Read(10) 28 00 07 ff e8 68 00 03 98 00
Nov 17 20:25:04.150808 NextCloud kernel: usb 1-1.1: USB disconnect, device number 44
Nov 17 20:25:04.154054 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 45
Nov 17 20:25:04.378755 NextCloud kernel: usb 1-1.1: new high-speed USB device number 46 using xhci_hcd
Nov 17 20:25:04.478789 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:25:04.481588 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:25:04.484268 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:25:04.486498 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:25:04.488666 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:25:04.489778 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:25:04.491188 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:25:05.174752 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 47 using xhci_hcd
Nov 17 20:25:05.275204 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:25:05.276831 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:25:05.278281 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:25:05.279788 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:25:05.281222 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:25:07.990792 NextCloud kernel: usb 1-1.1: USB disconnect, device number 46
Nov 17 20:25:07.994291 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 47
Nov 17 20:25:08.218761 NextCloud kernel: usb 1-1.1: new high-speed USB device number 48 using xhci_hcd
Nov 17 20:25:08.318754 NextCloud kernel: usb 1-1.1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
Nov 17 20:25:08.321425 NextCloud kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:25:08.324050 NextCloud kernel: usb 1-1.1: Product: USB2.0 Hub
Nov 17 20:25:08.326310 NextCloud kernel: usb 1-1.1: Manufacturer: VIA Labs, Inc.
Nov 17 20:25:08.328546 NextCloud kernel: usb 1-1.1: SerialNumber: 000000001
Nov 17 20:25:08.329650 NextCloud kernel: hub 1-1.1:1.0: USB hub found
Nov 17 20:25:08.331007 NextCloud kernel: hub 1-1.1:1.0: 5 ports detected
Nov 17 20:25:09.014762 NextCloud kernel: usb 1-1.1.5: new high-speed USB device number 49 using xhci_hcd
Nov 17 20:25:09.114830 NextCloud kernel: usb 1-1.1.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Nov 17 20:25:09.117563 NextCloud kernel: usb 1-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 17 20:25:09.120041 NextCloud kernel: usb 1-1.1.5: Product: USB Billboard Device
Nov 17 20:25:09.122367 NextCloud kernel: usb 1-1.1.5: Manufacturer: VIA Labs, Inc.
Nov 17 20:25:09.124541 NextCloud kernel: usb 1-1.1.5: SerialNumber: 0000000000000001
Nov 17 20:25:14.711891 NextCloud kernel: sd 3:0:0:0: [sdd] tag#24 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=19s
Nov 17 20:25:14.715136 NextCloud kernel: sd 3:0:0:0: [sdd] tag#24 Sense Key : Illegal Request [current]
Nov 17 20:25:14.717938 NextCloud kernel: sd 3:0:0:0: [sdd] tag#24 Add. Sense: Invalid command operation code
Nov 17 20:25:14.720782 NextCloud kernel: sd 3:0:0:0: [sdd] tag#24 CDB: Read(10) 28 00 07 ff e8 68 00 03 98 00
Nov 17 20:25:14.723610 NextCloud kernel: blk_update_request: critical target error, dev sdd, sector 134211688 op 0x0:(READ) flags 0x84700 phys_seg 115 prio class 0
Nov 17 20:25:14.725545 NextCloud kernel: xhci_hcd 0000:01:00.0: WARNING: Host System Error
Nov 17 20:25:16.705552 NextCloud kernel: usb 2-1.4: Failed to set U1 timeout to 0x0,error code -19
Nov 17 20:25:16.706976 NextCloud kernel: usb 2-1.4: Set SEL for device-initiated U1 failed.
Nov 17 20:25:16.708020 NextCloud kernel: usb 2-1.4: Set SEL for device-initiated U2 failed.
Nov 17 20:25:16.709028 NextCloud kernel: usb 2-1.4: usb_reset_and_verify_device Failed to disable LPM
Nov 17 20:25:16.710030 NextCloud kernel: usb 2-1.3: Failed to set U1 timeout to 0x0,error code -19
Nov 17 20:25:16.711109 NextCloud kernel: usb 2-1.3: Set SEL for device-initiated U1 failed.
Nov 17 20:25:16.712123 NextCloud kernel: usb 2-1.3: Set SEL for device-initiated U2 failed.
Nov 17 20:25:16.713153 NextCloud kernel: usb 2-1.3: usb_reset_and_verify_device Failed to disable LPM
Nov 17 20:25:19.879726 NextCloud kernel: xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command.
Nov 17 20:25:19.900392 NextCloud kernel: xhci_hcd 0000:01:00.0: USBSTS: 0x0000000d HCHalted HSE EINT
Nov 17 20:25:19.901818 NextCloud kernel: xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
Nov 17 20:25:19.903119 NextCloud kernel: xhci_hcd 0000:01:00.0: HC died; cleaning up
Nov 17 20:25:19.904373 NextCloud kernel: usb 2-1.2: cmd cmplt err -108
Nov 17 20:25:19.905698 NextCloud kernel: usb 2-1.2: cmd cmplt err -108
Nov 17 20:25:19.908371 NextCloud kernel: sd 2:0:0:0: [sdc] tag#22 unexpected data cmplt 0 uas-tag 3 inflight: s-cmd work

Nov 17 20:25:19.910095 NextCloud kernel: sd 2:0:0:0: [sdc] tag#22 CDB: Read(16) 88 00 00 00 00 00 08 20 08 78 00 00 00 08 00 00
Nov 17 20:25:19.911708 NextCloud kernel: usb 2-1.1: cmd cmplt err -108
Nov 17 20:25:19.913044 NextCloud kernel: usb 1-1: USB disconnect, device number 2
Nov 17 20:25:19.914285 NextCloud kernel: usb 1-1.1: USB disconnect, device number 48
Nov 17 20:25:19.914609 NextCloud kernel: usb 1-1.1.5: USB disconnect, device number 49
Nov 17 20:25:19.915008 NextCloud kernel: usb 2-1: USB disconnect, device number 2
Nov 17 20:25:19.916431 NextCloud kernel: usb 2-1.1: USB disconnect, device number 6
Nov 17 20:25:19.917782 NextCloud kernel: sd 3:0:0:0: [sdd] tag#20 uas_zap_pending 0 uas-tag 1 inflight: CMD
Nov 17 20:25:19.918060 NextCloud kernel: sd 3:0:0:0: [sdd] tag#20 CDB: Read(10) 28 00 07 ff e8 80 00 03 80 00
Nov 17 20:25:19.918280 NextCloud kernel: sd 3:0:0:0: [sdd] tag#25 uas_zap_pending 0 uas-tag 4 inflight: CMD
Nov 17 20:25:19.918498 NextCloud kernel: sd 3:0:0:0: [sdd] tag#25 CDB: Read(10) 28 00 07 ff f0 00 00 00 38 00
Nov 17 20:25:19.918741 NextCloud kernel: sd 3:0:0:0: [sdd] tag#20 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=24s
Nov 17 20:25:19.918962 NextCloud kernel: sd 3:0:0:0: [sdd] tag#20 CDB: Read(10) 28 00 07 ff e8 80 00 03 80 00
Nov 17 20:25:19.919186 NextCloud kernel: blk_update_request: I/O error, dev sdd, sector 134211712 op 0x0:(READ) flags 0x84000 phys_seg 112 prio class 0
Nov 17 20:25:19.919300 NextCloud kernel: sd 3:0:0:0: [sdd] tag#25 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=24s
Nov 17 20:25:19.919528 NextCloud kernel: sd 3:0:0:0: [sdd] tag#25 CDB: Read(10) 28 00 07 ff f0 00 00 00 38 00
Nov 17 20:25:19.919731 NextCloud kernel: blk_update_request: I/O error, dev sdd, sector 134213632 op 0x0:(READ) flags 0x80700 phys_seg 7 prio class 0
Nov 17 20:25:19.919839 NextCloud kernel: blk_update_request: I/O error, dev sdd, sector 134212608 op 0x0:(READ) flags 0x84700 phys_seg 128 prio class 0
Nov 17 20:25:19.962738 NextCloud kernel: sd 3:0:0:0: [sdd] Synchronizing SCSI cache
Nov 17 20:25:20.243589 NextCloud kernel: sd 3:0:0:0: [sdd] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
Nov 17 20:25:20.244044 NextCloud kernel: xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x85, streams are being disabled already
Nov 17 20:25:20.245412 NextCloud kernel: usb 2-1.2: USB disconnect, device number 5
Nov 17 20:25:20.246779 NextCloud kernel: sd 2:0:0:0: [sdc] tag#20 uas_zap_pending 0 uas-tag 1 inflight: CMD
Nov 17 20:25:20.248277 NextCloud kernel: sd 2:0:0:0: [sdc] tag#20 CDB: Read(16) 88 00 00 00 00 00 08 20 08 68 00 00 00 08 00 00
Nov 17 20:25:20.249789 NextCloud kernel: sd 2:0:0:0: [sdc] tag#21 uas_zap_pending 0 uas-tag 2 inflight: CMD
Nov 17 20:25:20.251293 NextCloud kernel: sd 2:0:0:0: [sdc] tag#21 CDB: Read(16) 88 00 00 00 00 00 08 20 08 70 00 00 00 08 00 00
Nov 17 20:25:20.252702 NextCloud kernel: sd 2:0:0:0: [sdc] tag#22 uas_zap_pending 0 uas-tag 3 inflight: s-cmd work
Nov 17 20:25:20.254139 NextCloud kernel: sd 2:0:0:0: [sdc] tag#22 CDB: Read(16) 88 00 00 00 00 00 08 20 08 78 00 00 00 08 00 00
Nov 17 20:25:20.255594 NextCloud kernel: sd 2:0:0:0: [sdc] tag#20 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=5s
Nov 17 20:25:20.256829 NextCloud kernel: sd 2:0:0:0: [sdc] tag#20 CDB: Read(16) 88 00 00 00 00 00 08 20 08 68 00 00 00 08 00 00

As for stress testing I don't have any suitible micro sd card laying around to do a clean rasbian install. I also don't know how I'd get the exact model number of everything, especially for the cable since I just grabbed whatever random cable I had laying around.

KeinNiemand commented 1 year ago

Update tried the read write stress test command (on my Ubuntu 22.004 system that has all my stuff installed not a clen sytem) and the error happens again after 15-30 minutes, have to try a do this a few more time to see if it can be reproduced. One weird thing I noticed is that the drive activity leds on the enclosure kept blinking even after it crashed and disconnected, drive sounds stopped tough.
Output of the fio command:

sudo fio --name TEST --filename=temp.file --rw=randrw --size=10g --io_size=10g --blocksiz
e=4k --ioengine=libaio --fsync=1 --iodepth=1 --direct=1 --numjobs=64 --group_reporting
TEST: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=1
...
fio-3.28
Starting 64 processes
TEST: Laying out IO file (1 file / 10240MiB)
fio: io_u error on file temp.file: Input/output error: read offset=5134864384, buflen=4096
fio: pid=1296, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=1628377088, buflen=4096
fio: pid=1270, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=6469971968, buflen=4096
fio: pid=1312, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=1462288384, buflen=4096
fio: pid=1306, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=7193149440, buflen=4096
fio: pid=1320, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=8614010880, buflen=4096
fio: pid=1292, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=424570880, buflen=4096
fio: pid=1276, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=1640820736, buflen=4096
fio: pid=1272, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1275, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: io_u error on file temp.file: Input/output error: write offset=7314731008, buflen=4096
fio: pid=1327, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=6350036992, buflen=4096
fio: io_u error on file temp.file: Input/output error: read offset=5900894208, buflen=4096
fio: pid=1297, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1274, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=8426483712, buflen=4096
fio: io_u error on file temp.file: Input/output error: write offset=7725346816, buflen=4096
fio: io_u error on file temp.file: Input/output error: write offset=9948590080, buflen=4096
fio: pid=1285, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=8244944896, buflen=4096
fio: pid=1265, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=10578034688, buflen=4096
fio: pid=1273, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=8788488192, buflen=4096
fio: io_u error on file temp.file: Input/output error: write offset=8845250560, buflen=4096
fio: pid=1322, err=5/file:ioengines.c:390, func=td_io_queue, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=10126946304, buflen=4096
fio: io_u error on file temp.file: Input/output error: write offset=416870400, buflen=4096
fio: pid=1308, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1269, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1302, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: io_u error on file temp.file: Input/output error: read offset=8718897152, buflen=4096
fio: pid=1309, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=5158064128, buflen=4096
fio: pid=1288, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=5762879488, buflen=4096
fio: pid=1277, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=4056940544, buflen=4096
fio: pid=1324, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=882245632, buflen=4096
fio: pid=1319, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=7370113024, buflen=4096
fio: pid=1315, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=8105996288, buflen=4096
fio: pid=1279, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=734044160, buflen=4096
fio: pid=1271, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=7600066560, buflen=4096
fio: pid=1283, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=3069644800, buflen=4096
fio: pid=1301, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: read offset=3711614976, buflen=4096
fio: pid=1321, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=8019394560, buflen=4096
fio: pid=1290, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: io_u error on file temp.file: Input/output error: write offset=8080654336, buflen=4096
fio: pid=1304, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1295, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1293, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1318, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1311, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1310, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1300, err=5/file:io_u.c:1845, func=io_u error, error=Input/output error
fio: pid=1281, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1317, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1289, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1303, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1314, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1298, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1305, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1278, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1287, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1328, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1284, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1307, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1268, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1294, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1326, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1325, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1267, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1316, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1299, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1266, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1282, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1323, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1280, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1313, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1291, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system
fio: pid=1286, err=30/file:ioengines.c:390, func=td_io_queue, error=Read-only file system

TEST: (groupid=0, jobs=64): err= 5 (file:io_u.c:1845, func=io_u error, error=Input/output error): pid=1265: Sun Nov 20 14:24:58 2022
  read: IOPS=64, BW=256KiB/s (262kB/s)(58.8MiB/235162msec)
    slat (usec): min=50, max=183798, avg=593.40, stdev=4749.67
    clat (usec): min=308, max=432255, avg=88132.32, stdev=56945.84
     lat (usec): min=512, max=432333, avg=88728.56, stdev=57210.18
    clat percentiles (msec):
     |  1.00th=[    8],  5.00th=[   14], 10.00th=[   21], 20.00th=[   36],
     | 30.00th=[   51], 40.00th=[   66], 50.00th=[   82], 60.00th=[   97],
     | 70.00th=[  114], 80.00th=[  134], 90.00th=[  161], 95.00th=[  186],
     | 99.00th=[  266], 99.50th=[  305], 99.90th=[  376], 99.95th=[  393],
     | 99.99th=[  422]
   bw (  KiB/s): min=  448, max= 1048, per=100.00%, avg=556.85, stdev= 2.51, samples=13579
   iops        : min=   64, max=  262, avg=131.22, stdev= 0.72, samples=13579
  write: IOPS=63, BW=254KiB/s (260kB/s)(58.4MiB/235162msec); 0 zone resets
    slat (usec): min=67, max=212879, avg=707.22, stdev=4712.70
    clat (usec): min=19, max=35372k, avg=117480.94, stdev=505208.95
     lat (usec): min=516, max=35372k, avg=118190.92, stdev=505224.00
    clat percentiles (usec):
     |  1.00th=[     445],  5.00th=[   13042], 10.00th=[   22152],
     | 20.00th=[   39584], 30.00th=[   57410], 40.00th=[   74974],
     | 50.00th=[   94897], 60.00th=[  123208], 70.00th=[  152044],
     | 80.00th=[  173016], 90.00th=[  208667], 95.00th=[  254804],
     | 99.00th=[  325059], 99.50th=[  358613], 99.90th=[  400557],
     | 99.95th=[  417334], 99.99th=[17112761]
   bw (  KiB/s): min=  448, max= 1032, per=100.00%, avg=566.16, stdev= 2.67, samples=13272
   iops        : min=   64, max=  258, avg=133.54, stdev= 0.75, samples=13272
  lat (usec)   : 20=0.01%, 50=0.02%, 500=0.59%, 750=0.05%, 1000=0.03%
  lat (msec)   : 2=0.15%, 4=0.31%, 10=1.88%, 20=6.22%, 50=18.58%
  lat (msec)   : 100=29.25%, 250=39.49%, 500=3.31%, >=2000=0.01%
  fsync/fdatasync/sync_file_range:
    sync (nsec): min=315, max=345639, avg=1170.81, stdev=2924.82
    sync percentiles (nsec):
     |  1.00th=[   572],  5.00th=[   740], 10.00th=[   836], 20.00th=[   892],
     | 30.00th=[   924], 40.00th=[   964], 50.00th=[  1004], 60.00th=[  1032],
     | 70.00th=[  1096], 80.00th=[  1144], 90.00th=[  1272], 95.00th=[  1544],
     | 99.00th=[  2416], 99.50th=[  3376], 99.90th=[ 32384], 99.95th=[ 39168],
     | 99.99th=[119296]
  cpu          : usr=0.01%, sys=0.10%, ctx=88552, majf=0, minf=5648
  IO depths    : 1=199.8%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.2%, 4=99.8%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued rwts: total=15068,14967,0,29964 short=0,0,0,0 dropped=0,0,0,0
     latency   : target=0, window=0, percentile=100.00%, depth=1

Run status group 0 (all jobs):
   READ: bw=256KiB/s (262kB/s), 256KiB/s-256KiB/s (262kB/s-262kB/s), io=58.8MiB (61.6MB), run=235162-235162msec
  WRITE: bw=254KiB/s (260kB/s), 254KiB/s-254KiB/s (260kB/s-260kB/s), io=58.4MiB (61.2MB), run=235162-235162msec

dmesg

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[    0.000000] Linux version 5.15.0-1018-raspi (buildd@bos02-arm64-039) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #20-Ubuntu SMP PREEMPT Fri Nov 4 18:20:53 UTC 2022 (Ubuntu 5.15.0-1018.20-raspi 5.15.64)
[    0.000000] random: crng init done
[    0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.1
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000029000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000]   DMA32    [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges
[    0.000000] percpu: Embedded 29 pages/cpu s80472 r8192 d30120 u118784
[    0.000000] pcpu-alloc: s80472 r8192 d30120 u118784 alloc=29*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Spectre-v2
[    0.000000] CPU features: detected: Spectre-v3a
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 496944
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=DC:A6:32:1F:31:92 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  net.ifnames=0 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait fixrtc
[    0.000000] Kernel parameter elevator= does not have any effect anymore.
               Please use sysfs to set IO scheduler for individual devices.
[    0.000000] Unknown kernel command line parameters "fixrtc", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
[    0.000000] Memory: 1788456K/2019328K available (14464K kernel code, 2662K rwdata, 5180K rodata, 5760K init, 879K bss, 165336K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 44084 entries in 173 pages
[    0.000000] ftrace: allocated 173 pages with 5 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000317] Console: colour dummy device 80x25
[    0.000889] printk: console [tty1] enabled
[    0.000966] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[    0.001008] pid_max: default: 32768 minimum: 301
[    0.001239] LSM: Security Framework initializing
[    0.001306] Yama: becoming mindful.
[    0.001420] AppArmor: AppArmor initialized
[    0.001675] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.001728] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.005101] rcu: Hierarchical SRCU implementation.
[    0.006835] EFI services will not be available.
[    0.007779] smp: Bringing up secondary CPUs ...
[    0.008995] Detected PIPT I-cache on CPU1
[    0.009072] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[    0.010323] Detected PIPT I-cache on CPU2
[    0.010376] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[    0.011594] Detected PIPT I-cache on CPU3
[    0.011646] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[    0.011810] smp: Brought up 1 node, 4 CPUs
[    0.011898] SMP: Total of 4 processors activated.
[    0.011961] CPU features: detected: 32-bit EL0 Support
[    0.011983] CPU features: detected: 32-bit EL1 Support
[    0.012004] CPU features: detected: CRC32 instructions
[    0.012354] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.042219] CPU: All CPU(s) started at EL2
[    0.042310] alternatives: patching kernel code
[    0.043863] devtmpfs: initialized
[    0.054513] Enabled cp15_barrier support
[    0.054576] Enabled setend support
[    0.054614] KASLR enabled
[    0.054814] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.054863] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.056892] pinctrl core: initialized pinctrl subsystem
[    0.057646] DMI not present or invalid.
[    0.058322] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.061659] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.061978] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.062802] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.062886] audit: initializing netlink subsys (disabled)
[    0.063166] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1
[    0.063732] thermal_sys: Registered thermal governor 'fair_share'
[    0.063746] thermal_sys: Registered thermal governor 'bang_bang'
[    0.063771] thermal_sys: Registered thermal governor 'step_wise'
[    0.063791] thermal_sys: Registered thermal governor 'user_space'
[    0.064023] cpuidle: using governor ladder
[    0.064097] cpuidle: using governor menu
[    0.064494] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.064703] ASID allocator initialised with 32768 entries
[    0.064935] Serial: AMBA PL011 UART driver
[    0.073904] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.089216] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-11-18T16:16:49, variant start
[    0.093228] raspberrypi-firmware soc:firmware: Firmware hash is d9b293558b4cef6aabedcc53c178e7604de90788
[    0.132884] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.132935] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.132959] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.132981] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.149900] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.154013] iommu: Default domain type: Translated
[    0.154051] iommu: DMA domain TLB invalidation policy: strict mode
[    0.155272] SCSI subsystem initialized
[    0.155540] libata version 3.00 loaded.
[    0.155724] usbcore: registered new interface driver usbfs
[    0.155787] usbcore: registered new interface driver hub
[    0.155877] usbcore: registered new device driver usb
[    0.156234] pps_core: LinuxPPS API ver. 1 registered
[    0.156257] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.156303] PTP clock support registered
[    0.156663] EDAC MC: Ver: 3.0.0
[    0.158129] NetLabel: Initializing
[    0.158157] NetLabel:  domain hash size = 128
[    0.158176] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.158282] NetLabel:  unlabeled traffic allowed by default
[    0.159248] clocksource: Switched to clocksource arch_sys_counter
[    0.246495] VFS: Disk quotas dquot_6.6.0
[    0.246621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.247657] AppArmor: AppArmor Filesystem Enabled
[    0.258685] NET: Registered PF_INET protocol family
[    0.259017] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.261316] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.261380] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.261417] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.261540] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.261763] TCP: Hash tables configured (established 16384 bind 16384)
[    0.262157] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[    0.262274] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.262327] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.262590] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.262640] NET: Registered PF_XDP protocol family
[    0.262670] PCI: CLS 0 bytes, default 64
[    0.263022] Trying to unpack rootfs image as initramfs...
[    0.264661] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.264991] kvm [1]: IPA Size Limit: 44 bits
[    0.266565] kvm [1]: vgic interrupt IRQ9
[    0.266841] kvm [1]: Hyp mode initialized successfully
[    0.274193] Initialise system trusted keyrings
[    0.274283] Key type blacklist registered
[    0.274612] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[    0.281362] zbud: loaded
[    0.283171] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.284377] fuse: init (API version 7.34)
[    0.350211] Key type asymmetric registered
[    0.350270] Asymmetric key parser 'x509' registered
[    0.350420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.350689] io scheduler mq-deadline registered
[    0.360009] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    0.360078] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    0.360167] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[    0.360253] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[    0.409404] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[    0.409821] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    0.409856] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[    0.409890] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.409978] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    0.410209] pci 0000:00:00.0: PME# supported from D0 D3hot
[    0.414169] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.414533] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    0.414613] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.414852] pci 0000:01:00.0: PME# supported from D0 D3cold
[    0.418725] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.418809] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff]
[    0.418846] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    0.418898] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.418928] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    0.419376] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    0.419647] pcieport 0000:00:00.0: PME: Signaling with IRQ 45
[    0.420211] pcieport 0000:00:00.0: AER: enabled with IRQ 45
[    0.421497] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver.
[    0.421536] bcm2708_fb: probe of soc:fb failed with error -2
[    0.493769] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.494661] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[    0.496492] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 19, base_baud = 62500000) is a 16550
[    0.499027] iproc-rng200 fe104000.rng: hwrng registered
[    0.499601] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    0.511903] loop: module loaded
[    0.512922] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    0.518044] tun: Universal TUN/TAP device driver, 1.6
[    0.518982] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    1.662431] Freeing initrd memory: 29316K
[    1.699395] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    1.700419] PPP generic driver version 2.4.2
[    1.700740] usbcore: registered new interface driver lan78xx
[    1.700821] usbcore: registered new interface driver smsc95xx
[    1.700868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.700941] ehci-pci: EHCI PCI platform driver
[    1.701008] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.701039] ohci-pci: OHCI PCI platform driver
[    1.701094] uhci_hcd: USB Universal Host Controller Interface driver
[    1.701207] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.701511] dwc_otg: FIQ enabled
[    1.701522] dwc_otg: NAK holdoff enabled
[    1.701531] dwc_otg: FIQ split-transaction FSM enabled
[    1.701544] Module dwc_common_port init
[    1.702128] mousedev: PS/2 mouse device common for all mice
[    1.702618] i2c_dev: i2c /dev entries driver
[    1.706169] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.706245] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.706407] device-mapper: uevent: version 1.0.3
[    1.706694] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.709504] sdhci: Secure Digital Host Controller Interface driver
[    1.709535] sdhci: Copyright(c) Pierre Ossman
[    1.710368] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.710402] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    1.736393] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.739740] ledtrig-cpu: registered to indicate activity on CPUs
[    1.740176] hid: raw HID events driver (C) Jiri Kosina
[    1.747991] drop_monitor: Initializing network drop monitor service
[    1.748507] NET: Registered PF_INET6 protocol family
[    1.777374] Segment Routing with IPv6
[    1.777442] In-situ OAM (IOAM) with IPv6
[    1.777507] NET: Registered PF_PACKET protocol family
[    1.777686] Key type dns_resolver registered
[    1.778333] registered taskstats version 1
[    1.778390] Loading compiled-in X.509 certificates
[    1.780244] Loaded X.509 cert 'Build time autogenerated kernel key: 28f78cf7d69ea942109b574fa5e37fbcc8161a07'
[    1.781725] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.783200] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.783216] blacklist: Loading compiled-in revocation X.509 certificates
[    1.783358] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.783815] Key type ._fscrypt registered
[    1.783829] Key type .fscrypt registered
[    1.783839] Key type fscrypt-provisioning registered
[    1.803595] Key type encrypted registered
[    1.803632] AppArmor: AppArmor sha1 policy hashing enabled
[    1.803662] ima: No TPM chip found, activating TPM-bypass!
[    1.803685] ima: Allocated hash algorithm: sha1
[    1.803712] ima: No architecture policies found
[    1.803758] evm: Initialising EVM extended attributes:
[    1.803767] evm: security.selinux
[    1.803774] evm: security.SMACK64
[    1.803781] evm: security.SMACK64EXEC
[    1.803788] evm: security.SMACK64TRANSMUTE
[    1.803795] evm: security.SMACK64MMAP
[    1.803802] evm: security.apparmor
[    1.803809] evm: security.ima
[    1.803815] evm: security.capability
[    1.803822] evm: HMAC attrs: 0x1
[    1.807061] uart-pl011 fe201000.serial: there is not valid maps for state default
[    1.807294] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    1.807390] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 17, base_baud = 0) is a PL011 rev2
[    3.045719] mmc1: new high speed SDIO card at address 0001
[    3.052076] printk: console [ttyAMA0] enabled
[    3.313425] of_cfs_init
[    3.316051] of_cfs_init: OK
[    3.351851] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[    3.368047] Freeing unused kernel memory: 5760K
[    3.385006] Checked W+X mappings: passed, no W+X pages found
[    3.390751] Run /init as init process
[    3.394459]   with arguments:
[    3.394465]     /init
[    3.394470]     fixrtc
[    3.394475]   with environment:
[    3.394479]     HOME=/
[    3.394483]     TERM=linux
[    3.470724] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[    3.478018] mmcblk0: mmc0:aaaa SM32G 29.7 GiB
[    3.484971]  mmcblk0: p1 p2
[    3.488124] mmcblk0: mmc0:aaaa SM32G 29.7 GiB
[    4.046149] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    4.069447] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[    4.070620] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
[    4.097653] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    4.102998] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    4.113398] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00003c0000000890
[    4.125591] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    4.130909] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    4.138561] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    4.145156] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    4.153495] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.160761] usb usb1: Product: xHCI Host Controller
[    4.165676] usb usb1: Manufacturer: Linux 5.15.0-1018-raspi xhci-hcd
[    4.172050] usb usb1: SerialNumber: 0000:01:00.0
[    4.186596] hub 1-0:1.0: USB hub found
[    4.191353] hub 1-0:1.0: 1 port detected
[    4.204025] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    4.215201] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.227839] usb usb2: Product: xHCI Host Controller
[    4.233146] usb usb2: Manufacturer: Linux 5.15.0-1018-raspi xhci-hcd
[    4.239813] usb usb2: SerialNumber: 0000:01:00.0
[    4.245358] hub 2-0:1.0: USB hub found
[    4.249404] hub 2-0:1.0: 4 ports detected
[    4.535282] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    4.689149] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[    4.697389] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.704536] usb 1-1: Product: USB2.0 Hub
[    4.709789] hub 1-1:1.0: USB hub found
[    4.713717] hub 1-1:1.0: 4 ports detected
[    4.815698] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[    4.868874] usb 2-2: New USB device found, idVendor=2109, idProduct=8822, bcdDevice= 5.a3
[    4.877095] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.884245] usb 2-2: Product: USB3.1 Hub
[    4.888171] usb 2-2: Manufacturer: VIA Labs, Inc.
[    4.892876] usb 2-2: SerialNumber: 000000001
[    4.900251] hub 2-2:1.0: USB hub found
[    4.904359] hub 2-2:1.0: 4 ports detected
[    5.011272] usb 1-1.2: new high-speed USB device number 3 using xhci_hcd
[    5.118679] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
[    5.127084] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.134406] usb 1-1.2: Product: USB2.0 Hub
[    5.138509] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[    5.143394] usb 1-1.2: SerialNumber: 000000001
[    5.149020] hub 1-1.2:1.0: USB hub found
[    5.153366] hub 1-1.2:1.0: 5 ports detected
[    5.563596] usb 2-2.3: new SuperSpeed USB device number 3 using xhci_hcd
[    5.594313] usb 2-2.3: New USB device found, idVendor=2109, idProduct=0715, bcdDevice= 6.14
[    5.602700] usb 2-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.610030] usb 2-2.3: Product: USB3.1 SATA Bridge
[    5.614835] usb 2-2.3: Manufacturer: VIA Labs,Inc
[    5.619551] usb 2-2.3: SerialNumber: 0000000000000003
[    5.707601] usb 2-2.4: new SuperSpeed USB device number 4 using xhci_hcd
[    5.738307] usb 2-2.4: New USB device found, idVendor=2109, idProduct=0715, bcdDevice= 6.14
[    5.746696] usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.754023] usb 2-2.4: Product: USB3.1 SATA Bridge
[    5.758827] usb 2-2.4: Manufacturer: VIA Labs,Inc
[    5.763543] usb 2-2.4: SerialNumber: 0000000000000004
[    5.785671] usb-storage 2-2.3:1.0: USB Mass Storage device detected
[    5.792524] scsi host0: usb-storage 2-2.3:1.0
[    5.797262] usb-storage 2-2.4:1.0: USB Mass Storage device detected
[    5.803953] scsi host1: usb-storage 2-2.4:1.0
[    5.808622] usbcore: registered new interface driver usb-storage
[    5.817407] usbcore: registered new interface driver uas
[    5.851276] usb 1-1.2.5: new high-speed USB device number 4 using xhci_hcd
[    5.956525] usb 1-1.2.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
[    5.965165] usb 1-1.2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.972690] usb 1-1.2.5: Product: USB Billboard Device
[    5.978118] usb 1-1.2.5: Manufacturer: VIA Labs, Inc.
[    5.983196] usb 1-1.2.5: SerialNumber: 0000000000000001
[    6.699263] raid6: neonx8   gen()  3523 MB/s
[    6.771249] raid6: neonx8   xor()  2669 MB/s
[    6.820165] scsi 0:0:0:0: Direct-Access              VirtualDisk           PQ: 0 ANSI: 6
[    6.828905] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.833893] sd 0:0:0:0: [sda] Media removed, stopped polling
[    6.846742] raid6: neonx4   gen()  3905 MB/s
[    6.851857] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    6.852099] scsi 1:0:0:0: Direct-Access              VirtualDisk           PQ: 0 ANSI: 6
[    6.866083] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    6.867064] sd 1:0:0:0: [sdb] Media removed, stopped polling
[    6.879805] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[    6.915262] raid6: neonx4   xor()  2724 MB/s
[    6.987265] raid6: neonx2   gen()  3451 MB/s
[    7.059256] raid6: neonx2   xor()  2558 MB/s
[    7.131255] raid6: neonx1   gen()  2695 MB/s
[    7.203250] raid6: neonx1   xor()  2102 MB/s
[    7.275249] raid6: int64x8  gen()  2414 MB/s
[    7.347249] raid6: int64x8  xor()  1402 MB/s
[    7.419247] raid6: int64x4  gen()  2528 MB/s
[    7.491248] raid6: int64x4  xor()  1439 MB/s
[    7.563255] raid6: int64x2  gen()  2362 MB/s
[    7.635250] raid6: int64x2  xor()  1283 MB/s
[    7.707244] raid6: int64x1  gen()  1833 MB/s
[    7.779253] raid6: int64x1  xor()   956 MB/s
[    7.783542] raid6: using algorithm neonx4 gen() 3905 MB/s
[    7.788944] raid6: .... xor() 2724 MB/s, rmw enabled
[    7.793921] raid6: using neon recovery algorithm
[    7.802300] xor: measuring software checksum speed
[    7.808742]    8regs           :  6305 MB/sec
[    7.814503]    32regs          :  7244 MB/sec
[    7.822047]    arm64_neon      :  3113 MB/sec
[    7.826410] xor: using function: 32regs (7244 MB/sec)
[    7.833330] async_tx: api initialized (async)
[    8.035795] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no
[    8.383541] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    9.293970] systemd[1]: Inserted module 'autofs4'
[    9.378303] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.410356] systemd[1]: Detected architecture arm64.
[    9.426442] systemd[1]: Hostname set to <NextCloud>.
[    9.569306] uart-pl011 fe201000.serial: no DMA platform data
[   10.712680] systemd[1]: Queued start job for default target Graphical Interface.
[   10.744388] systemd[1]: Created slice Slice /system/modprobe.
[   10.753870] systemd[1]: Created slice Slice /system/serial-getty.
[   10.762690] systemd[1]: Created slice Slice /system/systemd-fsck.
[   10.770572] systemd[1]: Created slice User and Session Slice.
[   10.777061] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   10.785885] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   10.795872] systemd[1]: Reached target Slice Units.
[   10.801007] systemd[1]: Reached target Local Verity Protected Volumes.
[   10.808061] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   10.815448] systemd[1]: Listening on LVM2 poll daemon socket.
[   10.821959] systemd[1]: Listening on multipathd control socket.
[   10.866972] systemd[1]: Listening on RPCbind Server Activation Socket.
[   10.875102] systemd[1]: Listening on Syslog Socket.
[   10.880918] systemd[1]: Listening on fsck to fsckd communication Socket.
[   10.888242] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   10.896066] systemd[1]: Listening on Journal Audit Socket.
[   10.902342] systemd[1]: Listening on Journal Socket (/dev/log).
[   10.909182] systemd[1]: Listening on Journal Socket.
[   10.915170] systemd[1]: Listening on Network Service Netlink Socket.
[   10.922568] systemd[1]: Listening on udev Control Socket.
[   10.928813] systemd[1]: Listening on udev Kernel Socket.
[   10.969766] systemd[1]: Mounting Huge Pages File System...
[   10.981546] systemd[1]: Mounting POSIX Message Queue File System...
[   10.992470] systemd[1]: Mounting Kernel Debug File System...
[   11.003003] systemd[1]: Mounting Kernel Trace File System...
[   11.016312] systemd[1]: Starting Journal Service...
[   11.021869] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[   11.036202] systemd[1]: Starting Set the console keyboard layout...
[   11.048100] systemd[1]: Starting Create List of Static Device Nodes...
[   11.060210] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   11.071579] systemd[1]: Condition check resulted in LXD - agent being skipped.
[   11.083963] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   11.096238] systemd[1]: Starting Load Kernel Module configfs...
[   11.106949] systemd[1]: Starting Load Kernel Module drm...
[   11.117605] systemd[1]: Starting Load Kernel Module efi_pstore...
[   11.128694] systemd[1]: Starting Load Kernel Module fuse...
[   11.138920] systemd[1]: Starting Load Kernel Module pstore_blk...
[   11.150024] systemd[1]: Starting Load Kernel Module pstore_zone...
[   11.162370] systemd[1]: Starting Load Kernel Module ramoops...
[   11.168911] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[   11.196330] systemd[1]: Starting Load Kernel Modules...
[   11.207155] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.220273] systemd[1]: Starting Coldplug All udev Devices...
[   11.238837] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
[   11.250587] systemd[1]: Mounted Huge Pages File System.
[   11.257059] systemd[1]: Mounted POSIX Message Queue File System.
[   11.265828] systemd[1]: Mounted Kernel Debug File System.
[   11.272412] systemd[1]: Mounted Kernel Trace File System.
[   11.278707] systemd[1]: Started Journal Service.
[   11.387684] Adding 2097148k swap on /var/swap.  Priority:-2 extents:7 across:2424828k SSFS
[   11.411781] systemd-journald[419]: Received client request to flush runtime journal.
[   11.442499] systemd-journald[419]: File /var/log/journal/e14b558b7fa945f9a8b1c4cd2bd5ece5/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   12.074243] loop0: detected capacity change from 0 to 207552
[   12.074549] loop1: detected capacity change from 0 to 207536
[   12.096416] loop2: detected capacity change from 0 to 100392
[   12.113731] loop3: detected capacity change from 0 to 100432
[   12.138577] loop4: detected capacity change from 0 to 120816
[   12.157108] loop5: detected capacity change from 0 to 120912
[   12.177391] loop6: detected capacity change from 0 to 270200
[   12.197344] loop7: detected capacity change from 0 to 270088
[   12.207554] usb 2-2.2: new SuperSpeed USB device number 5 using xhci_hcd
[   12.234584] usb 2-2.2: New USB device found, idVendor=2109, idProduct=0715, bcdDevice= 6.14
[   12.234618] usb 2-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   12.234625] usb 2-2.2: Product: USB3.1 SATA Bridge
[   12.234631] usb 2-2.2: Manufacturer: VIA Labs,Inc
[   12.234636] usb 2-2.2: SerialNumber: 0000000000000002
[   12.247008] scsi host2: uas
[   12.248663] scsi 2:0:0:0: Direct-Access     ST4000VN 008-2DR166       SC60 PQ: 0 ANSI: 6
[   12.250622] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   12.251954] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   12.251972] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[   12.252168] sd 2:0:0:0: [sdc] Write Protect is off
[   12.252179] sd 2:0:0:0: [sdc] Mode Sense: 2f 00 00 00
[   12.252544] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   12.253389] sd 2:0:0:0: [sdc] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[   12.326905]  sdc: sdc1
[   12.329723] sd 2:0:0:0: [sdc] Attached SCSI disk
[   12.806664] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[   12.821515] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[   12.822239] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[   12.822537] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[   12.825921] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[   12.861099] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[   12.862574] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[   12.862604] [vc_sm_connected_init]: start
[   12.870414] [vc_sm_connected_init]: installed successfully
[   12.919475] mc: Linux media interface: v0.10
[   13.000709] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   13.001671] videodev: Linux video capture interface: v2.00
[   13.009043] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   13.093167] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   13.108134] brcmfmac: F1 signature read @0x18000000=0x15264345
[   13.114384] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   13.114930] usbcore: registered new interface driver brcmfmac
[   13.117801] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[   13.122425] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[   13.132156] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[   13.136691] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[   13.137169] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[   13.138272] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[   13.143870] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[   13.143905] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[   13.147294] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
[   13.149593] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[   13.149628] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[   13.154241] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[   13.154288] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[   13.158574] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[   13.158611] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[   13.160220] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[   13.160255] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   13.160269] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   13.160278] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   13.160286] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   13.168328] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[   13.168384] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[   13.168407] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[   13.168941] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[   13.175080] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[   13.175400] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[   13.175421] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   13.175432] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   13.175440] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   13.175453] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   13.175577] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[   13.291624] Bluetooth: Core ver 2.22
[   13.291701] NET: Registered PF_BLUETOOTH protocol family
[   13.291707] Bluetooth: HCI device and connection manager initialized
[   13.291723] Bluetooth: HCI socket layer initialized
[   13.291730] Bluetooth: L2CAP socket layer initialized
[   13.291743] Bluetooth: SCO socket layer initialized
[   13.479201] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   13.479382] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   13.492045] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[   14.435782] usb 2-2.1: new SuperSpeed USB device number 6 using xhci_hcd
[   14.462819] usb 2-2.1: New USB device found, idVendor=2109, idProduct=0715, bcdDevice= 6.14
[   14.462848] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   14.462859] usb 2-2.1: Product: USB3.1 SATA Bridge
[   14.462868] usb 2-2.1: Manufacturer: VIA Labs,Inc
[   14.462876] usb 2-2.1: SerialNumber: 0000000000000001
[   14.476199] scsi host3: uas
[   14.477847] scsi 3:0:0:0: Direct-Access     WDC WD20 EARS-00MVWB0     51.0 PQ: 0 ANSI: 6
[   14.480290] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   14.481358] sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[   14.481374] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[   14.481574] sd 3:0:0:0: [sdd] Write Protect is off
[   14.481584] sd 3:0:0:0: [sdd] Mode Sense: 2f 00 00 00
[   14.481943] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.482816] sd 3:0:0:0: [sdd] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[   14.566085]  sdd: sdd1
[   14.568665] sd 3:0:0:0: [sdd] Attached SCSI disk
[   14.940507] BTRFS: device label storage devid 2 transid 49042 /dev/sdd1 scanned by systemd-udevd (485)
[   15.019149] BTRFS: device label storage devid 1 transid 49042 /dev/sdc1 scanned by systemd-udevd (486)
[   15.223862] BTRFS info (device sdc1): disk space caching is enabled
[   15.223886] BTRFS info (device sdc1): has skinny extents
[   17.519778] audit: type=1400 audit(1662749357.295:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=777 comm="apparmor_parser"
[   17.519818] audit: type=1400 audit(1662749357.299:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=778 comm="apparmor_parser"
[   17.519835] audit: type=1400 audit(1662749357.299:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=778 comm="apparmor_parser"
[   17.521940] audit: type=1400 audit(1662749357.299:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=780 comm="apparmor_parser"
[   17.521969] audit: type=1400 audit(1662749357.299:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=780 comm="apparmor_parser"
[   17.521983] audit: type=1400 audit(1662749357.299:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=780 comm="apparmor_parser"
[   17.608726] audit: type=1400 audit(1662749357.387:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=782 comm="apparmor_parser"
[   17.615590] RPC: Registered named UNIX socket transport module.
[   17.615608] RPC: Registered udp transport module.
[   17.615612] RPC: Registered tcp transport module.
[   17.615616] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.623202] audit: type=1400 audit(1662749357.399:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=783 comm="apparmor_parser"
[   17.623886] audit: type=1400 audit(1662749357.403:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=783 comm="apparmor_parser"
[   17.632141] audit: type=1400 audit(1662749357.411:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=779 comm="apparmor_parser"
[   21.346776] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[   21.347083] bcmgenet fd580000.ethernet eth0: Link is Down
[   25.439543] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   25.439615] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   27.145228] loop8: detected capacity change from 0 to 8
[   33.763315] cam-dummy-reg: disabling
[  572.315242] usb 1-1.2: USB disconnect, device number 3
[  572.315276] usb 1-1.2.5: USB disconnect, device number 4
[  572.837208] sd 2:0:0:0: [sdc] tag#26 data cmplt err -75 uas-tag 4 inflight: CMD
[  572.837237] sd 2:0:0:0: [sdc] tag#26 CDB: Read(16) 88 00 00 00 00 00 0e 43 e2 a0 00 00 00 08 00 00
[  572.958903] usb 1-1.2: new full-speed USB device number 5 using xhci_hcd
[  573.122901] usb 1-1.2: new high-speed USB device number 6 using xhci_hcd
[  573.225940] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
[  573.225971] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  573.225984] usb 1-1.2: Product: USB2.0 Hub
[  573.225995] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[  573.226005] usb 1-1.2: SerialNumber: 000000001
[  573.227870] hub 1-1.2:1.0: USB hub found
[  573.228258] hub 1-1.2:1.0: 5 ports detected
[  573.232243] sd 3:0:0:0: [sdd] tag#15 data cmplt err -75 uas-tag 21 inflight: CMD
[  573.232267] sd 3:0:0:0: [sdd] tag#15 CDB: Read(10) 28 00 0e 70 ad 60 00 00 08 00
[  573.237660] sd 2:0:0:0: [sdc] tag#24 data cmplt err -75 uas-tag 25 inflight: CMD
[  573.237682] sd 2:0:0:0: [sdc] tag#24 CDB: Read(16) 88 00 00 00 00 00 0d f5 c4 60 00 00 00 08 00 00
[  573.595981] usb 1-1.2: USB disconnect, device number 6
[  573.818967] usb 1-1.2: new high-speed USB device number 7 using xhci_hcd
[  573.922083] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
[  573.922114] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  573.922128] usb 1-1.2: Product: USB2.0 Hub
[  573.922140] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[  573.922151] usb 1-1.2: SerialNumber: 000000001
[  573.923999] hub 1-1.2:1.0: USB hub found
[  573.924403] hub 1-1.2:1.0: 5 ports detected
[  574.363627] usb 1-1.2: USB disconnect, device number 7
[  574.590952] usb 1-1.2: new high-speed USB device number 8 using xhci_hcd
[  574.694148] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
[  574.694176] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  574.694190] usb 1-1.2: Product: USB2.0 Hub
[  574.694202] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[  574.694213] usb 1-1.2: SerialNumber: 000000001
[  574.696122] hub 1-1.2:1.0: USB hub found
[  574.696492] hub 1-1.2:1.0: 5 ports detected
[  574.875678] usb 1-1.2: USB disconnect, device number 8
[  575.098967] usb 1-1.2: new high-speed USB device number 9 using xhci_hcd
[  575.202065] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
[  575.202094] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  575.202109] usb 1-1.2: Product: USB2.0 Hub
[  575.202121] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[  575.202133] usb 1-1.2: SerialNumber: 000000001
[  575.203978] hub 1-1.2:1.0: USB hub found
[  575.204393] hub 1-1.2:1.0: 5 ports detected
[  575.871025] usb 1-1.2.5: new high-speed USB device number 10 using xhci_hcd
[  575.972441] usb 1-1.2.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
[  575.972474] usb 1-1.2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  575.972490] usb 1-1.2.5: Product: USB Billboard Device
[  575.972505] usb 1-1.2.5: Manufacturer: VIA Labs, Inc.
[  575.972518] usb 1-1.2.5: SerialNumber: 0000000000000001
[  577.180034] usb 1-1.2: USB disconnect, device number 9
[  577.180067] usb 1-1.2.5: USB disconnect, device number 10
[  577.407009] usb 1-1.2: new high-speed USB device number 11 using xhci_hcd
[  577.510083] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
[  577.510118] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  577.510136] usb 1-1.2: Product: USB2.0 Hub
[  577.510150] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[  577.510163] usb 1-1.2: SerialNumber: 000000001
[  577.512026] hub 1-1.2:1.0: USB hub found
[  577.512409] hub 1-1.2:1.0: 5 ports detected
[  578.175010] usb 1-1.2.5: new high-speed USB device number 12 using xhci_hcd
[  578.276409] usb 1-1.2.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
[  578.276444] usb 1-1.2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  578.276461] usb 1-1.2.5: Product: USB Billboard Device
[  578.276476] usb 1-1.2.5: Manufacturer: VIA Labs, Inc.
[  578.276489] usb 1-1.2.5: SerialNumber: 0000000000000001
[  590.750098] usb 1-1.2: USB disconnect, device number 11
[  590.750131] usb 1-1.2.5: USB disconnect, device number 12
[  590.975286] usb 1-1.2: new high-speed USB device number 13 using xhci_hcd
[  591.078399] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
[  591.078431] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  591.078446] usb 1-1.2: Product: USB2.0 Hub
[  591.078458] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[  591.078469] usb 1-1.2: SerialNumber: 000000001
[  591.080340] hub 1-1.2:1.0: USB hub found
[  591.080722] hub 1-1.2:1.0: 5 ports detected
[  591.743302] usb 1-1.2.5: new high-speed USB device number 14 using xhci_hcd
[  591.844654] usb 1-1.2.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
[  591.844683] usb 1-1.2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  591.844698] usb 1-1.2.5: Product: USB Billboard Device
[  591.844710] usb 1-1.2.5: Manufacturer: VIA Labs, Inc.
[  591.844722] usb 1-1.2.5: SerialNumber: 0000000000000001
[  592.286819] usb 1-1.2: USB disconnect, device number 13
[  592.286855] usb 1-1.2.5: USB disconnect, device number 14
[  592.515320] usb 1-1.2: new high-speed USB device number 15 using xhci_hcd
[  592.618616] usb 1-1.2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 5.a3
[  592.618651] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  592.618668] usb 1-1.2: Product: USB2.0 Hub
[  592.618683] usb 1-1.2: Manufacturer: VIA Labs, Inc.
[  592.618696] usb 1-1.2: SerialNumber: 000000001
[  592.620623] hub 1-1.2:1.0: USB hub found
[  592.620947] hub 1-1.2:1.0: 5 ports detected
[  593.311328] usb 1-1.2.5: new high-speed USB device number 16 using xhci_hcd
[  593.412747] usb 1-1.2.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
[  593.412774] usb 1-1.2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  593.412789] usb 1-1.2.5: Product: USB Billboard Device
[  593.412801] usb 1-1.2.5: Manufacturer: VIA Labs, Inc.
[  593.412813] usb 1-1.2.5: SerialNumber: 0000000000000001
[  603.379548] sd 3:0:0:0: [sdd] tag#28 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
[  603.379579] sd 3:0:0:0: [sdd] tag#28 CDB: Read(10) 28 00 0f 23 a3 d8 00 00 08 00
[  603.379775] xhci_hcd 0000:01:00.0: WARNING: Host System Error
[  604.295680] usb 2-2.3: Failed to set U1 timeout to 0x0,error code -19
[  604.295717] usb 2-2.3: Set SEL for device-initiated U1 failed.
[  604.295735] usb 2-2.3: Set SEL for device-initiated U2 failed.
[  604.295748] usb 2-2.3: usb_reset_and_verify_device Failed to disable LPM
[  604.295757] usb 2-2.4: Failed to set U1 timeout to 0x0,error code -19
[  604.302524] usb 2-2.4: Set SEL for device-initiated U1 failed.
[  604.302551] usb 2-2.4: Set SEL for device-initiated U2 failed.
[  604.302566] usb 2-2.4: usb_reset_and_verify_device Failed to disable LPM
[  605.171589] sd 2:0:0:0: [sdc] tag#28 uas_eh_abort_handler 0 uas-tag 29 inflight: CMD OUT
[  605.171620] sd 2:0:0:0: [sdc] tag#28 CDB: Write(16) 8a 00 00 00 00 00 0e fa 54 88 00 00 00 08 00 00
[  605.171732] sd 2:0:0:0: [sdc] tag#27 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD OUT
[  605.171748] sd 2:0:0:0: [sdc] tag#27 CDB: Write(16) 8a 00 00 00 00 00 0e ba 53 40 00 00 00 08 00 00
[  605.171838] sd 2:0:0:0: [sdc] tag#26 uas_eh_abort_handler 0 uas-tag 27 inflight: CMD IN
[  605.171853] sd 2:0:0:0: [sdc] tag#26 CDB: Read(16) 88 00 00 00 00 00 0e 22 b7 88 00 00 00 08 00 00
[  605.171938] sd 2:0:0:0: [sdc] tag#25 uas_eh_abort_handler 0 uas-tag 26 inflight: CMD OUT
[  605.171951] sd 2:0:0:0: [sdc] tag#25 CDB: Write(16) 8a 00 00 00 00 00 0e da 51 f8 00 00 00 08 00 00
[  605.172033] sd 2:0:0:0: [sdc] tag#24 uas_eh_abort_handler 0 uas-tag 25 inflight: CMD
[  605.172046] sd 2:0:0:0: [sdc] tag#24 CDB: Read(16) 88 00 00 00 00 00 0d f5 c4 60 00 00 00 08 00 00
[  605.172067] sd 2:0:0:0: [sdc] tag#12 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD OUT
[  605.172077] sd 2:0:0:0: [sdc] tag#12 CDB: Write(16) 8a 00 00 00 00 00 0d 9c 94 a8 00 00 00 08 00 00
[  605.172157] sd 2:0:0:0: [sdc] tag#11 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD OUT
[  605.172170] sd 2:0:0:0: [sdc] tag#11 CDB: Write(16) 8a 00 00 00 00 00 0f 3a 52 50 00 00 00 18 00 00
[  605.172252] sd 2:0:0:0: [sdc] tag#10 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD IN
[  605.172264] sd 2:0:0:0: [sdc] tag#10 CDB: Read(16) 88 00 00 00 00 00 0d 91 19 78 00 00 00 08 00 00
[  605.172344] sd 2:0:0:0: [sdc] tag#9 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD OUT
[  605.172356] sd 2:0:0:0: [sdc] tag#9 CDB: Write(16) 8a 00 00 00 00 00 61 0a 3f 60 00 00 00 60 00 00
[  605.172438] sd 2:0:0:0: [sdc] tag#8 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD OUT
[  605.172450] sd 2:0:0:0: [sdc] tag#8 CDB: Write(16) 8a 00 00 00 00 00 0f aa 3b 78 00 00 00 08 00 00
[  605.172528] sd 2:0:0:0: [sdc] tag#7 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD OUT
[  605.172540] sd 2:0:0:0: [sdc] tag#7 CDB: Write(16) 8a 00 00 00 00 00 0f 9a 53 18 00 00 00 08 00 00
[  605.172618] sd 2:0:0:0: [sdc] tag#6 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD OUT
[  605.172630] sd 2:0:0:0: [sdc] tag#6 CDB: Write(16) 8a 00 00 00 00 00 0f 9a 53 10 00 00 00 08 00 00
[  605.172706] sd 2:0:0:0: [sdc] tag#5 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD OUT
[  605.172719] sd 2:0:0:0: [sdc] tag#5 CDB: Write(16) 8a 00 00 00 00 00 0f 5a 53 50 00 00 00 28 00 00
[  605.172795] sd 2:0:0:0: [sdc] tag#4 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD IN
[  605.172808] sd 2:0:0:0: [sdc] tag#4 CDB: Read(16) 88 00 00 00 00 00 0e 23 16 78 00 00 00 08 00 00
[  605.172886] sd 2:0:0:0: [sdc] tag#3 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN
[  605.172898] sd 2:0:0:0: [sdc] tag#3 CDB: Read(16) 88 00 00 00 00 00 0e cb 37 e8 00 00 00 08 00 00
[  605.172975] sd 2:0:0:0: [sdc] tag#2 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD IN
[  605.172987] sd 2:0:0:0: [sdc] tag#2 CDB: Read(16) 88 00 00 00 00 00 0f 52 e7 b0 00 00 00 08 00 00
[  605.173064] sd 2:0:0:0: [sdc] tag#1 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD IN
[  605.173076] sd 2:0:0:0: [sdc] tag#1 CDB: Read(16) 88 00 00 00 00 00 0f 18 8f 60 00 00 00 08 00 00
[  605.173154] sd 2:0:0:0: [sdc] tag#0 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD IN
[  605.173166] sd 2:0:0:0: [sdc] tag#0 CDB: Read(16) 88 00 00 00 00 00 0f 03 01 f8 00 00 00 08 00 00
[  605.187773] scsi host2: uas_eh_device_reset_handler start
[  605.188733] usb 2-2.2: Failed to set U1 timeout to 0x0,error code -19
[  605.188756] usb 2-2.2: Set SEL for device-initiated U1 failed.
[  605.188770] usb 2-2.2: Set SEL for device-initiated U2 failed.
[  605.188781] usb 2-2.2: usb_reset_and_verify_device Failed to disable LPM
[  605.195583] scsi host2: uas_eh_device_reset_handler FAILED err -19
[  605.195603] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195609] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195615] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195621] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195626] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195631] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195636] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195641] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195646] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195651] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195656] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195661] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195666] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195671] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195676] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195681] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195686] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195691] sd 2:0:0:0: Device offlined - not ready after error recovery
[  605.195723] sd 2:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.195732] sd 2:0:0:0: [sdc] tag#0 CDB: Read(16) 88 00 00 00 00 00 0f 03 01 f8 00 00 00 08 00 00
[  605.195740] blk_update_request: I/O error, dev sdc, sector 251855352 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[  605.206310] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 0, rd 1, flush 0, corrupt 0, gen 0
[  605.215229] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf030200 len 0 err no 10
[  605.215249] sd 2:0:0:0: [sdc] tag#1 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.215260] sd 2:0:0:0: [sdc] tag#1 CDB: Read(16) 88 00 00 00 00 00 0f 18 8f 60 00 00 00 08 00 00
[  605.215266] blk_update_request: I/O error, dev sdc, sector 253267808 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[  605.225812] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 0, rd 2, flush 0, corrupt 0, gen 0
[  605.234720] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf188f68 len 0 err no 10
[  605.234740] sd 2:0:0:0: [sdc] tag#2 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.234751] sd 2:0:0:0: [sdc] tag#2 CDB: Read(16) 88 00 00 00 00 00 0f 52 e7 b0 00 00 00 08 00 00
[  605.234757] blk_update_request: I/O error, dev sdc, sector 257091504 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[  605.245298] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 0, rd 3, flush 0, corrupt 0, gen 0
[  605.254221] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf52e7b8 len 0 err no 10
[  605.254241] sd 2:0:0:0: [sdc] tag#3 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.254251] sd 2:0:0:0: [sdc] tag#3 CDB: Read(16) 88 00 00 00 00 00 0e cb 37 e8 00 00 00 08 00 00
[  605.254257] blk_update_request: I/O error, dev sdc, sector 248199144 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[  605.264807] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 0, rd 4, flush 0, corrupt 0, gen 0
[  605.273724] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xecb37f0 len 0 err no 10
[  605.273746] sd 2:0:0:0: [sdc] tag#4 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.273756] sd 2:0:0:0: [sdc] tag#4 CDB: Read(16) 88 00 00 00 00 00 0e 23 16 78 00 00 00 08 00 00
[  605.273762] blk_update_request: I/O error, dev sdc, sector 237180536 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[  605.284308] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 0, rd 5, flush 0, corrupt 0, gen 0
[  605.293209] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe231680 len 0 err no 10
[  605.293237] sd 2:0:0:0: [sdc] tag#5 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.293247] sd 2:0:0:0: [sdc] tag#5 CDB: Write(16) 8a 00 00 00 00 00 0f 5a 53 50 00 00 00 28 00 00
[  605.293253] blk_update_request: I/O error, dev sdc, sector 257577808 op 0x1:(WRITE) flags 0x8800 phys_seg 5 prio class 0
[  605.304156] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 1, rd 5, flush 0, corrupt 0, gen 0
[  605.313074] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 2, rd 5, flush 0, corrupt 0, gen 0
[  605.321969] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 3, rd 5, flush 0, corrupt 0, gen 0
[  605.330855] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 4, rd 5, flush 0, corrupt 0, gen 0
[  605.339739] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 5, rd 5, flush 0, corrupt 0, gen 0
[  605.348654] sd 2:0:0:0: [sdc] tag#6 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.348665] sd 2:0:0:0: [sdc] tag#6 CDB: Write(16) 8a 00 00 00 00 00 0f 9a 53 10 00 00 00 08 00 00
[  605.348671] blk_update_request: I/O error, dev sdc, sector 261772048 op 0x1:(WRITE) flags 0x8800 phys_seg 1 prio class 0
[  605.359590] sd 2:0:0:0: [sdc] tag#7 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.359601] sd 2:0:0:0: [sdc] tag#7 CDB: Write(16) 8a 00 00 00 00 00 0f 9a 53 18 00 00 00 08 00 00
[  605.359606] blk_update_request: I/O error, dev sdc, sector 261772056 op 0x1:(WRITE) flags 0x8800 phys_seg 1 prio class 0
[  605.370502] sd 2:0:0:0: [sdc] tag#8 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.370510] sd 2:0:0:0: [sdc] tag#8 CDB: Write(16) 8a 00 00 00 00 00 0f aa 3b 78 00 00 00 08 00 00
[  605.370516] blk_update_request: I/O error, dev sdc, sector 262814584 op 0x1:(WRITE) flags 0x8800 phys_seg 1 prio class 0
[  605.381419] sd 2:0:0:0: [sdc] tag#9 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
[  605.381431] sd 2:0:0:0: [sdc] tag#9 CDB: Write(16) 8a 00 00 00 00 00 61 0a 3f 60 00 00 00 60 00 00
[  605.381437] blk_update_request: I/O error, dev sdc, sector 1628061536 op 0x1:(WRITE) flags 0x1800 phys_seg 12 prio class 0
[  605.392546] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xd911980 len 0 err no 10
[  605.392577] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xdf5c468 len 0 err no 10
[  605.392604] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe22b790 len 0 err no 10
[  608.487605] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command.
[  608.487635] xhci_hcd 0000:01:00.0: USBSTS: 0x0000000d HCHalted HSE EINT
[  608.487648] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
[  608.495472] xhci_hcd 0000:01:00.0: HC died; cleaning up
[  608.500970] sd 3:0:0:0: [sdd] tag#27 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD
[  608.500995] sd 3:0:0:0: [sdd] tag#27 CDB: Read(10) 28 00 0e c9 ec 40 00 00 08 00
[  608.501018] sd 3:0:0:0: [sdd] tag#26 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD
[  608.501029] sd 3:0:0:0: [sdd] tag#26 CDB: Read(10) 28 00 0e 35 8b 88 00 00 08 00
[  608.501048] sd 3:0:0:0: [sdd] tag#25 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD
[  608.501058] sd 3:0:0:0: [sdd] tag#25 CDB: Read(10) 28 00 0d c4 5b 00 00 00 08 00
[  608.501076] sd 3:0:0:0: [sdd] tag#24 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD
[  608.501085] sd 3:0:0:0: [sdd] tag#24 CDB: Read(10) 28 00 0f 0c 8f e8 00 00 08 00
[  608.501104] sd 3:0:0:0: [sdd] tag#23 uas_eh_abort_handler 0 uas-tag 29 inflight: CMD OUT
[  608.501113] sd 3:0:0:0: [sdd] tag#23 CDB: Write(10) 2a 00 0e 9a 33 40 00 00 08 00
[  608.501180] sd 3:0:0:0: [sdd] tag#22 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD
[  608.501192] sd 3:0:0:0: [sdd] tag#22 CDB: Write(10) 2a 00 0e ba 31 f8 00 00 08 00
[  608.501211] sd 3:0:0:0: [sdd] tag#21 uas_eh_abort_handler 0 uas-tag 27 inflight: CMD
[  608.501220] sd 3:0:0:0: [sdd] tag#21 CDB: Read(10) 28 00 0e c5 cf 48 00 00 08 00
[  608.501238] sd 3:0:0:0: [sdd] tag#20 uas_eh_abort_handler 0 uas-tag 26 inflight: CMD
[  608.501247] sd 3:0:0:0: [sdd] tag#20 CDB: Read(10) 28 00 0f 05 b5 80 00 00 08 00
[  608.501266] sd 3:0:0:0: [sdd] tag#19 uas_eh_abort_handler 0 uas-tag 25 inflight: CMD
[  608.501275] sd 3:0:0:0: [sdd] tag#19 CDB: Write(10) 2a 00 0d 7c 74 a0 00 00 08 00
[  608.501293] sd 3:0:0:0: [sdd] tag#18 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD
[  608.501302] sd 3:0:0:0: [sdd] tag#18 CDB: Write(10) 2a 00 0f 7a 33 08 00 00 08 00
[  608.501321] sd 3:0:0:0: [sdd] tag#17 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD
[  608.501330] sd 3:0:0:0: [sdd] tag#17 CDB: Write(10) 2a 00 0f 8a 1b 70 00 00 08 00
[  608.501349] sd 3:0:0:0: [sdd] tag#16 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD
[  608.501358] sd 3:0:0:0: [sdd] tag#16 CDB: Read(10) 28 00 0d 7a 32 90 00 00 08 00
[  608.501376] sd 3:0:0:0: [sdd] tag#15 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD
[  608.501385] sd 3:0:0:0: [sdd] tag#15 CDB: Read(10) 28 00 0e 70 ad 60 00 00 08 00
[  608.501404] sd 3:0:0:0: [sdd] tag#8 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD
[  608.501413] sd 3:0:0:0: [sdd] tag#8 CDB: Write(10) 2a 00 0d 7c 74 a8 00 00 08 00
[  608.501431] sd 3:0:0:0: [sdd] tag#7 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD
[  608.501440] sd 3:0:0:0: [sdd] tag#7 CDB: Write(10) 2a 00 60 ea 1f 60 00 00 60 00
[  608.501458] sd 3:0:0:0: [sdd] tag#6 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD
[  608.501467] sd 3:0:0:0: [sdd] tag#6 CDB: Write(10) 2a 00 0f 8a 1b 78 00 00 08 00
[  608.501467] usb 1-1: USB disconnect, device number 2
[  608.501485] sd 3:0:0:0: [sdd] tag#5 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD
[  608.501491] usb 1-1.2: USB disconnect, device number 15
[  608.501494] sd 3:0:0:0: [sdd] tag#5 CDB: Write(10) 2a 00 0f 7a 33 18 00 00 08 00
[  608.501508] usb 1-1.2.5: USB disconnect, device number 16
[  608.501514] sd 3:0:0:0: [sdd] tag#4 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD
[  608.501522] sd 3:0:0:0: [sdd] tag#4 CDB: Write(10) 2a 00 0f 7a 33 10 00 00 08 00
[  608.501541] sd 3:0:0:0: [sdd] tag#3 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD
[  608.501550] sd 3:0:0:0: [sdd] tag#3 CDB: Write(10) 2a 00 0f 3a 33 50 00 00 28 00
[  608.501568] sd 3:0:0:0: [sdd] tag#2 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD
[  608.501578] sd 3:0:0:0: [sdd] tag#2 CDB: Write(10) 2a 00 0f 1a 32 50 00 00 18 00
[  608.501596] sd 3:0:0:0: [sdd] tag#1 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD
[  608.501605] sd 3:0:0:0: [sdd] tag#1 CDB: Write(10) 2a 00 0e da 34 88 00 00 08 00
[  608.501623] sd 3:0:0:0: [sdd] tag#0 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD
[  608.501632] sd 3:0:0:0: [sdd] tag#0 CDB: Read(10) 28 00 0f 35 e7 e8 00 00 08 00
[  608.501658] usb 2-2: USB disconnect, device number 2
[  608.501676] usb 2-2.1: USB disconnect, device number 6
[  608.502703] sd 3:0:0:0: [sdd] tag#12 uas_zap_pending 0 uas-tag 15 inflight: CMD
[  608.502718] sd 3:0:0:0: [sdd] tag#12 CDB: Read(10) 28 00 60 e3 87 c0 00 00 20 00
[  608.502889] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xee2e200 len 0 err no 10
[  608.502913] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xef86f68 len 0 err no 10
[  608.502946] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf32c7b8 len 0 err no 10
[  608.502955] sd 2:0:0:0: rejecting I/O to offline device
[  608.502954] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xeab17f0 len 0 err no 10
[  608.502981] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe02f680 len 0 err no 10
[  608.502986] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xdd5a468 len 0 err no 10
[  608.503019] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe029790 len 0 err no 10
[  608.503046] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xd70f980 len 0 err no 10
[  608.508383] BTRFS: error (device sdc1) in __btrfs_free_extent:3070: errno=-5 IO failure
[  608.516500] BTRFS info (device sdc1): forced readonly
[  608.516521] BTRFS: error (device sdc1) in btrfs_run_delayed_refs:2149: errno=-5 IO failure
[  608.519837] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524874] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524886] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524892] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524898] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524903] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524908] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524913] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524918] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524924] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524929] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524934] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524939] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524944] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524949] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524954] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524959] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524964] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524969] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524974] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524979] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524984] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.524989] sd 3:0:0:0: Device offlined - not ready after error recovery
[  608.539693] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xeda3490 len 0 err no 10
[  608.539751] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf1a3258 len 0 err no 10
[  608.539774] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf1a3260 len 0 err no 10
[  608.539791] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf1a3268 len 0 err no 10
[  608.539813] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf3a3358 len 0 err no 10
[  608.539830] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf3a3360 len 0 err no 10
[  608.539846] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf3a3368 len 0 err no 10
[  608.539862] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf3a3370 len 0 err no 10
[  608.539878] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf3a3378 len 0 err no 10
[  608.539898] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf7a3318 len 0 err no 10
[  608.539918] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf7a3320 len 0 err no 10
[  608.539937] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xf8a1b80 len 0 err no 10
[  608.540028] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xd7c74b0 len 0 err no 10
[  608.540108] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xeba3200 len 0 err no 10
[  608.540131] BTRFS warning (device sdc1): direct IO failed ino 259 rw 1,34817 sector 0xe9a3348 len 0 err no 10
[  608.540215] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf35e7f0 len 0 err no 10
[  608.540358] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe70ad68 len 0 err no 10
[  608.540446] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xd7a3298 len 0 err no 10
[  608.540494] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf05b588 len 0 err no 10
[  608.540510] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xec5cf50 len 0 err no 10
[  608.540542] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf0c8ff0 len 0 err no 10
[  608.540627] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xdc45b08 len 0 err no 10
[  608.540630] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe358b90 len 0 err no 10
[  608.540673] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xec9ec48 len 0 err no 10
[  608.540766] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf23a3e0 len 0 err no 10
[  608.540790] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf5607f0 len 0 err no 10
[  608.540812] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe90cd68 len 0 err no 10
[  608.540823] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xd9a5298 len 0 err no 10
[  608.540830] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf25d588 len 0 err no 10
[  608.540844] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xee5ef50 len 0 err no 10
[  608.540846] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf2caff0 len 0 err no 10
[  608.540862] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xde47b08 len 0 err no 10
[  608.540862] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe55ab90 len 0 err no 10
[  608.540878] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xeea0c48 len 0 err no 10
[  608.540878] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf35dfe8 len 4096 err no 10
[  608.540894] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf43c3e0 len 0 err no 10
[  608.540908] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe70a560 len 4096 err no 10
[  608.540917] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xd7a2a90 len 4096 err no 10
[  608.540922] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf05ad80 len 4096 err no 10
[  608.540932] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xec5c748 len 4096 err no 10
[  608.540951] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf0c87e8 len 4096 err no 10
[  608.540959] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xdc45300 len 4096 err no 10
[  608.540965] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xe358388 len 4096 err no 10
[  608.540978] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xec9e440 len 4096 err no 10
[  608.540987] BTRFS warning (device sdc1): direct IO failed ino 259 rw 0,0 sector 0xf239bd8 len 4096 err no 10
[  608.544378] sd 3:0:0:0: [sdd] Synchronizing SCSI cache
[  608.783691] sd 3:0:0:0: [sdd] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  608.784625] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x85, streams are being disabled already
[  608.786834] usb 2-2.2: USB disconnect, device number 5
[  608.816040] sd 2:0:0:0: [sdc] Synchronizing SCSI cache
[  609.055706] sd 2:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  609.056814] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x87, streams are being disabled already
[  609.056838] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x85, streams are being disabled already
[  609.061237] usb 2-2.3: USB disconnect, device number 3
[  609.112973] usb 2-2.4: USB disconnect, device number 4
[  682.865547] btrfs_dev_stat_print_on_error: 76 callbacks suppressed
[  682.865565] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 20, flush 0, corrupt 0, gen 0
[  682.874845] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 30, flush 0, corrupt 0, gen 0
[  682.884164] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 21, flush 0, corrupt 0, gen 0
[  682.893303] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 31, flush 0, corrupt 0, gen 0
[  682.929298] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 22, flush 0, corrupt 0, gen 0
[  682.938584] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 32, flush 0, corrupt 0, gen 0
[  682.948086] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 23, flush 0, corrupt 0, gen 0
[  682.957204] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 33, flush 0, corrupt 0, gen 0
[  682.966611] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 24, flush 0, corrupt 0, gen 0
[  682.975735] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 34, flush 0, corrupt 0, gen 0
[  805.879243] btrfs_dev_stat_print_on_error: 6 callbacks suppressed
[  805.879259] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 38, flush 0, corrupt 0, gen 0
[  805.888409] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 28, flush 0, corrupt 0, gen 0
[  805.897830] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 39, flush 0, corrupt 0, gen 0
[  805.907030] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 29, flush 0, corrupt 0, gen 0
[  805.916343] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 40, flush 0, corrupt 0, gen 0
[  805.925452] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 30, flush 0, corrupt 0, gen 0
[  805.934732] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 41, flush 0, corrupt 0, gen 0
[  805.943899] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 31, flush 0, corrupt 0, gen 0
[  805.956633] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 42, flush 0, corrupt 0, gen 0
[  805.965805] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 32, flush 0, corrupt 0, gen 0
[  878.501166] btrfs_dev_stat_print_on_error: 18 callbacks suppressed
[  878.501184] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 52, flush 0, corrupt 0, gen 0
[  878.510330] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 42, flush 0, corrupt 0, gen 0
[  878.519670] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 53, flush 0, corrupt 0, gen 0
[  878.528819] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 43, flush 0, corrupt 0, gen 0
[  878.541874] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 54, flush 0, corrupt 0, gen 0
[  878.551024] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 44, flush 0, corrupt 0, gen 0
[  878.560338] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 55, flush 0, corrupt 0, gen 0
[  878.569464] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 45, flush 0, corrupt 0, gen 0
[  935.949802] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 46, flush 0, corrupt 0, gen 0
[  935.958966] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 56, flush 0, corrupt 0, gen 0
[  935.968367] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 47, flush 0, corrupt 0, gen 0
[  935.977552] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 57, flush 0, corrupt 0, gen 0
[  935.990624] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 48, flush 0, corrupt 0, gen 0
[  935.999790] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 58, flush 0, corrupt 0, gen 0
[  936.009169] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 49, flush 0, corrupt 0, gen 0
[  936.018356] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 59, flush 0, corrupt 0, gen 0
[  936.187924] BTRFS error (device sdc1): bdev /dev/sdc1 errs: wr 18, rd 50, flush 0, corrupt 0, gen 0
[  936.197143] BTRFS error (device sdc1): bdev /dev/sdd1 errs: wr 21, rd 60, flush 0, corrupt 0, gen 0

The enclosure is a FANTEC QB-35U31, It seems to use a via chip not sure how I can get the exact model.
Drives: I have 2 drives in the enclosure a Seagate Ironwolf Model: ST4000VN008-2DR166 and a Western Digital Caviar Green (AF) Model. WDC WD20EARS-00MVWB0 No idea what the model number of the cable is. Not sure what other logs or info if any I should add.

P33M commented 1 year ago

The specific error message in question, that must appear in the log, is xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead. Random UAS failures may happen concurrently with this, but this message is only printed if the controller itself stops responding.

KeinNiemand commented 1 year ago

Is this issue exclusive to the Pi/The Pis USB controller? Would replacing the PI with something else fix this?

KeinNiemand commented 1 year ago

Got another Diffrent error this time around, the xHCI host controller not responding, assume dead message does show up so I'll comment this here (even tough it might be a different issue).
This log has some kind of Firmware Transaction Timeout Error and these errors xhci_hcd 0000:01:00.0: Abort failed to stop command ring: -110, xhci_hcd 0000:01:00.0: Host halt failed, -110 instead of the not responding to stop endpoint command error. Log is bellow.
Not sure if this is still relavent here. Dmesg log

Nov 23 07:12:51 NextCloud kernel: usb 1-1.2.5: USB disconnect, device number 5
Nov 23 07:12:51 NextCloud kernel: usb 1-1.2: reset high-speed USB device number 4 using xhci_hcd
Nov 23 07:12:52 NextCloud kernel: usb 1-1.2: device descriptor read/64, error -71
Nov 23 07:12:52 NextCloud kernel: usb 1-1.2: device descriptor read/64, error -71
Nov 23 07:12:52 NextCloud kernel: usb 1-1.2: reset high-speed USB device number 4 using xhci_hcd
Nov 23 07:12:52 NextCloud kernel: usb 1-1.2: device descriptor read/64, error -71
Nov 23 07:12:52 NextCloud kernel: usb 1-1.2: device descriptor read/64, error -71
Nov 23 07:12:52 NextCloud kernel: usb 1-1.2: reset high-speed USB device number 4 using xhci_hcd
Nov 23 07:12:52 NextCloud kernel: usb 1-1.2: device descriptor read/8, error -71
Nov 23 07:12:53 NextCloud kernel: usb 1-1.2: device descriptor read/8, error -71
Nov 23 07:12:53 NextCloud kernel: usb 1-1.2: reset high-speed USB device number 4 using xhci_hcd
Nov 23 07:13:01 NextCloud kernel: ------------[ cut here ]------------
Nov 23 07:13:01 NextCloud kernel: Firmware transaction timeout
Nov 23 07:13:01 NextCloud kernel: WARNING: CPU: 3 PID: 3089 at drivers/firmware/raspberrypi.c:67 rpi_firmware_property_list+0x1f4/0x280
Nov 23 07:13:01 NextCloud kernel: Modules linked in: binfmt_misc sunrpc btsdio bluetooth ecdh_generic ecc brcmfmac brcmutil cfg80211 bcm2835_v4l2(C) bcm2835_codec(C) bcm2835_isp(C) bcm2835_mmal_vchiq(C) videobuf2_vmalloc v4l2_mem2mem videobuf2_dma_contig videobuf2_memops raspberrypi_hwmon videobuf2_v4l2 videobuf2_co>
Nov 23 07:13:01 NextCloud kernel: CPU: 3 PID: 3089 Comm: kworker/3:2 Tainted: G         C        5.15.0-1018-raspi #20-Ubuntu
Nov 23 07:13:01 NextCloud kernel: Hardware name: Raspberry Pi 4 Model B Rev 1.1 (DT)
Nov 23 07:13:01 NextCloud kernel: Workqueue: events get_values_poll [raspberrypi_hwmon]
Nov 23 07:13:01 NextCloud kernel: pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
Nov 23 07:13:01 NextCloud kernel: pc : rpi_firmware_property_list+0x1f4/0x280
Nov 23 07:13:01 NextCloud kernel: lr : rpi_firmware_property_list+0x1f4/0x280
Nov 23 07:13:01 NextCloud kernel: sp : ffff80000ace3ca0
Nov 23 07:13:01 NextCloud kernel: x29: ffff80000ace3ca0 x28: ffff394e009edcc0 x27: 0000000000000000
Nov 23 07:13:01 NextCloud kernel: x26: ffffb3d7626f1058 x25: ffff8000084a0008 x24: 0000000000001000
Nov 23 07:13:01 NextCloud kernel: x23: ffff394e07347100 x22: ffffb3d762739509 x21: ffff394e009edc80
Nov 23 07:13:01 NextCloud kernel: x20: 0000000000000010 x19: ffff8000084a0000 x18: 0000000000000000
Nov 23 07:13:01 NextCloud kernel: x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
Nov 23 07:13:01 NextCloud kernel: x14: ffffb3d762537c08 x13: 74756f656d697420 x12: 6e6f69746361736e
Nov 23 07:13:01 NextCloud kernel: x11: 656820747563205b x10: 2d2d2d2d2d2d2d2d x9 : ffffb3d760d23c28
Nov 23 07:13:01 NextCloud kernel: x8 : ffff80000ace3ca0 x7 : 0000000000000001 x6 : 0000000000000001
Nov 23 07:13:01 NextCloud kernel: x5 : ffff394e3fbae9c8 x4 : 0000000000000000 x3 : 0000000000000027
Nov 23 07:13:01 NextCloud kernel: x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff394e052d0000
Nov 23 07:13:01 NextCloud kernel: Call trace:
Nov 23 07:13:01 NextCloud kernel:  rpi_firmware_property_list+0x1f4/0x280
Nov 23 07:13:01 NextCloud kernel:  rpi_firmware_property+0x7c/0x120
Nov 23 07:13:01 NextCloud kernel:  get_values_poll+0x54/0x150 [raspberrypi_hwmon]
Nov 23 07:13:01 NextCloud kernel:  process_one_work+0x204/0x4c0
Nov 23 07:13:01 NextCloud kernel:  worker_thread+0x144/0x470
Nov 23 07:13:01 NextCloud kernel:  kthread+0x12c/0x140
Nov 23 07:13:01 NextCloud kernel:  ret_from_fork+0x10/0x20
Nov 23 07:13:01 NextCloud kernel: ---[ end trace 124c98cc4b55eb81 ]---
Nov 23 07:13:01 NextCloud kernel: hwmon hwmon1: Failed to get throttled (-110)
Nov 23 07:13:03 NextCloud kernel: xhci_hcd 0000:01:00.0: Abort failed to stop command ring: -110
Nov 23 07:13:03 NextCloud kernel: xhci_hcd 0000:01:00.0: Host halt failed, -110
Nov 23 07:13:03 NextCloud kernel: xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
Nov 23 07:13:03 NextCloud kernel: xhci_hcd 0000:01:00.0: HC died; cleaning up
Nov 23 07:13:03 NextCloud kernel: xhci_hcd 0000:01:00.0: Timeout while waiting for setup device command
Nov 23 07:13:03 NextCloud kernel: usb 1-1: USB disconnect, device number 2
Nov 23 07:13:03 NextCloud kernel: usb 2-2: USB disconnect, device number 2
Nov 23 07:13:03 NextCloud kernel: usb 2-2.1: USB disconnect, device number 6
Nov 23 07:13:03 NextCloud kernel: sd 3:0:0:0: [sdd] Synchronizing SCSI cache
Jibun-no-Kage commented 1 year ago

Is the USB SSD just a data drive, or are you booting from it as well? Using bootloader change to use USB disk? I have a 2.5 usb 3.0 disk enclosure that I boot a Pi4B, and randomly the USB disk just disappears and soon after Pi OS crashes. Desktop will freeze for example. Reboot everything is fine until random failure. I was thinking it was the USB disk, but after reading this issue, not so sure. The load is not significant in my case, just normal operations of the OS, I am not mass copying data or anything.

Zepmann commented 1 year ago

I have a similar situation with a no-name USB HDD/SSD enclosure, identified as ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS578 SATA 6Gb/s.

The quirk workaround posted by @xamindar https://github.com/raspberrypi/linux/issues/5060#issuecomment-1306322303 works to keep the errors away.

I see some discussion here where it is implied that the blame is with certain chipsets of connected devices. Points for discussion/thought:

This suggests that the blame is not with the connected devices, but with the Raspberry Pi itself. Possibly it has to do with the VL805 firmware, as some have suggested.

P33M commented 1 year ago

I have a similar situation with a no-name USB HDD/SSD enclosure, identified as ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS578 SATA 6Gb/s.

For us to have any hope of replicating the circumstances of the fault, we will need a more precise product description than "random SSD adapter bought off the internet".

If someone can provide a reasonably contemporaneous retail store link to an adapter that reliably provokes the controller hang with the fio script posted above, that would be useful.

n00b001 commented 1 year ago

I'm also getting this error, I've outlined my hardware/software configuration here: https://forum.radxa.com/t/disk-ids-change-after-intermittent-unmount-remounts/12831/9

But crucially it seems to be the same error

Jibun-no-Kage commented 1 year ago

In my case, it is a simple 2.5 USB 3.0 disk enclosure... is what SmartMonTools returns sufficient Plus what lsusb returns?

Disk in enclosure.... root@psycho:/mnt/disk/ntfs# smartctl -x /dev/sdn smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.10.0-19-amd64] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION === Model Family: Fujitsu MHV Device Model: FUJITSU MHV2080BH PL Serial Number: NW9ZT682FT62 Firmware Version: 892C User Capacity: 80,026,361,856 bytes [80.0 GB] Sector Size: 512 bytes logical/physical Device is: In smartctl database [for details use: -P show] ATA Version is: ATA/ATAPI-7 T13/1532D revision 4a Local Time is: Wed Nov 30 16:55:25 2022 PST SMART support is: Available - device has SMART capability. SMART support is: Enabled AAM feature is: Unavailable APM level is: 128 (minimum power consumption without standby) Rd look-ahead is: Enabled Write cache is: Enabled DSN feature is: Unavailable ATA Security is: Disabled, NOT FROZEN [SEC1] Wt Cache Reorder: Enabled

=== START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED

General SMART Values: Offline data collection status: (0x80) Offline data collection activity was never started. Auto Offline Data Collection: Enabled. Self-test execution status: ( 32) The self-test routine was interrupted by the host with a hard or soft reset. Total time to complete Offline data collection: ( 471) seconds. Offline data collection capabilities: (0x5b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. No Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 55) minutes. SCT capabilities: (0x003d) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported.

SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAGS VALUE WORST THRESH FAIL RAW_VALUE 1 Raw_Read_Error_Rate POSR-- 100 100 046 - 122945 2 Throughput_Performance P-S--- 100 100 030 - 18612563 3 Spin_Up_Time PO---- 100 100 025 - 2 4 Start_Stop_Count -O--CK 099 099 000 - 1666 5 Reallocated_Sector_Ct PO--CK 100 100 024 - 0 (2000 0) 7 Seek_Error_Rate POSR-- 100 100 047 - 3709 8 Seek_Time_Performance P-S--- 100 100 019 - 0 9 Power_On_Seconds -O--CK 093 093 000 - 0h+59m+08s 10 Spin_Retry_Count PO--C- 100 100 020 - 0 12 Power_Cycle_Count -O--CK 100 100 000 - 1660 192 Power-Off_Retract_Count -O--CK 100 100 000 - 171 193 Load_Cycle_Count -O--CK 098 098 000 - 46437 194 Temperature_Celsius -O---K 100 100 000 - 29 (Min/Max 16/55) 195 Hardware_ECC_Recovered -O-RC- 100 100 000 - 429 196 Reallocated_Event_Count -O--CK 100 100 000 - 0 (0 6965) 197 Current_Pending_Sector -O--C- 100 100 000 - 0 198 Offline_Uncorrectable ----C- 100 100 000 - 0 199 UDMA_CRC_Error_Count -OSRCK 200 200 000 - 0 200 Multi_Zone_Error_Rate POSR-- 100 100 060 - 16793 203 Run_Out_Cancel -O---- 086 084 000 - 1476681472170 240 Head_FlyingHours -OSRCK 200 200 000 - 0 |||||| K auto-keep ||||| C event count |||| R error rate |||____ S speed/performance || O updated online |__ P prefailure warning

General Purpose Log Directory Version 1 SMART Log Directory Version 1 [multi-sector log support] Address Access R/W Size Description 0x00 GPL,SL R/O 1 Log Directory 0x01 GPL,SL R/O 1 Summary SMART error log 0x02 GPL,SL R/O 51 Comprehensive SMART error log 0x03 GPL,SL R/O 64 Ext. Comprehensive SMART error log 0x06 GPL,SL R/O 1 SMART self-test log 0x07 GPL,SL R/O 2 Extended self-test log 0x09 GPL,SL R/W 1 Selective self-test log 0x11 GPL,SL R/O 1 SATA Phy Event Counters log 0x80-0x9f GPL,SL R/W 16 Host vendor specific log 0xa1 GPL,SL VS 1 Device vendor specific log

SMART Extended Comprehensive Error Log Version: 1 (64 sectors) No Errors Logged

SMART Extended Self-test Log Version: 1 (2 sectors) Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error

1 Short offline Completed without error 00% 978 -

2 Extended offline Aborted by host 80% 695 -

3 Short offline Completed without error 00% 695 -

SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay.

SCT Status Version: 2 SCT Version (vendor specific): 0 (0x0000) Device State: Active (0) Current Temperature: 29 Celsius Power Cycle Min/Max Temperature: --/29 Celsius Lifetime Min/Max Temperature: --/55 Celsius

SCT Temperature History Version: 2 Temperature Sampling Period: 1 minute Temperature Logging Interval: 1 minute Min/Max recommended Temperature: 5/60 Celsius Min/Max Temperature Limit: -40/65 Celsius Temperature History Size (Index): 128 (90)

Index Estimated Time Temperature Celsius 91 2022-11-30 14:48 36 92 2022-11-30 14:49 36 93 2022-11-30 14:50 35 **** 94 2022-11-30 14:51 ? - 95 2022-11-30 14:52 35 **** 96 2022-11-30 14:53 ? - 97 2022-11-30 14:54 35 **** 98 2022-11-30 14:55 ? - 99 2022-11-30 14:56 35 **** ... ..( 2 skipped). .. **** 102 2022-11-30 14:59 35 **** 103 2022-11-30 15:00 ? - 104 2022-11-30 15:01 35 **** 105 2022-11-30 15:02 35 **** 106 2022-11-30 15:03 ? - 107 2022-11-30 15:04 35 **** 108 2022-11-30 15:05 35 **** 109 2022-11-30 15:06 ? - 110 2022-11-30 15:07 35 **** 111 2022-11-30 15:08 ? - 112 2022-11-30 15:09 35 **** 113 2022-11-30 15:10 35 **** 114 2022-11-30 15:11 ? - 115 2022-11-30 15:12 35 **** ... ..( 3 skipped). .. **** 119 2022-11-30 15:16 35 **** 120 2022-11-30 15:17 ? - 121 2022-11-30 15:18 35 **** 122 2022-11-30 15:19 35 **** 123 2022-11-30 15:20 ? - 124 2022-11-30 15:21 34 125 2022-11-30 15:22 ? - 126 2022-11-30 15:23 34 127 2022-11-30 15:24 34 0 2022-11-30 15:25 34 1 2022-11-30 15:26 ? - 2 2022-11-30 15:27 34 ... ..( 2 skipped). .. 5 2022-11-30 15:30 34 6 2022-11-30 15:31 ? - 7 2022-11-30 15:32 34 8 2022-11-30 15:33 34 9 2022-11-30 15:34 ? - 10 2022-11-30 15:35 34 11 2022-11-30 15:36 34 * 12 2022-11-30 15:37 ? - 13 2022-11-30 15:38 33 ** 14 2022-11-30 15:39 33 ** 15 2022-11-30 15:40 33 ** 16 2022-11-30 15:41 34 * 17 2022-11-30 15:42 ? - 18 2022-11-30 15:43 33 ** 19 2022-11-30 15:44 33 ** 20 2022-11-30 15:45 33 ** 21 2022-11-30 15:46 ? - 22 2022-11-30 15:47 33 ** 23 2022-11-30 15:48 ? - 24 2022-11-30 15:49 33 ** 25 2022-11-30 15:50 33 ** 26 2022-11-30 15:51 ? - 27 2022-11-30 15:52 33 ** 28 2022-11-30 15:53 33 ** 29 2022-11-30 15:54 ? - 30 2022-11-30 15:55 33 ** 31 2022-11-30 15:56 33 ** 32 2022-11-30 15:57 33 ** 33 2022-11-30 15:58 ? - 34 2022-11-30 15:59 33 ** 35 2022-11-30 16:00 33 ** 36 2022-11-30 16:01 ? - 37 2022-11-30 16:02 33 ** 38 2022-11-30 16:03 33 ** 39 2022-11-30 16:04 33 ** 40 2022-11-30 16:05 ? - 41 2022-11-30 16:06 33 ** 42 2022-11-30 16:07 ? - 43 2022-11-30 16:08 33 ** ... ..( 2 skipped). .. ** 46 2022-11-30 16:11 33 ** 47 2022-11-30 16:12 ? - 48 2022-11-30 16:13 33 ** 49 2022-11-30 16:14 33 ** 50 2022-11-30 16:15 33 ** 51 2022-11-30 16:16 ? - 52 2022-11-30 16:17 33 ** 53 2022-11-30 16:18 ? - 54 2022-11-30 16:19 33 ** 55 2022-11-30 16:20 33 ** 56 2022-11-30 16:21 ? - 57 2022-11-30 16:22 33 ** 58 2022-11-30 16:23 ? - 59 2022-11-30 16:24 33 ** ... ..( 4 skipped). .. ** 64 2022-11-30 16:29 33 ** 65 2022-11-30 16:30 ? - 66 2022-11-30 16:31 34 67 2022-11-30 16:32 34 68 2022-11-30 16:33 ? - 69 2022-11-30 16:34 33 ** 70 2022-11-30 16:35 33 ** 71 2022-11-30 16:36 ? - 72 2022-11-30 16:37 33 ** ... ..( 3 skipped). .. ** 76 2022-11-30 16:41 33 ** 77 2022-11-30 16:42 ? - 78 2022-11-30 16:43 33 ** 79 2022-11-30 16:44 33 ** 80 2022-11-30 16:45 33 ** 81 2022-11-30 16:46 34 *** 82 2022-11-30 16:47 ? - 83 2022-11-30 16:48 33 ** 84 2022-11-30 16:49 ? - 85 2022-11-30 16:50 33 ** 86 2022-11-30 16:51 ? - 87 2022-11-30 16:52 33 ** 88 2022-11-30 16:53 ? - 89 2022-11-30 16:54 28 * 90 2022-11-30 16:55 28 *****

SCT Error Recovery Control: Read: Disabled Write: Disabled

Device Statistics (GP/SMART Log 0x04) not supported

Pending Defects log (GP Log 0x0c) not supported

SATA Phy Event Counters (GP Log 0x11) ID Size Value Description 0x0001 4 0 Command failed due to ICRC error 0x0002 4 0 R_ERR response for data FIS 0x0003 4 0 R_ERR response for device-to-host data FIS 0x0004 4 0 R_ERR response for host-to-device data FIS 0x0005 4 0 R_ERR response for non-data FIS 0x0006 4 0 R_ERR response for device-to-host non-data FIS 0x0008 4 0 Device-to-host non-data FIS retries 0x0009 4 0 Transition from drive PhyRdy to drive PhyNRdy 0x000a 4 0 Device-to-host register FISes sent due to a COMRESET 0x000b 4 0 CRC errors within host-to-device FIS 0x000d 4 0 Non-CRC errors within host-to-device FIS 0x000f 4 0 R_ERR response for host-to-device data FIS, CRC 0x0010 4 0 R_ERR response for host-to-device data FIS, non-CRC

Enclosure information...

Bus 007 Device 002: ID 13fd:5910 Initio Corporation External Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.10 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x13fd Initio Corporation idProduct 0x5910 bcdDevice 3.00 iManufacturer 1 Generic iProduct 2 External iSerial 3 NW9ZT682FT62 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0020 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 100mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 0x0016 bNumDeviceCaps 2 USB 2.0 Extension Device Capability: bLength 7 bDescriptorType 16 bDevCapabilityType 2 bmAttributes 0x00000006 BESL Link Power Management (LPM) Supported SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x00 wSpeedsSupported 0x000e Device can operate at Full Speed (12Mbps) Device can operate at High Speed (480Mbps) Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 1 Lowest fully-functional device speed is Full Speed (12Mbps) bU1DevExitLat 10 micro seconds bU2DevExitLat 512 micro seconds can't get debug descriptor: Resource temporarily unavailable Device Status: 0x0000 (Bus Powered)

Nazgile94 commented 1 year ago

me ² external hdd enclosure Icy Box IB-RD3621U3 Externes RAID-System (0/1/Single/Large) für 2X 3,5 Zoll SATA HDD, USB 3.0 (UASP), SATA III, Lüfter, Standby, schwarz, 60045

2x WD RED 4TB HDDs

JBOD mode

AMAZON LINK (NO REF LINK) PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" Linux raspberrypi 5.15.76-v8+ https://github.com/raspberrypi/linux/pull/1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux updated eeprom etc.

Bus 002 Device 008: ID 152d:0562 JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6Gb/s bridge Couldn't open device, some information will be missing Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.10 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 9 idVendor 0x152d JMicron Technology Corp. / JMicron USA Technology Corp. idProduct 0x0562 JMS567 SATA 6Gb/s bridge bcdDevice 1.0d iManufacturer 1 JMicron iProduct 2 JMS56x Series iSerial 5 RANDOM__5C090397067C bNumConfigurations 1 Configuration Descriptor:

raspbian 64 bit

openmediavault 6 Version 6.0.46-5 (Shaitan) Prozessor BCM2835 Kernel Linux 5.15.76-v8+

device disconnects, share disaspears - need to reset enclosure + pi on a x86 linux machine , all working.

1.12.2022, 22:57:05 kernel: [ 509.452860] BTRFS warning (device sdb1): Skipping commit of aborted transaction. 1.12.2022, 22:57:05 kernel: [ 509.621599] sd 0:0:0:1: [sdb] Synchronize Cache(10) failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK 1.12.2022, 22:57:05 kernel: [ 509.452828] BTRFS info (device sdb1): forced readonly 1.12.2022, 22:57:04 kernel: [ 508.913535] sd 0:0:0:1: [sdb] tag#16 uas_eh_abort_handler 0 uas-tag 1 inflight: IN 1.12.2022, 22:57:04 kernel: [ 508.933539] scsi host0: uas_eh_device_reset_handler start 1.12.2022, 22:57:04 kernel: [ 509.062290] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd 1.12.2022, 22:57:04 kernel: [ 509.082480] usb 2-1: device firmware changed 1.12.2022, 22:57:04 kernel: [ 508.913555] sd 0:0:0:1: [sdb] tag#16 CDB: opcode=0x85 85 08 0e 00 00 00 01 00 00 00 00 00 00 00 ec 00 1.12.2022, 22:57:04 kernel: [ 509.090735] sd 0:0:0:1: Device offlined - not ready after error recovery 1.12.2022, 22:57:04 kernel: [ 509.090849] usb 2-1: USB disconnect, device number 2 1.12.2022, 22:57:04 kernel: [ 509.090717] scsi host0: uas_eh_device_reset_handler FAILED err -19 1.12.2022, 22:56:03 kernel: [ 447.196946] xhci_hcd 0000:01:00.0: Looking for event-dma 0000000441e40da0 trb-start 0000000441e40db0 trb-end 0000000441e40db0 seg-start 0000000441e40000 seg-end 0000000441e40ff0 1.12.2022, 22:56:03 kernel: [ 447.129915] xhci_hcd 0000:01:00.0: WARN Successful completion on short TX

tomikaa87 commented 1 year ago

@Nazgile94 you issue seems to be different, I don't see the following error in your log: xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead.

mitin1993 commented 1 year ago

I have case ICY BOX M.2 NVMe USB 3.1 Gen 2 Typ-C (IB-1817M-C31) link and SSD: Kingston 2TB M.2 Gen4 PCIe NVMe NV2 (SNV2S/2000G) link

vcgencmd version

Oct 26 2022 11:09:05 Copyright (c) 2012 Broadcom version c72ad6b26ff40c91ef776b847436094ee63fabee (clean) (release) (start)

uname -a

Linux pih 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux

sudo rpi-eeprom-update

UPDATE AVAILABLE BOOTLOADER: update available CURRENT: Thu Sep 3 12:11:43 UTC 2020 (1599135103) LATEST: Wed Dec 7 14:24:15 UTC 2022 (1670423055) RELEASE: default (/lib/firmware/raspberrypi/bootloader/default) Use raspi-config to change the release.

VL805_FW: Dedicated VL805 EEPROM VL805: up to date CURRENT: 000138a1 LATEST: 000138a1

lsusb -tv

/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M ID 1d6b:0003 Linux Foundation 3.0 root hub | Port 2: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M ID 152d:0583 JMicron Technology Corp. / JMicron USA Technology Corp. JMS583Gen 2 to PCIe Gen3x2 Bridge /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M ID 1d6b:0002 Linux Foundation 2.0 root hub | Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M ID 2109:3431 VIA Labs, Inc. Hub

sudo lsusb -vd 152d:0583

Bus 002 Device 002: ID 152d:0583 JMicron Technology Corp. / JMicron USA Technology Corp. JMS583Gen 2 to PCIe Gen3x2 Bridge Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 3.20 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 9 idVendor 0x152d JMicron Technology Corp. / JMicron USA Technology Corp. idProduct 0x0583 JMS583Gen 2 to PCIe Gen3x2 Bridge bcdDevice 31.06 iManufacturer 1 JMicron iProduct 2 USB 3.2 Gen2x1 Storage Device iSerial 3 DD56419884859 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0079 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 896mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 1 bNumEndpoints 4 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 98 iInterface 10 MSC USB Attached SCSI Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 0 Command pipe (0x01) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 0 MaxStreams 32 Status pipe (0x02) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 3 MaxStreams 32 Data-in pipe (0x03) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0400 1x 1024 bytes bInterval 0 bMaxBurst 15 MaxStreams 32 Data-out pipe (0x04) Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 0x0046 bNumDeviceCaps 4 USB 2.0 Extension Device Capability: bLength 7 bDescriptorType 16 bDevCapabilityType 2 bmAttributes 0x00000f0e BESL Link Power Management (LPM) Supported BESL value 3840 us SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x00 wSpeedsSupported 0x000e Device can operate at Full Speed (12Mbps) Device can operate at High Speed (480Mbps) Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 1 Lowest fully-functional device speed is Full Speed (12Mbps) bU1DevExitLat 10 micro seconds bU2DevExitLat 32 micro seconds Platform Device Capability: bLength 28 bDescriptorType 16 bDevCapabilityType 5 bReserved 0 PlatformCapabilityUUID {d8dd60df-4589-4cc7-9cd2-659d9e648a9f} CapabilityData[0] 0x00 CapabilityData[1] 0x00 CapabilityData[2] 0x03 CapabilityData[3] 0x06 CapabilityData[4] 0x10 CapabilityData[5] 0x00 CapabilityData[6] 0x0a CapabilityData[7] 0x00 SuperSpeedPlus USB Device Capability: bLength 20 bDescriptorType 16 bDevCapabilityType 10 bmAttributes 0x00000001 Sublink Speed Attribute count 1 Sublink Speed ID count 0 wFunctionalitySupport 0x1100 bmSublinkSpeedAttr[0] 0x000a4030 Speed Attribute ID: 0 10Gb/s Symmetric RX SuperSpeedPlus bmSublinkSpeedAttr[1] 0x000a40b0 Speed Attribute ID: 0 10Gb/s Symmetric TX SuperSpeedPlus can't get debug descriptor: Resource temporarily unavailable Device Status: 0x000c (Bus Powered) U1 Enabled U2 Enabled

fio freezes after startup

TEST: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=1 ... fio-3.25 Starting 64 processes TEST: Laying out IO file (1 file / 10240MiB)

dmesg

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 5.15.76-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003dffffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff] [ 0.000000] On node 0, zone DMA32: 8192 pages in unavailable ranges [ 0.000000] On node 0, zone DMA32: 16384 pages in unavailable ranges [ 0.000000] percpu: Embedded 28 pages/cpu s77336 r8192 d29160 u114688 [ 0.000000] pcpu-alloc: s77336 r8192 d29160 u114688 alloc=28*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v3a [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1007872 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:8B:51:06 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 usb-storage.quirks=152d:0583:u console=ttyAMA0,115200 console=tty1 root=PARTUUID=7fc9bea2-02 rootfstype=ext4 fsck.repair=yes rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x000000003a000000-0x000000003e000000] (64MB) [ 0.000000] Memory: 3598876K/4096000K available (11520K kernel code, 1956K rwdata, 4148K rodata, 3840K init, 975K bss, 169444K reserved, 327680K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 38059 entries in 149 pages [ 0.000000] ftrace: allocated 149 pages with 4 groups [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10) [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000165] Console: colour dummy device 80x25 [ 0.000407] printk: console [tty1] enabled [ 0.000444] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) [ 0.000462] pid_max: default: 32768 minimum: 301 [ 0.000530] LSM: Security Framework initializing [ 0.000654] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.000696] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.001306] cgroup: Disabling memory control group subsystem [ 0.002546] rcu: Hierarchical SRCU implementation. [ 0.003080] EFI services will not be available. [ 0.003325] smp: Bringing up secondary CPUs ... [ 0.003807] Detected PIPT I-cache on CPU1 [ 0.003851] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.004404] Detected PIPT I-cache on CPU2 [ 0.004426] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.004908] Detected PIPT I-cache on CPU3 [ 0.004928] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.004990] smp: Brought up 1 node, 4 CPUs [ 0.005027] SMP: Total of 4 processors activated. [ 0.005036] CPU features: detected: 32-bit EL0 Support [ 0.005044] CPU features: detected: 32-bit EL1 Support [ 0.005052] CPU features: detected: CRC32 instructions [ 0.018218] CPU: All CPU(s) started at EL2 [ 0.018268] alternatives: patching kernel code [ 0.019140] devtmpfs: initialized [ 0.023777] Enabled cp15_barrier support [ 0.023816] Enabled setend support [ 0.023832] KASLR enabled [ 0.023920] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.023942] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.029801] pinctrl core: initialized pinctrl subsystem [ 0.030214] DMI not present or invalid. [ 0.030546] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.032204] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.032337] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.032714] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.032768] audit: initializing netlink subsys (disabled) [ 0.032909] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1 [ 0.033156] thermal_sys: Registered thermal governor 'step_wise' [ 0.033254] cpuidle: using governor menu [ 0.033401] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.033491] ASID allocator initialised with 32768 entries [ 0.033575] Serial: AMBA PL011 UART driver [ 0.038617] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.052105] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-10-26T11:09:05, variant start [ 0.056109] raspberrypi-firmware soc:firmware: Firmware hash is c72ad6b26ff40c91ef776b847436094ee63fabee [ 0.078182] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1 [ 0.079940] vgaarb: loaded [ 0.080139] SCSI subsystem initialized [ 0.080300] usbcore: registered new interface driver usbfs [ 0.080332] usbcore: registered new interface driver hub [ 0.080369] usbcore: registered new device driver usb [ 0.080527] usb_phy_generic phy: supply vcc not found, using dummy regulator [ 0.080623] usb_phy_generic phy: dummy supplies not allowed for exclusive requests [ 0.080762] pps_core: LinuxPPS API ver. 1 registered [ 0.080772] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.080787] PTP clock support registered [ 0.081470] clocksource: Switched to clocksource arch_sys_counter [ 0.121675] VFS: Disk quotas dquot_6.6.0 [ 0.121750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.121836] FS-Cache: Loaded [ 0.121965] CacheFiles: Loaded [ 0.125930] NET: Registered PF_INET protocol family [ 0.126281] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.127825] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.127865] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.127883] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.127984] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.128457] TCP: Hash tables configured (established 32768 bind 32768) [ 0.128592] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.128631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.128776] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.129289] RPC: Registered named UNIX socket transport module. [ 0.129303] RPC: Registered udp transport module. [ 0.129312] RPC: Registered tcp transport module. [ 0.129320] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.129334] PCI: CLS 0 bytes, default 64 [ 0.130654] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.130818] kvm [1]: IPA Size Limit: 44 bits [ 0.131318] kvm [1]: vgic interrupt IRQ9 [ 0.131447] kvm [1]: Hyp mode initialized successfully [ 0.477623] Initialise system trusted keyrings [ 0.477837] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.480560] zbud: loaded [ 0.481379] FS-Cache: Netfs 'nfs' registered for caching [ 0.481751] NFS: Registering the id_resolver key type [ 0.481777] Key type id_resolver registered [ 0.481785] Key type id_legacy registered [ 0.481833] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.481844] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.482389] Key type asymmetric registered [ 0.482401] Asymmetric key parser 'x509' registered [ 0.482443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.482574] io scheduler mq-deadline registered [ 0.482586] io scheduler kyber registered [ 0.486401] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 0.486435] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [ 0.486476] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [ 0.486516] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000 [ 0.535534] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [ 0.535698] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 0.535712] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.535723] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [ 0.535769] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 0.535886] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.537575] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 0.537675] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.537955] pci 0000:01:00.0: PME# supported from D0 D3cold [ 0.550852] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 0.550869] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 0.550895] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.550908] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 0.555076] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 0.556199] iproc-rng200 fe104000.rng: hwrng registered [ 0.556402] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 0.556968] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 [ 0.562051] brd: module loaded [ 0.566279] loop: module loaded [ 0.566636] Loading iSCSI transport class v2.0-870. [ 0.568809] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [ 0.625537] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [ 0.626037] usbcore: registered new interface driver r8152 [ 0.626073] usbcore: registered new interface driver lan78xx [ 0.626106] usbcore: registered new interface driver smsc95xx [ 0.627377] pci 0000:00:00.0: enabling device (0000 -> 0002) [ 0.627400] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002) [ 0.627455] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.627474] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 0.627906] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000740000000890 [ 0.628227] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 0.628241] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 0.628256] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 0.628468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 0.628483] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.628494] usb usb1: Product: xHCI Host Controller [ 0.628503] usb usb1: Manufacturer: Linux 5.15.76-v8+ xhci-hcd [ 0.628512] usb usb1: SerialNumber: 0000:01:00.0 [ 0.628837] hub 1-0:1.0: USB hub found [ 0.628879] hub 1-0:1.0: 1 port detected [ 0.629316] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 0.629331] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.629342] usb usb2: Product: xHCI Host Controller [ 0.629351] usb usb2: Manufacturer: Linux 5.15.76-v8+ xhci-hcd [ 0.629359] usb usb2: SerialNumber: 0000:01:00.0 [ 0.629669] hub 2-0:1.0: USB hub found [ 0.629740] hub 2-0:1.0: 4 ports detected [ 0.630537] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.630667] dwc_otg: FIQ enabled [ 0.630671] dwc_otg: NAK holdoff enabled [ 0.630675] dwc_otg: FIQ split-transaction FSM enabled [ 0.630680] Module dwc_common_port init [ 0.630959] usbcore: registered new interface driver uas [ 0.631004] usbcore: registered new interface driver usb-storage [ 0.631100] mousedev: PS/2 mouse device common for all mice [ 0.632707] sdhci: Secure Digital Host Controller Interface driver [ 0.632721] sdhci: Copyright(c) Pierre Ossman [ 0.632968] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.635129] ledtrig-cpu: registered to indicate activity on CPUs [ 0.635371] hid: raw HID events driver (C) Jiri Kosina [ 0.635440] usbcore: registered new interface driver usbhid [ 0.635450] usbhid: USB HID core driver [ 0.635615] ashmem: initialized [ 0.639556] NET: Registered PF_PACKET protocol family [ 0.639647] Key type dns_resolver registered [ 0.640152] registered taskstats version 1 [ 0.640177] Loading compiled-in X.509 certificates [ 0.640548] Key type ._fscrypt registered [ 0.640560] Key type .fscrypt registered [ 0.640568] Key type fscrypt-provisioning registered [ 0.645821] uart-pl011 fe201000.serial: there is not valid maps for state default [ 0.645960] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 0.646042] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2 [ 0.881482] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 0.891528] printk: console [ttyAMA0] enabled [ 1.095364] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [ 1.111927] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 1.115809] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 1.121141] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.126077] usb 1-1: Product: USB2.0 Hub [ 1.135763] of_cfs_init [ 1.142875] hub 1-1:1.0: USB hub found [ 1.145382] of_cfs_init: OK [ 1.148536] hub 1-1:1.0: 4 ports detected [ 1.171336] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA [ 1.215796] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd [ 1.318553] mmc0: new ultra high speed DDR50 SDXC card at address 5048 [ 1.408629] usb 2-2: New USB device found, idVendor=152d, idProduct=0583, bcdDevice=31.06 [ 1.416284] mmcblk0: mmc0:5048 SD64G 58.0 GiB [ 1.421413] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.421419] usb 2-2: Product: USB 3.2 Gen2x1 Storage Device [ 1.433872] mmcblk0: p1 p2 [ 1.436741] usb 2-2: Manufacturer: JMicron [ 1.443432] mmcblk0: mmc0:5048 SD64G 58.0 GiB [ 1.447092] usb 2-2: SerialNumber: DD56419884859 [ 2.089514] usb 2-2: UAS is ignored for this device, using usb-storage instead [ 2.095665] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem [ 2.096821] usb 2-2: UAS is ignored for this device, using usb-storage instead [ 2.104068] EXT4-fs (mmcblk0p2): write access will be enabled during recovery [ 2.111353] usb-storage 2-2:1.0: USB Mass Storage device detected [ 2.124803] usb-storage 2-2:1.0: Quirks match for vid 152d pid 0583: 800000 [ 2.131960] scsi host0: usb-storage 2-2:1.0 [ 2.273371] EXT4-fs (mmcblk0p2): recovery complete [ 2.279674] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 2.289480] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 2.301682] devtmpfs: mounted [ 2.308523] Freeing unused kernel memory: 3840K [ 2.313180] Run /sbin/init as init process [ 2.317280] with arguments: [ 2.317284] /sbin/init [ 2.317288] with environment: [ 2.317291] HOME=/ [ 2.317295] TERM=linux [ 2.733156] systemd[1]: System time before build time, advancing clock. [ 2.853395] NET: Registered PF_INET6 protocol family [ 2.859289] Segment Routing with IPv6 [ 2.862985] In-situ OAM (IOAM) with IPv6 [ 2.910010] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 2.933396] systemd[1]: Detected architecture arm64. [ 2.949355] systemd[1]: Set hostname to . [ 3.029808] uart-pl011 fe201000.serial: no DMA platform data [ 3.165971] scsi 0:0:0:0: Direct-Access KINGSTON SNV2S2000G 3106 PQ: 0 ANSI: 6 [ 3.459237] systemd[1]: Queued start job for default target Multi-User System. [ 3.482973] systemd[1]: Created slice system-getty.slice. [ 3.489626] systemd[1]: Created slice system-modprobe.slice. [ 3.496215] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 3.503436] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 3.510534] systemd[1]: Created slice User and Session Slice. [ 3.516689] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 3.524952] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.533170] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.542841] systemd[1]: Reached target Local Encrypted Volumes. [ 3.548983] systemd[1]: Reached target Paths. [ 3.553530] systemd[1]: Reached target Slices. [ 3.558132] systemd[1]: Reached target Swap. [ 3.562986] systemd[1]: Listening on Syslog Socket. [ 3.568315] systemd[1]: Listening on fsck to fsckd communication Socket. [ 3.575310] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 3.582485] systemd[1]: Listening on Journal Audit Socket. [ 3.588429] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.594901] systemd[1]: Listening on Journal Socket. [ 3.603572] systemd[1]: Listening on udev Control Socket. [ 3.609504] systemd[1]: Listening on udev Kernel Socket. [ 3.615343] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 3.643209] systemd[1]: Mounting POSIX Message Queue File System... [ 3.652082] systemd[1]: Mounting RPC Pipe File System... [ 3.660244] systemd[1]: Mounting Kernel Debug File System... [ 3.668664] systemd[1]: Mounting Kernel Trace File System... [ 3.674806] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 3.687668] systemd[1]: Starting Restore / save the current clock... [ 3.697623] systemd[1]: Starting Set the console keyboard layout... [ 3.707167] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 3.718278] systemd[1]: Starting Load Kernel Module configfs... [ 3.727786] systemd[1]: Starting Load Kernel Module drm... [ 3.736300] systemd[1]: Starting Load Kernel Module fuse... [ 3.744910] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 3.757796] systemd[1]: Starting File System Check on Root Device... [ 3.758810] fuse: init (API version 7.34) [ 3.774706] systemd[1]: Starting Journal Service... [ 3.784970] systemd[1]: Starting Load Kernel Modules... [ 3.793909] systemd[1]: Starting Coldplug All udev Devices... [ 3.805857] systemd[1]: Mounted POSIX Message Queue File System. [ 3.813083] systemd[1]: Mounted RPC Pipe File System. [ 3.818997] systemd[1]: Mounted Kernel Debug File System. [ 3.825177] systemd[1]: Mounted Kernel Trace File System. [ 3.832102] systemd[1]: Finished Restore / save the current clock. [ 3.839958] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 3.849525] systemd[1]: modprobe@configfs.service: Succeeded. [ 3.856171] systemd[1]: Finished Load Kernel Module configfs. [ 3.863732] systemd[1]: Finished Load Kernel Modules. [ 3.900296] systemd[1]: Mounting Kernel Configuration File System... [ 3.910211] systemd[1]: Started File System Check Daemon to report status. [ 3.923043] systemd[1]: Starting Apply Kernel Variables... [ 3.931793] systemd[1]: Started Journal Service. [ 4.044750] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none. [ 4.090148] systemd-journald[149]: Received client request to flush runtime journal. [ 4.095480] systemd-journald[149]: File /var/log/journal/de44b0a135154211afde8acb7ba83916/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 4.848829] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 4.868181] bcm2835_vc_sm_cma_probe: Videocore shared memory driver

[ 4.868865] mc: Linux media interface: v0.10 [ 4.873899] [vc_sm_connected_init]: installed successfully [ 4.878709] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode [ 4.899631] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode [ 5.134244] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 5.151634] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) [ 5.152186] sd 0:0:0:0: [sda] Write Protect is off [ 5.152196] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08 [ 5.152773] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.155351] sda: sda1 [ 5.157068] sd 0:0:0:0: [sda] Attached SCSI disk [ 5.192889] videodev: Linux video capture interface: v2.00 [ 5.286286] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 5.288425] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 5.300299] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned. [ 5.301230] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [ 5.304245] rpivid feb10000.codec: Device registered as /dev/video19 [ 5.306250] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 [ 5.308081] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 [ 5.309132] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 [ 5.309321] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 [ 5.309339] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 5.309349] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 5.309357] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 5.309364] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 5.314338] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 5.317264] bcm2835_audio bcm2835_audio: card created with 8 channels [ 5.317368] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20 [ 5.318322] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 5.320954] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21 [ 5.321213] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22 [ 5.321399] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23 [ 5.321421] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 5.321433] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 5.321440] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 5.321453] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 5.322807] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp [ 5.328114] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 5.331411] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [ 5.331444] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [ 5.338740] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [ 5.338783] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [ 5.343865] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [ 5.343901] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [ 5.351276] bcm2835-codec bcm2835-codec: Device registered as /dev/video18 [ 5.351327] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx [ 5.357751] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0 [ 5.358445] bcm2835-codec bcm2835-codec: Device registered as /dev/video31 [ 5.358477] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image [ 5.521324] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) [ 5.524688] Registered IR keymap rc-cec [ 5.527074] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0 [ 5.527219] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0 [ 5.529720] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) [ 5.543020] Registered IR keymap rc-cec [ 5.544254] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1 [ 5.544393] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input1 [ 5.560745] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) [ 5.561016] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) [ 5.561181] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 5.561324] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 5.561512] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 5.561748] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 5.561933] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 5.568553] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1 [ 5.568962] vc4-drm gpu: [drm] Cannot find any crtc or sizes [ 6.103037] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS [ 7.139407] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 7.140104] bcmgenet fd580000.ethernet eth0: Link is Down [ 11.229655] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 11.229697] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 13.689084] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 13.693568] Bridge firewalling registered [ 13.943998] Initializing XFRM netlink socket [ 14.956808] docker0: port 1(vethb80fa07) entered blocking state [ 14.956834] docker0: port 1(vethb80fa07) entered disabled state [ 14.957061] device vethb80fa07 entered promiscuous mode [ 14.959508] docker0: port 1(vethb80fa07) entered blocking state [ 14.959537] docker0: port 1(vethb80fa07) entered forwarding state [ 14.959759] docker0: port 1(vethb80fa07) entered disabled state [ 15.065019] docker0: port 2(veth0bf1a83) entered blocking state [ 15.065053] docker0: port 2(veth0bf1a83) entered disabled state [ 15.065246] device veth0bf1a83 entered promiscuous mode [ 15.065641] docker0: port 2(veth0bf1a83) entered blocking state [ 15.065656] docker0: port 2(veth0bf1a83) entered forwarding state [ 15.065854] docker0: port 2(veth0bf1a83) entered disabled state [ 15.109005] docker0: port 3(veth67ff978) entered blocking state [ 15.109038] docker0: port 3(veth67ff978) entered disabled state [ 15.110177] device veth67ff978 entered promiscuous mode [ 15.111978] docker0: port 3(veth67ff978) entered blocking state [ 15.112005] docker0: port 3(veth67ff978) entered forwarding state [ 15.112287] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready [ 15.115056] docker0: port 3(veth67ff978) entered disabled state [ 15.212158] docker0: port 4(veth72b74bb) entered blocking state [ 15.212178] docker0: port 4(veth72b74bb) entered disabled state [ 15.212381] device veth72b74bb entered promiscuous mode [ 15.212620] docker0: port 4(veth72b74bb) entered blocking state [ 15.212633] docker0: port 4(veth72b74bb) entered forwarding state [ 15.360121] docker0: port 5(veth75e3acd) entered blocking state [ 15.360146] docker0: port 5(veth75e3acd) entered disabled state [ 15.360330] device veth75e3acd entered promiscuous mode [ 15.360562] docker0: port 5(veth75e3acd) entered blocking state [ 15.360576] docker0: port 5(veth75e3acd) entered forwarding state [ 15.507594] docker0: port 6(vethc45ae0e) entered blocking state [ 15.507621] docker0: port 6(vethc45ae0e) entered disabled state [ 15.508254] device vethc45ae0e entered promiscuous mode [ 15.510194] docker0: port 6(vethc45ae0e) entered blocking state [ 15.510222] docker0: port 6(vethc45ae0e) entered forwarding state [ 15.581719] vc4-drm gpu: [drm] Cannot find any crtc or sizes [ 15.997892] docker0: port 4(veth72b74bb) entered disabled state [ 15.998113] docker0: port 5(veth75e3acd) entered disabled state [ 15.998263] docker0: port 6(vethc45ae0e) entered disabled state [ 17.351371] eth0: renamed from veth4d9f80d [ 17.371906] eth0: renamed from vethd869606 [ 17.406417] eth0: renamed from veth706d499 [ 17.506222] eth0: renamed from vethda5df3a [ 17.534488] IPv6: ADDRCONF(NETDEV_CHANGE): veth72b74bb: link becomes ready [ 17.534621] docker0: port 4(veth72b74bb) entered blocking state [ 17.534635] docker0: port 4(veth72b74bb) entered forwarding state [ 17.534792] IPv6: ADDRCONF(NETDEV_CHANGE): vethb80fa07: link becomes ready [ 17.534881] docker0: port 1(vethb80fa07) entered blocking state [ 17.534896] docker0: port 1(vethb80fa07) entered forwarding state [ 17.535032] IPv6: ADDRCONF(NETDEV_CHANGE): veth0bf1a83: link becomes ready [ 17.535107] docker0: port 2(veth0bf1a83) entered blocking state [ 17.535119] docker0: port 2(veth0bf1a83) entered forwarding state [ 17.558779] eth0: renamed from veth22d393a [ 17.582567] eth0: renamed from vetheaffda7 [ 17.609899] IPv6: ADDRCONF(NETDEV_CHANGE): vethc45ae0e: link becomes ready [ 17.610048] docker0: port 6(vethc45ae0e) entered blocking state [ 17.610063] docker0: port 6(vethc45ae0e) entered forwarding state [ 17.611590] IPv6: ADDRCONF(NETDEV_CHANGE): veth67ff978: link becomes ready [ 17.611724] docker0: port 3(veth67ff978) entered blocking state [ 17.611755] docker0: port 3(veth67ff978) entered forwarding state [ 17.611891] IPv6: ADDRCONF(NETDEV_CHANGE): veth75e3acd: link becomes ready [ 17.611984] docker0: port 5(veth75e3acd) entered blocking state [ 17.612001] docker0: port 5(veth75e3acd) entered forwarding state [ 31.709611] cam-dummy-reg: disabling [ 66.666110] usb 2-2: reset SuperSpeed USB device number 2 using xhci_hcd [ 242.655580] INFO: task kworker/u8:1:69 blocked for more than 120 seconds. [ 242.655606] Tainted: G C 5.15.76-v8+ #1597 [ 242.655612] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 242.655617] task:kworker/u8:1 state:D stack: 0 pid: 69 ppid: 2 flags:0x00000008 [ 242.655632] Workqueue: writeback wb_workfn (flush-8:0) [ 242.655657] Call trace: [ 242.655660] switch_to+0x114/0x1c8 [ 242.655671] schedule+0x2e4/0x888 [ 242.655683] schedule+0x68/0x128 [ 242.655689] io_schedule+0x24/0xa8 [ 242.655696] blk_mq_get_tag+0x1b8/0x310 [ 242.655706] blk_mq_alloc_request+0x68/0x158 [ 242.655713] blk_mq_submit_bio+0x134/0x5a8 [ 242.655720] submit_bio+0x22c/0x280 [ 242.655729] submit_bio_noacct+0x1ec/0x228 [ 242.655736] submit_bio+0x3c/0x138 [ 242.655743] submit_bh_wbc+0x188/0x1e0 [ 242.655749] block_write_full_page+0x240/0x570 [ 242.655756] block_write_full_page+0x14c/0x170 [ 242.655763] blkdev_writepage+0x24/0x30 [ 242.655769] writepage+0x28/0xb8 [ 242.655777] write_cache_pages+0x1d8/0x430 [ 242.655784] generic_writepages+0x68/0xa0 [ 242.655791] blkdev_writepages+0x18/0x28 [ 242.655796] do_writepages+0x88/0x218 [ 242.655803] writeback_single_inode+0x4c/0x478 [ 242.655809] writeback_sb_inodes+0x1e8/0x470 [ 242.655816] writeback_inodes_wb+0x80/0xf0 [ 242.655822] wb_writeback+0x2d4/0x3a8 [ 242.655828] wb_workfn+0x2e0/0x5b0 [ 242.655834] process_one_work+0x1f8/0x4a0 [ 242.655842] worker_thread+0x50/0x480 [ 242.655848] kthread+0x140/0x158 [ 242.655854] ret_from_fork+0x10/0x20 [ 242.655869] INFO: task scsi_eh_0:99 blocked for more than 120 seconds. [ 242.655875] Tainted: G C 5.15.76-v8+ #1597 [ 242.655879] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 242.655883] task:scsi_eh_0 state:D stack: 0 pid: 99 ppid: 2 flags:0x00000008 [ 242.655894] Call trace: [ 242.655898] switch_to+0x114/0x1c8 [ 242.655905] schedule+0x2e4/0x888 [ 242.655912] schedule+0x68/0x128 [ 242.655918] schedule_preempt_disabled+0x20/0x38 [ 242.655925] mutex_lock.isra.15+0x2a4/0x5b0 [ 242.655933] mutex_lock_slowpath+0x1c/0x28 [ 242.655940] mutex_lock+0x40/0x58 [ 242.655947] device_reset+0x2c/0x60 [ 242.655955] scsi_eh_ready_devs+0x48c/0x850 [ 242.655964] scsi_error_handler+0x37c/0x388 [ 242.655971] kthread+0x140/0x158 [ 242.655977] ret_from_fork+0x10/0x20 [ 242.656085] INFO: task qbittorrent-nox:2722 blocked for more than 120 seconds. [ 242.656090] Tainted: G C 5.15.76-v8+ #1597 [ 242.656095] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 242.656099] task:qbittorrent-nox state:D stack: 0 pid: 2722 ppid: 2416 flags:0x00000800 [ 242.656109] Call trace: [ 242.656113] switch_to+0x114/0x1c8 [ 242.656120] __schedule+0x2e4/0x888 [ 242.656127] schedule+0x68/0x128 [ 242.656133] rwsem_down_write_slowpath+0x2d8/0x720 [ 242.656141] down_write+0x44/0x78 [ 242.656149] fuse_file_write_iter+0x198/0x3c8 [fuse] [ 242.656177] new_sync_write+0x10c/0x190 [ 242.656186] vfs_write+0x254/0x378 [ 242.656192] ksys_pwrite64+0x80/0xc8 [ 242.656197] arm64_sys_pwrite64+0x28/0x38 [ 242.656203] invoke_syscall+0x4c/0x110 [ 242.656212] el0_svc_common.constprop.3+0x98/0x120 [ 242.656219] do_el0_svc+0x2c/0x90 [ 242.656226] el0_svc+0x24/0x60 [ 242.656231] el0t_64_sync_handler+0x90/0xb8 [ 242.656237] el0t_64_sync+0x1a0/0x1a4 [ 242.656243] INFO: task qbittorrent-nox:2723 blocked for more than 120 seconds. [ 242.656249] Tainted: G C 5.15.76-v8+ #1597 [ 242.656253] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 242.656257] task:qbittorrent-nox state:D stack: 0 pid: 2723 ppid: 2416 flags:0x00000800 [ 242.656266] Call trace: [ 242.656270] switch_to+0x114/0x1c8 [ 242.656277] __schedule+0x2e4/0x888 [ 242.656284] schedule+0x68/0x128 [ 242.656290] rwsem_down_write_slowpath+0x2d8/0x720 [ 242.656296] down_write+0x44/0x78 [ 242.656303] fuse_file_write_iter+0x198/0x3c8 [fuse] [ 242.656321] new_sync_write+0x10c/0x190 [ 242.656329] vfs_write+0x254/0x378 [ 242.656335] ksys_pwrite64+0x80/0xc8 [ 242.656340] arm64_sys_pwrite64+0x28/0x38 [ 242.656346] invoke_syscall+0x4c/0x110 [ 242.656353] el0_svc_common.constprop.3+0x98/0x120 [ 242.656360] do_el0_svc+0x2c/0x90 [ 242.656366] el0_svc+0x24/0x60 [ 242.656372] el0t_64_sync_handler+0x90/0xb8 [ 242.656378] el0t_64_sync+0x1a0/0x1a4 [ 242.656384] INFO: task qbittorrent-nox:2726 blocked for more than 120 seconds. [ 242.656389] Tainted: G C 5.15.76-v8+ #1597 [ 242.656394] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 242.656398] task:qbittorrent-nox state:D stack: 0 pid: 2726 ppid: 2416 flags:0x00000800 [ 242.656407] Call trace: [ 242.656410] switch_to+0x114/0x1c8 [ 242.656418] __schedule+0x2e4/0x888 [ 242.656424] schedule+0x68/0x128 [ 242.656430] rwsem_down_write_slowpath+0x2d8/0x720 [ 242.656437] down_write+0x44/0x78 [ 242.656444] fuse_file_write_iter+0x198/0x3c8 [fuse] [ 242.656461] new_sync_write+0x10c/0x190 [ 242.656469] vfs_write+0x254/0x378 [ 242.656474] ksys_pwrite64+0x80/0xc8 [ 242.656480] arm64_sys_pwrite64+0x28/0x38 [ 242.656486] invoke_syscall+0x4c/0x110 [ 242.656493] el0_svc_common.constprop.3+0x98/0x120 [ 242.656499] do_el0_svc+0x2c/0x90 [ 242.656506] el0_svc+0x24/0x60 [ 242.656512] el0t_64_sync_handler+0x90/0xb8 [ 242.656518] el0t_64_sync+0x1a0/0x1a4 [ 242.656524] INFO: task qbittorrent-nox:2727 blocked for more than 120 seconds. [ 242.656529] Tainted: G C 5.15.76-v8+ #1597 [ 242.656533] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 242.656537] task:qbittorrent-nox state:D stack: 0 pid: 2727 ppid: 2416 flags:0x00000800 [ 242.656546] Call trace: [ 242.656550] switch_to+0x114/0x1c8 [ 242.656557] __schedule+0x2e4/0x888 [ 242.656563] schedule+0x68/0x128 [ 242.656569] rwsem_down_write_slowpath+0x2d8/0x720 [ 242.656575] down_write+0x44/0x78 [ 242.656583] fuse_file_write_iter+0x198/0x3c8 [fuse] [ 242.656600] new_sync_write+0x10c/0x190 [ 242.656607] vfs_write+0x254/0x378 [ 242.656613] ksys_pwrite64+0x80/0xc8 [ 242.656619] arm64_sys_pwrite64+0x28/0x38 [ 242.656624] invoke_syscall+0x4c/0x110 [ 242.656631] el0_svc_common.constprop.3+0x98/0x120 [ 242.656638] do_el0_svc+0x2c/0x90 [ 242.656645] el0_svc+0x24/0x60 [ 242.656650] el0t_64_sync_handler+0x90/0xb8 [ 242.656656] el0t_64_sync+0x1a0/0x1a4 [ 242.656662] INFO: task qbittorrent-nox:2728 blocked for more than 120 seconds. [ 242.656667] Tainted: G C 5.15.76-v8+ #1597 [ 242.656671] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 242.656675] task:qbittorrent-nox state:D stack: 0 pid: 2728 ppid: 2416 flags:0x00000800 [ 242.656684] Call trace: [ 242.656688] switch_to+0x114/0x1c8 [ 242.656695] __schedule+0x2e4/0x888 [ 242.656701] schedule+0x68/0x128 [ 242.656707] rwsem_down_write_slowpath+0x2d8/0x720 [ 242.656713] down_write+0x44/0x78 [ 242.656720] fuse_file_write_iter+0x198/0x3c8 [fuse] [ 242.656737] new_sync_write+0x10c/0x190 [ 242.656745] vfs_write+0x254/0x378 [ 242.656751] ksys_pwrite64+0x80/0xc8 [ 242.656756] arm64_sys_pwrite64+0x28/0x38 [ 242.656762] invoke_syscall+0x4c/0x110 [ 242.656769] el0_svc_common.constprop.3+0x98/0x120 [ 242.656776] do_el0_svc+0x2c/0x90 [ 242.656782] el0_svc+0x24/0x60 [ 242.656788] el0t_64_sync_handler+0x90/0xb8 [ 242.656794] el0t_64_sync+0x1a0/0x1a4 [ 363.489740] INFO: task kworker/u8:1:69 blocked for more than 241 seconds. [ 363.489768] Tainted: G C 5.15.76-v8+ #1597 [ 363.489774] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 363.489780] task:kworker/u8:1 state:D stack: 0 pid: 69 ppid: 2 flags:0x00000008 [ 363.489795] Workqueue: writeback wb_workfn (flush-8:0) [ 363.489820] Call trace: [ 363.489825] switch_to+0x114/0x1c8 [ 363.489835] schedule+0x2e4/0x888 [ 363.489844] schedule+0x68/0x128 [ 363.489850] io_schedule+0x24/0xa8 [ 363.489857] blk_mq_get_tag+0x1b8/0x310 [ 363.489869] blk_mq_alloc_request+0x68/0x158 [ 363.489877] blk_mq_submit_bio+0x134/0x5a8 [ 363.489884] submit_bio+0x22c/0x280 [ 363.489893] submit_bio_noacct+0x1ec/0x228 [ 363.489900] submit_bio+0x3c/0x138 [ 363.489907] submit_bh_wbc+0x188/0x1e0 [ 363.489914] block_write_full_page+0x240/0x570 [ 363.489920] block_write_full_page+0x14c/0x170 [ 363.489927] blkdev_writepage+0x24/0x30 [ 363.489933] writepage+0x28/0xb8 [ 363.489941] write_cache_pages+0x1d8/0x430 [ 363.489948] generic_writepages+0x68/0xa0 [ 363.489955] blkdev_writepages+0x18/0x28 [ 363.489961] do_writepages+0x88/0x218 [ 363.489967] writeback_single_inode+0x4c/0x478 [ 363.489974] writeback_sb_inodes+0x1e8/0x470 [ 363.489980] writeback_inodes_wb+0x80/0xf0 [ 363.489986] wb_writeback+0x2d4/0x3a8 [ 363.489992] wb_workfn+0x2e0/0x5b0 [ 363.489998] process_one_work+0x1f8/0x4a0 [ 363.490007] worker_thread+0x50/0x480 [ 363.490013] kthread+0x140/0x158 [ 363.490019] ret_from_fork+0x10/0x20 [ 363.490033] INFO: task scsi_eh_0:99 blocked for more than 241 seconds. [ 363.490039] Tainted: G C 5.15.76-v8+ #1597 [ 363.490044] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 363.490048] task:scsi_eh_0 state:D stack: 0 pid: 99 ppid: 2 flags:0x00000008 [ 363.490059] Call trace: [ 363.490063] switch_to+0x114/0x1c8 [ 363.490070] schedule+0x2e4/0x888 [ 363.490078] schedule+0x68/0x128 [ 363.490084] schedule_preempt_disabled+0x20/0x38 [ 363.490091] mutex_lock.isra.15+0x2a4/0x5b0 [ 363.490098] mutex_lock_slowpath+0x1c/0x28 [ 363.490105] mutex_lock+0x40/0x58 [ 363.490112] device_reset+0x2c/0x60 [ 363.490120] scsi_eh_ready_devs+0x48c/0x850 [ 363.490129] scsi_error_handler+0x37c/0x388 [ 363.490136] kthread+0x140/0x158 [ 363.490143] ret_from_fork+0x10/0x20 [ 363.490253] INFO: task qbittorrent-nox:2722 blocked for more than 241 seconds. [ 363.490259] Tainted: G C 5.15.76-v8+ #1597 [ 363.490263] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 363.490267] task:qbittorrent-nox state:D stack: 0 pid: 2722 ppid: 2416 flags:0x00000800 [ 363.490277] Call trace: [ 363.490281] switch_to+0x114/0x1c8 [ 363.490288] __schedule+0x2e4/0x888 [ 363.490295] schedule+0x68/0x128 [ 363.490301] rwsem_down_write_slowpath+0x2d8/0x720 [ 363.490309] down_write+0x44/0x78 [ 363.490316] fuse_file_write_iter+0x198/0x3c8 [fuse] [ 363.490343] new_sync_write+0x10c/0x190 [ 363.490353] vfs_write+0x254/0x378 [ 363.490358] ksys_pwrite64+0x80/0xc8 [ 363.490364] arm64_sys_pwrite64+0x28/0x38 [ 363.490370] invoke_syscall+0x4c/0x110 [ 363.490379] el0_svc_common.constprop.3+0x98/0x120 [ 363.490386] do_el0_svc+0x2c/0x90 [ 363.490393] el0_svc+0x24/0x60 [ 363.490399] el0t_64_sync_handler+0x90/0xb8 [ 363.490406] el0t_64_sync+0x1a0/0x1a4

mitin1993 commented 1 year ago

My problem was solved by connecting the ssd via usb hub TP-LINK UH700 with external power supply

IreneKnapp commented 1 year ago

In case it helps anyone, I would like to report that I have experienced what looks like a very similar problem with a different SBC, the RockPro64, and an SSD very similar to one of the ones mentioned above. The SSD was purchased as the Roshambo 256 MB "game cartridge" to go with their enclosure that looks like a Super Famicom; internally it is a JMicron SSD with vendor ID 0x152d and product ID 0x0579, very similar to the report above which had product ID 0x0578.

Because of the nature of the case, which is quite cramped inside and has an extra circuit board that functions as a SATA-to-USB adaptor, it's a bit of a pain to try different hubs and so on, but, notwithstanding the difficulty, I've already done a bunch of my own experiments and determined that the problem still occurs with a third-party SATA-to-USB adaptor. I did not conduct powered-hub experiments.

My logs do not show evidence that the xHCI controller is crashing, only that the SSD controller itself is. That seems to be a minor variation among these reports, and probably a good direction for further classifying them. As a software developer I'd like to say that I find it entirely probable that an SSD with a buggy implementation of UAS could happen to trigger an otherwise-unnoticed bug in an XHCI controller and that these two things could occur together. I don't think attempts at root-causing the issue should ignore that possible explanation.

I'm offering this here because it seems as if it could aid in the debugging, to know that this isn't just a Pi 4 issue but can happen on other SBCs. Based on people's experiments up-thread, I have applied the UAS-disabling quirk and expect it to solve my problem, so I do not need assistance.

Good luck!

Brody888 commented 1 year ago

I'm also getting this error in the bios driver.

The detail log is as following:

[ 12.869179] loop: module loaded
[ 12.879393] libphy: Fixed MDIO Bus: probed
[ 12.883660] tun: Universal TUN/TAP device driver, 1.6
[ 12.890877] PPP generic driver version 2.4.2
[ 12.896512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 12.903353] ehci-pci: EHCI PCI platform driver
[ 12.908274] ehci-orion: EHCI orion driver
[ 12.912572] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 12.918860] ohci-pci: OHCI PCI platform driver
[ 12.923619] uhci_hcd: USB Universal Host Controller Interface driver
[ 12.931751] xhci_hcd 0000:09:00.0: xHCI Host Controller
[ 12.937318] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 1
[ 12.951815] xhci_hcd 0000:09:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000000100000410
[ 12.961537] xhci_hcd 0000:09:00.0: xilinx_pcie_msi_setup_irq(): hwirq=10, irq=28
[ 12.970846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 12.979237] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.986505] usb usb1: Product: xHCI Host Controller
[ 12.991418] usb usb1: Manufacturer: Linux 5.4.0-81-generic xhci-hcd
[ 12.997714] usb usb1: SerialNumber: 0000:09:00.0
[ 13.004576] hub 1-0:1.0: USB hub found
[ 13.008646] hub 1-0:1.0: 4 ports detected
[ 13.015435] xhci_hcd 0000:09:00.0: xHCI Host Controller
[ 13.020870] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 2
[ 13.028409] xhci_hcd 0000:09:00.0: Host supports USB 3.0 SuperSpeed
[ 13.035014] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 13.043713] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 13.052070] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 13.059329] usb usb2: Product: xHCI Host Controller
[ 13.064237] usb usb2: Manufacturer: Linux 5.4.0-81-generic xhci-hcd
[ 13.070532] usb usb2: SerialNumber: 0000:09:00.0
[ 13.077241] hub 2-0:1.0: USB hub found
[ 13.081250] hub 2-0:1.0: 4 ports detected
[ 13.089849] mousedev: PS/2 mouse device common for all mice
[ 13.100216] rtc-efi rtc-efi: registered as rtc0
[ 13.105714] i2c /dev entries driver
[ 13.111751] device-mapper: uevent: version 1.0.3
[ 13.118015] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[ 13.128120] sdhci: Secure Digital Host Controller Interface driver
[ 13.134416] sdhci: Copyright(c) Pierre Ossman
[ 13.138812] sdhci-pltfm: SDHCI platform and OF driver helper
[ 13.147830] ledtrig-cpu: registered to indicate activity on CPUs
[ 13.155439] EFI Variables Facility v0.08 2004-May-17
[ 13.168123] drop_monitor: Initializing network drop monitor service
[ 13.176516] NET: Registered protocol family 10
[ 13.184475] mmc0: SDHCI controller on 200000000.sdhci [200000000.sdhci] using ADMA 64-bit
[ 13.229295] mmc0: new high speed SDXC card at address 59b4
[ 13.239970] mmcblk0: mmc0:59b4 SD64G 59.4 GiB
[ 13.257235] mmcblk0: p1 p2
[ 13.277067] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 13.317969] Segment Routing with IPv6
[ 13.322278] NET: Registered protocol family 17
[ 13.327600] Key type dns_resolver registered
[ 13.334388] registered taskstats version 1
[ 13.339339] Loading compiled-in X.509 certificates
[ 13.348386] Loaded X.509 cert 'Build time autogenerated kernel key: 219be8357b38d97f29ede2457902dd7b3a668bd1'
[ 13.360130] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[ 13.371397] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[ 13.382474] zswap: loaded using pool lzo/zbud
[ 13.387790] Key type ._fscrypt registered
[ 13.391879] Key type .fscrypt registered
[ 13.451497] aes_ce_cipher: module verification failed: signature and/or required key missing - tainting kernel
[ 13.478732] cryptd: max_cpu_qlen set to 1000
[ 13.539367] Key type big_key registered
[ 13.605762] Key type encrypted registered
[ 13.609929] AppArmor: AppArmor sha1 policy hashing enabled
[ 13.616272] ima: No TPM chip found, activating TPM-bypass!
[ 13.621917] ima: Allocated hash algorithm: sha1
[ 13.626614] ima: No architecture policies found
[ 13.631358] evm: Initialising EVM extended attributes:
[ 13.636523] evm: security.selinux
[ 13.639858] evm: security.SMACK64
[ 13.643195] evm: security.SMACK64EXEC
[ 13.646872] evm: security.SMACK64TRANSMUTE
[ 13.650990] evm: security.SMACK64MMAP
[ 13.654670] evm: security.apparmor
[ 13.658085] evm: security.ima
[ 13.661075] evm: security.capability
[ 13.664656] evm: HMAC attrs: 0x1
[ 13.671235] rtc-efi rtc-efi: setting system clock to 2023-03-01T02:54:13 UTC (1677639253)
[ 13.683189] ttyS0 - failed to request DMA
[ 13.748325] Freeing unused kernel memory: 6464K
[ 13.775156] Checked W+X mappings: passed, no W+X pages found
[ 13.780933] Run /init as init process
Loading, please wait...
Starting version 245.4-4ubuntu3.11
[ 15.237753] Error: Driver 'gpio-dwapb' is already registered, aborting...
[ 15.716243] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[ 15.723875] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 15.769853] nvme nvme0: pci function 0000:03:00.0
[ 15.777774] nvme 0000:03:00.0: xilinx_pcie_msi_setup_irq(): hwirq=11, irq=29
[ 15.790836] igb 0000:05:00.0: enabling device (0000 -> 0002)
[ 15.809023] igb 0000:05:00.0: xilinx_pcie_msi_setup_irq(): hwirq=12, irq=31
[ 15.881968] pps pps0: new PPS source ptp0
[ 15.891157] igb 0000:05:00.0: added PHC on eth0
[ 15.895826] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 15.902745] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 54:c4:15:01:df:b6
[ 15.909915] igb 0000:05:00.0: eth0: PBA No: FFFFFF-0FF
[ 15.915072] igb 0000:05:00.0: Using MSI interrupts. 1 rx queue(s), 1 tx queue(s)
[ 15.982104] random: fast init done
[ 15.982546] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 15.984109] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 15.984232] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 16.009275] usb 1-1: New USB device found, idVendor=1d6b, idProduct=0107, bcdDevice= 1.00
[ 16.018194] usb 1-1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.025481] usb 1-1: Product: USB Virtual Hub
[ 16.029977] usb 1-1: Manufacturer: Aspeed
[ 16.034125] usb 1-1: SerialNumber: 00000000
[ 16.039540] nvme nvme0: missing or invalid SUBNQN field.
[ 16.051539] nvme nvme0: Shutdown timeout set to 8 seconds
[ 16.079800] nvme 0000:03:00.0: xilinx_pcie_msi_setup_irq(): hwirq=11, irq=29
[ 16.099046] hub 1-1:1.0: USB hub found
[ 16.105847] hub 1-1:1.0: 7 ports detected
[ 16.142132] fb0: switching to astdrmfb from EFI VGA
[ 16.143742] nvme nvme0: 1/0/0 default/read/poll queues
[ 16.185226] [drm] platform has no IO space, trying MMIO
[ 16.190605] [drm] P2A bridge disabled, using default configuration
[ 16.196808] [drm] AST 2500 detected
[ 16.200326] [drm] Analog VGA only
[ 16.203695] [drm] dram MCLK=800 Mhz type=1 bus_width=16 size=01000000
[ 16.216260] [TTM] Zone kernel: Available graphics memory: 236412 KiB
[ 16.222931] [TTM] Initializing pool allocator
[ 16.232565] [TTM] Initializing DMA pool allocator
[ 16.285339] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 16.545085] fbcon: Deferring console take-over
[ 16.549763] ast 0000:08:00.0: fb0: astdrmfb frame buffer device
[ 16.577230] [drm] Initialized ast 0.1.0 20120228 for 0000:08:00.0 on minor 0
[ 16.619346] usb 1-3: New USB device found, idVendor=0dd8, idProduct=2609, bcdDevice=11.00
[ 16.627790] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 16.628547] igb 0000:05:00.0 ens3: renamed from eth0
[ 16.634986] usb 1-3: Product: OnlyDisk
[ 16.635000] usb 1-3: Manufacturer: Netac
[ 16.635015] usb 1-3: SerialNumber: AA00000000000181
[ 16.788152] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 16.800093] scsi host0: usb-storage 1-3:1.0
[ 16.809978] usbcore: registered new interface driver usb-storage
[ 16.829422] usbcore: registered new interface driver uas
Begin: Loading essential drivers ... [ 17.368825] raid6: neonx8 gen() 11808 MB/s
[ 17.420769] raid6: neonx8 xor() 10136 MB/s
[ 17.472773] raid6: neonx4 gen() 11527 MB/s
[ 17.524774] raid6: neonx4 xor() 9305 MB/s
[ 17.576776] raid6: neonx2 gen() 10742 MB/s
[ 17.628770] raid6: neonx2 xor() 8888 MB/s
[ 17.680786] raid6: neonx1 gen() 7322 MB/s
[ 17.732773] raid6: neonx1 xor() 5971 MB/s
[ 17.784778] raid6: int64x8 gen() 6127 MB/s
[ 17.836770] raid6: int64x8 xor() 3492 MB/s
[ 17.888773] raid6: int64x4 gen() 6244 MB/s
[ 17.940780] raid6: int64x4 xor() 3513 MB/s
[ 17.992775] raid6: int64x2 gen() 5179 MB/s
[ 18.044785] raid6: int64x2 xor() 2801 MB/s
[ 18.096776] raid6: int64x1 gen() 3475 MB/s
[ 18.148785] raid6: int64x1 xor() 1856 MB/s
[ 18.153076] raid6: using algorithm neonx8 gen() 11808 MB/s
[ 18.158578] raid6: .... xor() 10136 MB/s, rmw enabled
[ 18.163648] raid6: using neon recovery algorithm
[ 18.178108] xor: measuring software checksum speed
[ 18.220784] 8regs : 3889.000 MB/sec
[ 18.264872] 32regs : 4918.000 MB/sec
[ 18.308785] arm64_neon: 4372.000 MB/sec
[ 18.312991] xor: using function: 32regs (4918.000 MB/sec)
[ 18.323418] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... [ 18.551983] scsi 0:0:0:0: Direct-Access Netac OnlyDisk 1100 PQ: 0 ANSI: 4
[ 18.566223] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 18.569970] sd 0:0:0:0: [sda] 62914560 512-byte logical blocks: (32.2 GB/30.0 GiB)
done.
Begin: Mounting root file system ... [ 18.581734] sd 0:0:0:0: [sda] Write Protect is off
[ 18.593051] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Begin: Running /scripts/nfs-top ... done.
Begin: Running /scripts/nfs-premount ... done.
[ 18.649663] sda: sda1
[ 18.671309] sd 0:0:0:0: [sda] Attached SCSI removable disk
Begin: Running /scripts/casper-premount ... done.
done.
[ 19.689935] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
stdin: Invalid argument
[ 57.752992] xhci_hcd 0000:09:00.0: xHCI host not responding to stop endpoint command.
[ 57.764580] xhci_hcd 0000:09:00.0: xHCI host controller not responding, assume dead
[ 57.772603] xhci_hcd 0000:09:00.0: HC died; cleaning up
[ 57.778400] usb 1-1: USB disconnect, device number 2
[ 57.793514] usb 1-3: USB disconnect, device number 3
[ 57.809014] blk_update_request: I/O error, dev sda, sector 4114 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 57.819636] FAT-fs (sda1): FAT read failed (blocknr 2066)
[ 57.823500] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 57.831604] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
[ 74.143923] random: crng init done
[ 74.147496] random: 7 urandom warning(s) missed due to ratelimiting
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument
stdin: Invalid argument

taraspos commented 1 year ago

I'm having the same problem using SanDisk external HDD as NAS.

I haven't noticed many issues as I was running for around a month, but lately it keeps disconnecting multiple times per day with:

Aug 09 20:36:22 raspberrypi kernel: scsi host2: uas_eh_device_reset_handler start
Aug 09 20:36:22 raspberrypi kernel: usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
Aug 09 20:36:22 raspberrypi kernel: scsi host2: uas_eh_device_reset_handler success
Aug 09 20:36:32 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#18 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD
Aug 09 20:36:32 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#18 CDB: opcode=0x0 00 00 00 00 00 00
Aug 09 20:36:32 raspberrypi kernel: scsi host2: uas_eh_device_reset_handler start
Aug 09 20:36:32 raspberrypi kernel: xhci_hcd 0000:01:00.0: WARNING: Host System Error
Aug 09 20:36:37 raspberrypi kernel: xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command
Aug 09 20:36:37 raspberrypi kernel: xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead
Aug 09 20:36:37 raspberrypi kernel: xhci_hcd 0000:01:00.0: HC died; cleaning up
Aug 09 20:36:37 raspberrypi kernel: usb 2-1: USB disconnect, device number 2
Aug 09 20:36:37 raspberrypi kernel: scsi host2: uas_eh_device_reset_handler FAILED err -22
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: Device offlined - not ready after error recovery
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#27 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=45s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#27 CDB: opcode=0x8a 8a 00 00 00 00 00 07 09 0e 97 00 00 00 09 00 00
Aug 09 20:36:37 raspberrypi kernel: blk_print_req_error: 90 callbacks suppressed
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 118034071 op 0x1:(WRITE) flags 0x100000 phys_seg 2 prio class 2
Aug 09 20:36:37 raspberrypi kernel: buffer_io_error: 33 callbacks suppressed
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 117622423, lost async page write
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#19 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=50s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#19 CDB: opcode=0x88 88 00 00 00 00 00 00 09 5c 08 00 00 00 01 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 613384 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#20 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=50s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#20 CDB: opcode=0x88 88 00 00 00 00 00 00 09 5c 09 00 00 00 01 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 613385 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#21 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=50s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#21 CDB: opcode=0x88 88 00 00 00 00 00 00 09 5c 0a 00 00 00 01 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 613386 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#22 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=50s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#22 CDB: opcode=0x88 88 00 00 00 00 00 00 09 5c 0b 00 00 00 01 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 613387 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#23 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=50s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#23 CDB: opcode=0x88 88 00 00 00 00 00 00 09 5c 0c 00 00 00 01 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 613388 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#24 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=50s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#24 CDB: opcode=0x88 88 00 00 00 00 00 00 09 5c 0d 00 00 00 01 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 613389 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#25 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=50s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#25 CDB: opcode=0x88 88 00 00 00 00 00 00 09 5c 0e 00 00 00 01 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 613390 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#26 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=50s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#26 CDB: opcode=0x88 88 00 00 00 00 00 00 09 5c 0f 00 00 00 01 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 613391 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=66s
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x8a 8a 00 00 00 00 00 00 06 ce ff 00 00 00 02 00 00
Aug 09 20:36:37 raspberrypi kernel: I/O error, dev sdc, sector 446207 op 0x1:(WRITE) flags 0x100000 phys_seg 2 prio class 2
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 34559, lost async page write
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 34560, lost async page write
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 196612, lost async page write
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 196614, lost async page write
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 196663, lost async page write
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 196664, lost async page write
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 9887232, lost async page write
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 9887233, lost async page write
Aug 09 20:36:37 raspberrypi kernel: Buffer I/O error on dev sdc2, logical block 9887234, lost async page write
Aug 09 20:36:37 raspberrypi kernel: sd 2:0:0:0: rejecting I/O to offline device
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): Filesystem has been set read-only
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784320, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784320, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784321, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784322, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784323, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784324, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784325, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784326, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784327, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to bmap (inode : 000000005629246d iblock : 25784328, err : -5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:37 raspberrypi kernel: xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x81, streams are being disabled already
Aug 09 20:36:37 raspberrypi systemd[1]: Unmounting /mnt/G-DRIVE...
Aug 09 20:36:37 raspberrypi systemd[2839]: mnt-G\x2dDRIVE.mount: Succeeded.
Aug 09 20:36:37 raspberrypi systemd[1]: mnt-G\x2dDRIVE.mount: Failed with result 'exit-code'.
Aug 09 20:36:37 raspberrypi systemd[1]: Unmounted /mnt/G-DRIVE.
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
Aug 09 20:36:38 raspberrypi kernel: exFAT-fs (sdc2): error, failed to access to FAT (entry 0x007d549f, err:-5)
$ uname -a
Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux
Jibun-no-Kage commented 1 year ago

Using an IndieDroid Nova.... Newest Rock 5 variant SBC, and running Armbian variant of Ubuntu 22.04, the recommended image for same, I am using a USB 3.0 drive as storage for a few ARM64 VMs in QEMU/KVM, and thus far I have not seen any issues. Been up and running for about 10 days.

I have had a minor VM ethernet connectivity issue... where NetworkManager based bridge to physical NIC port, seems to timeout randomly on the VM side. NetworkManager in the VM needs to be restarted once in a while. The physical NIC under Ubuntu 22.04 is stable and solid, it is only the virtual NIC/bridge software the VMs leverage that seems to be doing something odd with NetworkManager.

But again, the storage below the VMs has been sold thus far.

Poohl commented 1 year ago

I think I'm having the same issue here, 100% reproducible so far.

My setup: A Raspi 4B v1.1 1GB A usb to sata adapter without extra power plugged into a USB3 port:

Bus 001 Device 003: ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS578 SATA 6Gb/s

a Sandisk Plus 1TB ssd. Containing two ext4 Partitions (one mounted at plugin, the other manually. Both configured in fstab)

All of this works just fine, because it works perfectly when using raspiOS based on buster.

After some testing this is what I have:

I'm resorting to USB2 speed for now..., I need my backups to go through.

tikurion commented 1 year ago

I'm also suffering from this.

Also switched over to USB 2, which isn't a huge loss in my case, since it's pretty much only used for a Nextcloud instance. Would still prefer a proper solution, mind you :).

Sadly the log didn't get captured, since it affects my root file system (ZFS), so the best I can do is a screenshot:

xhci

uname -a: Linux pi4-ubuntu 5.15.0-1037-raspi #40-Ubuntu SMP PREEMPT Fri Aug 25 16:42:00 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

sudo rpi-eeprom-update:

BOOTLOADER: up to date
   CURRENT: Wed Jan 11 17:40:52 UTC 2023 (1673458852)
    LATEST: Tue Jan 25 14:30:41 UTC 2022 (1643121041)
   RELEASE: default (/lib/firmware/raspberrypi/bootloader/default)
            Use raspi-config to change the release.

  VL805_FW: Using bootloader EEPROM
     VL805: up to date
   CURRENT: 000138c0
    LATEST: 000138c0
barart commented 1 year ago

Im having exactly the same problem:

[12331.883614] xhci_hcd 0000:01:00.0: WARNING: Host System Error*
[12336.978570] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command*
[12336.978588] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead*

I found that i have the same ASM1153, but in my case, i had this enclosure for more than a year on the my raspberry pi 4 working without any problem, let me explain:

First i had a Raspberry Pi 4 Model B Rev 1.1 4GB using this enclosure alone for more than 4 years without any issues, then like 3 years ago, i attatched a 10TB Seagate external drive, the two lived together without any problem during all these years.

3 months ago, i switched my raspberry to this one: Raspberry Pi 4 Model B Rev 1.5 with 8GB, i just switched everything and everything worked as before.

Past week i needed to add a new ssd, so, in order to use all 3 disk with the usb 3 ports of raspsberry pi i bought this hub: https://www.waveshare.com/wiki/USB3.2-Gen1-HUB-2IN-4OUT and as soon as i attatched this hub with the 3rd disk i have been experienced the problem on this issue.

My tests:

Im using Official Pi 4 power supply also

Here are my command outputs:

lsusb -tv:

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
        ID 2109:0817 VIA Labs, Inc. 
        |__ Port 2: Dev 4, If 0, Class=Mass Storage, Driver=uas, 5000M
            ID 0bc2:331a Seagate RSS LLC Desktop HDD 5TB (ST5000DM000)
        |__ Port 3: Dev 5, If 0, Class=Mass Storage, Driver=uas, 5000M
            ID aabb:1122  
    |__ Port 2: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
        ID 174c:1153 ASMedia Technology Inc. ASM1153 SATA 3Gb/s bridge
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 2109:3431 VIA Labs, Inc. Hub
        |__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M
            ID 2109:2817 VIA Labs, Inc. 

sudo rpi-eeprom-update:

BOOTLOADER: up to date
   CURRENT: Wed 11 Jan 17:40:52 UTC 2023 (1673458852)
    LATEST: Wed 11 Jan 17:40:52 UTC 2023 (1673458852)
   RELEASE: default (/lib/firmware/raspberrypi/bootloader/default)
            Use raspi-config to change the release.

  VL805_FW: Using bootloader EEPROM
     VL805: up to date
   CURRENT: 000138c0
    LATEST: 000138c0

uname -a:

Linux raspberry 6.1.53-v8+ #1680 SMP PREEMPT Wed Sep 13 18:09:06 BST 2023 aarch64 GNU/Linux

sudo lshw:

raspberry        
    description: Computer
    product: Raspberry Pi 4 Model B Rev 1.5
    serial: 10000000a9c85b15
    width: 64 bits
    capabilities: smp cp15_barrier setend swp tagged_addr_disabled
  *-core
       description: Motherboard
       physical id: 0
     *-cpu:0
          description: CPU
          product: cpu
          physical id: 1
          bus info: cpu@0
          size: 1800MHz
          capacity: 1800MHz
          capabilities: fp asimd evtstrm crc32 cpuid cpufreq
        *-cache
             description: L1 Cache
             physical id: 0
             size: 32KiB
     *-cpu:1
          description: CPU
          product: cpu
          physical id: 2
          bus info: cpu@1
          size: 1800MHz
          capacity: 1800MHz
          capabilities: fp asimd evtstrm crc32 cpuid cpufreq
        *-cache
             description: L1 Cache
             physical id: 0
             size: 32KiB
     *-cpu:2
          description: CPU
          product: cpu
          physical id: 3
          bus info: cpu@2
          size: 1800MHz
          capacity: 1800MHz
          capabilities: fp asimd evtstrm crc32 cpuid cpufreq
        *-cache
             description: L1 Cache
             physical id: 0
             size: 32KiB
     *-cpu:3
          description: CPU
          product: cpu
          physical id: 4
          bus info: cpu@3
          size: 1800MHz
          capacity: 1800MHz
          capabilities: fp asimd evtstrm crc32 cpuid cpufreq
        *-cache
             description: L1 Cache
             physical id: 0
             size: 32KiB
     *-cpu:4 DISABLED
          description: CPU
          product: l2-cache0
          physical id: 5
          bus info: cpu@4
     *-memory
          description: System memory
          physical id: 6
          size: 7811MiB
     *-pci
          description: PCI bridge
          product: BCM2711 PCIe Bridge
          vendor: Broadcom Inc. and subsidiaries
          physical id: 0
          bus info: pci@0000:00:00.0
          version: 20
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm pciexpress normal_decode bus_master cap_list
          resources: memory:600000000-6000fffff
        *-usb
             description: USB controller
             product: VL805 USB 3.0 Host Controller
             vendor: VIA Technologies, Inc.
             physical id: 0
             bus info: pci@0000:01:00.0
             version: 01
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi pciexpress xhci bus_master cap_list
             configuration: driver=xhci_hcd latency=0
             resources: irq:34 memory:600000000-600000fff
           *-usbhost:0
                product: xHCI Host Controller
                vendor: Linux 6.1.53-v8+ xhci-hcd
                physical id: 0
                bus info: usb@1
                logical name: usb1
                version: 6.01
                capabilities: usb-2.00
                configuration: driver=hub slots=1 speed=480Mbit/s
              *-usb
                   description: USB hub
                   product: USB2.0 Hub
                   vendor: VIA Labs, Inc.
                   physical id: 1
                   bus info: usb@1:1
                   version: 4.21
                   capabilities: usb-2.10
                   configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                 *-usb
                      description: USB hub
                      product: USB2.0 Hub
                      vendor: VIA Labs, Inc.
                      physical id: 1
                      bus info: usb@1:1.1
                      version: 90.23
                      capabilities: usb-2.10
                      configuration: driver=hub slots=4 speed=480Mbit/s
           *-usbhost:1
                product: xHCI Host Controller
                vendor: Linux 6.1.53-v8+ xhci-hcd
                physical id: 1
                bus info: usb@2
                logical name: usb2
                version: 6.01
                capabilities: usb-3.00
                configuration: driver=hub slots=4 speed=5000Mbit/s
              *-usb:0
                   description: USB hub
                   product: USB3.0 Hub
                   vendor: VIA Labs, Inc.
                   physical id: 1
                   bus info: usb@2:1
                   version: 90.23
                   capabilities: usb-3.10
                   configuration: driver=hub slots=4 speed=5000Mbit/s
                 *-usb:0
                      description: Mass storage device
                      product: Expansion Desk
                      vendor: Seagate
                      physical id: 2
                      bus info: usb@2:1.2
                      logical name: scsi1
                      version: 9.15
                      serial: NAABMM6H
                      capabilities: usb-3.00 scsi
                      configuration: driver=uas maxpower=8mA speed=5000Mbit/s
                    *-disk
                         description: SCSI Disk
                         product: Expansion Desk
                         vendor: Seagate
                         physical id: 0.0.0
                         bus info: scsi@1:0.0.0
                         logical name: /dev/sda
                         version: 0915
                         serial: NAABMM6H
                         size: 9313GiB (10TB)
                         capabilities: gpt-1.00 partitioned partitioned:gpt
                         configuration: ansiversion=6 guid=9084d0ae-aa90-4eb6-a302-c245af757a7c logicalsectorsize=512 sectorsize=4096
                       *-volume
                            description: EXT4 volume
                            vendor: Linux
                            physical id: 1
                            bus info: scsi@1:0.0.0,1
                            logical name: /dev/sda1
                            logical name: /home3
                            version: 1.0
                            serial: 8fe2c939-121e-4618-bca3-de3f011c2f33
                            size: 9313GiB
                            capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                            configuration: created=2021-07-05 12:03:31 filesystem=ext4 label=teras lastmountpoint=/completas modified=2023-09-19 16:43:10 mount.fstype=ext4 mount.options=rw,relatime mounted=2023-09-19 16:43:10 state=mounted
                 *-usb:1
                      description: Mass storage device
                      product: 3639S
                      vendor: Initio
                      physical id: 3
                      bus info: usb@2:1.3
                      logical name: scsi2
                      version: 9.59
                      serial: TEST000004C2
                      capabilities: usb-3.20 scsi
                      configuration: driver=uas maxpower=8mA speed=5000Mbit/s
                    *-disk
                         description: EXT4 volume
                         product: 3639S
                         vendor: Linux
                         physical id: 0.0.0
                         bus info: scsi@2:0.0.0
                         logical name: /dev/sdb
                         logical name: /home4
                         version: 1.0
                         serial: b280ef65-c00e-47a6-9918-aa26499a9441
                         size: 111GiB
                         capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                         configuration: ansiversion=6 created=2023-08-25 12:14:33 filesystem=ext4 lastmountpoint=/data logicalsectorsize=512 modified=2023-09-19 16:43:09 mount.fstype=ext4 mount.options=rw,relatime,stripe=8191 mounted=2023-09-19 16:43:09 sectorsize=512 state=mounted
              *-usb:1
                   description: Mass storage device
                   product: AS2115
                   vendor: ASMedia
                   physical id: 2
                   bus info: usb@2:2
                   logical name: scsi0
                   version: 0.01
                   serial: 00000000000000000000
                   capabilities: usb-3.00 scsi emulated
                   configuration: driver=usb-storage speed=5000Mbit/s
                 *-disk
                      description: SCSI Disk
                      product: 2115
                      vendor: ASMT
                      physical id: 0.0.0
                      bus info: scsi@0:0.0.0
                      logical name: /dev/sdc
                      version: 0
                      serial: 00000000000000000000
                      size: 1788GiB (1920GB)
                      capabilities: gpt-1.00 partitioned partitioned:gpt
                      configuration: ansiversion=6 guid=1114ce77-6bc3-4d0d-8dba-84774870d943 logicalsectorsize=512 sectorsize=512
                    *-volume
                         description: EXT4 volume
                         vendor: Linux
                         physical id: 1
                         bus info: scsi@0:0.0.0,1
                         logical name: /dev/sdc1
                         logical name: /home2
                         version: 1.0
                         serial: 4fee5f34-5a4b-4b71-8ac4-3ddcf2feee26
                         size: 1788GiB
                         capacity: 1788GiB
                         capabilities: journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
                         configuration: created=2016-03-16 14:51:45 filesystem=ext4 label=backups lastmountpoint=/home2 modified=2023-09-19 16:37:35 mount.fstype=ext4 mount.options=rw,relatime mounted=2023-09-19 16:37:35 state=mounted
  *-network:0
       description: Ethernet interface
       physical id: 1
       logical name: eth0
       serial: d8:3a:dd:19:4e:fd
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=bcmgenet driverversion=6.1.53-v8+ duplex=full ip=192.168.0.95 link=yes multicast=yes port=twisted pair speed=1Gbit/s
  *-network:1 DISABLED
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: d8:3a:dd:19:4e:fe
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=brcmfmac driverversion=7.45.241 firmware=01-703fd60 multicast=yes wireless=IEEE 802.11

sudo usb-devices:

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 1
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev=06.01
S:  Manufacturer=Linux 6.1.53-v8+ xhci-hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=0000:01:00.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#=0x0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 4
D:  Ver= 2.10 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=2109 ProdID=3431 Rev=04.21
S:  Product=USB2.0 Hub
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#=0x0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  3 Spd=480 MxCh= 4
D:  Ver= 2.10 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=2109 ProdID=2817 Rev=90.23
S:  Manufacturer=VIA Labs, Inc.         
S:  Product=USB2.0 Hub             
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#=0x0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=5000 MxCh= 4
D:  Ver= 3.00 Cls=09(hub  ) Sub=00 Prot=03 MxPS= 9 #Cfgs=  1
P:  Vendor=1d6b ProdID=0003 Rev=06.01
S:  Manufacturer=Linux 6.1.53-v8+ xhci-hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=0000:01:00.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#=0x0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=5000 MxCh= 4
D:  Ver= 3.10 Cls=09(hub  ) Sub=00 Prot=03 MxPS= 9 #Cfgs=  1
P:  Vendor=2109 ProdID=0817 Rev=90.23
S:  Manufacturer=VIA Labs, Inc.         
S:  Product=USB3.0 Hub             
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#=0x0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=02 Lev=02 Prnt=02 Port=01 Cnt=01 Dev#=  4 Spd=5000 MxCh= 0
D:  Ver= 3.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 9 #Cfgs=  1
P:  Vendor=0bc2 ProdID=331a Rev=09.15
S:  Manufacturer=Seagate
S:  Product=Expansion Desk
S:  SerialNumber=NAABMM6H
C:  #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=8mA
I:  If#=0x0 Alt= 1 #EPs= 4 Cls=08(stor.) Sub=06 Prot=62 Driver=uas

T:  Bus=02 Lev=02 Prnt=02 Port=02 Cnt=02 Dev#=  5 Spd=5000 MxCh= 0
D:  Ver= 3.20 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 9 #Cfgs=  1
P:  Vendor=aabb ProdID=1122 Rev=09.59
S:  Manufacturer=Initio
S:  Product=3639S
S:  SerialNumber=        TEST000004C2
C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=8mA
I:  If#=0x0 Alt= 1 #EPs= 4 Cls=08(stor.) Sub=06 Prot=62 Driver=uas

T:  Bus=02 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  3 Spd=5000 MxCh= 0
D:  Ver= 3.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 9 #Cfgs=  1
P:  Vendor=174c ProdID=1153 Rev=00.01
S:  Manufacturer=ASMedia
S:  Product=AS2115
S:  SerialNumber=00000000000000000000
C:  #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=0mA
I:  If#=0x0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
slash-spb commented 11 months ago

[6382.291188] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD OUT [ 6382.291214] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x2a 2a 00 19 56 48 00 00 04 00 00 [ 6382.291370] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD OUT [ 6382.291386] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x2a 2a 00 53 fd b5 10 00 04 00 00 [ 6382.291501] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD OUT [ 6382.291514] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x2a 2a 00 19 9d 85 e8 00 02 18 00 [ 6382.291650] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD OUT [ 6382.291663] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x2a 2a 00 19 56 50 00 00 01 18 00 [ 6382.291750] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD OUT [ 6382.291762] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x2a 2a 00 19 56 4c 00 00 04 00 00 [ 6382.291868] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD OUT [ 6382.291880] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 53 fd b1 10 00 04 00 00 [ 6382.315191] scsi host0: uas_eh_device_reset_handler start [ 6382.643282] usb 2-1.4: reset SuperSpeed USB device number 3 using xhci-hcd [ 6382.668578] scsi host0: uas_eh_device_reset_handler success [ 6392.774725] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD [ 6392.774747] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x0 00 00 00 00 00 00 [ 6392.774758] scsi host0: uas_eh_device_reset_handler start [ 6398.150797] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6403.526264] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6403.734231] usb 2-1.4: device not accepting address 3, error -62 [ 6409.158022] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6414.533817] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6414.741819] usb 2-1.4: device not accepting address 3, error -62 [ 6420.165563] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6425.541335] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6425.749298] usb 2-1.4: device not accepting address 3, error -62 [ 6431.173082] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6436.548853] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6436.756805] usb 2-1.4: device not accepting address 3, error -62 [ 6436.757713] scsi host0: uas_eh_device_reset_handler FAILED err -19 [ 6436.757734] sd 0:0:0:0: Device offlined - not ready after error recovery [ 6436.757744] sd 0:0:0:0: Device offlined - not ready after error recovery [ 6436.757751] sd 0:0:0:0: Device offlined - not ready after error recovery [ 6436.757758] sd 0:0:0:0: Device offlined - not ready after error recovery [ 6436.757765] sd 0:0:0:0: Device offlined - not ready after error recovery [ 6436.757772] sd 0:0:0:0: Device offlined - not ready after error recovery [ 6436.757813] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=85s [ 6436.757826] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 53 fd b1 10 00 04 00 00 [ 6436.757834] blk_update_request: I/O error, dev sda, sector 1409134864 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0 [ 6436.768898] sd 0:0:0:0: rejecting I/O to offline device [ 6436.768924] sd 0:0:0:0: [sda] tag#1 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=85s [ 6436.769264] usb 2-1.4: USB disconnect, device number 3 [ 6436.773512] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x2a 2a 00 19 56 4c 00 00 04 00 00 [ 6436.773513] blk_update_request: I/O error, dev sda, sector 1409136912 op 0x1:(WRITE) flags 0x0 phys_seg 125 prio class 0 [ 6436.773520] blk_update_request: I/O error, dev sda, sector 425085952 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0 [ 6436.784331] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 176142238) [ 6436.795309] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 176142239) [ 6436.795383] blk_update_request: I/O error, dev sda, sector 429756624 op 0x1:(WRITE) flags 0x0 phys_seg 9 prio class 0 [ 6436.795761] blk_update_request: I/O error, dev sda, sector 429780112 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0 [ 6436.805817] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 53719587) [ 6436.816805] blk_update_request: I/O error, dev sda, sector 429774320 op 0x1:(WRITE) flags 0x0 phys_seg 29 prio class 0 [ 6436.816850] Buffer I/O error on device sda1, logical block 53719322 [ 6436.817014] blk_update_request: I/O error, dev sda, sector 429781136 op 0x1:(WRITE) flags 0x0 phys_seg 17 prio class 0 [ 6436.817026] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 53722659) [ 6436.817043] blk_update_request: I/O error, dev sda, sector 425086976 op 0x1:(WRITE) flags 0x0 phys_seg 35 prio class 0 [ 6436.817051] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 53135906) [ 6436.817057] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 53135907) [ 6436.817067] blk_update_request: I/O error, dev sda, sector 429753832 op 0x1:(WRITE) flags 0x0 phys_seg 67 prio class 0 [ 6436.817073] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 53719296) [ 6436.817091] blk_update_request: I/O error, dev sda, sector 1409135888 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0 [ 6436.817101] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 176142158) [ 6436.817112] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 53135873) [ 6436.817157] EXT4-fs warning (device sda1): ext4_end_bio:344: I/O error 10 writing to inode 13238281 starting block 53750564) [ 6436.818461] Aborting journal on device sda1-8. [ 6436.818506] Buffer I/O error on dev sda1, logical block 124813312, lost sync page write [ 6436.819553] EXT4-fs error (device sda1): ext4_journal_check_start:83: comm smbd: Detected aborted journal [ 6436.821484] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6436.821507] CIFS: VFS: Send error in read = -5 [ 6436.823823] JBD2: Error -5 detected when updating journal superblock for sda1-8. [ 6436.823930] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 6436.823955] EXT4-fs (sda1): I/O error while writing superblock [ 6436.823960] EXT4-fs (sda1): Remounting filesystem read-only [ 6436.827386] Buffer I/O error on device sda1, logical block 53721534 [ 6436.834323] Buffer I/O error on device sda1, logical block 53719323 [ 6436.940954] Buffer I/O error on device sda1, logical block 53719324 [ 6436.947262] Buffer I/O error on device sda1, logical block 53719325 [ 6436.955525] Buffer I/O error on device sda1, logical block 53719326 [ 6436.961791] Buffer I/O error on device sda1, logical block 53719327 [ 6436.967733] Buffer I/O error on device sda1, logical block 53719328 [ 6436.974152] Buffer I/O error on device sda1, logical block 53719329 [ 6436.980151] Buffer I/O error on device sda1, logical block 53719330 [ 6436.986323] EXT4-fs (sda1): failed to convert unwritten extents to written extents -- potential data loss! (inode 13238281, error -30) [ 6437.001657] EXT4-fs (sda1): failed to convert unwritten extents to written extents -- potential data loss! (inode 13238281, error -30) [ 6437.013428] EXT4-fs (sda1): failed to convert unwritten extents to written extents -- potential data loss! (inode 13238281, error -30) [ 6437.025570] EXT4-fs (sda1): failed to convert unwritten extents to written extents -- potential data loss! (inode 13238281, error -30) [ 6437.039009] EXT4-fs (sda1): failed to convert unwritten extents to written extents -- potential data loss! (inode 13238281, error -30) [ 6437.050706] EXT4-fs (sda1): failed to convert unwritten extents to written extents -- potential data loss! (inode 13238281, error -30) [ 6437.093675] sd 0:0:0:0: [sda] Synchronizing SCSI cache [ 6437.103244] CIFS: VFS: Send error in write = -5 [ 6437.205171] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6437.205209] CIFS: VFS: Send error in read = -5 [ 6437.217253] CIFS: VFS: Send error in write = -5 [ 6437.241299] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6437.241335] CIFS: VFS: Send error in read = -5 [ 6437.253286] CIFS: VFS: Send error in write = -5 [ 6437.273204] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6437.273236] CIFS: VFS: Send error in read = -5 [ 6437.285287] CIFS: VFS: Send error in write = -5 [ 6437.300857] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK [ 6437.316359] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6437.316392] CIFS: VFS: Send error in read = -5 [ 6437.321380] CIFS: VFS: Send error in write = -5 [ 6437.385446] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6437.393611] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6437.404416] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6437.416398] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6437.425220] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6437.436066] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6437.448095] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6437.457091] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6437.468170] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6442.692569] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6448.068340] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6448.276303] usb 2-1.4: device not accepting address 4, error -62 [ 6453.700127] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6459.075884] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6459.283833] usb 2-1.4: device not accepting address 5, error -62 [ 6459.288823] usb 2-1-port4: attempt power cycle [ 6465.731584] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6467.949444] EXT4-fs error: 200 callbacks suppressed [ 6467.949459] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6467.957346] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6467.967883] EXT4-fs warning: 23 callbacks suppressed [ 6467.967895] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6467.967979] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6471.107357] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6471.315314] usb 2-1.4: device not accepting address 6, error -62 [ 6476.739149] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6479.474184] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6479.483011] EXT4-fs error (device sda1): __ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6479.492483] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6479.492573] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6479.663321] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6479.672647] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6479.681531] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6479.681612] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6480.263710] Buffer I/O error on dev sda1, logical block 188727351, async page read [ 6480.277978] Buffer I/O error on dev sda1, logical block 188727351, async page read [ 6480.282378] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6480.282400] CIFS: VFS: Send error in read = -5 [ 6480.288278] Buffer I/O error on dev sda1, logical block 188727351, async page read [ 6480.295022] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6480.295049] CIFS: VFS: Send error in read = -5 [ 6480.811456] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6480.821159] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6480.829795] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6480.829881] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6480.914323] Buffer I/O error on dev sda1, logical block 53379658, async page read [ 6480.928863] Buffer I/O error on dev sda1, logical block 53379658, async page read [ 6480.932942] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6480.932973] CIFS: VFS: Send error in read = -5 [ 6480.937773] Buffer I/O error on dev sda1, logical block 53379658, async page read [ 6480.945156] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6480.945185] CIFS: VFS: Send error in read = -5 [ 6481.486329] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6481.495231] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6482.039082] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6482.114893] xhci-hcd xhci-hcd.0.auto: Timeout while waiting for setup device command [ 6482.322842] usb 2-1.4: device not accepting address 7, error -62 [ 6482.327024] usb 2-1-port4: unable to enumerate USB device [ 6482.464868] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6482.636411] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6482.732677] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6482.760269] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6482.825807] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6518.858625] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6518.858664] CIFS: VFS: Send error in read = -5 [ 6529.375183] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6529.375221] CIFS: VFS: Send error in read = -5 [ 6540.382714] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6540.382751] CIFS: VFS: Send error in read = -5 [ 6551.382349] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6551.382387] CIFS: VFS: Send error in read = -5 [ 6562.386017] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6562.386055] CIFS: VFS: Send error in read = -5 [ 6566.254501] EXT4-fs error: 71 callbacks suppressed [ 6566.254517] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6566.262157] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6566.272513] EXT4-fs warning: 17 callbacks suppressed [ 6566.272524] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6566.272608] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6571.885552] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6571.885588] CIFS: VFS: Send error in read = -5 [ 6573.385632] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6573.385670] CIFS: VFS: Send error in read = -5 [ 6584.400831] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6584.400868] CIFS: VFS: Send error in read = -5 [ 6589.408640] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6589.408680] CIFS: VFS: Send error in read = -5 [ 6591.914822] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6591.914855] CIFS: VFS: Send error in read = -5 [ 6591.919088] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6591.919119] CIFS: VFS: Send error in read = -5 [ 6591.923572] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6591.923610] CIFS: VFS: Send error in read = -5 [ 6601.926935] CIFS: Status code returned 0xc0000185 STATUS_IO_DEVICE_ERROR [ 6601.926971] CIFS: VFS: Send error in read = -5 [ 6621.443984] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6621.451285] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6621.461885] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6621.461961] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6632.800928] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6632.810258] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6632.818903] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6632.818984] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6634.299864] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6634.307546] EXT4-fs error (device sda1): __ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6634.317888] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6634.317990] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6634.500488] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6634.507204] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6634.518463] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6634.518571] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6634.538426] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #13238273: comm smbd: reading directory lblock 0 [ 6634.545784] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6634.553250] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6634.555674] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6634.561471] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6634.567837] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6634.573903] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6634.579814] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #13238273: lblock 0: comm smbd: error -5 reading directory block [ 6670.902576] EXT4-fs warning: 10 callbacks suppressed [ 6670.902594] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #2: lblock 0: comm ls: error -5 reading directory block [ 6718.314714] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #2: lblock 0: comm ls: error -5 reading directory block [ 6722.626766] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #2: lblock 0: comm ls: error -5 reading directory block [ 6760.528675] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #2: lblock 0: comm find: error -5 reading directory block [ 6768.741047] EXT4-fs error: 50 callbacks suppressed [ 6768.741059] EXT4-fs error (device sda1): ext4_get_inode_loc:4433: inode #46530561: block 186122272: comm smbd: unable to read itable block [ 6768.752105] EXT4-fs error (device sda1): ext4_get_inode_loc:4433: inode #46530561: block 186122272: comm smbd: unable to read itable block [ 6768.764832] EXT4-fs error (device sda1): ext4_get_inode_loc:4433: inode #46530561: block 186122272: comm smbd: unable to read itable block [ 6768.776428] EXT4-fs error (device sda1): ext4_get_inode_loc:4433: inode #46530561: block 186122272: comm smbd: unable to read itable block [ 6768.793280] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #2: comm smbd: reading directory lblock 0 [ 6768.799967] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #2: comm smbd: reading directory lblock 0 [ 6768.810138] EXT4-fs error (device sda1): __ext4_find_entry:1663: inode #2: comm smbd: reading directory lblock 0 [ 6768.820239] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 6768.820344] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #2: comm smbd: reading directory lblock 0 [ 6768.831610] EXT4-fs error (device sda1): ext4_find_entry:1663: inode #2: comm smbd: reading directory lblock 0 [ 6768.840186] EXT4-fs error (device sda1): __ext4_find_entry:1663: inode #2: comm smbd: reading directory lblock 0 [ 6768.850503] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 6768.859854] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #2: lblock 0: comm smbd: error -5 reading directory block [ 6775.996954] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1072: inode #2: lblock 0: comm smbd: error -5 reading directory block

Goodday!

It's seems i solve the problem aflter replacing short usb cable to long usb cable.

I have ssd usb drive

UPDATE: with short usb cable read speed ~270МB/s(i have odroid c4), write speed ~45MB/s; with long sub cable i have 32MB/s read and write speed.

Seems there is a bug on high data transfer rate...

pjft commented 10 months ago

I am getting the same on a Pi5 on Bookworm.

I had similar issues back in 2020 when I migrated my NAS to a Pi4 but after upgrading from Kernel 4.x to 5 I've enjoyed issue free usage of my Pi4 as a NAS with 3 external drives permanently plugged into it, and others added at times for adhoc backups - one directly on the Pi4's USB3 port, and the rest via a TP-Link UH700 with external power that I bought for this, plugged into the other Pi4's USB3 port, with no unplanned downtime throughout this period.

I am currently in the process of rebuilding my NAS on a Pi5 but after having the new OS and apps installed, configured and running, my first interactions have been unsuccessful. As I was backing up one of the drives to another one, both connected via the hub, I consistently got the hub drives to fully disconnect. The main error seems to be:

xhci-hcd xhci-hcd.0: xHCI host not responding to stop endpoint command
xhci-hcd xhci-hcd.0: xHCI host controller not responding, assume dead
xhci-hcd xhci-hcd.0: HC died; cleaning up

and then a set of scary looking errors that, to the best of my understanding, are just a consequence of the drives from the hub no longer being accessible by the system. SmartCTL tests seem to suggest they're all still ok, even after a handful of failed attempts at this. After this error, the remaining mountpoints from the hub drives remain inaccessible (though some of them still show as mounted). The drive that gets disconnected first is the one that isn't being used at the time of the tests - it's not one I'm backing up.

The entire behaviors - and troubleshooting steps - are similar to the others' here. This seems to be a potential regression between kernel 5.x and 6.x.

What have I done so far:

Additional context:

Imaged from the RPiOS Lite 64-bit image from the site. Fully updated and upgraded, including EEPROM.

uname:

Linux openmediavault 6.1.0-rpi6-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.58-1+rpt2 (2023-10-27) aarch64 GNU/Linux

Drives labels and mountpoints:

/dev/sda - connected to the Pi directly, HDD, via the USB 3.0 port /dev/sdb, sdc and sdd - connected to the hub, connected to the USB3.0 port. Don't quite know the order, though, but they'd be HDDCOPY, HDD-COLD and HDDCOPY-EXT4

I was copying HDDCOPY to HDDCOPY-EXT4 via rsync.

The Pi runs perfectly fine if I'm copying between two drives on different USB3.0 ports, or between 3.0 and 2.0 via the hub. If I'm copying via 2 drives connected to the hub, which then connects to the USB3.0 port this happens. To be clear, I'm making full backups of 4TB drives, which does take a while, so the issue can also be related to either data throughput, data volume, or just simply time. The rsync operation doesn't fail during a dry-run, only in a proper sync. It also always seems to fail at a similar point in time. I have not checked for CPU usage or memory, but I'll test that shortly, just to make sure there's nothing else at play. All drives are EXT4.

lsusb:

/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
        ID 1058:2620 Western Digital Technologies, Inc. 
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
        ID 0bda:0411 Realtek Semiconductor Corp. Hub
        |__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/4p, 5000M
            ID 0bda:0411 Realtek Semiconductor Corp. Hub
            |__ Port 1: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
                ID 1058:2621 Western Digital Technologies, Inc. 
            |__ Port 2: Dev 5, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
                ID 1058:25a1 Western Digital Technologies, Inc. Elements / My Passport
            |__ Port 3: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
                ID 1058:25a1 Western Digital Technologies, Inc. Elements / My Passport
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
        |__ Port 1: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M

sample logs:

2023-11-14T23:54:41.847028+00:00 raspberrypi5 kernel: [19302.293787] xhci-hcd xhci-hcd.0: xHCI host not responding to stop endpoint command
2023-11-14T23:54:41.847056+00:00 raspberrypi5 kernel: [19302.313966] xhci-hcd xhci-hcd.0: xHCI host controller not responding, assume dead
2023-11-14T23:54:41.847057+00:00 raspberrypi5 kernel: [19302.313984] xhci-hcd xhci-hcd.0: HC died; cleaning up
2023-11-14T23:54:41.847080+00:00 raspberrypi5 kernel: [19302.314138] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x03 driverbyte=DRIVER_OK cmd_age=36s
2023-11-14T23:54:41.873393+00:00 raspberrypi5 kernel: [19302.314144] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x88 88 00 00 00 00 00 8d fd f4 00 00 00 01 00 00 00
2023-11-14T23:54:41.873397+00:00 raspberrypi5 kernel: [19302.314147] I/O error, dev sdc, sector 2382230528 op 0x0:(READ) flags 0x80700 phys_seg 3 prio class 2
2023-11-14T23:54:41.873399+00:00 raspberrypi5 kernel: [19302.314181] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
2023-11-14T23:54:41.873400+00:00 raspberrypi5 kernel: [19302.314186] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x88 88 00 00 00 00 00 8d fd f5 00 00 00 02 00 00 00
2023-11-14T23:54:41.873402+00:00 raspberrypi5 kernel: [19302.314189] I/O error, dev sdc, sector 2382230784 op 0x0:(READ) flags 0x80700 phys_seg 5 prio class 2
2023-11-14T23:54:41.873403+00:00 raspberrypi5 kernel: [19302.314304] usb 1-1: USB disconnect, device number 2
2023-11-14T23:54:41.873404+00:00 raspberrypi5 kernel: [19302.314310] usb 1-1.1: USB disconnect, device number 3
2023-11-14T23:54:41.873404+00:00 raspberrypi5 kernel: [19302.315076] usb 2-1: USB disconnect, device number 2
2023-11-14T23:54:41.873405+00:00 raspberrypi5 kernel: [19302.315080] usb 2-1.1: USB disconnect, device number 3
2023-11-14T23:54:41.873406+00:00 raspberrypi5 kernel: [19302.315084] usb 2-1.1.1: USB disconnect, device number 4
2023-11-14T23:54:41.930471+00:00 raspberrypi5 kernel: [19302.405804] sd 3:0:0:0: [sdd] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=36s
2023-11-14T23:54:41.930499+00:00 raspberrypi5 kernel: [19302.405813] sd 3:0:0:0: [sdd] tag#0 CDB: opcode=0x8a 8a 00 00 00 00 00 27 75 20 00 00 00 08 00 00 00
2023-11-14T23:54:41.930500+00:00 raspberrypi5 kernel: [19302.405816] I/O error, dev sdd, sector 661987328 op 0x1:(WRITE) flags 0x4000 phys_seg 64 prio class 2
2023-11-14T23:54:41.930501+00:00 raspberrypi5 kernel: [19302.409804] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
2023-11-14T23:54:41.930502+00:00 raspberrypi5 kernel: [19302.409809] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x88 88 00 00 00 00 00 8d fd f4 00 00 00 00 20 00 00
2023-11-14T23:54:41.930503+00:00 raspberrypi5 kernel: [19302.409812] I/O error, dev sdc, sector 2382230528 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
2023-11-14T23:54:42.014418+00:00 raspberrypi5 kernel: [19302.489926] sd 3:0:0:0: [sdd] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
2023-11-14T23:54:42.014444+00:00 raspberrypi5 kernel: [19302.489937] sd 3:0:0:0: [sdd] tag#0 CDB: opcode=0x8a 8a 00 00 00 00 00 27 75 28 00 00 00 08 00 00 00
2023-11-14T23:54:42.014446+00:00 raspberrypi5 kernel: [19302.489941] I/O error, dev sdd, sector 661989376 op 0x1:(WRITE) flags 0x4000 phys_seg 64 prio class 2
2023-11-14T23:54:42.094420+00:00 raspberrypi5 kernel: [19302.569799] sd 3:0:0:0: [sdd] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
2023-11-14T23:54:42.094446+00:00 raspberrypi5 kernel: [19302.569809] sd 3:0:0:0: [sdd] tag#0 CDB: opcode=0x8a 8a 00 00 00 00 00 27 75 30 00 00 00 08 00 00 00
2023-11-14T23:54:42.094449+00:00 raspberrypi5 kernel: [19302.569812] I/O error, dev sdd, sector 661991424 op 0x1:(WRITE) flags 0x4000 phys_seg 64 prio class 2
2023-11-14T23:54:42.118420+00:00 raspberrypi5 kernel: [19302.593807] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
2023-11-14T23:54:42.118442+00:00 raspberrypi5 kernel: [19302.593815] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x88 88 00 00 00 00 00 8d fd f6 00 00 00 00 20 00 00
2023-11-14T23:54:42.118447+00:00 raspberrypi5 kernel: [19302.593817] I/O error, dev sdc, sector 2382231040 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
2023-11-14T23:54:42.118448+00:00 raspberrypi5 kernel: [19302.594827] sd 2:0:0:0: [sdc] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
2023-11-14T23:54:42.118448+00:00 raspberrypi5 kernel: [19302.594834] sd 2:0:0:0: [sdc] tag#0 CDB: opcode=0x88 88 00 00 00 00 00 8d fd f8 00 00 00 00 20 00 00
2023-11-14T23:54:42.118450+00:00 raspberrypi5 kernel: [19302.594836] I/O error, dev sdc, sector 2382231552 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
2023-11-14T23:54:42.135599+00:00 raspberrypi5 systemd[1]: Unmounting srv-dev\x2ddisk\x2dby\x2dlabel\x2dHDD\x2dCOLD.mount - /srv/dev-disk-by-label-HDD-COLD...
2023-11-14T23:54:42.165108+00:00 raspberrypi5 kernel: [19302.634726] EXT4-fs (sdb1): unmounting filesystem.
2023-11-14T23:54:42.165127+00:00 raspberrypi5 kernel: [19302.634846] Buffer I/O error on dev sdb1, logical block 488144896, lost sync page write
2023-11-14T23:54:42.165128+00:00 raspberrypi5 kernel: [19302.634852] JBD2: I/O error when updating journal superblock for sdb1-8.
2023-11-14T23:54:42.165129+00:00 raspberrypi5 kernel: [19302.634855] Aborting journal on device sdb1-8.
2023-11-14T23:54:42.165130+00:00 raspberrypi5 kernel: [19302.634857] Buffer I/O error on dev sdb1, logical block 488144896, lost sync page write
2023-11-14T23:54:42.165131+00:00 raspberrypi5 kernel: [19302.634859] JBD2: I/O error when updating journal superblock for sdb1-8.
2023-11-14T23:54:42.165132+00:00 raspberrypi5 kernel: [19302.634881] EXT4-fs error (device sdb1): ext4_put_super:1231: comm umount: Couldn't clean up the journal
2023-11-14T23:54:42.170950+00:00 raspberrypi5 kernel: [19302.644667] EXT4-fs (sdb1): Remounting filesystem read-only
2023-11-14T23:54:42.170960+00:00 raspberrypi5 kernel: [19302.644687] usb 2-1.1.2: USB disconnect, device number 5
2023-11-14T23:54:42.190430+00:00 raspberrypi5 kernel: [19302.666224] sd 3:0:0:0: [sdd] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
2023-11-14T23:54:42.190471+00:00 raspberrypi5 kernel: [19302.666235] sd 3:0:0:0: [sdd] tag#0 CDB: opcode=0x8a 8a 00 00 00 00 00 27 75 38 00 00 00 06 60 00 00
2023-11-14T23:54:42.190475+00:00 raspberrypi5 kernel: [19302.666239] I/O error, dev sdd, sector 661993472 op 0x1:(WRITE) flags 0x0 phys_seg 51 prio class 2
2023-11-14T23:54:42.190481+00:00 raspberrypi5 kernel: [19302.666244] EXT4-fs warning (device sdd1): ext4_end_bio:343: I/O error 10 writing to inode 161481025 starting block 82749184)
2023-11-14T23:54:42.190483+00:00 raspberrypi5 kernel: [19302.666251] Buffer I/O error on device sdd1, logical block 82747392
2023-11-14T23:54:42.190485+00:00 raspberrypi5 kernel: [19302.666253] Buffer I/O error on device sdd1, logical block 82747393
2023-11-14T23:54:42.190485+00:00 raspberrypi5 kernel: [19302.666254] Buffer I/O error on device sdd1, logical block 82747394
2023-11-14T23:54:42.190487+00:00 raspberrypi5 kernel: [19302.666256] Buffer I/O error on device sdd1, logical block 82747395
2023-11-14T23:54:42.190488+00:00 raspberrypi5 kernel: [19302.666264] Buffer I/O error on device sdd1, logical block 82747396
2023-11-14T23:54:42.190491+00:00 raspberrypi5 kernel: [19302.666265] Buffer I/O error on device sdd1, logical block 82747397
2023-11-14T23:54:42.190512+00:00 raspberrypi5 kernel: [19302.666266] Buffer I/O error on device sdd1, logical block 82747398
2023-11-14T23:54:42.190513+00:00 raspberrypi5 kernel: [19302.666267] Buffer I/O error on device sdd1, logical block 82747399
2023-11-14T23:54:42.190514+00:00 raspberrypi5 kernel: [19302.666270] Buffer I/O error on device sdd1, logical block 82747400
2023-11-14T23:54:42.190515+00:00 raspberrypi5 kernel: [19302.666271] Buffer I/O error on device sdd1, logical block 82747401
2023-11-14T23:54:42.190516+00:00 raspberrypi5 kernel: [19302.669795] device offline error, dev sdc, sector 2382231552 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
2023-11-14T23:54:42.200312+00:00 raspberrypi5 systemd[1]: srv-dev\x2ddisk\x2dby\x2dlabel\x2dHDD\x2dCOLD.mount: Deactivated successfully.
2023-11-14T23:54:42.202077+00:00 raspberrypi5 systemd[1]: Unmounted srv-dev\x2ddisk\x2dby\x2dlabel\x2dHDD\x2dCOLD.mount - /srv/dev-disk-by-label-HDD-COLD.
2023-11-14T23:54:42.202202+00:00 raspberrypi5 systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-HDD\x2dCOLD.service: Deactivated successfully.
2023-11-14T23:54:42.202257+00:00 raspberrypi5 systemd[1]: Stopped systemd-fsck@dev-disk-by\x2dlabel-HDD\x2dCOLD.service - File System Check on /dev/disk/by-label/HDD-COLD.
2023-11-14T23:54:42.211079+00:00 raspberrypi5 systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-HDD\x2dCOLD.service: Consumed 1.790s CPU time.
2023-11-14T23:54:42.266437+00:00 raspberrypi5 kernel: [19302.741901] sd 3:0:0:0: [sdd] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=DRIVER_OK cmd_age=0s
2023-11-14T23:54:42.266463+00:00 raspberrypi5 kernel: [19302.741912] sd 3:0:0:0: [sdd] tag#0 CDB: opcode=0x8a 8a 00 00 00 00 00 27 75 3e 60 00 00 08 00 00 00
2023-11-14T23:54:42.446424+00:00 raspberrypi5 kernel: [19302.921837] EXT4-fs warning (device sdd1): ext4_end_bio:343: I/O error 10 writing to inode 161481025 starting block 82749644)
2023-11-14T23:54:42.446460+00:00 raspberrypi5 kernel: [19302.922070] JBD2: Detected IO errors while flushing file data on sdd1-8
2023-11-14T23:54:42.446461+00:00 raspberrypi5 kernel: [19302.922109] Aborting journal on device sdd1-8.
2023-11-14T23:54:42.446462+00:00 raspberrypi5 kernel: [19302.922211] EXT4-fs error (device sdd1): ext4_journal_check_start:83: comm rsync: Detected aborted journal
2023-11-14T23:54:42.630410+00:00 raspberrypi5 kernel: [19303.105802] Buffer I/O error on dev sdd1, logical block 488144896, lost sync page write
2023-11-14T23:54:42.630430+00:00 raspberrypi5 kernel: [19303.105830] JBD2: I/O error when updating journal superblock for sdd1-8.
2023-11-14T23:54:42.991268+00:00 raspberrypi5 kernel: [19303.457927] Buffer I/O error on dev sdd1, logical block 0, lost sync page write
2023-11-14T23:54:42.991355+00:00 raspberrypi5 kernel: [19303.458662] EXT4-fs error (device sdd1): ext4_check_bdev_write_error:217: comm kworker/u8:3: Error while async write back metadata
2023-11-14T23:54:42.991395+00:00 raspberrypi5 kernel: [19303.470721] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:42.991398+00:00 raspberrypi5 kernel: [19303.470741] EXT4-fs (sdd1): Remounting filesystem read-only
2023-11-14T23:54:43.019758+00:00 raspberrypi5 kernel: [19303.477876] EXT4-fs error (device sdd1) in ext4_reserve_inode_write:5856: Journal has aborted
2023-11-14T23:54:43.019793+00:00 raspberrypi5 kernel: [19303.486760] EXT4-fs error (device sdd1): mpage_map_and_submit_extent:2524: inode #161481025: comm kworker/u8:3: mark_inode_dirty error
2023-11-14T23:54:43.032169+00:00 raspberrypi5 kernel: [19303.499731] EXT4-fs error (device sdd1): mpage_map_and_submit_extent:2526: comm kworker/u8:3: Failed to mark inode 161481025 dirty
2023-11-14T23:54:43.154406+00:00 raspberrypi5 kernel: [19303.629791] EXT4-fs warning (device sdd1): ext4_end_bio:343: I/O error 10 writing to inode 161481025 starting block 82750976)
2023-11-14T23:54:43.242401+00:00 raspberrypi5 kernel: [19303.717790] Buffer I/O error on dev sdd1, logical block 0, lost sync page write
2023-11-14T23:54:43.242421+00:00 raspberrypi5 kernel: [19303.717823] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:43.302405+00:00 raspberrypi5 kernel: [19303.778115] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115826: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302424+00:00 raspberrypi5 kernel: [19303.778402] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115827: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302426+00:00 raspberrypi5 kernel: [19303.778625] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115828: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302427+00:00 raspberrypi5 kernel: [19303.778829] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115829: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302428+00:00 raspberrypi5 kernel: [19303.779013] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115830: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302429+00:00 raspberrypi5 kernel: [19303.779188] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115831: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302430+00:00 raspberrypi5 kernel: [19303.779356] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115832: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302431+00:00 raspberrypi5 kernel: [19303.779527] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115833: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302432+00:00 raspberrypi5 kernel: [19303.779696] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115834: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.302433+00:00 raspberrypi5 kernel: [19303.779857] EXT4-fs warning (device sdc1): htree_dirblock_to_tree:1082: inode #183115835: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:43.360514+00:00 raspberrypi5 kernel: [19303.812326] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #130285569: block 521142304: comm rsync: unable to read itable block
2023-11-14T23:54:43.360536+00:00 raspberrypi5 kernel: [19303.826413] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #60424193: block 241696800: comm rsync: unable to read itable block
2023-11-14T23:54:43.442408+00:00 raspberrypi5 kernel: [19303.917791] Buffer I/O error on dev sdd1, logical block 0, lost sync page write
2023-11-14T23:54:43.442430+00:00 raspberrypi5 kernel: [19303.917828] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:43.474300+00:00 raspberrypi5 kernel: [19303.926084] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #190185473: block 760741920: comm rsync: unable to read itable block
2023-11-14T23:54:43.474320+00:00 raspberrypi5 kernel: [19303.940123] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #233046017: block 932184096: comm rsync: unable to read itable block
2023-11-14T23:54:43.501997+00:00 raspberrypi5 kernel: [19303.954057] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #75759617: block 303038496: comm rsync: unable to read itable block
2023-11-14T23:54:43.502021+00:00 raspberrypi5 kernel: [19303.967822] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #219414529: block 877658144: comm rsync: unable to read itable block
2023-11-14T23:54:43.515797+00:00 raspberrypi5 kernel: [19303.981628] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #221118465: block 884473888: comm rsync: unable to read itable block
2023-11-14T23:54:43.529468+00:00 raspberrypi5 kernel: [19303.995389] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #75104257: block 300417056: comm rsync: unable to read itable block
2023-11-14T23:54:43.543237+00:00 raspberrypi5 kernel: [19304.009069] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #147849217: block 591396896: comm rsync: unable to read itable block
2023-11-14T23:54:43.556934+00:00 raspberrypi5 kernel: [19304.022852] EXT4-fs error (device sdc1): __ext4_get_inode_loc_noinmem:4605: inode #87556097: block 350224416: comm rsync: unable to read itable block
2023-11-14T23:54:43.630404+00:00 raspberrypi5 kernel: [19304.105786] EXT4-fs warning (device sdd1): ext4_end_bio:343: I/O error 10 writing to inode 161481025 starting block 82751536)
2023-11-14T23:54:43.630427+00:00 raspberrypi5 kernel: [19304.106203] JBD2: Detected IO errors while flushing file data on sdd1-8
2023-11-14T23:54:43.726443+00:00 raspberrypi5 kernel: [19304.201800] EXT4-fs warning (device sdd1): htree_dirblock_to_tree:1082: inode #161488972: lblock 0: comm rsync: error -5 reading directory block
2023-11-14T23:54:44.022408+00:00 raspberrypi5 kernel: [19304.485797] EXT4-fs error (device sdd1): __ext4_get_inode_loc_noinmem:4605: inode #113115137: block 452460576: comm rsync: unable to read itable block
2023-11-14T23:54:44.098405+00:00 raspberrypi5 kernel: [19304.573786] Buffer I/O error on dev sdd1, logical block 0, lost sync page write
2023-11-14T23:54:44.098426+00:00 raspberrypi5 kernel: [19304.573806] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:44.190406+00:00 raspberrypi5 kernel: [19304.653795] EXT4-fs error (device sdd1): __ext4_get_inode_loc_noinmem:4605: inode #113115137: block 452460576: comm rsync: unable to read itable block
2023-11-14T23:54:44.262418+00:00 raspberrypi5 kernel: [19304.737812] Buffer I/O error on dev sdd1, logical block 0, lost sync page write
2023-11-14T23:54:44.262451+00:00 raspberrypi5 kernel: [19304.737830] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:44.269997+00:00 raspberrypi5 systemd[1]: Unmounting srv-dev\x2ddisk\x2dby\x2dlabel\x2dHDDCOPY.mount - /srv/dev-disk-by-label-HDDCOPY...
2023-11-14T23:54:44.273885+00:00 raspberrypi5 umount[41500]: umount: /srv/dev-disk-by-label-HDDCOPY: target is busy.
2023-11-14T23:54:44.274017+00:00 raspberrypi5 systemd[1]: srv-dev\x2ddisk\x2dby\x2dlabel\x2dHDDCOPY.mount: Mount process exited, code=exited, status=32/n/a
2023-11-14T23:54:44.291782+00:00 raspberrypi5 systemd[1]: Failed unmounting srv-dev\x2ddisk\x2dby\x2dlabel\x2dHDDCOPY.mount - /srv/dev-disk-by-label-HDDCOPY.
2023-11-14T23:54:44.291865+00:00 raspberrypi5 systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-HDDCOPY.service: Deactivated successfully.
2023-11-14T23:54:44.291918+00:00 raspberrypi5 systemd[1]: Stopped systemd-fsck@dev-disk-by\x2dlabel-HDDCOPY.service - File System Check on /dev/disk/by-label/HDDCOPY.
2023-11-14T23:54:44.292376+00:00 raspberrypi5 systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-HDDCOPY.service: Consumed 1.791s CPU time.
2023-11-14T23:54:44.326435+00:00 raspberrypi5 kernel: [19304.802207] usb 2-1.1.3: USB disconnect, device number 6
2023-11-14T23:54:44.370167+00:00 raspberrypi5 kernel: [19304.821830] EXT4-fs error (device sdd1): __ext4_get_inode_loc_noinmem:4605: inode #172359681: block 689438752: comm rsync: unable to read itable block
2023-11-14T23:54:44.370198+00:00 raspberrypi5 kernel: [19304.835544] Buffer I/O error on dev sdd1, logical block 0, lost sync page write
2023-11-14T23:54:44.370199+00:00 raspberrypi5 kernel: [19304.835558] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:44.370200+00:00 raspberrypi5 kernel: [19304.835708] EXT4-fs error (device sdd1): __ext4_get_inode_loc_noinmem:4605: inode #172359681: block 689438752: comm rsync: unable to read itable block
2023-11-14T23:54:44.384402+00:00 raspberrypi5 kernel: [19304.850023] EXT4-fs error (device sdd1): __ext4_get_inode_loc_noinmem:4605: inode #56885249: block 227541024: comm rsync: unable to read itable block
2023-11-14T23:54:44.384427+00:00 raspberrypi5 kernel: [19304.863719] Buffer I/O error on dev sdd1, logical block 0, lost sync page write
2023-11-14T23:54:44.384428+00:00 raspberrypi5 kernel: [19304.863757] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:44.386507+00:00 raspberrypi5 kernel: [19304.864028] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:44.386525+00:00 raspberrypi5 kernel: [19304.864112] EXT4-fs (sdd1): I/O error while writing superblock
2023-11-14T23:54:44.562944+00:00 raspberrypi5 postfix/pickup[41030]: 8958E1F7: uid=0 from=<root>
2023-11-14T23:54:44.571195+00:00 raspberrypi5 postfix/cleanup[41508]: 8958E1F7: message-id=<20231114235444.8958E1F7@raspberrypi5.localdomain>
2023-11-14T23:54:44.571769+00:00 raspberrypi5 postfix/qmgr[34450]: 8958E1F7: from=<EMAIL-REDACTED>, size=405, nrcpt=2 (queue active)
2023-11-14T23:54:44.613361+00:00 raspberrypi5 postfix/pipe[41510]: 8958E1F7: to=<raspberrypi5-notification@localhost.localdomain>, relay=omvnotificationfilter, delay=0.06, delays=0.02/0.01/0/0.03, dsn=2.0.0, status=sent (delivered via omvnotificationfilter service)
2023-11-14T23:54:45.265461+00:00 raspberrypi5 postfix/smtp[41511]: 8958E1F7: replace: header Subject: Finished NAS HDDCOPY to Backup4TB EXT4: Subject: [raspberrypi5] Finished NAS HDDCOPY to Backup4TB EXT4
2023-11-14T23:54:45.824463+00:00 raspberrypi5 postfix/smtp[41511]: 8958E1F7: to=<EMAIL-REDACTED>, relay=SMTP_RELAY_REDACTED:465, delay=1.3, delays=0.02/0.06/0.48/0.71, dsn=2.0.0, status=sent (250 2.0.0 OK  1700006085 q2-20020adf9dc2000000b0032db4825495sm9058774wre.22 - gsmtp)
2023-11-14T23:54:45.825064+00:00 raspberrypi5 postfix/qmgr[34450]: 8958E1F7: removed
2023-11-14T23:54:49.502408+00:00 raspberrypi5 kernel: [19309.973810] jbd2_journal_bmap: journal block not found at offset 4 on sdc1-8
2023-11-14T23:54:49.502429+00:00 raspberrypi5 kernel: [19309.980905] Aborting journal on device sdc1-8.
2023-11-14T23:54:49.502430+00:00 raspberrypi5 kernel: [19309.980912] buffer_io_error: 26 callbacks suppressed
2023-11-14T23:54:49.502431+00:00 raspberrypi5 kernel: [19309.980915] Buffer I/O error on dev sdc1, logical block 488144896, lost sync page write
2023-11-14T23:54:49.502432+00:00 raspberrypi5 kernel: [19309.980920] JBD2: I/O error when updating journal superblock for sdc1-8.
2023-11-14T23:54:58.436293+00:00 raspberrypi5 monit[1350]: Lookup for '/srv/dev-disk-by-label-HDD-COLD' filesystem failed  -- not found in /proc/self/mounts
2023-11-14T23:54:58.436428+00:00 raspberrypi5 monit[1350]: Filesystem '/srv/dev-disk-by-label-HDD-COLD' not mounted
2023-11-14T23:54:58.436493+00:00 raspberrypi5 monit[1350]: 'filesystem_srv_dev-disk-by-label-HDD-COLD' unable to read filesystem '/srv/dev-disk-by-label-HDD-COLD' state
2023-11-14T23:54:58.507264+00:00 raspberrypi5 postfix/smtpd[41533]: connect from localhost.localdomain[127.0.0.1]
2023-11-14T23:54:58.508238+00:00 raspberrypi5 postfix/smtpd[41533]: 7C0DE1F8: client=localhost.localdomain[127.0.0.1]
2023-11-14T23:54:58.551076+00:00 raspberrypi5 postfix/cleanup[41508]: 7C0DE1F8: message-id=<1700006098.c9902d89d5d24259@raspberrypi5>
2023-11-14T23:54:58.551165+00:00 raspberrypi5 postfix/smtpd[41533]: disconnect from localhost.localdomain[127.0.0.1] ehlo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
2023-11-14T23:54:58.551420+00:00 raspberrypi5 postfix/qmgr[34450]: 7C0DE1F8: from=<EMAIL-REDACTED>, size=1156, nrcpt=2 (queue active)
2023-11-14T23:54:58.551482+00:00 raspberrypi5 monit[1350]: 'filesystem_srv_dev-disk-by-label-HDD-COLD' trying to restart
2023-11-14T23:54:58.553551+00:00 raspberrypi5 postfix/smtp[41511]: connect to SMTP_RELAY_REDACTED:465: Network is unreachable
2023-11-14T23:54:58.573394+00:00 raspberrypi5 postfix/pipe[41510]: 7C0DE1F8: to=<raspberrypi5-notification@localhost.localdomain>, relay=omvnotificationfilter, delay=0.07, delays=0.04/0/0/0.02, dsn=2.0.0, status=sent (delivered via omvnotificationfilter service)
2023-11-14T23:54:59.042220+00:00 raspberrypi5 postfix/smtp[41511]: 7C0DE1F8: replace: header Subject: Monitoring restart -- Does not exist filesystem_srv: Subject: [raspberrypi5] Monitoring restart -- Does not exist filesystem_srv_dev-disk-by-label-HDD-COLD
2023-11-14T23:54:59.533486+00:00 raspberrypi5 postfix/smtp[41511]: 7C0DE1F8: to=<EMAIL-REDACTED>, relay=SMTP_RELAY_REDACTED:465, delay=1, delays=0.04/0/0.35/0.63, dsn=2.0.0, status=sent (250 2.0.0 OK  1700006099 a8-20020a05600c224800b0040684abb623sm18419946wmm.24 - gsmtp)
2023-11-14T23:54:59.533966+00:00 raspberrypi5 postfix/qmgr[34450]: 7C0DE1F8: removed
2023-11-14T23:55:28.582565+00:00 raspberrypi5 monit[1350]: Filesystem '/srv/dev-disk-by-label-HDD-COLD' not mounted
2023-11-14T23:55:28.583109+00:00 raspberrypi5 monit[1350]: 'filesystem_srv_dev-disk-by-label-HDD-COLD' unable to read filesystem '/srv/dev-disk-by-label-HDD-COLD' state
2023-11-14T23:55:28.583369+00:00 raspberrypi5 monit[1350]: 'filesystem_srv_dev-disk-by-label-HDD-COLD' trying to restart
2023-11-14T23:55:28.583655+00:00 raspberrypi5 monit[1350]: 'mountpoint_srv_dev-disk-by-label-HDD-COLD' status failed (32) -- /srv/dev-disk-by-label-HDD-COLD is not a mountpoint
2023-11-14T23:55:28.583878+00:00 raspberrypi5 monit[1350]: 'mountpoint_srv_dev-disk-by-label-HDD-COLD' status failed (32) -- /srv/dev-disk-by-label-HDD-COLD is not a mountpoint

As mentioned, I had no issues for years on my Pi4, and the drives are completely fine - and run well via USB2.0. I've exhausted my troubleshooting options. I am tempted to go back to my Pi4 for my NAS for the time being, though I'd love to start running it on a Pi5.

Thank you in advance for your time, and happy to provide more logs or test things out.

pjft commented 10 months ago

-- removed for noise reduction, updating #5753

zhuoyang commented 10 months ago

Same thing is happening to my Pi 5 with m.2 nvme usb enclosure as boot drive, I can consistently reproduce it by running a docker image

[  149.078080] sd 0:0:0:0: [sda] tag#29 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD OUT
[  149.078090] sd 0:0:0:0: [sda] tag#29 CDB: opcode=0x2a 2a 00 00 10 20 00 00 00 10 00
[  149.078202] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD OUT
[  149.078206] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x2a 2a 00 00 50 20 08 00 00 08 00
[  149.078302] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD OUT
[  149.078305] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x2a 2a 00 00 91 1d b0 00 00 08 00
[  149.078402] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD OUT
[  149.078404] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x2a 2a 00 00 91 1a 88 00 00 08 00
[  149.078498] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD OUT
[  149.078501] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x2a 2a 00 00 91 1d 30 00 00 08 00
[  154.169900] xhci-hcd xhci-hcd.1: xHCI host not responding to stop endpoint command
[  154.190073] xhci-hcd xhci-hcd.1: xHCI host controller not responding, assume dead
[  154.190093] xhci-hcd xhci-hcd.1: HC died; cleaning up
[  154.190147] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD
[  154.190151] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x2a 2a 00 00 91 1c c8 00 00 30 00
[  154.190159] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD
[  154.190162] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x2a 2a 00 00 91 1a d0 00 00 08 00
[  154.190167] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD
[  154.190169] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x2a 2a 00 00 90 23 10 00 00 10 00
[  154.190174] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD
[  154.190176] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x2a 2a 00 00 90 22 d0 00 00 10 00
[  154.190181] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD
[  154.190183] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x2a 2a 00 00 90 20 80 00 00 08 00
[  154.190192] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD
[  154.190198] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 00 90 20 00 00 00 08 00
[  154.190228] usb 4-1: USB disconnect, device number 2
[  154.209907] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209915] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209919] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209922] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209925] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209928] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209931] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209934] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209937] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209940] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.209943] sd 0:0:0:0: Device offlined - not ready after error recovery
[  154.225919] device offline error, dev sda, sector 9445376 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[  154.225934] Buffer I/O error on dev sda2, logical block 1048576, lost async page write
[  154.225954] device offline error, dev sda, sector 9445504 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[  154.225959] Buffer I/O error on dev sda2, logical block 1048592, lost async page write
[  154.225966] device offline error, dev sda, sector 9446096 op 0x1:(WRITE) flags 0x3800 phys_seg 2 prio class 2
[  154.225971] Buffer I/O error on dev sda2, logical block 1048666, lost async page write
[  154.225975] Buffer I/O error on dev sda2, logical block 1048667, lost async page write
[  154.225982] device offline error, dev sda, sector 9446160 op 0x1:(WRITE) flags 0x3800 phys_seg 2 prio class 2
[  154.225986] Buffer I/O error on dev sda2, logical block 1048674, lost async page write
[  154.225991] Buffer I/O error on dev sda2, logical block 1048675, lost async page write
[  154.225997] device offline error, dev sda, sector 9509584 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[  154.226001] Buffer I/O error on dev sda2, logical block 1056602, lost async page write
[  154.226008] device offline error, dev sda, sector 9510088 op 0x1:(WRITE) flags 0x3800 phys_seg 6 prio class 2
[  154.226012] Buffer I/O error on dev sda2, logical block 1056665, lost async page write
[  154.226017] Buffer I/O error on dev sda2, logical block 1056666, lost async page write
[  154.226021] Buffer I/O error on dev sda2, logical block 1056667, lost async page write
[  154.226031] device offline error, dev sda, sector 9510192 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[  154.226038] device offline error, dev sda, sector 9509512 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[  154.226045] device offline error, dev sda, sector 9510320 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[  154.226053] device offline error, dev sda, sector 5251080 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[  154.226088] EXT4-fs error (device sda2): ext4_check_bdev_write_error:217: comm systemd-journal: Error while async write back metadata
[  154.238461] Aborting journal on device sda2-8.
[  154.238473] EXT4-fs error (device sda2): ext4_journal_check_start:83: comm dockerd: Detected aborted journal
[  154.238489] EXT4-fs (sda2): previous I/O error to superblock detected
[  154.241966] JBD2: I/O error when updating journal superblock for sda2-8.
[  154.241984] EXT4-fs error (device sda2): ext4_journal_check_start:83: comm systemd-journal: Detected aborted journal
[  154.259051] EXT4-fs (sda2): I/O error while writing superblock
[  154.259081] EXT4-fs (sda2): I/O error while writing superblock
[  154.259086] EXT4-fs (sda2): previous I/O error to superblock detected
[  154.259088] EXT4-fs (sda2): Remounting filesystem read-only
[  154.259110] EXT4-fs (sda2): I/O error while writing superblock
[  154.264698] EXT4-fs (sda2): Remounting filesystem read-only
pjft commented 10 months ago

@zhuoyang Can you move this to #5753 where the Pi5 specific issues are being discussed? Also, looking at the logs, can you share the entire dmesg log? I'm seeing references to the UAS driver being used - if so, have you tried adding quirks to your HDDs first per this post?

zhuoyang commented 10 months ago

I am not sure if I want to move to #5753 as that issue seems to be related to USB hub whereas I am not using any USB hub Here's the full dmesg log

show logs ``` [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1] [ 0.000000] Linux version 6.1.0-rpi7-rpi-2712 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001a000000, size 320 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff] [ 0.000000] node 0: [mem 0x0000000000080000-0x000000003fbfffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000ffffffff] [ 0.000000] On node 0, zone DMA: 256 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 14 pages/cpu s177448 r8192 d43736 u229376 [ 0.000000] pcpu-alloc: s177448 r8192 d43736 u229376 alloc=14*16384 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: Hardware dirty bit management [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260864 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=D8:3A:DD:AB:F7:03 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=b80b6a62-02 rootfstype=ext4 fsck.repair=yes rootwait ip=192.168.0.123::192.168.0.1:255.255.255.0:rpi:eth0:off [ 0.000000] Dentry cache hash table entries: 524288 (order: 8, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 7, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] Memory: 3800608K/4190208K available (12352K kernel code, 2186K rwdata, 4112K rodata, 4480K init, 1216K bss, 61920K reserved, 327680K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 40061 entries in 40 pages [ 0.000000] ftrace: allocated 40 pages with 2 groups [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000155] Console: colour dummy device 80x25 [ 0.000302] printk: console [tty1] enabled [ 0.000320] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) [ 0.000330] pid_max: default: 32768 minimum: 301 [ 0.000356] LSM: Security Framework initializing [ 0.000413] Mount-cache hash table entries: 8192 (order: 2, 65536 bytes, linear) [ 0.000429] Mountpoint-cache hash table entries: 8192 (order: 2, 65536 bytes, linear) [ 0.000845] cgroup: Disabling memory control group subsystem [ 0.001325] cblist_init_generic: Setting adjustable number of callback queues. [ 0.001333] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.001375] cblist_init_generic: Setting adjustable number of callback queues. [ 0.001381] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.001414] cblist_init_generic: Setting adjustable number of callback queues. [ 0.001420] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.001501] rcu: Hierarchical SRCU implementation. [ 0.001506] rcu: Max phase no-delay instances is 1000. [ 0.002120] EFI services will not be available. [ 0.002220] smp: Bringing up secondary CPUs ... [ 0.002433] Detected PIPT I-cache on CPU1 [ 0.002476] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1] [ 0.002704] Detected PIPT I-cache on CPU2 [ 0.002739] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1] [ 0.002968] Detected PIPT I-cache on CPU3 [ 0.003000] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1] [ 0.003037] smp: Brought up 1 node, 4 CPUs [ 0.003056] SMP: Total of 4 processors activated. [ 0.003061] CPU features: detected: 32-bit EL0 Support [ 0.003066] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.003072] CPU features: detected: Common not Private translations [ 0.003077] CPU features: detected: CRC32 instructions [ 0.003082] CPU features: detected: RCpc load-acquire (LDAPR) [ 0.003086] CPU features: detected: LSE atomic instructions [ 0.003091] CPU features: detected: Privileged Access Never [ 0.003095] CPU features: detected: RAS Extension Support [ 0.003101] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.003143] CPU: All CPU(s) started at EL2 [ 0.003148] alternatives: applying system-wide alternatives [ 0.005122] devtmpfs: initialized [ 0.007663] Enabled cp15_barrier support [ 0.007675] Enabled setend support [ 0.007738] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.007750] futex hash table entries: 1024 (order: 2, 65536 bytes, linear) [ 0.008529] pinctrl core: initialized pinctrl subsystem [ 0.008725] DMI not present or invalid. [ 0.008921] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.010115] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.010173] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.010253] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.010279] audit: initializing netlink subsys (disabled) [ 0.010340] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1 [ 0.010476] thermal_sys: Registered thermal governor 'step_wise' [ 0.010495] cpuidle: using governor menu [ 0.010562] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.010605] ASID allocator initialised with 32768 entries [ 0.010896] Serial: AMBA PL011 UART driver [ 0.012643] bcm2835-mbox 107c013880.mailbox: mailbox enabled [ 0.013350] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2 [ 0.719689] printk: console [ttyAMA10] enabled [ 0.732163] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-11-20T19:40:17, variant start_cd [ 0.746223] raspberrypi-firmware soc:firmware: Firmware hash is 361205c600000000000000000000000000000000 [ 0.764099] KASLR enabled [ 0.775941] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1 [ 0.784090] iommu: Default domain type: Translated [ 0.788993] iommu: DMA domain TLB invalidation policy: strict mode [ 0.795384] SCSI subsystem initialized [ 0.799192] usbcore: registered new interface driver usbfs [ 0.804708] usbcore: registered new interface driver hub [ 0.810049] usbcore: registered new device driver usb [ 0.815220] usb_phy_generic phy: supply vcc not found, using dummy regulator [ 0.822382] pps_core: LinuxPPS API ver. 1 registered [ 0.827366] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.836545] PTP clock support registered [ 0.840723] vgaarb: loaded [ 0.843553] clocksource: Switched to clocksource arch_sys_counter [ 0.849804] VFS: Disk quotas dquot_6.6.0 [ 0.853758] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes) [ 0.860870] FS-Cache: Loaded [ 0.863787] CacheFiles: Loaded [ 0.868553] NET: Registered PF_INET protocol family [ 0.873554] IP idents hash table entries: 65536 (order: 5, 524288 bytes, linear) [ 0.882276] tcp_listen_portaddr_hash hash table entries: 2048 (order: 1, 32768 bytes, linear) [ 0.890863] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear) [ 0.898644] TCP established hash table entries: 32768 (order: 4, 262144 bytes, linear) [ 0.906733] TCP bind hash table entries: 32768 (order: 6, 1048576 bytes, linear) [ 0.914966] TCP: Hash tables configured (established 32768 bind 32768) [ 0.921648] MPTCP token hash table entries: 4096 (order: 2, 98304 bytes, linear) [ 0.929125] UDP hash table entries: 2048 (order: 2, 65536 bytes, linear) [ 0.935905] UDP-Lite hash table entries: 2048 (order: 2, 65536 bytes, linear) [ 0.943175] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.948996] RPC: Registered named UNIX socket transport module. [ 0.954943] RPC: Registered udp transport module. [ 0.959664] RPC: Registered tcp transport module. [ 0.964387] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.970856] PCI: CLS 0 bytes, default 64 [ 0.974902] Trying to unpack rootfs image as initramfs... [ 0.984091] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available [ 0.992536] kvm [1]: IPA Size Limit: 40 bits [ 0.996842] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance) [ 1.005662] kvm [1]: vgic interrupt IRQ9 [ 1.009667] kvm [1]: VHE mode initialized successfully [ 1.073816] Initialise system trusted keyrings [ 1.078374] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [ 1.086739] zbud: loaded [ 1.089953] NFS: Registering the id_resolver key type [ 1.095058] Key type id_resolver registered [ 1.099266] Key type id_legacy registered [ 1.103323] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.110061] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.117616] F2FS not supported on PAGE_SIZE(16384) != 4096 [ 1.123232] Key type asymmetric registered [ 1.127354] Asymmetric key parser 'x509' registered [ 1.132279] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 1.139792] io scheduler mq-deadline registered [ 1.144349] io scheduler kyber registered [ 1.150285] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 31) [ 1.155123] Freeing initrd memory: 10832K [ 1.159640] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 32) [ 1.171291] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 33) [ 1.179089] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 34) [ 1.186889] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 35) [ 1.196086] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 36) [ 1.205498] gpio-461 (RP1 RUN pin): hogged as output/high [ 1.244287] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 1.251169] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 38, base_baud = 6000000) is a 16550A [ 1.260485] serial serial0: tty port ttyS0 registered [ 1.266138] iproc-rng200 107d208000.rng: hwrng registered [ 1.271690] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB) [ 1.280680] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe [ 1.289846] brd: module loaded [ 1.294514] loop: module loaded [ 1.297882] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.305325] Loading iSCSI transport class v2.0-870. [ 1.311272] usbcore: registered new interface driver r8152 [ 1.316801] usbcore: registered new interface driver lan78xx [ 1.322493] usbcore: registered new interface driver smsc95xx [ 1.328406] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 1.334248] dwc_otg: FIQ enabled [ 1.334251] dwc_otg: NAK holdoff enabled [ 1.334253] dwc_otg: FIQ split-transaction FSM enabled [ 1.334257] Module dwc_common_port init [ 1.334508] usbcore: registered new interface driver uas [ 1.339853] usbcore: registered new interface driver usb-storage [ 1.346077] mousedev: PS/2 mouse device common for all mice [ 1.359412] rpi-rtc soc:rpi_rtc: registered as rtc0 [ 1.365750] rpi-rtc soc:rpi_rtc: setting system clock to 2023-12-08T16:52:29 UTC (1702054349) [ 1.374978] bcm2835-wdt bcm2835-wdt: Poweroff handler already present! [ 1.381539] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 1.390600] sdhci: Secure Digital Host Controller Interface driver [ 1.396811] sdhci: Copyright(c) Pierre Ossman [ 1.401328] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.407423] ledtrig-cpu: registered to indicate activity on CPUs [ 1.413506] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.419985] hid: raw HID events driver (C) Jiri Kosina [ 1.425170] usbcore: registered new interface driver usbhid [ 1.430765] usbhid: USB HID core driver [ 1.434804] NET: Registered PF_PACKET protocol family [ 1.439904] Key type dns_resolver registered [ 1.444427] registered taskstats version 1 [ 1.448562] Loading compiled-in X.509 certificates [ 1.460043] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1' [ 1.468813] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f' [ 1.479206] Key type .fscrypt registered [ 1.483147] Key type fscrypt-provisioning registered [ 1.489942] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges: [ 1.496954] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff] [ 1.506067] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000 [ 1.514379] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000 [ 1.522701] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000 [ 1.531016] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000 [ 1.540507] brcm-pcie 1000120000.pcie: setting SCB_ACCESS_EN, READ_UR_MODE, MAX_BURST_SIZE [ 1.548819] brcm-pcie 1000120000.pcie: Forcing gen 2 [ 1.553848] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00 [ 1.560317] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.565826] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb]) [ 1.576399] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff]) [ 1.587596] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400 [ 1.593684] pci 0000:00:00.0: PME# supported from D0 D3hot [ 1.600162] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.715560] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC) [ 1.722227] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000 [ 1.728275] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff] [ 1.734575] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff] [ 1.740875] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff] [ 1.747256] pci 0000:01:00.0: supports D1 [ 1.751280] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 1.767569] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.774221] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff] [ 1.781390] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff] [ 1.788560] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff] [ 1.795729] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff] [ 1.802898] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.807884] pci 0000:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff] [ 1.815056] pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 1.823540] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512 [ 1.832138] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 1.838305] pcieport 0000:00:00.0: PME: Signaling with IRQ 39 [ 1.844159] pcieport 0000:00:00.0: AER: enabled with IRQ 39 [ 1.849907] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200 [ 1.858998] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200 [ 1.868268] rp1 0000:01:00.0: enabling device (0000 -> 0002) [ 1.875099] rp1 0000:01:00.0: chip_id 0x20001927 [ 1.903658] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 107 (d8:3a:dd:ab:f7:03) [ 1.914729] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels [ 1.983667] xhci-hcd xhci-hcd.0: xHCI Host Controller [ 1.988747] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1 [ 1.996460] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810 [ 2.005472] xhci-hcd xhci-hcd.0: irq 132, io mem 0x1f00200000 [ 2.011317] xhci-hcd xhci-hcd.0: xHCI Host Controller [ 2.016390] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2 [ 2.023646] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed [ 2.029839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 2.038162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.045417] usb usb1: Product: xHCI Host Controller [ 2.050314] usb usb1: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd [ 2.056869] usb usb1: SerialNumber: xhci-hcd.0 [ 2.061474] hub 1-0:1.0: USB hub found [ 2.065256] hub 1-0:1.0: 2 ports detected [ 2.069482] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 2.077787] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.085042] usb usb2: Product: xHCI Host Controller [ 2.089938] usb usb2: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd [ 2.096595] usb usb2: SerialNumber: xhci-hcd.0 [ 2.101165] hub 2-0:1.0: USB hub found [ 2.104943] hub 2-0:1.0: 1 port detected [ 2.167654] xhci-hcd xhci-hcd.1: xHCI Host Controller [ 2.172731] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3 [ 2.180572] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810 [ 2.189586] xhci-hcd xhci-hcd.1: irq 137, io mem 0x1f00300000 [ 2.195428] xhci-hcd xhci-hcd.1: xHCI Host Controller [ 2.200639] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4 [ 2.207895] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed [ 2.214123] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 2.222562] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.229833] usb usb3: Product: xHCI Host Controller [ 2.234729] usb usb3: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd [ 2.241419] usb usb3: SerialNumber: xhci-hcd.1 [ 2.245995] hub 3-0:1.0: USB hub found [ 2.249776] hub 3-0:1.0: 2 ports detected [ 2.254001] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 2.262485] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.269741] usb usb4: Product: xHCI Host Controller [ 2.274637] usb usb4: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd [ 2.281413] usb usb4: SerialNumber: xhci-hcd.1 [ 2.285992] hub 4-0:1.0: USB hub found [ 2.289783] hub 4-0:1.0: 1 port detected [ 2.294690] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 2.303398] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu [ 2.311500] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu [ 2.319809] platform 1000800000.codec: Adding to iommu group 0 [ 2.325716] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu [ 2.333931] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu [ 2.342404] platform 1000880000.pisp_be: Adding to iommu group 0 [ 2.348480] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu [ 2.356646] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu [ 2.364691] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success [ 2.372284] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 2.380666] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu [ 2.388182] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu [ 2.395440] platform axi:gpu: Adding to iommu group 1 [ 2.400662] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu [ 2.408005] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success [ 2.415211] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 2.423897] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success [ 2.430837] sdhci-brcmstb 1000fff000.mmc: there is not valid maps for state default [ 2.431287] mmc1: CQHCI version 5.10 [ 2.432610] of_cfs_init [ 2.432646] of_cfs_init: OK [ 2.438849] mmc0: CQHCI version 5.10 [ 2.486793] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit [ 2.630111] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit [ 2.638174] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd [ 2.643563] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL) [ 2.655656] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode [ 2.665581] pps pps0: new PPS source ptp0 [ 2.668757] mmc1: new ultra high speed DDR50 SDIO card at address 0001 [ 2.669656] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered. [ 2.681888] usb 4-1: New USB device found, idVendor=0bda, idProduct=9210, bcdDevice=20.01 [ 2.691285] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.698464] usb 4-1: Product: Ugreen Storage Device [ 2.703361] usb 4-1: Manufacturer: Ugreen [ 2.707384] usb 4-1: SerialNumber: 0129380514DF [ 2.744532] usb 4-1: Enable of device-initiated U1 failed. [ 2.752379] usb 4-1: Enable of device-initiated U2 failed. [ 2.784699] usb 4-1: Enable of device-initiated U1 failed. [ 2.790740] usb 4-1: Enable of device-initiated U2 failed. [ 2.797372] scsi host0: uas [ 3.202365] scsi 0:0:0:0: Direct-Access KINGSTON SKC2000M8250G 1.00 PQ: 0 ANSI: 6 [ 3.231987] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB) [ 3.240626] sd 0:0:0:0: [sda] Write Protect is off [ 3.245439] sd 0:0:0:0: [sda] Mode Sense: 37 00 00 08 [ 3.247792] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.257822] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes [ 3.264031] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes [ 3.278871] sda: sda1 sda2 [ 3.281779] sd 0:0:0:0: [sda] Attached SCSI disk [ 5.744685] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 5.771555] IP-Config: Complete: [ 5.774793] device=eth0, hwaddr=d8:3a:dd:ab:f7:03, ipaddr=192.168.0.123, mask=255.255.255.0, gw=192.168.0.1 [ 5.785020] host=rpi, domain=, nis-domain=(none) [ 5.790092] bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath= [ 5.802337] Freeing unused kernel memory: 4480K [ 5.814578] Run /init as init process [ 5.818253] with arguments: [ 5.818256] /init [ 5.818258] with environment: [ 5.818260] HOME=/ [ 5.818262] TERM=linux [ 5.988077] input: pwr_button as /devices/platform/pwr_button/input/input0 [ 6.026230] brcmstb-i2c 107d508200.i2c: @200000hz registered in interrupt mode [ 6.039500] brcmstb-i2c 107d508280.i2c: @200000hz registered in interrupt mode [ 6.242684] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none. [ 6.398404] NET: Registered PF_INET6 protocol family [ 6.403957] Segment Routing with IPv6 [ 6.407646] In-situ OAM (IOAM) with IPv6 [ 6.424770] systemd[1]: systemd 252.17-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 6.457674] systemd[1]: Detected architecture arm64. [ 6.464274] systemd[1]: Hostname set to . [ 6.504447] uart-pl011 107d001000.serial: no DMA platform data [ 6.667253] systemd[1]: Queued start job for default target multi-user.target. [ 6.692851] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 6.700821] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 6.709213] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 6.718581] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 6.727820] systemd[1]: Created slice user.slice - User and Session Slice. [ 6.734913] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 6.746183] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 6.756968] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 6.769722] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [ 6.777517] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ 6.786520] systemd[1]: Reached target network-pre.target - Preparation for Network. [ 6.794381] systemd[1]: Reached target paths.target - Path Units. [ 6.800589] systemd[1]: Reached target slices.target - Slice Units. [ 6.806963] systemd[1]: Reached target swap.target - Swaps. [ 6.812640] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ 6.821273] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. [ 6.830156] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 6.839331] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ 6.847882] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 6.857064] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ 6.865343] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 6.873723] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 6.881951] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 6.911675] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 6.920926] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 6.930107] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 6.938360] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). [ 6.955798] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock... [ 6.965933] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 6.976067] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 6.986694] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 6.996667] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [ 7.006354] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 7.014672] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [ 7.015607] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 7.033285] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 7.042464] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [ 7.050499] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root). [ 7.050697] fuse: init (API version 7.37) [ 7.072221] systemd[1]: Starting systemd-journald.service - Journal Service... [ 7.081966] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 7.091519] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 7.103344] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 7.111918] EXT4-fs (sda2): re-mounted. Quota mode: none. [ 7.120241] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 7.128231] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 7.136080] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 7.144111] systemd[1]: Started systemd-journald.service - Journal Service. [ 7.195825] systemd-journald[290]: Received client request to flush runtime journal. [ 7.518367] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040 [ 7.526237] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1 [ 7.526365] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040 [ 7.529573] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2 [ 7.530535] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020 [ 7.536636] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3 [ 7.539899] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020 [ 7.552082] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4 [ 7.556270] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000 [ 7.562817] mc: Linux media interface: v0.10 [ 7.581816] videodev: Linux video capture interface: v2.00 [ 7.582797] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0 [ 7.604842] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0 [ 7.670779] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu [ 7.670962] pispbe 1000880000.pisp_be: pispbe_probe: HW version: 0x02252700 [ 7.670968] pispbe 1000880000.pisp_be: pispbe_probe: BatchStatus: 0x00000000 [ 7.670971] pispbe 1000880000.pisp_be: pispbe_probe: Status: 0x00000000 [ 7.670975] pispbe 1000880000.pisp_be: Register nodes for group 0 [ 7.691834] pispbe 1000880000.pisp_be: input device node registered as /dev/video20 [ 7.691949] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video21 [ 7.692015] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video22 [ 7.692076] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video23 [ 7.692146] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video24 [ 7.692219] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video25 [ 7.692278] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video26 [ 7.692341] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video27 [ 7.692422] pispbe 1000880000.pisp_be: config device node registered as /dev/video28 [ 7.699429] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned. [ 7.704131] pispbe 1000880000.pisp_be: Register nodes for group 1 [ 7.704647] pispbe 1000880000.pisp_be: input device node registered as /dev/video29 [ 7.704726] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video30 [ 7.704791] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video31 [ 7.704860] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video32 [ 7.704931] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video33 [ 7.704992] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video34 [ 7.705050] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video35 [ 7.705114] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video36 [ 7.705170] pispbe 1000880000.pisp_be: config device node registered as /dev/video37 [ 7.734798] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu [ 7.735992] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 7.736558] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf' [ 7.738116] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328' [ 7.738690] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 7.738710] rpivid 1000800000.codec: Device registered as /dev/video19 [ 7.792570] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 7.794368] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 7.796619] usbcore: registered new interface driver brcmfmac [ 7.833260] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 7.880569] Bluetooth: Core ver 2.22 [ 7.880625] NET: Registered PF_BLUETOOTH protocol family [ 7.880629] Bluetooth: HCI device and connection manager initialized [ 7.880638] Bluetooth: HCI socket layer initialized [ 7.880643] Bluetooth: L2CAP socket layer initialized [ 7.880651] Bluetooth: SCO socket layer initialized [ 7.918401] Bluetooth: HCI UART driver ver 2.3 [ 7.918411] Bluetooth: HCI UART protocol H4 registered [ 7.918444] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 7.918561] Bluetooth: HCI UART protocol Broadcom registered [ 7.918655] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator [ 7.918715] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator [ 7.950595] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60 [ 7.968466] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu [ 7.975225] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4]) [ 7.986141] Registered IR keymap rc-cec [ 7.986193] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0 [ 7.986249] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input1 [ 8.062473] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4]) [ 8.072510] Registered IR keymap rc-cec [ 8.072581] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1 [ 8.072633] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input2 [ 8.073492] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4]) [ 8.073663] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4]) [ 8.073762] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4]) [ 8.075343] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 8.076688] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 8.079329] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1 [ 8.083319] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes [ 8.089258] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes [ 8.093371] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes [ 8.272041] Bluetooth: hci0: BCM: chip id 107 [ 8.272297] Bluetooth: hci0: BCM: features 0x2f [ 8.273442] Bluetooth: hci0: BCM4345C0 [ 8.273447] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 [ 8.273973] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch [ 8.385497] Adding 102384k swap on /var/swap. Priority:-2 extents:1 across:102384k SSFS [ 8.758725] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled [ 8.988502] Bluetooth: hci0: BCM: features 0x2f [ 8.989866] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190 [ 8.989870] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382 [ 8.990223] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac) [ 9.091527] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 9.091536] Bluetooth: BNEP filters: protocol multicast [ 9.091544] Bluetooth: BNEP socket layer initialized [ 9.093866] Bluetooth: MGMT ver 1.22 [ 9.098870] NET: Registered PF_ALG protocol family [ 9.565013] tun: Universal TUN/TAP device driver, 1.6 [ 12.119719] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 12.121233] Bridge firewalling registered [ 12.169299] Initializing XFRM netlink socket [ 12.592039] br-3cac3bb52bc3: port 1(veth179c1ab) entered blocking state [ 12.592047] br-3cac3bb52bc3: port 1(veth179c1ab) entered disabled state [ 12.592116] device veth179c1ab entered promiscuous mode [ 12.592257] br-3cac3bb52bc3: port 1(veth179c1ab) entered blocking state [ 12.592260] br-3cac3bb52bc3: port 1(veth179c1ab) entered forwarding state [ 12.592348] br-3cac3bb52bc3: port 1(veth179c1ab) entered disabled state [ 12.920380] eth0: renamed from veth922e4c7 [ 12.946184] IPv6: ADDRCONF(NETDEV_CHANGE): veth179c1ab: link becomes ready [ 12.946259] br-3cac3bb52bc3: port 1(veth179c1ab) entered blocking state [ 12.946267] br-3cac3bb52bc3: port 1(veth179c1ab) entered forwarding state [ 12.946342] IPv6: ADDRCONF(NETDEV_CHANGE): br-3cac3bb52bc3: link becomes ready [ 67.405139] br-0923d8353d3f: port 1(veth48b9427) entered blocking state [ 67.405148] br-0923d8353d3f: port 1(veth48b9427) entered disabled state [ 67.405262] device veth48b9427 entered promiscuous mode [ 67.642465] eth0: renamed from veth12e931f [ 67.678488] IPv6: ADDRCONF(NETDEV_CHANGE): veth48b9427: link becomes ready [ 67.678530] br-0923d8353d3f: port 1(veth48b9427) entered blocking state [ 67.678534] br-0923d8353d3f: port 1(veth48b9427) entered forwarding state [ 67.678585] IPv6: ADDRCONF(NETDEV_CHANGE): br-0923d8353d3f: link becomes ready [ 119.835723] sd 0:0:0:0: [sda] tag#29 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD OUT [ 119.835732] sd 0:0:0:0: [sda] tag#29 CDB: opcode=0x2a 2a 00 00 90 22 d0 00 00 08 00 [ 119.835846] sd 0:0:0:0: [sda] tag#28 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD OUT [ 119.835849] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x2a 2a 00 00 10 20 00 00 00 10 00 [ 119.835946] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD OUT [ 119.835949] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x2a 2a 00 01 d1 71 98 00 00 28 00 [ 119.836046] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD OUT [ 119.836049] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x2a 2a 00 01 d1 71 88 00 00 08 00 [ 124.927569] xhci-hcd xhci-hcd.1: xHCI host not responding to stop endpoint command [ 124.947748] xhci-hcd xhci-hcd.1: xHCI host controller not responding, assume dead [ 124.947773] xhci-hcd xhci-hcd.1: HC died; cleaning up [ 124.947830] usb 4-1: cmd cmplt err -108 [ 124.947836] usb 4-1: cmd cmplt err -108 [ 124.947857] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 10 inflight: CMD [ 124.947862] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x2a 2a 00 01 d1 71 08 00 00 08 00 [ 124.947874] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 9 inflight: CMD [ 124.947876] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x2a 2a 00 01 d0 47 60 00 00 18 00 [ 124.947882] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD [ 124.947884] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x2a 2a 00 01 d0 20 90 00 00 08 00 [ 124.947890] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD [ 124.947893] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x2a 2a 00 01 d0 20 00 00 00 08 00 [ 124.947898] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD [ 124.947900] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x2a 2a 00 01 90 20 20 00 00 08 00 [ 124.947908] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD [ 124.947910] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x2a 2a 00 00 91 1d 30 00 00 08 00 [ 124.947917] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD [ 124.947920] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x2a 2a 00 00 91 1a 88 00 00 08 00 [ 124.947926] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD [ 124.947928] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 00 90 23 18 00 00 08 00 [ 124.947948] usb 4-1: USB disconnect, device number 2 [ 124.963580] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963588] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963591] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963595] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963598] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963600] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963603] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963606] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963609] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963612] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963615] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.963618] sd 0:0:0:0: Device offlined - not ready after error recovery [ 124.987590] device offline error, dev sda, sector 9446168 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2 [ 124.987606] Buffer I/O error on dev sda2, logical block 1048675, lost async page write [ 124.987626] device offline error, dev sda, sector 9509512 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2 [ 124.987632] Buffer I/O error on dev sda2, logical block 1056593, lost async page write [ 124.987639] device offline error, dev sda, sector 9510192 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2 [ 124.987644] Buffer I/O error on dev sda2, logical block 1056678, lost async page write [ 124.987651] device offline error, dev sda, sector 26222624 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2 [ 124.987656] Buffer I/O error on dev sda2, logical block 3145732, lost async page write [ 124.987663] device offline error, dev sda, sector 30416896 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2 [ 124.987667] Buffer I/O error on dev sda2, logical block 3670016, lost async page write [ 124.987674] device offline error, dev sda, sector 30417040 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2 [ 124.987678] Buffer I/O error on dev sda2, logical block 3670034, lost async page write [ 124.987684] device offline error, dev sda, sector 30426976 op 0x1:(WRITE) flags 0x3800 phys_seg 3 prio class 2 [ 124.987688] Buffer I/O error on dev sda2, logical block 3671276, lost async page write [ 124.987692] Buffer I/O error on dev sda2, logical block 3671277, lost async page write [ 124.987696] Buffer I/O error on dev sda2, logical block 3671278, lost async page write [ 124.987702] device offline error, dev sda, sector 30503176 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2 [ 124.987706] Buffer I/O error on dev sda2, logical block 3680801, lost async page write [ 124.987713] device offline error, dev sda, sector 30503304 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2 [ 124.987720] device offline error, dev sda, sector 30503320 op 0x1:(WRITE) flags 0x3800 phys_seg 5 prio class 2 [ 124.987761] EXT4-fs error (device sda2): ext4_check_bdev_write_error:217: comm systemd-journal: Error while async write back metadata [ 124.999927] EXT4-fs (sda2): previous I/O error to superblock detected [ 124.999978] Aborting journal on device sda2-8. [ 124.999989] EXT4-fs error (device sda2) in ext4_mb_clear_bb:6133: Journal has aborted [ 125.000007] JBD2: I/O error when updating journal superblock for sda2-8. [ 125.000157] EXT4-fs error (device sda2): ext4_journal_check_start:83: comm systemd-journal: Detected aborted journal [ 125.008133] EXT4-fs (sda2): I/O error while writing superblock [ 125.013356] EXT4-fs error (device sda2): ext4_journal_check_start:83: comm systemd-timesyn: Detected aborted journal [ 125.015544] EXT4-fs error (device sda2): ext4_check_bdev_write_error:217: comm dockerd: Error while async write back metadata [ 125.015552] EXT4-fs error (device sda2) in ext4_reserve_inode_write:5856: Journal has aborted [ 125.015557] EXT4-fs error (device sda2): __ext4_ext_dirty:202: inode #904927: comm dockerd: mark_inode_dirty error [ 125.015566] EXT4-fs error (device sda2): ext4_check_bdev_write_error:217: comm dockerd: Error while async write back metadata [ 125.015570] EXT4-fs error (device sda2) in ext4_reserve_inode_write:5856: Journal has aborted [ 125.015573] EXT4-fs error (device sda2): __ext4_ext_dirty:202: inode #904927: comm dockerd: mark_inode_dirty error [ 125.018544] EXT4-fs (sda2): previous I/O error to superblock detected [ 125.089901] EXT4-fs (sda2): previous I/O error to superblock detected [ 125.089923] EXT4-fs (sda2): previous I/O error to superblock detected [ 125.089943] EXT4-fs (sda2): I/O error while writing superblock [ 125.089944] EXT4-fs (sda2): previous I/O error to superblock detected [ 125.089959] EXT4-fs (sda2): I/O error while writing superblock [ 125.089961] EXT4-fs (sda2): I/O error while writing superblock [ 125.089962] EXT4-fs (sda2): Remounting filesystem read-only [ 125.094004] EXT4-fs warning (device sda2): htree_dirblock_to_tree:1082: inode #126465: lblock 0: comm systemd-journal: error -5 reading directory block [ 125.095627] EXT4-fs warning (device sda2): ext4_dx_find_entry:1795: inode #253870: lblock 2: comm dockerd: error -5 reading directory block [ 125.095658] EXT4-fs warning (device sda2): ext4_dx_find_entry:1795: inode #253870: lblock 2: comm dockerd: error -5 reading directory block [ 125.135557] sd 0:0:0:0: [sda] Synchronizing SCSI cache [ 125.375526] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK [ 125.375649] xhci-hcd xhci-hcd.1: WARN Can't disable streams for endpoint 0x81, streams are being disabled already [ 133.034872] EXT4-fs error: 8 callbacks suppressed [ 133.034878] EXT4-fs error (device sda2): __ext4_find_entry:1682: inode #22: comm gmain: reading directory lblock 0 [ 137.035012] EXT4-fs error (device sda2): __ext4_find_entry:1682: inode #22: comm gmain: reading directory lblock 0 [ 141.034169] EXT4-fs error (device sda2): __ext4_find_entry:1682: inode #22: comm gmain: reading directory lblock 0 [ 145.031300] EXT4-fs error (device sda2): __ext4_find_entry:1682: inode #22: comm gmain: reading directory lblock 0 [ 149.034499] EXT4-fs error (device sda2): __ext4_find_entry:1682: inode #22: comm gmain: reading directory lblock 0 ```

EDIT: adding quirk seems to work, but will continue to monitor and see if it happens again, I am actually seeing it happens even when using USB 2, but didn't managed to capture the dmesg

pjft commented 10 months ago

Got it - apologies for the suggestion to move it to the other issue, it seemed that they wanted to keep this Pi4 related.

That being said, USB3.0 issues are fairly known with the Pi4 bus, and adding quirks is normally the recommendation. See if it works.

The way to see if it's properly enabled is to check in lsusb -tv if the driver is uas (non quirks) or usb-storage (quirks, more compatible).

Best of luck.

spegelius commented 8 months ago

I have this very same problem after swapping Rpi3 to Rpi4 2G. I have 3 custom boxes with I-Tec 16-port USB hubs, all ports filled with 4-5T USB disks (Seagate, WD, Intenso, Toshiba...). With Rpi3s, all 3 boxes have been working fine for ~2 years 24/7. After swapping to Rpi4 on one of them, errors like 'xhci_hcd 0000:01:00.0: HC died; cleaning up' show up either during boot or some time after. Tried so far:

pjft commented 7 months ago

Please check #5753 and see if it's the same.

Shourai commented 7 months ago

Same issue seems to happen here, I couldn't figure out why a SSD drive connected via a SATA to USB adapter was constantly disconnecting. I googled xHCI host not responding and came upon this issue. The SSD kept disconnecting when I spun up multiple docker containers that write to the SSD. With the information here I have since swapped to using an USB 2.0 port and haven't had any issues since.

One thing that might be of note is that it only happened when I upgraded to debian 12. I ran the setup with debian 11 for over a year while using the usb 3.0 port without issues.

lsusb -tv ``` /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M ID 1d6b:0003 Linux Foundation 3.0 root hub /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M ID 1d6b:0002 Linux Foundation 2.0 root hub |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M ID 2109:3431 VIA Labs, Inc. Hub |__ Port 3: Dev 3, If 0, Class=Mass Storage, Driver=uas, 480M ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS578 SATA 6Gb/s |__ Port 4: Dev 4, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M ID 10c4:ea60 Silicon Labs CP210x UART Bridge ```
sudo rpi-eeprom-update ``` *** UPDATE AVAILABLE *** BOOTLOADER: update available CURRENT: Thu Apr 29 16:11:25 UTC 2021 (1619712685) LATEST: Wed Jan 11 17:40:52 UTC 2023 (1673458852) RELEASE: default (/lib/firmware/raspberrypi/bootloader-2711/default) Use raspi-config to change the release. VL805_FW: Dedicated VL805 EEPROM VL805: up to date CURRENT: 000138c0 LATEST: 000138c0 ```
uname -a ``` Linux raspberrypi 6.1.0-rpi8-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 (2024-01-25) aarch64 GNU/Linux ```
pjft commented 7 months ago

@Shourai if you're on a Pi5, please check #5753 and try this:

https://github.com/raspberrypi/linux/issues/5753#issuecomment-1854295998

If not, maybe try it as well and see if it helps?

Shourai commented 7 months ago

@Shourai if you're on a Pi5, please check #5753 and try this:

#5753 (comment)

If not, maybe try it as well and see if it helps?

Thanks for the the quick reply! I am running an Pi4 hence commenting on this issue and haven't looked into the Pi5 one at all. I'll try it out tomorrow as I'll have to back up some stuff beforehand. I will report back with the results!


An update: I can reliably reproduce this issue, all I do is plug my ssd from an usb2 to an usb 3 port. When I reboot the pi and having my docker containers automatically startup again, the whole things comes crashing down. The drive is being auto-mounted by my fstab file, since my compose files live on the mounted drive.

I get the following error show in dmesg

dmesg ``` [ 82.939314] xhci_hcd 0000:01:00.0: WARNING: Host System Error [ 88.030178] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command [ 88.030196] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead [ 88.030277] xhci_hcd 0000:01:00.0: HC died; cleaning up [ 88.030382] usb 1-1: USB disconnect, device number 2 [ 88.030389] usb 1-1.4: USB disconnect, device number 3 [ 88.030561] sd 0:0:0:0: [sda] tag#24 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD [ 88.030570] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x28 28 00 1b 00 ff ff 00 00 08 00 [ 88.030577] sd 0:0:0:0: [sda] tag#23 uas_eh_abort_handler 0 uas-tag 16 inflight: CMD [ 88.030581] sd 0:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 1c 80 ff ff 00 00 08 00 [ 88.030588] sd 0:0:0:0: [sda] tag#22 uas_eh_abort_handler 0 uas-tag 5 inflight: CMD [ 88.030592] sd 0:0:0:0: [sda] tag#22 CDB: opcode=0x28 28 00 10 02 09 67 00 00 08 00 [ 88.030598] sd 0:0:0:0: [sda] tag#21 uas_eh_abort_handler 0 uas-tag 4 inflight: CMD [ 88.030602] sd 0:0:0:0: [sda] tag#21 CDB: opcode=0x28 28 00 10 02 05 67 00 00 08 00 [ 88.030607] sd 0:0:0:0: [sda] tag#20 uas_eh_abort_handler 0 uas-tag 15 inflight: CMD [ 88.030612] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x28 28 00 1c 40 ff ff 00 00 08 00 [ 88.030617] sd 0:0:0:0: [sda] tag#19 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD [ 88.030621] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 19 80 ff ff 00 00 08 00 [ 88.030627] sd 0:0:0:0: [sda] tag#18 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD [ 88.030631] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 19 40 ff ff 00 00 08 00 [ 88.030637] sd 0:0:0:0: [sda] tag#17 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD [ 88.030641] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x28 28 00 19 00 ff ff 00 00 08 00 [ 88.030646] sd 0:0:0:0: [sda] tag#16 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD [ 88.030650] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x28 28 00 18 c0 ff ff 00 00 08 00 [ 88.030656] sd 0:0:0:0: [sda] tag#15 uas_eh_abort_handler 0 uas-tag 7 inflight: CMD [ 88.030660] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 1a 40 ff ff 00 00 08 00 [ 88.030665] sd 0:0:0:0: [sda] tag#14 uas_eh_abort_handler 0 uas-tag 2 inflight: CMD [ 88.030669] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x28 28 00 10 02 09 3f 00 00 08 00 [ 88.030675] sd 0:0:0:0: [sda] tag#13 uas_eh_abort_handler 0 uas-tag 13 inflight: CMD [ 88.030679] sd 0:0:0:0: [sda] tag#13 CDB: opcode=0x28 28 00 1c 00 ff ff 00 00 08 00 [ 88.030685] sd 0:0:0:0: [sda] tag#12 uas_eh_abort_handler 0 uas-tag 3 inflight: CMD [ 88.030688] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x28 28 00 1a 80 ff ff 00 00 08 00 [ 88.030694] sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 29 inflight: CMD [ 88.030698] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x28 28 00 1e 00 ff ff 00 00 08 00 [ 88.030703] sd 0:0:0:0: [sda] tag#10 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD [ 88.030707] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x28 28 00 1d c0 ff ff 00 00 08 00 [ 88.030713] sd 0:0:0:0: [sda] tag#9 uas_eh_abort_handler 0 uas-tag 27 inflight: CMD [ 88.030717] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x28 28 00 1d 80 ff ff 00 00 08 00 [ 88.030723] sd 0:0:0:0: [sda] tag#8 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD [ 88.030726] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x28 28 00 1a 00 ff ff 00 00 08 00 [ 88.030732] sd 0:0:0:0: [sda] tag#7 uas_eh_abort_handler 0 uas-tag 26 inflight: CMD [ 88.030736] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 1d 40 ff ff 00 00 08 00 [ 88.030742] sd 0:0:0:0: [sda] tag#6 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD [ 88.030745] sd 0:0:0:0: [sda] tag#6 CDB: opcode=0x28 28 00 18 80 ff ff 00 00 08 00 [ 88.030751] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 18 inflight: CMD [ 88.030755] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 18 40 ff ff 00 00 08 00 [ 88.030760] sd 0:0:0:0: [sda] tag#4 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD [ 88.030764] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x28 28 00 18 00 ff ff 00 00 08 00 [ 88.030770] sd 0:0:0:0: [sda] tag#3 uas_eh_abort_handler 0 uas-tag 14 inflight: CMD [ 88.030773] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x28 28 00 10 02 04 87 00 00 08 00 [ 88.030779] sd 0:0:0:0: [sda] tag#2 uas_eh_abort_handler 0 uas-tag 12 inflight: CMD [ 88.030783] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 1b c0 ff ff 00 00 08 00 [ 88.030788] sd 0:0:0:0: [sda] tag#1 uas_eh_abort_handler 0 uas-tag 8 inflight: CMD [ 88.030792] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 1b 80 ff ff 00 00 08 00 [ 88.030797] sd 0:0:0:0: [sda] tag#0 uas_eh_abort_handler 0 uas-tag 19 inflight: CMD [ 88.030801] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 1d 00 ff ff 00 00 08 00 [ 88.030853] usb 2-2: USB disconnect, device number 2 [ 88.031382] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0 [ 88.031551] cp210x 1-1.4:1.0: device disconnected [ 88.050349] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050368] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050372] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050376] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050380] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050383] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050387] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050390] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050393] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050396] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050400] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050403] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050406] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050410] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050413] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050416] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050419] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050422] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050426] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050429] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050432] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050435] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050438] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050442] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050445] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050448] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050452] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050455] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.050458] sd 0:0:0:0: Device offlined - not ready after error recovery [ 88.066343] device offline error, dev sda, sector 486604799 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066454] device offline error, dev sda, sector 461438975 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066468] device offline error, dev sda, sector 465633279 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066480] device offline error, dev sda, sector 268567687 op 0x0:(READ) flags 0x3000 phys_seg 1 prio class 2 [ 88.066511] device offline error, dev sda, sector 402718719 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066527] device offline error, dev sda, sector 406913023 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066534] device offline error, dev sda, sector 411107327 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066543] device offline error, dev sda, sector 490799103 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066550] device offline error, dev sda, sector 436273151 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066546] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390208: comm dockerd: reading directory lblock 0 [ 88.066553] device offline error, dev sda, sector 507576319 op 0x0:(READ) flags 0x83700 phys_seg 1 prio class 2 [ 88.066660] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390565: comm dockerd: reading directory lblock 0 [ 88.066694] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8389909: comm dockerd: reading directory lblock 0 [ 88.066694] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390322: comm dockerd: reading directory lblock 0 [ 88.066712] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8388696: comm mkdir: reading directory lblock 0 [ 88.066755] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8389008: comm python: reading directory lblock 0 [ 88.066858] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390573: comm dockerd: reading directory lblock 0 [ 88.066901] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390226: comm dockerd: reading directory lblock 0 [ 88.066925] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390322: comm dockerd: reading directory lblock 0 [ 88.066932] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1082: inode #8389001: lblock 0: comm chown: error -5 reading directory block [ 88.067053] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390565: comm dockerd: reading directory lblock 0 [ 88.068426] Buffer I/O error on dev sda1, logical block 58228736, lost sync page write [ 88.068466] JBD2: I/O error when updating journal superblock for sda1-8. [ 88.068471] Aborting journal on device sda1-8. [ 88.068502] Buffer I/O error on dev sda1, logical block 58228736, lost sync page write [ 88.068516] JBD2: I/O error when updating journal superblock for sda1-8. [ 88.068753] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 88.068783] EXT4-fs (sda1): I/O error while writing superblock [ 88.068854] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 88.068869] EXT4-fs (sda1): I/O error while writing superblock [ 88.069003] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 88.069019] EXT4-fs (sda1): I/O error while writing superblock [ 88.069078] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 88.069090] EXT4-fs (sda1): I/O error while writing superblock [ 88.069186] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 88.069199] EXT4-fs (sda1): I/O error while writing superblock [ 88.069251] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 88.069262] EXT4-fs (sda1): I/O error while writing superblock [ 88.069362] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 88.069374] EXT4-fs (sda1): I/O error while writing superblock [ 88.069471] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 88.069485] EXT4-fs (sda1): I/O error while writing superblock [ 88.069642] EXT4-fs (sda1): I/O error while writing superblock [ 88.069724] EXT4-fs (sda1): I/O error while writing superblock [ 88.072166] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1082: inode #8389005: lblock 0: comm find: error -5 reading directory block ```

I will now be installing the following firmware sudo rpi-update pulls/5788.


So far after a reboot all the containers come up while connected to an usb 3 port. I will let it run for a few days and see how it goes.

uname -a

Linux raspberrypi 6.1.66-v8+ #1 SMP PREEMPT Wed Dec 13 15:17:55 UTC 2023 aarch64 GNU/Linux

Unfortunately it didn't help and it crashed also only about half an hour later.

dmesg ``` [ 676.356070] xhci_hcd 0000:01:00.0: WARNING: Host System Error [ 680.684548] cp210x ttyUSB0: usb_serial_generic_write_start - error submitting urb: -19 [ 680.695191] cp210x ttyUSB0: failed to get comm status: -19 [ 680.701049] cp210x ttyUSB0: failed to get comm status: -19 [ 680.701075] cp210x ttyUSB0: failed set request 0x7 status: -19 [ 680.701146] cp210x ttyUSB0: failed set request 0x12 status: -19 [ 680.701155] cp210x ttyUSB0: failed set request 0x0 status: -19 [ 681.445693] xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command [ 681.445712] xhci_hcd 0000:01:00.0: xHCI host controller not responding, assume dead [ 681.445790] xhci_hcd 0000:01:00.0: HC died; cleaning up [ 681.446199] usb 1-1: USB disconnect, device number 2 [ 681.446211] usb 1-1.4: USB disconnect, device number 3 [ 681.446472] sd 0:0:0:0: [sda] tag#5 uas_eh_abort_handler 0 uas-tag 6 inflight: CMD [ 681.446483] sd 0:0:0:0: [sda] tag#5 CDB: opcode=0x28 28 00 10 06 74 2f 00 00 80 00 [ 681.446505] usb 2-2: USB disconnect, device number 2 [ 681.446626] sd 0:0:0:0: [sda] tag#27 uas_zap_pending 0 uas-tag 10 inflight: CMD [ 681.446632] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x2a 2a 00 1b c5 12 4f 00 00 20 00 [ 681.446643] sd 0:0:0:0: [sda] tag#24 uas_zap_pending 0 uas-tag 11 inflight: CMD [ 681.446647] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x2a 2a 00 01 fd 30 e7 00 00 08 00 [ 681.446654] sd 0:0:0:0: [sda] tag#25 uas_zap_pending 0 uas-tag 12 inflight: CMD [ 681.446659] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x2a 2a 00 01 fd 40 1f 00 00 08 00 [ 681.446665] sd 0:0:0:0: [sda] tag#28 uas_zap_pending 0 uas-tag 13 inflight: CMD [ 681.446669] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x2a 2a 00 01 fd 40 3f 00 00 10 00 [ 681.446675] sd 0:0:0:0: [sda] tag#0 uas_zap_pending 0 uas-tag 14 inflight: CMD [ 681.446679] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 07 fe 6e 2f 00 00 20 00 [ 681.446684] sd 0:0:0:0: [sda] tag#1 uas_zap_pending 0 uas-tag 15 inflight: CMD [ 681.446688] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x2a 2a 00 10 01 00 1f 00 00 08 00 [ 681.446687] sd 0:0:0:0: [sda] tag#24 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=24s [ 681.446693] sd 0:0:0:0: [sda] tag#2 uas_zap_pending 0 uas-tag 16 inflight: CMD [ 681.446697] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x2a 2a 00 10 01 01 77 00 00 08 00 [ 681.446698] sd 0:0:0:0: [sda] tag#24 CDB: opcode=0x2a 2a 00 01 fd 30 e7 00 00 08 00 [ 681.446702] sd 0:0:0:0: [sda] tag#3 uas_zap_pending 0 uas-tag 17 inflight: CMD [ 681.446707] sd 0:0:0:0: [sda] tag#3 CDB: opcode=0x2a 2a 00 10 01 04 2f 00 00 08 00 [ 681.446705] I/O error, dev sda, sector 33370343 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 2 [ 681.446712] sd 0:0:0:0: [sda] tag#4 uas_zap_pending 0 uas-tag 18 inflight: CMD [ 681.446716] sd 0:0:0:0: [sda] tag#4 CDB: opcode=0x2a 2a 00 10 01 04 57 00 00 08 00 [ 681.446716] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8390943 starting block 4171292) [ 681.446721] sd 0:0:0:0: [sda] tag#8 uas_zap_pending 0 uas-tag 19 inflight: CMD [ 681.446725] sd 0:0:0:0: [sda] tag#8 CDB: opcode=0x2a 2a 00 10 01 04 cf 00 00 08 00 [ 681.446730] sd 0:0:0:0: [sda] tag#9 uas_zap_pending 0 uas-tag 20 inflight: CMD [ 681.446734] sd 0:0:0:0: [sda] tag#9 CDB: opcode=0x2a 2a 00 10 01 05 77 00 00 08 00 [ 681.446739] sd 0:0:0:0: [sda] tag#10 uas_zap_pending 0 uas-tag 21 inflight: CMD [ 681.446743] sd 0:0:0:0: [sda] tag#10 CDB: opcode=0x2a 2a 00 10 01 05 8f 00 00 08 00 [ 681.446748] sd 0:0:0:0: [sda] tag#11 uas_zap_pending 0 uas-tag 22 inflight: CMD [ 681.446752] sd 0:0:0:0: [sda] tag#11 CDB: opcode=0x2a 2a 00 01 fd 30 cf 00 00 08 00 [ 681.446757] sd 0:0:0:0: [sda] tag#14 uas_zap_pending 0 uas-tag 23 inflight: CMD [ 681.446761] sd 0:0:0:0: [sda] tag#14 CDB: opcode=0x2a 2a 00 00 01 00 87 00 00 08 00 [ 681.446766] sd 0:0:0:0: [sda] tag#15 uas_zap_pending 0 uas-tag 24 inflight: CMD [ 681.446770] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 10 06 2f 87 00 00 08 00 [ 681.446775] sd 0:0:0:0: [sda] tag#12 uas_zap_pending 0 uas-tag 25 inflight: CMD [ 681.446779] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x2a 2a 00 10 0b 90 57 00 00 08 00 [ 681.446785] sd 0:0:0:0: [sda] tag#16 uas_zap_pending 0 uas-tag 26 inflight: CMD [ 681.446789] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x2a 2a 00 10 0b 90 77 00 00 20 00 [ 681.446794] sd 0:0:0:0: [sda] tag#17 uas_zap_pending 0 uas-tag 27 inflight: CMD [ 681.446798] sd 0:0:0:0: [sda] tag#17 CDB: opcode=0x2a 2a 00 10 11 5a 3f 00 00 08 00 [ 681.446803] sd 0:0:0:0: [sda] tag#18 uas_zap_pending 0 uas-tag 28 inflight: CMD [ 681.446804] sd 0:0:0:0: [sda] tag#12 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=19s [ 681.446807] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 10 06 53 9f 00 00 80 00 [ 681.446809] sd 0:0:0:0: [sda] tag#25 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=24s [ 681.446812] sd 0:0:0:0: [sda] tag#19 uas_zap_pending 0 uas-tag 29 inflight: CMD [ 681.446816] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 10 08 81 ef 00 00 10 00 [ 681.446822] sd 0:0:0:0: [sda] tag#12 CDB: opcode=0x2a 2a 00 10 0b 90 57 00 00 08 00 [ 681.446824] sd 0:0:0:0: [sda] tag#25 CDB: opcode=0x2a 2a 00 01 fd 40 1f 00 00 08 00 [ 681.446831] I/O error, dev sda, sector 33374239 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 2 [ 681.446831] I/O error, dev sda, sector 269193303 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 2 [ 681.446839] sd 0:0:0:0: [sda] tag#19 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=16s [ 681.446839] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8390899 starting block 4171779) [ 681.446842] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8390248 starting block 33649162) [ 681.446849] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x28 28 00 10 08 81 ef 00 00 10 00 [ 681.446850] Buffer I/O error on device sda1, logical block 4163588 [ 681.446853] Buffer I/O error on device sda1, logical block 33640971 [ 681.446859] I/O error, dev sda, sector 268993007 op 0x0:(READ) flags 0x80700 phys_seg 2 prio class 2 [ 681.446891] sd 0:0:0:0: [sda] tag#28 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=24s [ 681.446895] device offline error, dev sda, sector 268994671 op 0x0:(READ) flags 0x80700 phys_seg 13 prio class 2 [ 681.446897] sd 0:0:0:0: [sda] tag#27 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=29s [ 681.446899] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x2a 2a 00 01 fd 40 3f 00 00 10 00 [ 681.446904] I/O error, dev sda, sector 33374271 op 0x1:(WRITE) flags 0x0 phys_seg 2 prio class 2 [ 681.446905] sd 0:0:0:0: [sda] tag#27 CDB: opcode=0x2a 2a 00 1b c5 12 4f 00 00 20 00 [ 681.446911] I/O error, dev sda, sector 465900111 op 0x1:(WRITE) flags 0x800 phys_seg 4 prio class 2 [ 681.446915] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8390899 starting block 4171783) [ 681.446917] device offline error, dev sda, sector 268996391 op 0x0:(READ) flags 0x80700 phys_seg 14 prio class 2 [ 681.446922] Buffer I/O error on device sda1, logical block 4163592 [ 681.446930] Buffer I/O error on device sda1, logical block 4163593 [ 681.446940] device offline error, dev sda, sector 268852063 op 0x0:(READ) flags 0x80700 phys_seg 16 prio class 2 [ 681.446949] sd 0:0:0:0: [sda] tag#15 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=23s [ 681.446956] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=24s [ 681.446959] device offline error, dev sda, sector 268993743 op 0x0:(READ) flags 0x80700 phys_seg 4 prio class 2 [ 681.446962] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x2a 2a 00 07 fe 6e 2f 00 00 20 00 [ 681.446963] sd 0:0:0:0: [sda] tag#15 CDB: opcode=0x28 28 00 10 06 2f 87 00 00 08 00 [ 681.446974] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8390842 starting block 16764357) [ 681.446985] Buffer I/O error on device sda1, logical block 16756166 [ 681.446988] sd 0:0:0:0: [sda] tag#18 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=16s [ 681.446993] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8390842 starting block 16764358) [ 681.446996] sd 0:0:0:0: [sda] tag#18 CDB: opcode=0x28 28 00 10 06 53 9f 00 00 80 00 [ 681.447003] Aborting journal on device sda1-8. [ 681.447012] sd 0:0:0:0: [sda] tag#16 UNKNOWN(0x2003) Result: hostbyte=0x01 driverbyte=DRIVER_OK cmd_age=19s [ 681.447017] Buffer I/O error on dev sda1, logical block 33554436, lost async page write [ 681.447020] sd 0:0:0:0: [sda] tag#16 CDB: opcode=0x2a 2a 00 10 0b 90 77 00 00 20 00 [ 681.447022] EXT4-fs error (device sda1): ext4_journal_check_start:83: comm kworker/u8:1: Detected aborted journal [ 681.447031] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8390248 starting block 33649166) [ 681.447037] Buffer I/O error on dev sda1, logical block 58228736, lost sync page write [ 681.447043] Buffer I/O error on dev sda1, logical block 33554479, lost async page write [ 681.447046] Buffer I/O error on device sda1, logical block 33640975 [ 681.447052] JBD2: I/O error when updating journal superblock for sda1-8. [ 681.447053] Buffer I/O error on device sda1, logical block 33640976 [ 681.447059] Buffer I/O error on device sda1, logical block 33640977 [ 681.447065] Buffer I/O error on device sda1, logical block 33640978 [ 681.447064] Buffer I/O error on dev sda1, logical block 33554566, lost async page write [ 681.447085] EXT4-fs error (device sda1): ext4_journal_check_start:83: comm caddy: Detected aborted journal [ 681.447085] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8388855 starting block 33696583) [ 681.447089] Buffer I/O error on dev sda1, logical block 33554571, lost async page write [ 681.447094] Buffer I/O error on device sda1, logical block 33688392 [ 681.447114] Buffer I/O error on dev sda1, logical block 33554586, lost async page write [ 681.447124] EXT4-fs error (device sda1) in ext4_writepages:2856: Journal has aborted [ 681.447131] Buffer I/O error on dev sda1, logical block 33554607, lost async page write [ 681.447134] Buffer I/O error on dev sda1, logical block 0, lost sync page write [ 681.447153] Buffer I/O error on dev sda1, logical block 33554610, lost async page write [ 681.447171] EXT4-fs warning (device sda1): ext4_end_bio:343: I/O error 10 writing to inode 8390943 starting block 4171289) [ 681.447191] Buffer I/O error on dev sda1, logical block 17, lost async page write [ 681.447203] EXT4-fs (sda1): previous I/O error to superblock detected [ 681.447244] EXT4-fs (sda1): I/O error while writing superblock [ 681.447251] EXT4-fs (sda1): Remounting filesystem read-only [ 681.447265] EXT4-fs (sda1): failed to convert unwritten extents to written extents -- potential data loss! (inode 8390943, error -30) [ 681.447289] EXT4-fs (sda1): I/O error while writing superblock [ 681.447292] EXT4-fs (sda1): failed to convert unwritten extents to written extents -- potential data loss! (inode 8390842, error -30) [ 681.450998] EXT4-fs error (device sda1) in ext4_reserve_inode_write:5868: Journal has aborted [ 681.451146] EXT4-fs (sda1): I/O error while writing superblock [ 681.451196] EXT4-fs error (device sda1): ext4_dirty_inode:6072: inode #8390899: comm python3: mark_inode_dirty error [ 681.451264] EXT4-fs (sda1): I/O error while writing superblock [ 681.452995] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0 [ 681.453482] cp210x 1-1.4:1.0: device disconnected [ 681.461743] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.461761] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.461766] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.461772] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.461777] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.461782] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.461787] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.461792] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.461797] sd 0:0:0:0: Device offlined - not ready after error recovery [ 681.493752] sd 0:0:0:0: [sda] Synchronizing SCSI cache [ 681.733715] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x07 driverbyte=DRIVER_OK [ 681.734123] xhci_hcd 0000:01:00.0: WARN Can't disable streams for endpoint 0x82, streams are being disabled already [ 682.091910] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390228: comm python3: reading directory lblock 0 [ 683.215389] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390228: comm python3: reading directory lblock 0 [ 688.669910] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390228: comm python3: reading directory lblock 0 [ 689.579897] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 689.580019] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 689.582478] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 689.582572] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 689.585054] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 689.585188] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 689.587497] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 689.587631] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 689.589803] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.921483] EXT4-fs error: 8 callbacks suppressed [ 698.921504] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.921699] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.926194] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.926366] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.929727] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.931179] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.935492] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.935707] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.940602] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 698.940816] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390324: comm uvicorn: reading directory lblock 0 [ 711.393673] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1082: inode #8390561: lblock 0: comm ls: error -5 reading directory block [ 712.705067] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1082: inode #8390561: lblock 0: comm ls: error -5 reading directory block [ 713.870412] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1082: inode #8390324: lblock 0: comm ls: error -5 reading directory block [ 715.578906] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1082: inode #8390322: lblock 0: comm ls: error -5 reading directory block [ 720.809906] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1082: inode #8388609: lblock 0: comm ls: error -5 reading directory block [ 721.793986] EXT4-fs warning (device sda1): htree_dirblock_to_tree:1082: inode #8388609: lblock 0: comm ls: error -5 reading directory block [ 722.125509] EXT4-fs error: 32 callbacks suppressed [ 722.125523] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390228: comm python3: reading directory lblock 0 [ 723.241227] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8390228: comm python3: reading directory lblock 0 [ 735.568657] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8388609: comm bash: reading directory lblock 0 [ 735.583702] EXT4-fs error (device sda1): __ext4_find_entry:1682: inode #8388609: comm bash: reading directory lblock 0 ```
DonDonatello commented 6 months ago

Facing same issue and having tried a lot of setups by now, including:

SSD is a Kingston A400 240Gb

USB 2.0 and quirks for USB 3 are working just fine, no disconnects experienced

My errors and logs are basically the same as above - happy to post any further info as needed

Nullvoid3771 commented 5 months ago

I'm not a Pi user, but I've dealt with similar xHCI issue in linux anyone try usbcore.autosuspend=-1 in grub and systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target also could try to use in grub IRQPolling or irqbalance --oneshot --debug or remove the # on IRQBALANCE_ONESHOT to make oneshot default upon boot. located in /etc/default/irqbalance. Screenshot 2024-04-23 210306

snooops commented 3 months ago

One thing that might be of note is that it only happened when I upgraded to debian 12. I ran the setup with debian 11 for over a year while using the usb 3.0 port without issues.

I can approve this. On Debian 11 i don't get this error and everything seems working. This statement saved my life :) I was digging into this issue for hours.

gdm85 commented 1 month ago

Related? https://forum.endeavouros.com/t/raspberry-pi-kernel-update-breaks-rpi-5b-usb-3-functions/57979

tomikaa87 commented 3 weeks ago

Have anybody tried the workaround @Nullvoid3771 mentioned? I don't want to touch my setup since it's stable for a while now. 😅

Nullvoid3771 commented 3 weeks ago

@tomikaa87

Polling and interrupts are distinct mechanisms in computer systems for managing communication and synchronization between devices. Polling requires continuously monitoring a device's status, whereas interrupts enable devices to signal the system when immediate attention is required. IRQpolling well it is more demanding will keep your devices status always checked so there is no accidental disconnection should it timeout due to sleep states or bugs that forced a disconnection.

The others in grub usbcore.autosuspend=-1 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

are power management setting to prevent your usb devices from sleeping. This is again more power demanding, but should keep them from timing out due to sleep states.

I can’t guarantee these will fix your issue, but as troubleshooting you could try them and just as easily undo them. Unfortunately if the issue is within the bios, drivers or the device itself it might be hard to fix, if you’ve tried different cables, and making sure the device is getting the right power.