After last update to Linux Kernel 6.5.7 I got a strange problem. Now I run Linux debian 6.4.11-mvebu-tld-1 as I tried to downgrade to see if it would get better.
When I am connected via SSH I can write about 5 seconds, then it freeze for about 10 seconds, then it spits out what I have written and I can write about 5 seconds more before it freezes again. From time to time I get "client_loop: send disconnect: Connection reset". Then I have to reconnect, and it takes time as it seems to freeze there also. It is like it has very much to do, but I cant see that it is doing anything special.
BUT if I connect to it with a terminal and run:
And I let the ping command run. Then I connect to it with another terminal, then suddenly it is fast and normal.
Does anyone have any guesses as to where I should start looking.
I have tried adding the following line to the /etc/ssh/sshd_config file an rebooting it, but it didn't help.:
Some info:
Top say this:
And
ps -xa
root@debian:~# dmesg
cat /var/log/messages
When I am connected via SSH I can write about 5 seconds, then it freeze for about 10 seconds, then it spits out what I have written and I can write about 5 seconds more before it freezes again. From time to time I get "client_loop: send disconnect: Connection reset". Then I have to reconnect, and it takes time as it seems to freeze there also. It is like it has very much to do, but I cant see that it is doing anything special.
BUT if I connect to it with a terminal and run:
ping 127.0.0.1
And I let the ping command run. Then I connect to it with another terminal, then suddenly it is fast and normal.
Does anyone have any guesses as to where I should start looking.
I have tried adding the following line to the /etc/ssh/sshd_config file an rebooting it, but it didn't help.:
UseDNS no
Some info:
aroot@debian:~# free
total used free shared buff/cache available
Mem: 501388 47416 97684 1140 356288 251800
Swap: 2097148 520 2096628
root@debian:~#
root@debian:~#
root@debian:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 245224 0 245224 0% /dev
tmpfs 50140 1520 48620 4% /run
/dev/sda1 143074516 4227320 131523036 4% /
tmpfs 5120 0 5120 0% /run/lock
tmpfs 100260 0 100260 0% /dev/shm
tmpfs 250692 0 250692 0% /tmp
/dev/sda2 11480038536 4676318800 6225083348 43% /media/data
/dev/sdb1 11625368992 5860603024 5178805420 54% /media/data2
Top say this:
top - 12:07:06 up 4 min, 2 users, load average: 0.22, 0.36, 0.18
Tasks: 98 total, 2 running, 96 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 489.6 total, 96.7 free, 46.6 used, 346.4 buff/cache
MiB Swap: 2048.0 total, 2047.5 free, 0.5 used. 245.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
6 root 20 0 0 0 0 I 0.3 0.0 0:01.02 kworker/0:0-events
2484 root 20 0 9896 2432 2048 R 0.3 0.5 0:00.04 top
1 root 20 0 2328 1152 1152 S 0.0 0.2 0:02.65 init
2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd
3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp
4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par_gp
5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns
7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/0:0H-events_highpri
8 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker/0:1-pm
9 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker/u2:0-events_unbound
10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 mm_percpu_wq
11 root 20 0 0 0 0 I 0.0 0.0 0:00.43 kworker/u2:1-events_unbound
12 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tasks_kthread
13 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tasks_trace_kthread
14 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftirqd/0
15 root 20 0 0 0 0 I 0.0 0.0 0:00.04 rcu_preempt
16 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
18 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kdevtmpfs
19 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 inet_frag_wq
20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd
21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungtaskd
And
ps -xa
PID TTY STAT TIME COMMAND
1 ? Ss 0:02 init [2]
2 ? S 0:00 [kthreadd]
3 ? I< 0:00 [rcu_gp]
4 ? I< 0:00 [rcu_par_gp]
5 ? I< 0:00 [netns]
6 ? I 0:01 [kworker/0:0-pm]
7 ? I< 0:00 [kworker/0:0H-events_highpri]
8 ? I 0:00 [kworker/0:1-pm]
9 ? I 0:00 [kworker/u2:0-events_unbound]
10 ? I< 0:00 [mm_percpu_wq]
11 ? I 0:00 [kworker/u2:1-events_unbound]
12 ? I 0:00 [rcu_tasks_kthread]
13 ? I 0:00 [rcu_tasks_trace_kthread]
14 ? S 0:00 [ksoftirqd/0]
15 ? I 0:00 [rcu_preempt]
16 ? S 0:00 [migration/0]
17 ? S 0:00 [cpuhp/0]
18 ? S 0:00 [kdevtmpfs]
19 ? I< 0:00 [inet_frag_wq]
20 ? S 0:00 [kauditd]
21 ? S 0:00 [khungtaskd]
22 ? S 0:00 [oom_reaper]
23 ? I< 0:00 [writeback]
24 ? S 0:00 [kcompactd0]
25 ? SN 0:00 [ksmd]
26 ? I< 0:00 [kintegrityd]
27 ? I< 0:00 [kblockd]
28 ? I< 0:00 [blkcg_punt_bio]
29 ? I< 0:00 [ata_sff]
30 ? I< 0:00 [md]
31 ? S 0:00 [watchdogd]
32 ? I< 0:00 [kworker/0:1H-kblockd]
33 ? I< 0:00 [rpciod]
34 ? I< 0:00 [xprtiod]
35 ? I 0:00 [kworker/u2:2-events_unbound]
48 ? S 0:00 [kswapd0]
50 ? I< 0:00 [nfsiod]
57 ? I 0:00 [kworker/0:2-events_freezable_power_]
71 ? I 0:00 [kworker/0:3-events_power_efficient]
652 ? S 0:00 [scsi_eh_0]
653 ? I< 0:00 [scsi_tmf_0]
657 ? S 0:00 [scsi_eh_1]
658 ? I< 0:00 [scsi_tmf_1]
662 ? I 0:00 [kworker/u2:3-events_unbound]
807 ? I 0:00 [kworker/0:4-pm]
814 ? I 0:00 [kworker/u2:4-events_unbound]
818 ? I 0:00 [kworker/0:5-events_power_efficient]
881 ? I< 0:00 [raid5wq]
887 ? S 0:00 [scsi_eh_2]
889 ? I< 0:00 [scsi_tmf_2]
891 ? S 0:00 [usb-storage]
892 ? I< 0:00 [dm_bufio_cache]
893 ? I< 0:00 [kmpathd]
898 ? I< 0:00 [kmpath_handlerd]
902 ? I< 0:00 [kworker/u3:0]
904 ? I< 0:00 [sdhci]
905 ? S 0:00 [irq/51-mmc0]
927 ? S 0:00 [irq/52-f1090000.crypto]
928 ? S 0:00 [irq/53-f1090000.crypto]
940 ? I< 0:00 [mld]
941 ? I< 0:00 [ipv6_addrconf]
948 ? I< 0:00 [kstrp]
1308 ? I< 0:00 [uas]
1329 ? S 0:00 [jbd2/sda1-8]
1330 ? I< 0:00 [ext4-rsv-conver]
1504 ? S 0:00 /lib/systemd/systemd-udevd
1922 ? S 0:00 [jbd2/sda2-8]
1923 ? I< 0:00 [ext4-rsv-conver]
1925 ? S 0:00 [jbd2/sdb1-8]
1926 ? I< 0:00 [ext4-rsv-conver]
2137 ? Ss 0:00 /sbin/rpcbind -w
2151 ? Ss 0:00 /sbin/rpc.statd
2163 ? Ss 0:00 /usr/sbin/rpc.idmapd
2210 ? Ss 0:00 /sbin/syslogd -C128
2223 ? Ss 0:00 /sbin/klogd
2262 ? Ss 0:00 /usr/sbin/nmbd -D
2296 ? Ss 0:00 /usr/sbin/cron
2310 ? Ss 0:00 /usr/bin/dbus-daemon --system
2321 ? S 0:00 avahi-daemon: running [debian.local]
2322 ? S 0:00 avahi-daemon: chroot helper
2336 ? Ssl 0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:109
2364 ? S 0:00 /usr/sbin/smartd --pidfile /var/run/smartd.pid
2378 ? Ss 0:00 sshd: /usr/sbin/sshd [listener] 0 of 10-100 startups
2397 ? Ss 0:00 syslogd
2399 ? S 0:00 esekeyd /etc/esekeyd.conf
2430 ttyS0 Ss+ 0:00 /sbin/getty -L ttyS0 115200 linux
2431 ? Ss 0:00 sshd: admin [priv]
2437 ? S 0:00 sshd: admin@pts/0
2438 pts/0 Ss 0:00 -bash
2441 pts/0 S 0:00 su -
2442 pts/0 S 0:00 -bash
2457 pts/0 S+ 0:00 ping 127.0.0.1
2458 ? Ss 0:00 sshd: admin [priv]
2464 ? S 0:00 sshd: admin@pts/1
2465 pts/1 Ss 0:00 -bash
2468 pts/1 S 0:00 su -
2469 pts/1 S 0:00 -bash
2485 pts/1 R+ 0:00 ps -xa
root@debian:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.4.11-mvebu-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Sun Aug 20 03:17:26 PDT 2023 [ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Zyxel NAS326 [ 0.000000] printk: bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] percpu: Embedded 14 pages/cpu s25300 r8192 d23852 u57344 [ 0.000000] pcpu-alloc: s25300 r8192 d23852 u57344 alloc=14*4096 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=armada-nand:2m(u-boot),2m(env),2m(config),15m(kernel1),110m(rootfs1),15m(kernel2),-(rootfs2) earlyprintk=serial [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 490452K/524288K available (10240K kernel code, 867K rwdata, 3444K rodata, 1024K init, 462K bss, 33836K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1. [ 0.000000] Trampoline 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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] L2C: DT/platform modifies aux control register: 0x06070000 -> 0x16070000 [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9 [ 0.000000] L2C-310 D prefetch enabled, offset 1 lines [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB [ 0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000001] sched_clock: 64 bits at 666MHz, resolution 1ns, wraps every 4398046511103ns [ 0.008681] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x999999d70a, max_idle_ns: 440795225152 ns [ 0.020388] Switching to timer-based delay loop, resolution 1ns [ 0.027216] Ignoring duplicate/late registration of read_current_timer delay [ 0.034932] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.046802] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.056606] Console: colour dummy device 80x30 [ 0.061758] Calibrating delay loop (skipped), value calculated using timer frequency.. 1332.00 BogoMIPS (lpj=6660000) [ 0.073036] CPU: Testing write buffer coherency: ok [ 0.078619] CPU0: Spectre v2: using BPIALL workaround [ 0.084344] pid_max: default: 32768 minimum: 301 [ 0.089835] LSM: initializing lsm=capability,integrity [ 0.095771] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.103758] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.113160] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.120259] cblist_init_generic: Setting adjustable number of callback queues. [ 0.128170] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.134998] cblist_init_generic: Setting adjustable number of callback queues. [ 0.142902] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.149773] Setting up static identity map for 0x100000 - 0x100060 [ 0.156735] mvebu-soc-id: MVEBU SoC ID=0x6810, Rev=0xA [ 0.162693] mvebu-pmsu: Initializing Power Management Service Unit [ 0.169661] rcu: Hierarchical SRCU implementation. [ 0.175127] rcu: Max phase no-delay instances is 1000. [ 0.181687] smp: Bringing up secondary CPUs ... [ 0.186895] smp: Brought up 1 node, 1 CPU [ 0.191616] SMP: Total of 1 processors activated (1332.00 BogoMIPS). [ 0.198652] CPU: All CPU(s) started in SVC mode. [ 0.204266] devtmpfs: initialized [ 0.212549] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.221155] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.231684] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.239375] prandom: seed boundary self test passed [ 0.246518] prandom: 100 self tests passed [ 0.251302] pinctrl core: initialized pinctrl subsystem [ 0.258233] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.265472] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.273792] audit: initializing netlink subsys (disabled) [ 0.280432] thermal_sys: Registered thermal governor 'step_wise' [ 0.280483] cpuidle: using governor ladder [ 0.291949] audit: type=2000 audit(0.240:1): state=initialized audit_enabled=0 res=1 [ 0.300387] cpuidle: using governor menu [ 0.305113] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.313790] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.320458] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling [ 0.329220] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling [ 0.339202] platform soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@d000 [ 0.527075] raid6: int32x8 gen() 266 MB/s [ 0.697063] raid6: int32x4 gen() 277 MB/s [ 0.867058] raid6: int32x2 gen() 459 MB/s [ 1.037074] raid6: int32x1 gen() 533 MB/s [ 1.042022] raid6: using algorithm int32x1 gen() 533 MB/s [ 1.217110] raid6: .... xor() 205 MB/s, rmw enabled [ 1.222663] raid6: using intx1 recovery algorithm [ 1.228957] SCSI subsystem initialized [ 1.233533] libata version 3.00 loaded. [ 1.233706] usbcore: registered new interface driver usbfs [ 1.239935] usbcore: registered new interface driver hub [ 1.245945] usbcore: registered new device driver usb [ 1.251926] pps_core: LinuxPPS API ver. 1 registered [ 1.257574] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.267382] PTP clock support registered [ 1.273259] vgaarb: loaded [ 1.277085] clocksource: Switched to clocksource arm_global_timer [ 1.284250] VFS: Disk quotas dquot_6.6.0 [ 1.288999] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.303472] NET: Registered PF_INET protocol family [ 1.309192] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.318074] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 1.327239] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.335660] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.344146] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 1.352031] TCP: Hash tables configured (established 4096 bind 4096) [ 1.359211] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear) [ 1.367156] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 1.374366] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 1.382153] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.388937] RPC: Registered named UNIX socket transport module. [ 1.395531] RPC: Registered udp transport module. [ 1.400948] RPC: Registered tcp transport module. [ 1.406327] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.413450] PCI: CLS 0 bytes, default 64 [ 1.418214] Trying to unpack rootfs image as initramfs... [ 1.427462] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 1.449188] Initialise system trusted keyrings [ 1.454377] Key type blacklist registered [ 1.467326] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 1.487171] zbud: loaded [ 1.491688] NFS: Registering the id_resolver key type [ 1.507180] Key type id_resolver registered [ 1.512052] Key type id_legacy registered [ 1.516783] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.537140] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.660711] xor: measuring software checksum speed [ 1.677134] arm4regs : 2172 MB/sec [ 1.697175] 8regs : 1669 MB/sec [ 1.717144] 32regs : 1732 MB/sec [ 1.722190] xor: using function: arm4regs (2172 MB/sec) [ 1.737183] async_tx: api initialized (async) [ 1.742231] Key type asymmetric registered [ 1.747005] Asymmetric key parser 'x509' registered [ 1.777484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.785661] io scheduler bfq registered [ 1.800603] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver [ 1.819049] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.847601] debugfs: Directory 'f1018100.gpio' with parent 'regmap' already present! [ 1.856730] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.877674] debugfs: Directory 'f1018140.gpio' with parent 'regmap' already present! [ 1.899142] mv_xor f1060800.xor: Marvell shared XOR driver [ 1.977887] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 1.999700] mv_xor f1060900.xor: Marvell shared XOR driver [ 2.077873] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 2.146143] Freeing initrd memory: 9912K [ 2.267019] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 2.280671] printk: console [ttyS0] disabled [ 2.307921] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 39, base_baud = 12500000) is a 16550A [ 2.317725] printk: console [ttyS0] enabled [ 2.327667] printk: bootconsole [earlycon0] disabled [ 2.358831] ahci-mvebu f10a8000.sata: supply ahci not found, using dummy regulator [ 2.368688] ahci-mvebu f10a8000.sata: supply phy not found, using dummy regulator [ 2.376976] ahci-mvebu f10a8000.sata: supply target not found, using dummy regulator [ 2.385769] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode [ 2.395612] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 2.407274] scsi host0: ahci-mvebu [ 2.412425] scsi host1: ahci-mvebu [ 2.416763] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 40 [ 2.426016] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 40 [ 2.435930] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xda [ 2.444247] nand: Macronix MX30LF2G18AC [ 2.448849] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 2.457429] Bad block table found at page 131008, version 0x01 [ 2.464309] Bad block table found at page 130944, version 0x01 [ 2.471169] nand_read_bbt: bad block at 0x000007640000 [ 2.477042] nand_read_bbt: bad block at 0x00000c8c0000 [ 2.483052] 7 fixed-partitions partitions found on MTD device pxa3xx_nand-0 [ 2.490778] Creating 7 MTD partitions on "pxa3xx_nand-0": [ 2.496909] 0x000000000000-0x000000200000 : "U-Boot" [ 2.503937] 0x000000200000-0x000000400000 : "U-Boot env" [ 2.511835] 0x000000400000-0x000000e00000 : "Config" [ 2.519378] 0x000000e00000-0x000001d00000 : "Kernel-1" [ 2.527050] 0x000001d00000-0x000008700000 : "RootFS-1" [ 2.534992] 0x000008700000-0x000009600000 : "Kernel-2" [ 2.542857] 0x000009600000-0x000010000000 : "RootFS-2" [ 2.551888] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 2.561832] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 2.590625] hwmon hwmon0: temp1_input not attached to any thermal zone [ 2.602549] mvneta f1070000.ethernet eth0: Using random mac address ba:e9:32:8d:15:01 [ 2.614754] usbcore: registered new interface driver smsc75xx [ 2.622236] orion-ehci f1058000.usb: EHCI Host Controller [ 2.628796] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1 [ 2.637332] orion-ehci f1058000.usb: irq 43, io mem 0xf1058000 [ 2.667094] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00 [ 2.673993] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04 [ 2.683038] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.691026] usb usb1: Product: EHCI Host Controller [ 2.696650] usb usb1: Manufacturer: Linux 6.4.11-mvebu-tld-1 ehci_hcd [ 2.703849] usb usb1: SerialNumber: f1058000.usb [ 2.709779] hub 1-0:1.0: USB hub found [ 2.714583] hub 1-0:1.0: 1 port detected [ 2.720307] xhci-hcd f10f0000.usb3: xHCI Host Controller [ 2.727003] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2 [ 2.735365] xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010 [ 2.745488] xhci-hcd f10f0000.usb3: irq 44, io mem 0xf10f0000 [ 2.752234] xhci-hcd f10f0000.usb3: xHCI Host Controller [ 2.758352] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3 [ 2.766616] xhci-hcd f10f0000.usb3: Host supports USB 3.0 SuperSpeed [ 2.773902] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04 [ 2.782928] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.790900] usb usb2: Product: xHCI Host Controller [ 2.796506] usb usb2: Manufacturer: Linux 6.4.11-mvebu-tld-1 xhci-hcd [ 2.803688] usb usb2: SerialNumber: f10f0000.usb3 [ 2.809657] hub 2-0:1.0: USB hub found [ 2.814438] hub 2-0:1.0: 1 port detected [ 2.819559] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.828798] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04 [ 2.837873] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.845838] usb usb3: Product: xHCI Host Controller [ 2.851556] usb usb3: Manufacturer: Linux 6.4.11-mvebu-tld-1 xhci-hcd [ 2.858828] usb usb3: SerialNumber: f10f0000.usb3 [ 2.864753] hub 3-0:1.0: USB hub found [ 2.869549] hub 3-0:1.0: 1 port detected [ 2.874922] xhci-hcd f10f8000.usb3: xHCI Host Controller [ 2.881629] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4 [ 2.889975] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010 [ 2.900074] xhci-hcd f10f8000.usb3: irq 45, io mem 0xf10f8000 [ 2.906705] xhci-hcd f10f8000.usb3: xHCI Host Controller [ 2.912881] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5 [ 2.921194] xhci-hcd f10f8000.usb3: Host supports USB 3.0 SuperSpeed [ 2.928406] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04 [ 2.937483] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 2.944421] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 2.951434] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.959449] usb usb4: Product: xHCI Host Controller [ 2.965087] ata2.00: ATA-9: WDC WD120EFBX-68B0EN0, 85.00A85, max UDMA/133 [ 2.972642] usb usb4: Manufacturer: Linux 6.4.11-mvebu-tld-1 xhci-hcd [ 2.979956] ata2.00: 23437770752 sectors, multi 0: LBA48 NCQ (depth 32) [ 2.987337] usb usb4: SerialNumber: f10f8000.usb3 [ 2.993050] ata1.00: ATA-9: WDC WD120EFBX-68B0EN0, 85.00A85, max UDMA/133 [ 3.000923] hub 4-0:1.0: USB hub found [ 3.005703] ata1.00: 23437770752 sectors, multi 0: LBA48 NCQ (depth 32) [ 3.013176] hub 4-0:1.0: 1 port detected [ 3.017852] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 3.025846] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.035224] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04 [ 3.044367] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.052524] usb usb5: Product: xHCI Host Controller [ 3.058181] ata1.00: configured for UDMA/133 [ 3.063208] ata2.00: configured for UDMA/133 [ 3.068301] usb usb5: Manufacturer: Linux 6.4.11-mvebu-tld-1 xhci-hcd [ 3.075521] usb usb5: SerialNumber: f10f8000.usb3 [ 3.081562] hub 5-0:1.0: USB hub found [ 3.086253] scsi 0:0:0:0: Direct-Access ATA WDC WD120EFBX-68 0A85 PQ: 0 ANSI: 5 [ 3.095461] hub 5-0:1.0: 1 port detected [ 3.100983] sd 0:0:0:0: [sda] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB) [ 3.110151] scsi 1:0:0:0: Direct-Access ATA WDC WD120EFBX-68 0A85 PQ: 0 ANSI: 5 [ 3.120435] usbcore: registered new interface driver usblp [ 3.126738] usbcore: registered new interface driver usb-storage [ 3.134847] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 3.141635] sd 1:0:0:0: [sdb] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB) [ 3.151323] sd 0:0:0:0: [sda] Write Protect is off [ 3.156850] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 3.156887] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.166875] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 3.173427] mousedev: PS/2 mouse device common for all mice [ 3.180217] sd 1:0:0:0: [sdb] Write Protect is off [ 3.185741] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 3.185777] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.197615] armada38x-rtc f10a3800.rtc: registered as rtc0 [ 3.203924] armada38x-rtc f10a3800.rtc: setting system clock to 2023-11-17T11:02:51 UTC (1700218971) [ 3.215085] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 3.222266] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes [ 3.230528] usb 1-1: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 3.240589] i2c_dev: i2c /dev entries driver [ 3.247171] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.256194] mv64xxx_i2c f1011000.i2c: can't get pinctrl, bus recovery not supported [ 3.264782] usb 1-1: Product: SanDisk 3.2Gen1 [ 3.270679] mv64xxx_i2c f1011100.i2c: can't get pinctrl, bus recovery not supported [ 3.279647] usb 1-1: Manufacturer: USB [ 3.284521] usb 1-1: SerialNumber: 01016801adc9d8946001926cf4b5fb624e3d83476c3ef331f1645cfd53566879d78c00000000000000000000a010c48bff08180083558107bea97802 [ 3.299856] sda: sda1 sda2 [ 3.305605] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 3.313062] orion_wdt: Initial timeout 171 sec [ 3.318893] sdb: sdb1 [ 3.322375] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 3.331495] device-mapper: uevent: version 1.0.3 [ 3.338522] usb-storage 1-1:1.0: USB Mass Storage device detected [ 3.345520] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 3.355647] scsi host2: usb-storage 1-1:1.0 [ 3.362140] device-mapper: multipath round-robin: version 1.2.0 loaded [ 3.369595] device-mapper: multipath queue-length: version 0.2.0 loaded [ 3.376949] device-mapper: multipath service-time: version 0.3.0 loaded [ 3.384443] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 3.391530] sdhci: Secure Digital Host Controller Interface driver [ 3.398787] sdhci: Copyright(c) Pierre Ossman [ 3.404508] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.417495] marvell-cesa f1090000.crypto: CESA device successfully registered [ 3.425928] hid: raw HID events driver (C) Jiri Kosina [ 3.433792] usbcore: registered new interface driver usbhid [ 3.440616] usbhid: USB HID core driver [ 3.445198] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA [ 3.454221] NET: Registered PF_INET6 protocol family [ 3.461505] Segment Routing with IPv6 [ 3.465893] RPL Segment Routing with IPv6 [ 3.470764] In-situ OAM (IOAM) with IPv6 [ 3.475515] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 3.483959] NET: Registered PF_PACKET protocol family [ 3.490799] 8021q: 802.1Q VLAN Support v1.8 [ 3.495802] Key type dns_resolver registered [ 3.501020] ThumbEE CPU extension supported. [ 3.506020] Registering SWP/SWPB emulation handler [ 3.574260] registered taskstats version 1 [ 3.580136] Loading compiled-in X.509 certificates [ 3.585844] Key type .fscrypt registered [ 3.591187] Key type fscrypt-provisioning registered [ 3.597030] Key type big_key registered [ 3.617002] Key type encrypted registered [ 3.626906] usb_phy_generic usb2_phy: dummy supplies not allowed for exclusive requests [ 3.640001] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 3.648968] clk: Disabling unused clocks [ 3.656557] Freeing unused kernel image (initmem) memory: 1024K [ 3.667895] Checked W+X mappings: passed, no W+X pages found [ 3.674333] Run /init as init process [ 3.678768] with arguments: [ 3.678775] /init [ 3.678779] with environment: [ 3.678783] HOME=/ [ 3.678787] TERM=linux [ 4.438585] usbcore: registered new interface driver uas [ 4.444904] scsi 2:0:0:0: Direct-Access USB SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6 [ 4.462035] sd 2:0:0:0: [sdc] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 4.477795] sd 2:0:0:0: [sdc] Write Protect is off [ 4.483326] sd 2:0:0:0: [sdc] Mode Sense: 43 00 00 00 [ 4.487176] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 4.513740] mtdblock: MTD device 'U-Boot' is NAND, please consider using UBI block devices instead. [ 4.523768] sdc: sdc1 [ 4.529374] sd 2:0:0:0: [sdc] Attached SCSI removable disk [ 4.543396] mtdblock: MTD device 'U-Boot env' is NAND, please consider using UBI block devices instead. [ 4.563883] mtdblock: MTD device 'Config' is NAND, please consider using UBI block devices instead. [ 4.577227] mtdblock: MTD device 'Kernel-1' is NAND, please consider using UBI block devices instead. [ 4.590531] mtdblock: MTD device 'RootFS-1' is NAND, please consider using UBI block devices instead. [ 4.603543] mtdblock: MTD device 'Kernel-2' is NAND, please consider using UBI block devices instead. [ 4.616533] mtdblock: MTD device 'RootFS-2' is NAND, please consider using UBI block devices instead. [ 21.252391] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 26.901631] EXT4-fs (sda1): mounted filesystem 79fdc606-ae0a-4604-b965-f4b3aa465f9e ro with ordered data mode. Quota mode: none. [ 29.613993] mtdblock: MTD device 'U-Boot' is NAND, please consider using UBI block devices instead. [ 29.640794] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 29.653492] mtdblock: MTD device 'U-Boot env' is NAND, please consider using UBI block devices instead. [ 29.678054] mtdblock: MTD device 'Config' is NAND, please consider using UBI block devices instead. [ 29.693826] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 29.735424] mtdblock: MTD device 'Kernel-1' is NAND, please consider using UBI block devices instead. [ 29.757296] sd 2:0:0:0: Attached scsi generic sg2 type 0 [ 29.770688] mtdblock: MTD device 'RootFS-1' is NAND, please consider using UBI block devices instead. [ 29.797131] random: crng init done [ 29.836599] mtdblock: MTD device 'Kernel-2' is NAND, please consider using UBI block devices instead. [ 29.887300] mtdblock: MTD device 'RootFS-2' is NAND, please consider using UBI block devices instead. [ 31.336923] EXT4-fs (sda1): re-mounted 79fdc606-ae0a-4604-b965-f4b3aa465f9e r/w. Quota mode: none. [ 50.238241] EXT4-fs (sda2): mounted filesystem 1f86594b-b833-4e29-b6c5-8fbae09a1c4e r/w with ordered data mode. Quota mode: none. [ 50.853519] EXT4-fs (sdb1): mounted filesystem 6c41dbee-e89a-479d-9868-ee442d2704dd r/w with ordered data mode. Quota mode: none. [ 51.186362] Adding 2097148k swap on /swapfile. Priority:-2 extents:48 across:72112848k FS [ 51.762691] mvneta f1070000.ethernet eth0: PHY [f1072004.mdio-mii:01] driver [Marvell 88E1510] (irq=POLL) [ 51.775821] mvneta f1070000.ethernet eth0: configuring for phy/rgmii-id link mode [ 54.917826] mvneta f1070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 54.926969] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 56.917442] IPv6: eth0: IPv6 duplicate address fd27:f7d6:485e:0:c090:9aff:feb0:fdd6 used by c2:90:9a:b0:fd:d6 detected! [ 287.087818] IPv6: eth0: IPv6 duplicate address fd27:f7d6:485e:0:c090:9aff:feb0:fdd6 used by c2:90:9a:b0:fd:d6 detected! [ 505.056783] IPv6: eth0: IPv6 duplicate address fd27:f7d6:485e:0:c090:9aff:feb0:fdd6 used by c2:90:9a:b0:fd:d6 detected! [ 570.579571] IPv6: eth0: IPv6 duplicate address fd4e:412a:4e90:0:c090:9aff:feb0:fdd6 used by c2:90:9a:b0:fd:d6 detected!
cat /var/log/messages
Nov 17 11:23:06 debian user.notice shutdown[2531]: shutting down for system reboot Nov 17 11:23:06 debian daemon.info init: Switching to runlevel: 6 Nov 17 11:23:07 debian daemon.info smartd[2361]: smartd received signal 15: Terminated Nov 17 11:23:07 debian daemon.info smartd[2361]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD120EFBX_68B0EN0-5QKGRB6B.ata.state Nov 17 11:23:07 debian daemon.info smartd[2361]: Device: /dev/sdb [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD120EFBX_68B0EN0-5QKEY33B.ata.state Nov 17 11:23:07 debian daemon.info smartd[2361]: smartd is exiting (exit status 0) Nov 17 11:23:07 debian syslog.info syslogd exiting Nov 17 11:24:44 debian syslog.info syslogd started: BusyBox v1.30.1 Nov 17 11:24:44 debian daemon.notice esekeyd[2398]: started key daemon for /dev/input/event0 Nov 17 11:24:48 debian user.notice root[2424]: Cannot read u-boot env ethaddr Nov 17 11:25:37 debian auth.info sshd[2431]: Accepted password for admin from 192.168.222.136 port 60270 ssh2 Nov 17 11:25:37 debian authpriv.info sshd[2431]: pam_unix(sshd:session): session opened for user admin(uid=1000) by (uid=0) Nov 17 11:25:50 debian auth.notice su: (to root) admin on pts/0 Nov 17 11:25:50 debian authpriv.info su: pam_unix(su-l:session): session opened for user root(uid=0) by admin(uid=1000) Nov 17 11:28:09 debian auth.info sshd[2460]: Accepted password for admin from 192.168.222.136 port 60355 ssh2 Nov 17 11:28:09 debian authpriv.info sshd[2460]: pam_unix(sshd:session): session opened for user admin(uid=1000) by (uid=0) Nov 17 11:28:22 debian auth.notice su: (to root) admin on pts/1 Nov 17 11:28:22 debian authpriv.info su: pam_unix(su-l:session): session opened for user root(uid=0) by admin(uid=1000) Nov 17 11:46:19 debian auth.info sshd[2506]: Accepted password for admin from 192.168.222.136 port 61837 ssh2 Nov 17 11:46:19 debian authpriv.info sshd[2506]: pam_unix(sshd:session): session opened for user admin(uid=1000) by (uid=0) Nov 17 11:53:29 debian auth.info sshd[2518]: Accepted password for admin from 192.168.222.136 port 62118 ssh2 Nov 17 11:53:29 debian authpriv.info sshd[2518]: pam_unix(sshd:session): session opened for user admin(uid=1000) by (uid=0) Nov 17 11:53:35 debian auth.notice su: (to root) admin on pts/3 Nov 17 11:53:35 debian authpriv.info su: pam_unix(su-l:session): session opened for user root(uid=0) by admin(uid=1000) Nov 17 11:54:43 debian daemon.info smartd[2364]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 158 to 162 Nov 17 12:02:23 debian user.notice shutdown[2549]: shutting down for system reboot Nov 17 12:02:23 debian daemon.info init: Switching to runlevel: 6 Nov 17 12:02:24 debian daemon.info smartd[2364]: smartd received signal 15: Terminated Nov 17 12:02:24 debian daemon.info smartd[2364]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD120EFBX_68B0EN0-5QKGRB6B.ata.state Nov 17 12:02:24 debian daemon.info smartd[2364]: Device: /dev/sdb [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD120EFBX_68B0EN0-5QKEY33B.ata.state Nov 17 12:02:24 debian daemon.info smartd[2364]: smartd is exiting (exit status 0) Nov 17 12:02:24 debian syslog.info syslogd exiting Nov 17 12:03:57 debian syslog.info syslogd started: BusyBox v1.30.1 Nov 17 12:03:57 debian daemon.notice esekeyd[2398]: started key daemon for /dev/input/event0 Nov 17 12:03:59 debian user.notice root[2424]: Cannot read u-boot env ethaddr Nov 17 12:04:35 debian auth.info sshd[2431]: Accepted password for admin from 192.168.222.136 port 62458 ssh2 Nov 17 12:04:35 debian authpriv.info sshd[2431]: pam_unix(sshd:session): session opened for user admin(uid=1000) by (uid=0) Nov 17 12:05:19 debian auth.notice su: (to root) admin on pts/0 Nov 17 12:05:19 debian authpriv.info su: pam_unix(su-l:session): session opened for user root(uid=0) by admin(uid=1000) Nov 17 12:06:25 debian auth.info sshd[2458]: Accepted password for admin from 192.168.222.136 port 62549 ssh2 Nov 17 12:06:25 debian authpriv.info sshd[2458]: pam_unix(sshd:session): session opened for user admin(uid=1000) by (uid=0) Nov 17 12:06:33 debian auth.notice su: (to root) admin on pts/1 Nov 17 12:06:33 debian authpriv.info su: pam_unix(su-l:session): session opened for user root(uid=0) by admin(uid=1000) root@debian:~#