MariaDB sur raspberry

Bonjour,
J’ai installé un LAMP sur mon rapsberry qui fonctionnait jusque là sans soucis. depuis hier, quand j’essaye de démarrer MariaDB, j’ai une erreur que je n’arrive pas à résoudre. j’ai essayé de démarrer mysqanalyse, mais j’ai cette erreur :
mysqlanalyze: Got error: 2002: Can’t connect to local MySQL server through socket ‹ /run/mysqld/mysqld.sock › (111) when trying to connect

lorsque je vais voir dans systemctl status mariadb.service, j’ai ces erreurs :
● mariadb.service - MariaDB 10.5.12 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
Active: activating (start) since Sat 2022-04-16 20:54:28 CEST; 383ms ago
Docs: man:mariadbd(8)

Process: 5721 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
Process: 5722 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 5724 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ]   && s>

Main PID: 5774 (mariadbd)
Tasks: 3 (limit: 4915)
CPU: 317ms
CGroup: /system.slice/mariadb.service
└─5774 /usr/sbin/mariadbd

avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5745884202: unable to open file ./test/#sql-alter-1b1a-18.ibd for>
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5745887079: unable to open file ./test/#sql-ib23.ibd for tablespa>
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5745887596: unable to open file ./test/tweets.ibd for tablespace 8
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5745891380: unable to open file ./test/#sql-alter-1b1a-18.ibd for>
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5745895502: unable to open file ./test/tweets.ibd for tablespace 8
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5745895502: unable to open file ./test/#sql-backup-1b1a-18.ibd fo>
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5745897354: unable to open file ./test/tweets.ibd for tablespace 9
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5746324812: unable to open file ./test/tweets.ibd for tablespace 9
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: At LSN: 5746383975: unable to open file ./test/tweets.ibd for tablespace 9
avril 16 20:54:29 raspberrypi mariadbd[5774]: 2022-04-16 20:54:29 0 [Note] InnoDB: Starting final batch to recover 12 pages from redo log.
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [Note] InnoDB: 128 rollback segments are active.
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [Note] InnoDB: Removed temporary tablespace data file: « ibtmp1 »
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [Note] InnoDB: Setting file ‹ ./ibtmp1 › size to 12 MB. Physically writing the file full; >
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [Note] InnoDB: File ‹ ./ibtmp1 › size is now 12 MB.
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [Note] InnoDB: 10.5.12 started; log sequence number 5746472218; transaction id 13760997
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [Note] Plugin ‹ FEEDBACK › is disabled.
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0 [ERROR] InnoDB: Space id and page no stored in the page, read in are [page id: space=6, >
avril 16 20:54:30 raspberrypi mariadbd[5774]: 2022-04-16 20:54:30 0x962fd380 InnoDB: Assertion failure in file ./storage/innobase/include/fut0lst.h line 128
avril 16 20:54:30 raspberrypi mariadbd[5774]: InnoDB: Failing assertion: ut_align_offset(faddr, srv_page_size) >= FIL_PAGE_DATA
avril 16 20:54:30 raspberrypi mariadbd[5774]: InnoDB: We intentionally generate a memory trap.
avril 16 20:54:30 raspberrypi mariadbd[5774]: InnoDB: Submit a detailed bug report to
avril 16 20:54:30 raspberrypi mariadbd[5774]: InnoDB: If you get repeated assertion failures or crashes, even
avril 16 20:54:30 raspberrypi mariadbd[5774]: InnoDB: immediately after the mysqld startup, there may be
avril 16 20:54:30 raspberrypi mariadbd[5774]: InnoDB: corruption in the InnoDB tablespace. Please refer to
avril 16 20:54:30 raspberrypi mariadbd[5774]: InnoDB: about forcing recovery.
avril 16 20:54:30 raspberrypi mariadbd[5774]: 220416 20:54:30 [ERROR] mysqld got signal 6 ;
avril 16 20:54:30 raspberrypi mariadbd[5774]: This could be because you hit a bug. It is also possible that this binary
avril 16 20:54:30 raspberrypi mariadbd[5774]: or one of the libraries it was linked against is corrupt, improperly built,
avril 16 20:54:30 raspberrypi mariadbd[5774]: or misconfigured. This error can also be caused by malfunctioning hardware.
avril 16 20:54:30 raspberrypi mariadbd[5774]: To report this bug, see
avril 16 20:54:30 raspberrypi mariadbd[5774]: We will try our best to scrape up some info that will hopefully help
avril 16 20:54:30 raspberrypi mariadbd[5774]: diagnose the problem, but since we have already crashed,
avril 16 20:54:30 raspberrypi mariadbd[5774]: something is definitely wrong and this may fail.
avril 16 20:54:30 raspberrypi mariadbd[5774]: Server version: 10.5.12-MariaDB-0+deb11u1
avril 16 20:54:30 raspberrypi mariadbd[5774]: key_buffer_size=134217728
avril 16 20:54:30 raspberrypi mariadbd[5774]: read_buffer_size=131072
avril 16 20:54:30 raspberrypi mariadbd[5774]: max_used_connections=0
avril 16 20:54:30 raspberrypi mariadbd[5774]: max_threads=153
avril 16 20:54:30 raspberrypi mariadbd[5774]: thread_count=1
avril 16 20:54:30 raspberrypi mariadbd[5774]: It is possible that mysqld could use up to
avril 16 20:54:30 raspberrypi mariadbd[5774]: key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 466524 K bytes of memory
avril 16 20:54:30 raspberrypi mariadbd[5774]: Hope that’s ok; if not, decrease some variables in the equation.
avril 16 20:54:30 raspberrypi mariadbd[5774]: Thread pointer: 0x99900fa8
avril 16 20:54:30 raspberrypi mariadbd[5774]: Attempting backtrace. You can use the following information to find out
avril 16 20:54:30 raspberrypi mariadbd[5774]: where mysqld died. If you see no messages after this, something went
avril 16 20:54:30 raspberrypi mariadbd[5774]: terribly wrong…
avril 16 20:54:30 raspberrypi mariadbd[5774]: stack_bottom = 0x962fcccc thread_stack 0x49000
avril 16 20:54:30 raspberrypi mariadbd[5774]: Trying to get some variables.
avril 16 20:54:30 raspberrypi mariadbd[5774]: Some pointers may be invalid and cause the dump to abort.
avril 16 20:54:30 raspberrypi mariadbd[5774]: Query (0x0): (null)
avril 16 20:54:30 raspberrypi mariadbd[5774]: Connection ID (thread ID): 0
avril 16 20:54:30 raspberrypi mariadbd[5774]: Status: NOT_KILLED
avril 16 20:54:30 raspberrypi mariadbd[5774]: Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,in>
avril 16 20:54:30 raspberrypi mariadbd[5774]: information that should help you find out what is causing the crash.
avril 16 20:54:30 raspberrypi mariadbd[5774]: We think the query pointer is invalid, but we will try to print it anyway.
avril 16 20:54:30 raspberrypi mariadbd[5774]: Query:
avril 16 20:54:30 raspberrypi mariadbd[5774]: Writing a core file…
avril 16 20:54:30 raspberrypi mariadbd[5774]: Working directory at /var/lib/mysql
avril 16 20:54:30 raspberrypi mariadbd[5774]: Resource Limits:
avril 16 20:54:30 raspberrypi mariadbd[5774]: Limit Soft Limit Hard Limit Units
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max cpu time unlimited unlimited seconds
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max file size unlimited unlimited bytes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max data size unlimited unlimited bytes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max stack size 8388608 unlimited bytes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max core file size 0 unlimited bytes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max resident set unlimited unlimited bytes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max processes 60613 60613 processes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max open files 32768 32768 files
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max locked memory 65536 65536 bytes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max address space unlimited unlimited bytes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max file locks unlimited unlimited locks
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max pending signals 60613 60613 signals
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max msgqueue size 819200 819200 bytes
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max nice priority 0 0
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max realtime priority 0 0
avril 16 20:54:30 raspberrypi mariadbd[5774]: Max realtime timeout unlimited unlimited us
avril 16 20:54:30 raspberrypi mariadbd[5774]: Core pattern: core

Vous auriez une idée de comment relancer la base de données, au moins pour en faire une sauvegarde?
Merci!

Bonjour,

Il est envisageable que le support (clé ou disque dur) contenant la base ait des faiblesses.

constater vous des erreurs de lecture/écriture dans sudo dmesg
Avez-vous essayé de rebooter ?

A+

Bonjour,
sudo dmesg me retourne ça :

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.10.103-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1530 SMP Tue Mar 8 13:05:01 GMT 2022
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] random: fast init done
[ 0.000000] Memory policy: Data cache writealloc
[ 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-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x00000001ffffffff]
[ 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-0x00000000fbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] On node 0 totalpages: 2061312
[ 0.000000] DMA zone: 1728 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 1864704 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
[ 0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2059584
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=E4:5F:01:42:8F:C7 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=c1c5fe65-06 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000012400000-0x0000000016400000] (64MB)
[ 0.000000] Memory: 7758576K/8245248K available (10240K kernel code, 1366K rwdata, 3196K rodata, 2048K init, 882K bss, 158992K reserved, 327680K cma-reserved, 7458816K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 34363 entries in 101 pages
[ 0.000000] ftrace: allocated 101 pages with 4 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 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 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 25)
[ 0.000000] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=1
[ 0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000027] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000083] bcm2835: system timer (irq = 26)
[ 0.000741] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000758] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000778] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000792] Switching to timer-based delay loop, resolution 18ns
[ 0.001064] Console: colour dummy device 80x30
[ 0.001130] printk: console [tty1] enabled
[ 0.001183] Calibrating delay loop (skipped), value calculated using timer frequency… 108.00 BogoMIPS (lpj=540000)
[ 0.001215] pid_max: default: 32768 minimum: 301
[ 0.001382] LSM: Security Framework initializing
[ 0.001569] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001595] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.003061] cgroup: Disabling memory control group subsystem
[ 0.003298] CPU: Testing write buffer coherency: ok
[ 0.003762] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.004974] Setting up static identity map for 0x200000 - 0x20003c
[ 0.005175] rcu: Hierarchical SRCU implementation.
[ 0.006117] smp: Bringing up secondary CPUs …
[ 0.007338] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.008719] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.010038] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.010217] smp: Brought up 1 node, 4 CPUs
[ 0.010240] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.010255] CPU: All CPU(s) started in HYP mode.
[ 0.010269] CPU: Virtualization extensions available.
[ 0.011202] devtmpfs: initialized
[ 0.025994] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.026204] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.026235] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.034504] pinctrl core: initialized pinctrl subsystem
[ 0.035577] NET: Registered protocol family 16
[ 0.039772] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.040573] audit: initializing netlink subsys (disabled)
[ 0.040844] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[ 0.041425] thermal_sys: Registered thermal governor ‹ step_wise ›
[ 0.042170] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.042187] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.042595] Serial: AMBA PL011 UART driver
[ 0.086470] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.100873] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-01-20T13:56:48, variant start
[ 0.110885] raspberrypi-firmware soc:firmware: Firmware hash is bd88f66f8952d34e4e0613a85c7a6d3da49e13e2
[ 0.151507] Kprobes globally optimized
[ 0.156987] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.162024] vgaarb: loaded
[ 0.162491] SCSI subsystem initialized
[ 0.162729] usbcore: registered new interface driver usbfs
[ 0.162791] usbcore: registered new interface driver hub
[ 0.162863] usbcore: registered new device driver usb
[ 0.163261] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.165279] clocksource: Switched to clocksource arch_sys_counter
[ 1.109914] VFS: Disk quotas dquot_6.6.0
[ 1.110014] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.110179] FS-Cache: Loaded
[ 1.110389] CacheFiles: Loaded
[ 1.120671] NET: Registered protocol family 2
[ 1.120913] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.122424] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.122478] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.122940] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.123010] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.123178] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.123214] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.123439] NET: Registered protocol family 1
[ 1.124211] RPC: Registered named UNIX socket transport module.
[ 1.124227] RPC: Registered udp transport module.
[ 1.124243] RPC: Registered tcp transport module.
[ 1.124258] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.124282] PCI: CLS 0 bytes, default 64
[ 1.127910] Initialise system trusted keyrings
[ 1.128167] workingset: timestamp_bits=14 max_order=21 bucket_order=7
[ 1.136402] zbud: loaded
[ 1.138133] FS-Cache: Netfs ‹ nfs › registered for caching
[ 1.138877] NFS: Registering the id_resolver key type
[ 1.138930] Key type id_resolver registered
[ 1.138946] Key type id_legacy registered
[ 1.139073] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 1.139089] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 1.140159] Key type asymmetric registered
[ 1.140176] Asymmetric key parser ‹ x509 › registered
[ 1.140369] bounce: pool size: 64 pages
[ 1.140424] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 1.140629] io scheduler mq-deadline registered
[ 1.140646] io scheduler kyber registered
[ 1.145607] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.145639] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.145720] brcm-pcie fd500000.pcie: MEM 0x0600000000…0x063fffffff → 0x00c0000000
[ 1.145809] brcm-pcie fd500000.pcie: IB MEM 0x0000000000…0x01ffffffff → 0x0400000000
[ 1.207415] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.207804] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.207826] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.207847] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.207939] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.208183] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.211721] PCI: bus0: Fast back to back transfers disabled
[ 1.212063] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.212191] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.212630] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 1.216186] PCI: bus1: Fast back to back transfers disabled
[ 1.216304] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.216329] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.216413] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.216439] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.216854] pcieport 0000:00:00.0: enabling device (0140 → 0142)
[ 1.217106] pcieport 0000:00:00.0: PME: Signaling with IRQ 81
[ 1.227570] iproc-rng200 fe104000.rng: hwrng registered
[ 1.227952] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.229481] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.241764] brd: module loaded
[ 1.254074] loop: module loaded
[ 1.256020] Loading iSCSI transport class v2.0-870.
[ 1.261058] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.355480] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.356666] usbcore: registered new interface driver r8152
[ 1.356736] usbcore: registered new interface driver lan78xx
[ 1.356800] usbcore: registered new interface driver smsc95xx
[ 1.404728] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.404765] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.408284] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00000e0000000890
[ 1.409634] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 1.409654] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.409671] usb usb1: Product: xHCI Host Controller
[ 1.409688] usb usb1: Manufacturer: Linux 5.10.103-v7l+ xhci-hcd
[ 1.409705] usb usb1: SerialNumber: 0000:01:00.0
[ 1.410436] hub 1-0:1.0: USB hub found
[ 1.410536] hub 1-0:1.0: 1 port detected
[ 1.411208] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.411236] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.411262] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.411760] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 1.411779] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.411796] usb usb2: Product: xHCI Host Controller
[ 1.411812] usb usb2: Manufacturer: Linux 5.10.103-v7l+ xhci-hcd
[ 1.411829] usb usb2: SerialNumber: 0000:01:00.0
[ 1.412540] hub 2-0:1.0: USB hub found
[ 1.412615] hub 2-0:1.0: 4 ports detected
[ 1.414422] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.414796] dwc_otg: FIQ enabled
[ 1.414811] dwc_otg: NAK holdoff enabled
[ 1.414826] dwc_otg: FIQ split-transaction FSM enabled
[ 1.414843] Module dwc_common_port init
[ 1.415371] usbcore: registered new interface driver uas
[ 1.415480] usbcore: registered new interface driver usb-storage
[ 1.415697] mousedev: PS/2 mouse device common for all mice
[ 1.417508] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.421438] sdhci: Secure Digital Host Controller Interface driver
[ 1.421454] sdhci: Copyright(c) Pierre Ossman
[ 1.422222] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 1.422876] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.427513] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.427862] hid: raw HID events driver (C) Jiri Kosina
[ 1.428051] usbcore: registered new interface driver usbhid
[ 1.428066] usbhid: USB HID core driver
[ 1.434078] Initializing XFRM netlink socket
[ 1.434121] NET: Registered protocol family 17
[ 1.434244] Key type dns_resolver registered
[ 1.434667] Registering SWP/SWPB emulation handler
[ 1.434853] registered taskstats version 1
[ 1.434893] Loading compiled-in X.509 certificates
[ 1.436011] Key type ._fscrypt registered
[ 1.436029] Key type .fscrypt registered
[ 1.436045] Key type fscrypt-provisioning registered
[ 1.448038] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.448344] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.448420] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 38, base_baud = 0) is a PL011 rev2
[ 1.457646] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.458712] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.458729] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.489028] of_cfs_init
[ 1.489296] of_cfs_init: OK
[ 1.509695] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.511388] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.513080] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.516486] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.518196] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.525903] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.526572] Waiting for root device PARTUUID=c1c5fe65-06…
[ 1.600226] mmc1: new high speed SDIO card at address 0001
[ 1.633865] mmc0: new ultra high speed DDR50 SDXC card at address aaaa
[ 1.634799] mmcblk0: mmc0:aaaa SK128 119 GiB
[ 1.638456] mmcblk0: p1 p2 < p5 p6 >
[ 1.695336] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.878126] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.878147] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.878164] usb 1-1: Product: USB2.0 Hub
[ 1.879899] hub 1-1:1.0: USB hub found
[ 1.880233] hub 1-1:1.0: 4 ports detected

[ 2.025767] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 2.057060] usb 2-1: New USB device found, idVendor=059f, idProduct=1088, bcdDevice= 1.00
[ 2.057080] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.057098] usb 2-1: Product: Rugged Mini USB 3.0
[ 2.057114] usb 2-1: Manufacturer: LaCie
[ 2.057131] usb 2-1: SerialNumber: 0000NL684HYB
[ 2.080539] scsi host0: uas
[ 2.081932] scsi 0:0:0:0: Direct-Access LaCie Rugged Mini USB3 153E PQ: 0 ANSI: 6
[ 3.187043] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 3.187064] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 3.187266] sd 0:0:0:0: [sda] Write Protect is off
[ 3.187286] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 3.187670] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 3.188412] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[ 3.232785] sda: sda1 sda2 < sda5 sda6 >
[ 3.236434] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.938681] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[ 3.938769] VFS: Mounted root (ext4 filesystem) readonly on device 8:6.
[ 3.974556] devtmpfs: mounted
[ 3.984724] Freeing unused kernel memory: 2048K
[ 3.985049] Run /sbin/init as init process
[ 3.985063] with arguments:
[ 3.985077] /sbin/init
[ 3.985092] splash
[ 3.985106] with environment:
[ 3.985120] HOME=/
[ 3.985134] TERM=linux
[ 4.892930] systemd[1]: System time before build time, advancing clock.
[ 5.101370] NET: Registered protocol family 10
[ 5.102793] Segment Routing with IPv6
[ 5.257452] systemd[1]: systemd 247.3-6+rpi1 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)
[ 5.258334] systemd[1]: Detected architecture arm.
[ 5.289907] systemd[1]: Set hostname to .
[ 6.384575] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd’s process lifecycle management for the service. Please update your service to use a safer KillMode=, such as ‹ mixed › or ‹ control-group ›. Support for KillMode=none is deprecated and will eventually be removed.
[ 6.635735] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.637219] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.639574] systemd[1]: Created slice system-getty.slice.
[ 6.639993] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.641024] systemd[1]: Created slice system-modprobe.slice.
[ 6.641174] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.642082] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 6.643060] systemd[1]: Created slice User and Session Slice.
[ 6.643615] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.644730] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.645626] systemd[1]: Reached target Slices.
[ 6.645888] systemd[1]: Reached target Swap.
[ 6.647005] systemd[1]: Listening on Syslog Socket.
[ 6.647777] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 6.648210] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 6.649325] systemd[1]: Listening on Journal Audit Socket.
[ 6.650091] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.651076] systemd[1]: Listening on Journal Socket.
[ 6.652669] systemd[1]: Listening on udev Control Socket.
[ 6.653508] systemd[1]: Listening on udev Kernel Socket.
[ 6.654386] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 6.659439] systemd[1]: Mounting POSIX Message Queue File System…
[ 6.665445] systemd[1]: Mounting RPC Pipe File System…
[ 6.671736] systemd[1]: Mounting Kernel Debug File System…
[ 6.677831] systemd[1]: Mounting Kernel Trace File System…
[ 6.678563] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 6.697546] systemd[1]: Starting Restore / save the current clock…
[ 6.704489] systemd[1]: Starting Set the console keyboard layout…
[ 6.711527] systemd[1]: Starting Create list of static device nodes for the current kernel…
[ 6.718402] systemd[1]: Starting Load Kernel Module configfs…
[ 6.725728] systemd[1]: Starting Load Kernel Module drm…
[ 6.732764] systemd[1]: Starting Load Kernel Module fuse…
[ 6.736425] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 6.744440] systemd[1]: Starting File System Check on Root Device…
[ 6.763874] systemd[1]: Starting Journal Service…
[ 6.801165] systemd[1]: Starting Load Kernel Modules…
[ 6.808013] systemd[1]: Starting Coldplug All udev Devices…
[ 6.821090] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 6.823505] systemd[1]: modprobe@configfs.service: Succeeded.
[ 6.824966] systemd[1]: Finished Load Kernel Module configfs.
[ 6.831484] systemd[1]: Mounting Kernel Configuration File System…
[ 6.843852] systemd[1]: Started File System Check Daemon to report status.
[ 6.938535] fuse: init (API version 7.32)
[ 6.939026] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.944039] systemd[1]: Mounted RPC Pipe File System.
[ 6.944779] systemd[1]: Mounted Kernel Debug File System.
[ 6.945499] systemd[1]: Mounted Kernel Trace File System.
[ 6.946997] systemd[1]: modprobe@fuse.service: Succeeded.
[ 6.948271] systemd[1]: Finished Load Kernel Module fuse.
[ 6.949291] systemd[1]: Mounted Kernel Configuration File System.
[ 6.956142] systemd[1]: Mounting FUSE Control File System…
[ 6.970738] systemd[1]: modprobe@drm.service: Succeeded.
[ 6.972233] systemd[1]: Finished Load Kernel Module drm.
[ 6.979930] systemd[1]: Mounted FUSE Control File System.
[ 6.999515] i2c /dev entries driver
[ 7.007742] systemd[1]: Finished Load Kernel Modules.
[ 7.013643] systemd[1]: Starting Apply Kernel Variables…
[ 7.196620] systemd[1]: Finished Apply Kernel Variables.
[ 7.231827] systemd[1]: Finished Restore / save the current clock.
[ 7.266827] systemd[1]: Started Journal Service.
[ 12.907978] EXT4-fs (sda6): re-mounted. Opts: (null)
[ 12.979901] systemd-journald[126]: Received client request to flush runtime journal.
[ 14.900319] mc: Linux media interface: v0.10
[ 14.904337] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 14.914490] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 14.915603] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 14.917741] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 14.969249] videodev: Linux video capture interface: v2.00
[ 15.048061] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.053428] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 15.053454] [vc_sm_connected_init]: start
[ 15.053632] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.055582] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.056424] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.065087] [vc_sm_connected_init]: installed successfully
[ 15.067553] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 15.099463] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.101861] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.105007] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.105462] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.118228] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 15.118741] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 15.119199] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 15.138076] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 15.138108] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 15.138133] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 15.138157] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 15.138180] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 15.142043] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 15.142536] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 15.142950] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 15.143275] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 15.143303] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 15.143327] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 15.143350] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 15.143373] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 15.143564] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 15.155347] random: crng init done
[ 15.155369] random: 7 urandom warning(s) missed due to ratelimiting
[ 15.447571] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.461698] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 15.461749] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 15.465985] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 15.468304] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 15.468637] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 15.468689] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 15.503520] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 15.503580] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 15.508716] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 15.508774] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 15.613013] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 15.715830] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 15.726215] Registered IR keymap rc-cec
[ 15.726409] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 15.726654] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0
[ 15.842636] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 15.895385] cfg80211: Loaded X.509 cert ‹ sforshee: 00b28ddf47aef9cea7 ›
[ 16.007022] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 16.013611] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 16.028880] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 16.030642] usbcore: registered new interface driver brcmfmac
[ 16.033825] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 16.034069] Registered IR keymap rc-cec
[ 16.034251] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 16.034465] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input1
[ 16.186755] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 16.188499] Registered IR keymap rc-cec
[ 16.188702] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 16.188928] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input2
[ 16.334223] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 16.335957] Registered IR keymap rc-cec
[ 16.336160] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 16.336375] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input3
[ 16.340071] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 16.348022] Registered IR keymap rc-cec
[ 16.348247] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 16.348483] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input4
[ 16.353887] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 16.354310] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 16.354664] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 16.354985] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 16.355298] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 16.355632] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 16.355951] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 16.374865] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 16.375073] vc4-drm gpu: [drm] Cannot find any crtc or sizes
[ 16.378861] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 16.590688] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 16.590814] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 16.640315] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 21.921388] uart-pl011 fe201000.serial: no DMA platform data
[ 22.341121] 8021q: 802.1Q VLAN Support v1.8
[ 23.169427] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 24.036335] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k FS
[ 24.037495] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 24.037858] bcmgenet fd580000.ethernet eth0: Link is Down
[ 28.235486] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 28.235511] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 29.441730] ICMPv6: process `dhcpcd’ is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
[ 29.483469] Bluetooth: Core ver 2.22
[ 29.483557] NET: Registered protocol family 31
[ 29.483568] Bluetooth: HCI device and connection manager initialized
[ 29.483591] Bluetooth: HCI socket layer initialized
[ 29.483607] Bluetooth: L2CAP socket layer initialized
[ 29.483632] Bluetooth: SCO socket layer initialized
[ 29.513066] Bluetooth: HCI UART driver ver 2.3
[ 29.513082] Bluetooth: HCI UART protocol H4 registered
[ 29.513157] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 29.513412] Bluetooth: HCI UART protocol Broadcom registered
[ 30.469326] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 30.469340] Bluetooth: BNEP filters: protocol multicast
[ 30.469361] Bluetooth: BNEP socket layer initialized
[ 30.533973] NET: Registered protocol family 38
[ 30.556776] cryptd: max_cpu_qlen set to 1000
[ 31.835366] cam-dummy-reg: disabling
[ 31.835391] cam1-reg: disabling
[ 35.706109] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.707184] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.708188] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.723227] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.723719] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.724174] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.763342] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.764189] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.765016] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.775069] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.775753] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.776254] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.942107] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.942650] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.943154] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.950932] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.951215] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.951555] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.978445] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.979007] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.979514] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.986928] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.987229] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 35.987609] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 36.027736] Bluetooth: RFCOMM TTY layer initialized
[ 36.027759] Bluetooth: RFCOMM socket layer initialized
[ 36.027778] Bluetooth: RFCOMM ver 1.11
[ 390.141384] v3d fec00000.v3d: MMU error from client CLE (4) at 0x2ca1000, pte invalid

Bonjour,

Bonne nouvelle, d’après dmesg pas de message d’erreur matérielle.
Mauvaise nouvelle, ça vient d’autre part !

Il semblerait qu’il faudrait forcer une réparation ?

Sur cette page, ils ont aussi une erreur qui à généré : InnoDB: about forcing recovery et [ERROR] mysqld got signal 6 ; .

N’étant pas spécialiste de ce logiciel, je ne saurais dire si votre base est dans le même cas et doit suivre la même procédure.

Je vous invite comme c’est écrit dans la log à aller sur ce site:
http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html

Bonne courage.
A+