virtual-dsm icon indicating copy to clipboard operation
virtual-dsm copied to clipboard

Modified system files cause self check fail

Open nobita0313 opened this issue 1 year ago • 1 comments

Operating system

WSL2 + Ubuntu

Description

I was trying to patch the ffmpeg from there: #391 But after a restart the system is not booting. Is there a way to disable self check?

2024-08-05 17:13:15 ============bootup-smallupdate
2024-08-05 17:13:15 Root check fail, then do selfcheck
2024-08-05 17:13:15 Copyright (c) 2003-2023 Synology Inc. All rights reserved.
2024-08-05 17:13:15 
2024-08-05 17:13:18 Check Failed
2024-08-05 17:13:18 Selfcheck returns 1, enter junior mode...
2024-08-05 17:13:18 Exit on error [24] Selfcheck failed....

Docker compose

services: dsm: container_name: dsm image: vdsm/virtual-dsm:latest environment: RAM_SIZE: "4G" CPU_CORES: "2" DISK_SIZE: "16G" #GPU: "Y" #MAC: "" #GUEST_SERIAL: "" #HOST_SERIAL: "" #HOST_MAC: "" #HOST_MODEL: "" devices: - /dev/kvm - /dev/disk/by-uuid/e71440b5-cde1-4c06-ac8c-2ffc69bc33d4:/disk2 #- /dev/dri cap_add: - NET_ADMIN ports: - 22:22 - 80:80 - 139:139 - 445:445 - 873:873 - 5000:5000 - 5001:5001 - 6690:6690 volumes: - ./volumes:/storage stop_grace_period: 2m restart: unless-stopped

Docker log

2024-08-05 17:13:01 [ 0.000000] Initializing cgroup subsys cpuset 2024-08-05 17:13:01 [ 0.000000] Initializing cgroup subsys cpu 2024-08-05 17:13:01 [ 0.000000] Initializing cgroup subsys cpuacct 2024-08-05 17:13:01 [ 0.000000] Linux version 4.4.302+ (root@build6) (gcc version 12.2.0 (GCC) ) #69057 SMP Sat Sep 23 21:44:59 CST 2023 2024-08-05 17:13:01 [ 0.000000] Command line: root=/dev/sda1 ihd_num=0 netif_num=0 syno_hw_version=VirtualDSM vender_format_version=2 macs=000a03540d96,000a03540d97,000a03540d98,000a03540d99 2024-08-05 17:13:01 [ 0.000000] KERNEL supported cpus: 2024-08-05 17:13:01 [ 0.000000] Intel GenuineIntel 2024-08-05 17:13:01 [ 0.000000] AMD AuthenticAMD 2024-08-05 17:13:01 [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 2024-08-05 17:13:01 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' 2024-08-05 17:13:01 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' 2024-08-05 17:13:01 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' 2024-08-05 17:13:01 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. 2024-08-05 17:13:01 [ 0.000000] e820: BIOS-provided physical RAM map: 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffd3fff] usable 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x000000007ffd4000-0x000000007fffffff] reserved 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved 2024-08-05 17:13:01 [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable 2024-08-05 17:13:01 [ 0.000000] NX (Execute Disable) protection: active 2024-08-05 17:13:01 [ 0.000000] extended physical RAM map: 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009fbff] usable 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x000000000009fc00-0x000000000009ffff] reserved 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x00000000000f0000-0x00000000000fffff] reserved 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000001df29c7] usable 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x0000000001df29c8-0x0000000001df29d7] usable 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x0000000001df29d8-0x000000007ffd3fff] usable 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x000000007ffd4000-0x000000007fffffff] reserved 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x00000000b0000000-0x00000000bfffffff] reserved 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x00000000feffc000-0x00000000feffffff] reserved 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved 2024-08-05 17:13:01 [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000027fffffff] usable 2024-08-05 17:13:01 [ 0.000000] SMBIOS 3.0.0 present. 2024-08-05 17:13:01 [ 0.000000] Hypervisor detected: KVM 2024-08-05 17:13:01 [ 0.000000] Kernel/User page tables isolation: disabled 2024-08-05 17:13:01 [ 0.000000] e820: last_pfn = 0x280000 max_arch_pfn = 0x400000000 2024-08-05 17:13:01 [ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
2024-08-05 17:13:01 [ 0.000000] e820: last_pfn = 0x7ffd4 max_arch_pfn = 0x400000000 2024-08-05 17:13:01 [ 0.000000] found SMP MP-table at [mem 0x000f5440-0x000f544f] mapped at [ffff8800000f5440] 2024-08-05 17:13:01 [ 0.000000] Using GB pages for direct mapping 2024-08-05 17:13:01 [ 0.000000] RAMDISK: [mem 0x7fa5d000-0x7ffc3fff] 2024-08-05 17:13:01 [ 0.000000] ACPI: Early table checksum verification disabled 2024-08-05 17:13:01 [ 0.000000] ACPI: RSDP 0x00000000000F5260 000014 (v00 BOCHS ) 2024-08-05 17:13:01 [ 0.000000] ACPI: RSDT 0x000000007FFE2364 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-08-05 17:13:01 [ 0.000000] ACPI: FACP 0x000000007FFE217C 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001) 2024-08-05 17:13:01 [ 0.000000] ACPI: DSDT 0x000000007FFE0040 00213C (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-08-05 17:13:01 [ 0.000000] ACPI: FACS 0x000000007FFE0000 000040 2024-08-05 17:13:01 [ 0.000000] ACPI: APIC 0x000000007FFE2270 000090 (v03 BOCHS BXPC 00000001 BXPC 00000001) 2024-08-05 17:13:01 [ 0.000000] ACPI: MCFG 0x000000007FFE2300 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-08-05 17:13:01 [ 0.000000] ACPI: WAET 0x000000007FFE233C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-08-05 17:13:01 [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2024-08-05 17:13:01 [ 0.000000] kvm-clock: cpu 0, msr 2:7fffc001, primary cpu clock 2024-08-05 17:13:01 [ 0.000000] kvm-clock: using sched offset of 439642365157 cycles 2024-08-05 17:13:01 [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns 2024-08-05 17:13:01 [ 0.000000] Zone ranges: 2024-08-05 17:13:01 [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] 2024-08-05 17:13:01 [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] 2024-08-05 17:13:01 [ 0.000000] Normal [mem 0x0000000100000000-0x000000027fffffff] 2024-08-05 17:13:01 [ 0.000000] Movable zone start for each node 2024-08-05 17:13:01 [ 0.000000] Early memory node ranges 2024-08-05 17:13:01 [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] 2024-08-05 17:13:01 [ 0.000000] node 0: [mem 0x0000000000100000-0x000000007ffd3fff] 2024-08-05 17:13:01 [ 0.000000] node 0: [mem 0x0000000100000000-0x000000027fffffff] 2024-08-05 17:13:01 [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff] 2024-08-05 17:13:01 [ 0.000000] ACPI: PM-Timer IO Port: 0x608 2024-08-05 17:13:01 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2024-08-05 17:13:01 [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2024-08-05 17:13:01 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2024-08-05 17:13:01 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2024-08-05 17:13:01 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2024-08-05 17:13:01 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2024-08-05 17:13:01 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2024-08-05 17:13:01 [ 0.000000] Using ACPI (MADT) for SMP configuration information 2024-08-05 17:13:01 [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0x01df2000-0x01df2fff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0x01df2000-0x01df2fff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0x7ffd4000-0x7fffffff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0x80000000-0xafffffff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0xb0000000-0xbfffffff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfed1bfff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfeffbfff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] 2024-08-05 17:13:01 [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] 2024-08-05 17:13:01 [ 0.000000] e820: [mem 0xc0000000-0xfed1bfff] available for PCI devices 2024-08-05 17:13:01 [ 0.000000] Booting paravirtualized kernel on KVM 2024-08-05 17:13:01 [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns 2024-08-05 17:13:01 [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1 2024-08-05 17:13:01 [ 0.000000] PERCPU: Embedded 37 pages/cpu @ffff88027fc00000 s111896 r8192 d31464 u524288 2024-08-05 17:13:01 [ 0.000000] KVM setup async PF for cpu 0 2024-08-05 17:13:01 [ 0.000000] kvm-stealtime: cpu 0, msr 27fc14180 2024-08-05 17:13:01 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) 2024-08-05 17:13:01 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2064220 2024-08-05 17:13:01 [ 0.000000] Kernel command line: root=/dev/sda1 ihd_num=0 netif_num=0 syno_hw_version=VirtualDSM vender_format_version=2 macs=000a03540d96,000a03540d97,000a03540d98,000a03540d99 2024-08-05 17:13:01 [ 0.000000] Internal HD num: 0 2024-08-05 17:13:01 [ 0.000000] Internal netif num: 0 2024-08-05 17:13:01 [ 0.000000] Synology Hardware Version: VirtualDSM 2024-08-05 17:13:01 [ 0.000000] Vender format version: 2 2024-08-05 17:13:01 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2024-08-05 17:13:01 [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) 2024-08-05 17:13:01 [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) 2024-08-05 17:13:01 [ 0.000000] Memory: 8160552K/8388040K available (5435K kernel code, 870K rwdata, 1712K rodata, 1008K init, 1556K bss, 227488K reserved, 0K cma-reserved) 2024-08-05 17:13:01 [ 0.000000] Hierarchical RCU implementation. 2024-08-05 17:13:01 [ 0.000000] Build-time adjustment of leaf fanout to 64. 2024-08-05 17:13:01 [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4. 2024-08-05 17:13:01 [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4 2024-08-05 17:13:01 [ 0.000000] NR_IRQS:8448 nr_irqs:456 16 2024-08-05 17:13:01 [ 0.000000] Console: colour dummy device 80x25 2024-08-05 17:13:01 [ 0.000000] console [ttyS0] enabled 2024-08-05 17:13:01 [ 0.000000] tsc: Detected 3494.398 MHz processor 2024-08-05 17:13:01 [ 0.238314] Calibrating delay loop (skipped) preset value.. 6988.79 BogoMIPS (lpj=3494398) 2024-08-05 17:13:01 [ 0.240203] pid_max: default: 32768 minimum: 301 2024-08-05 17:13:01 [ 0.241273] ACPI: Core revision 20150930 2024-08-05 17:13:01 [ 0.242406] ACPI: 1 ACPI AML tables successfully acquired and loaded 2024-08-05 17:13:01 [ 0.243877] Security Framework initialized 2024-08-05 17:13:01 [ 0.244813] AppArmor: AppArmor initialized 2024-08-05 17:13:01 [ 0.245728] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) 2024-08-05 17:13:01 [ 0.247307] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) 2024-08-05 17:13:01 [ 0.249017] Initializing cgroup subsys io 2024-08-05 17:13:01 [ 0.250107] Initializing cgroup subsys memory 2024-08-05 17:13:01 [ 0.251165] Initializing cgroup subsys devices 2024-08-05 17:13:01 [ 0.252262] Initializing cgroup subsys freezer 2024-08-05 17:13:01 [ 0.253416] CPU: Physical Processor ID: 0 2024-08-05 17:13:01 [ 0.254595] CPU: Processor Core ID: 0 2024-08-05 17:13:01 [ 0.259463] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 2024-08-05 17:13:01 [ 0.260687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 2024-08-05 17:13:01 [ 0.262061] Speculative Store Bypass: Vulnerable 2024-08-05 17:13:01 [ 0.267055] Freeing SMP alternatives memory: 24K 2024-08-05 17:13:01 [ 0.280344] x2apic enabled 2024-08-05 17:13:01 [ 0.281321] Switched APIC routing to physical x2apic. 2024-08-05 17:13:01 [ 0.283878] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2024-08-05 17:13:01 [ 0.285296] smpboot: CPU0: Intel(R) Core(TM) i5-14600KF (family: 0x6, model: 0xb7, stepping: 0x1) 2024-08-05 17:13:01 [ 0.287394] Performance Events: unsupported p6 CPU model 183 no PMU driver, software events only. 2024-08-05 17:13:01 [ 0.289553] KVM setup paravirtual spinlock 2024-08-05 17:13:01 [ 0.290731] x86: Booting SMP configuration: 2024-08-05 17:13:01 [ 0.291744] .... node #0, CPUs: #1 2024-08-05 17:13:01 [ 0.292935] kvm-clock: cpu 1, msr 2:7fffc041, secondary cpu clock 2024-08-05 17:13:01 [ 0.299065] KVM setup async PF for cpu 1 2024-08-05 17:13:01 [ 0.299424] #2 2024-08-05 17:13:01 [ 0.299424] kvm-clock: cpu 2, msr 2:7fffc081, secondary cpu clock 2024-08-05 17:13:01 [ 0.301949] kvm-stealtime: cpu 1, msr 27fc94180 2024-08-05 17:13:01 [ 0.304146] KVM setup async PF for cpu 2 2024-08-05 17:13:01 [ 0.304481] #3 2024-08-05 17:13:01 [ 0.304481] kvm-clock: cpu 3, msr 2:7fffc0c1, secondary cpu clock 2024-08-05 17:13:01 [ 0.306910] kvm-stealtime: cpu 2, msr 27fd14180 2024-08-05 17:13:01 [ 0.309239] x86: Booted up 1 node, 4 CPUs 2024-08-05 17:13:01 [ 0.309252] KVM setup async PF for cpu 3 2024-08-05 17:13:01 [ 0.309259] kvm-stealtime: cpu 3, msr 27fd94180 2024-08-05 17:13:01 [ 0.311952] smpboot: Total of 4 processors activated (27955.18 BogoMIPS) 2024-08-05 17:13:01 [ 0.314204] devtmpfs: initialized 2024-08-05 17:13:01 [ 0.315158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns 2024-08-05 17:13:01 [ 0.317383] futex hash table entries: 1024 (order: 4, 65536 bytes) 2024-08-05 17:13:01 [ 0.319057] NET: Registered protocol family 16 2024-08-05 17:13:01 [ 0.324151] cpuidle: using governor ladder 2024-08-05 17:13:01 [ 0.328179] cpuidle: using governor menu 2024-08-05 17:13:01 [ 0.329076] ACPI: bus type PCI registered 2024-08-05 17:13:01 [ 0.329996] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 2024-08-05 17:13:01 [ 0.331652] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000) 2024-08-05 17:13:01 [ 0.333641] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820 2024-08-05 17:13:01 [ 0.335183] PCI: Using configuration type 1 for base access 2024-08-05 17:13:01 [ 0.340125] ACPI: Added _OSI(Module Device) 2024-08-05 17:13:01 [ 0.341021] ACPI: Added _OSI(Processor Device) 2024-08-05 17:13:01 [ 0.342139] ACPI: Added _OSI(3.0 _SCP Extensions) 2024-08-05 17:13:01 [ 0.343143] ACPI: Added _OSI(Processor Aggregator Device) 2024-08-05 17:13:01 [ 0.345488] ACPI: Interpreter enabled 2024-08-05 17:13:01 [ 0.346320] ACPI: (supports S0 S4 S5) 2024-08-05 17:13:01 [ 0.347108] ACPI: Using IOAPIC for interrupt routing 2024-08-05 17:13:01 [ 0.348221] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2024-08-05 17:13:01 [ 0.351364] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2024-08-05 17:13:01 [ 0.352732] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] 2024-08-05 17:13:01 [ 0.354749] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug] 2024-08-05 17:13:01 [ 0.356491] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability] 2024-08-05 17:13:01 [ 0.358246] PCI host bridge to bus 0000:00 2024-08-05 17:13:01 [ 0.359255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] 2024-08-05 17:13:01 [ 0.360754] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] 2024-08-05 17:13:01 [ 0.362205] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] 2024-08-05 17:13:01 [ 0.363882] pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff window] 2024-08-05 17:13:01 [ 0.365567] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] 2024-08-05 17:13:01 [ 0.367215] pci_bus 0000:00: root bus resource [mem 0x7000000000-0x77ffffffff window] 2024-08-05 17:13:01 [ 0.368983] pci_bus 0000:00: root bus resource [bus 00-ff] 2024-08-05 17:13:01 [ 0.399380] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO 2024-08-05 17:13:01 [ 0.405777] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2024-08-05 17:13:01 [ 0.407226] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2024-08-05 17:13:01 [ 0.408583] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2024-08-05 17:13:01 [ 0.409908] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2024-08-05 17:13:01 [ 0.411313] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11) 2024-08-05 17:13:01 [ 0.412742] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11) 2024-08-05 17:13:01 [ 0.414141] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11) 2024-08-05 17:13:01 [ 0.415751] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11) 2024-08-05 17:13:01 [ 0.417174] ACPI: PCI Interrupt Link [GSIA] (IRQs *16) 2024-08-05 17:13:01 [ 0.418394] ACPI: PCI Interrupt Link [GSIB] (IRQs *17) 2024-08-05 17:13:01 [ 0.419632] ACPI: PCI Interrupt Link [GSIC] (IRQs *18) 2024-08-05 17:13:01 [ 0.420823] ACPI: PCI Interrupt Link [GSID] (IRQs *19) 2024-08-05 17:13:01 [ 0.422021] ACPI: PCI Interrupt Link [GSIE] (IRQs *20) 2024-08-05 17:13:01 [ 0.423233] ACPI: PCI Interrupt Link [GSIF] (IRQs *21) 2024-08-05 17:13:01 [ 0.424454] ACPI: PCI Interrupt Link [GSIG] (IRQs *22) 2024-08-05 17:13:01 [ 0.425751] ACPI: PCI Interrupt Link [GSIH] (IRQs *23) 2024-08-05 17:13:01 [ 0.427116] ACPI: Enabled 2 GPEs in block 00 to 3F 2024-08-05 17:13:01 [ 0.428445] vgaarb: loaded 2024-08-05 17:13:01 [ 0.429279] SCSI subsystem initialized 2024-08-05 17:13:01 [ 0.430268] pps_core: LinuxPPS API ver. 1 registered 2024-08-05 17:13:01 [ 0.431351] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [email protected] 2024-08-05 17:13:01 [ 0.433427] PTP clock support registered 2024-08-05 17:13:01 [ 0.434419] PCI: Using ACPI for IRQ routing 2024-08-05 17:13:02 [ 0.524060] clocksource: Switched to clocksource kvm-clock 2024-08-05 17:13:02 [ 0.528691] AppArmor: AppArmor Filesystem Enabled 2024-08-05 17:13:02 [ 0.529832] pnp: PnP ACPI init 2024-08-05 17:13:02 [ 0.530614] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved 2024-08-05 17:13:02 [ 0.532377] pnp: PnP ACPI: found 5 devices 2024-08-05 17:13:02 [ 0.539287] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns 2024-08-05 17:13:02 [ 0.541432] NET: Registered protocol family 2 2024-08-05 17:13:02 [ 0.542362] IP idents hash table entries: 131072 (order: 8, 1048576 bytes) 2024-08-05 17:13:02 [ 0.544320] TCP established hash table entries: 65536 (order: 7, 524288 bytes) 2024-08-05 17:13:02 [ 0.546036] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2024-08-05 17:13:02 [ 0.547710] TCP: Hash tables configured (established 65536 bind 65536) 2024-08-05 17:13:02 [ 0.549314] UDP hash table entries: 4096 (order: 5, 131072 bytes) 2024-08-05 17:13:02 [ 0.550756] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) 2024-08-05 17:13:02 [ 0.552567] NET: Registered protocol family 1 2024-08-05 17:13:02 [ 0.587425] Trying to unpack rootfs image as initramfs... 2024-08-05 17:13:02 [ 1.043796] decompress cpio completed and skip redundant lzma 2024-08-05 17:13:02 [ 1.045834] Freeing initrd memory: 5532K 2024-08-05 17:13:02 [ 1.047121] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2024-08-05 17:13:02 [ 1.049143] software IO TLB: mapped [mem 0x7ba5d000-0x7fa5d000] (64MB) 2024-08-05 17:13:02 [ 1.051794] audit: initializing netlink subsys (disabled) 2024-08-05 17:13:02 [ 1.052908] audit: type=2000 audit(1722874382.311:1): initialized 2024-08-05 17:13:02 [ 1.054198] Initialise system trusted keyring 2024-08-05 17:13:02 [ 1.060869] VFS: Disk quotas dquot_6.6.0 2024-08-05 17:13:02 [ 1.062046] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2024-08-05 17:13:02 [ 1.064457] Key type asymmetric registered 2024-08-05 17:13:02 [ 1.065379] Asymmetric key parser 'x509' registered 2024-08-05 17:13:02 [ 1.066537] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) 2024-08-05 17:13:02 [ 1.068288] io scheduler noop registered (default) 2024-08-05 17:13:02 [ 1.069546] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2024-08-05 17:13:02 [ 1.071228] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2024-08-05 17:13:02 [ 1.078971] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled 2024-08-05 17:13:02 [ 1.108460] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A 2024-08-05 17:13:02 [ 1.299809] brd: module loaded 2024-08-05 17:13:02 [ 1.300621] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized 2024-08-05 17:13:02 [ 1.302689] Loading iSCSI transport class v2.0-870. 2024-08-05 17:13:02 [ 1.306438] rdac: device handler registered 2024-08-05 17:13:02 [ 1.310029] ACPI: PCI Interrupt Link [GSIA] enabled at IRQ 16 2024-08-05 17:13:02 [ 1.311966] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode 2024-08-05 17:13:02 [ 1.313656] ahci 0000:00:1f.2: flags: 64bit ncq only 2024-08-05 17:13:02 [ 1.325431] scsi host0: ahci 2024-08-05 17:13:02 [ 1.335504] scsi host1: ahci 2024-08-05 17:13:02 [ 1.340008] scsi host2: ahci 2024-08-05 17:13:02 [ 1.344119] scsi host3: ahci 2024-08-05 17:13:02 [ 1.345838] scsi host4: ahci 2024-08-05 17:13:02 [ 1.346903] scsi host5: ahci 2024-08-05 17:13:02 [ 1.347661] ata1: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff100 irq 24 2024-08-05 17:13:02 [ 1.349316] ata2: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff180 irq 24 2024-08-05 17:13:02 [ 1.350976] ata3: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff200 irq 24 2024-08-05 17:13:02 [ 1.352660] ata4: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff280 irq 24 2024-08-05 17:13:02 [ 1.354320] ata5: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff300 irq 24 2024-08-05 17:13:02 [ 1.356494] ata6: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff380 irq 24 2024-08-05 17:13:02 [ 1.358442] rtc_cmos 00:03: RTC can wake from S4 2024-08-05 17:13:02 [ 1.359947] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 2024-08-05 17:13:02 [ 1.361446] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram 2024-08-05 17:13:02 [ 1.363096] i2c /dev entries driver 2024-08-05 17:13:02 [ 1.363963] md: raid1 personality registered for level 1 2024-08-05 17:13:02 [ 1.365268] NET: Registered protocol family 17 2024-08-05 17:13:02 [ 1.366319] Key type dns_resolver registered 2024-08-05 17:13:02 [ 1.367354] mce: Using 10 MCE banks 2024-08-05 17:13:02 [ 1.368255] registered taskstats version 1 2024-08-05 17:13:02 [ 1.369128] Loading compiled-in untrusted X.509 certificates 2024-08-05 17:13:02 [ 1.370354] Loading compiled-in X.509 certificates 2024-08-05 17:13:02 [ 1.371532] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329' 2024-08-05 17:13:02 [ 1.374359] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089' 2024-08-05 17:13:02 [ 1.376581] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28' 2024-08-05 17:13:02 [ 1.379149] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5' 2024-08-05 17:13:02 [ 1.381294] page_owner is disabled 2024-08-05 17:13:02 [ 1.382112] AppArmor: AppArmor sha1 policy hashing enabled 2024-08-05 17:13:02 [ 1.384322] rtc_cmos 00:03: setting system clock to 2024-08-05 16:12:58 UTC (1722874378) 2024-08-05 17:13:03 [ 1.664379] ata3: SATA link down (SStatus 0 SControl 300) 2024-08-05 17:13:03 [ 1.667440] ata5: SATA link down (SStatus 0 SControl 300) 2024-08-05 17:13:03 [ 1.674390] ata1: SATA link down (SStatus 0 SControl 300) 2024-08-05 17:13:03 [ 1.679765] ata2: SATA link down (SStatus 0 SControl 300) 2024-08-05 17:13:03 [ 1.682623] ata4: SATA link down (SStatus 0 SControl 300) 2024-08-05 17:13:03 [ 1.684737] ata6: SATA link down (SStatus 0 SControl 300) 2024-08-05 17:13:03 [ 1.687167] Freeing unused kernel memory: 1008K 2024-08-05 17:13:03 [ 1.688215] Write protecting the kernel read-only data: 8192k 2024-08-05 17:13:03 [ 1.689936] Freeing unused kernel memory: 700K 2024-08-05 17:13:03 [ 1.691237] Freeing unused kernel memory: 336K 2024-08-05 17:13:03 START /linuxrc.syno 2024-08-05 17:13:03 START /linuxrc.syno.impl 2024-08-05 17:13:03 [ 1.844063] random: nonblocking pool is initialized 2024-08-05 17:13:03 Insert basic USB modules... 2024-08-05 17:13:03 :: Loading module usb-common ... [ OK ] 2024-08-05 17:13:03 :: Loading modul[ 1.877496] ACPI: bus type USB registered 2024-08-05 17:13:03 e[ 1.878458] usbcore: registered new interface driver usbfs 2024-08-05 17:13:03 [ 1.879670] usbcore: registered new interface driver hub 2024-08-05 17:13:03 [ 1.881072] usbcore: registered new interface driver ethub 2024-08-05 17:13:03 [ 1.882595] usbcore: registered new device driver usb 2024-08-05 17:13:03 usbcore ... [ OK ] 2024-08-05 17:13:03 :: Loading[ 1.889821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2024-08-05 17:13:03 module ehci-hcd ... [ [ 1.893803] ehci-pci: EHCI PCI platform driver 2024-08-05 17:13:03 OK ] 2024-08-05 17:13:03 :: Loading module ehci-pci [ 1.898393] uhci_hcd: USB Universal Host Controller Interface driver 2024-08-05 17:13:03 ... [ OK ] 2024-08-05 17:13:03 :: Loading module uhci-hcd ... [ OK ] 2024-08-05 17:13:03 :: Loading module xhci-hcd ... [ OK ] 2024-08-05 17:13:03 [ 1.912985] kvmx64_synobios: loading out-of-tree module taints kernel. 2024-08-05 17:13:03 [ 1.914595] synobios ioctl TCGETS /dev/ttyS1 failed 2024-08-05 17:13:03 [ 1.915763] synobios unable to set termios of /dev/ttyS1 2024-08-05 17:13:03 [ 1.917462] 2024-8-5 16:12:59 UTC 2024-08-05 17:13:03 [ 1.918274] synobios: load, major number 201 2024-08-05 17:13:03 [ 1.919305] Brand: Synology 2024-08-05 17:13:03 [ 1.919995] Model: VirtualDSM 2024-08-05 17:13:03 [ 1.920718] set group disks wakeup number to 4, spinup time deno 7 2024-08-05 17:13:03 [ 1.923137] synobios cpu_arch proc entry initialized 2024-08-05 17:13:03 [ 1.924412] synobios crypto_hw proc entry initialized 2024-08-05 17:13:03 [ 1.925658] synobios syno_platform proc entry initialized 2024-08-05 17:13:03 Starting /usr/syno/b[ 1.930326] Module [kvmx64_synobios] is removed. 2024-08-05 17:13:03 [ 1.931359] synobios: unload 2024-08-05 17:13:03 in/synocfgen... 2024-08-05 17:13:03 /usr/syno/bin/synocfgen returns 0 2024-08-05 17:13:03 Insert synorbd kernel module 2024-08-05 17:13:03 Insert synofsbd kernel module 2024-08-05 17:13:03 Insert sha256 kernel module 2024-08-05 17:13:03 [ 1.964882] ACPI: PCI Interrupt Link [GSIF] enabled at IRQ 21 2024-08-05 17:13:03 [ 1.967724] ACPI: PCI Interrupt Link [GSIH] enabled at IRQ 23 2024-08-05 17:13:03 [ 1.970365] ACPI: PCI Interrupt Link [GSIE] enabled at IRQ 20 2024-08-05 17:13:03 [ 1.973211] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22 2024-08-05 17:13:03 [ 1.989841] scsi host6: Virtio SCSI HBA 2024-08-05 17:13:03 [ 1.993257] scsi 6:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 2024-08-05 17:13:03 [ 1.995595] sd 6:0:0:0: [synoboot] 225280 512-byte logical blocks: (115 MB/110 MiB) 2024-08-05 17:13:03 [ 1.997657] sd 6:0:0:0: [synoboot] Write Protect is off 2024-08-05 17:13:03 [ 1.998875] sd 6:0:0:0: [synoboot] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 2024-08-05 17:13:03 [ 2.001811] synoboot: synoboot1 synoboot2 2024-08-05 17:13:03 [ 2.014136] sd 6:0:0:0: [synoboot] Attached SCSI disk 2024-08-05 17:13:06 [ 4.811100] scsi host7: Virtio SCSI HBA 2024-08-05 17:13:06 [ 4.815484] scsi 7:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 2024-08-05 17:13:06 [ 4.817611] sd 7:0:0:0: [sda] 9676832 512-byte logical blocks: (4.95 GB/4.61 GiB) 2024-08-05 17:13:06 [ 4.819524] sd 7:0:0:0: [sda] Write Protect is off 2024-08-05 17:13:06 [ 4.821183] sd 7:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 2024-08-05 17:13:06 [ 4.826251] sda: sda1 sda2 2024-08-05 17:13:06 [ 4.861185] sd 7:0:0:0: [sda] Attached SCSI disk 2024-08-05 17:13:09 [ 7.744399] scsi host8: Virtio SCSI HBA 2024-08-05 17:13:09 [ 7.748147] scsi 8:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 2024-08-05 17:13:09 [ 7.750408] sd 8:0:0:0: [sdb] 33554432 512-byte logical blocks: (17.2 GB/16.0 GiB) 2024-08-05 17:13:09 [ 7.752716] sd 8:0:0:0: [sdb] Write Protect is off 2024-08-05 17:13:09 [ 7.755427] sd 8:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 2024-08-05 17:13:09 [ 7.762246] sdb: sdb1 2024-08-05 17:13:09 [ 7.782204] sd 8:0:0:0: [sdb] Attached SCSI disk 2024-08-05 17:13:11 [ 10.182501] scsi host9: Virtio SCSI HBA 2024-08-05 17:13:11 [ 10.188708] scsi 9:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 2024-08-05 17:13:11 [ 10.190814] sd 9:0:0:0: [sdc] 23437756597 512-byte logical blocks: (12.0 TB/10.9 TiB) 2024-08-05 17:13:11 [ 10.194771] sd 9:0:0:0: [sdc] Write Protect is off 2024-08-05 17:13:11 [ 10.196147] sd 9:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 2024-08-05 17:13:11 [ 10.205866] sdc: sdc1 2024-08-05 17:13:11 [ 10.236195] sd 9:0:0:0: [sdc] Attached SCSI disk 2024-08-05 17:13:14 Partition Version=8 2024-08-05 17:13:14 Checking ext4 rootfs on /dev/sda1 2024-08-05 17:13:14 return value: 12 2024-08-05 17:13:14 ForceNewestLayout: Skipped 2024-08-05 17:13:14 [ 12.823909] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities 2024-08-05 17:13:14 [ 12.829486] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 2024-08-05 17:13:14 Mounting /dev/sda1 /tmpRoot 2024-08-05 17:13:14 [ 12.853539] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities 2024-08-05 17:13:14 [ 12.859623] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: barrier=1 2024-08-05 17:13:14 ------------upgrade 2024-08-05 17:13:14 Begin upgrade procedure 2024-08-05 17:13:14 e2fsck 1.44.1 (24-Mar-2018) 2024-08-05 17:13:14 /sbin/e2fsck: No such file or directory while trying to open /dev/sda3 2024-08-05 17:13:14 mount: mounting /dev/sda3 on /tmpData failed: No such file or directory 2024-08-05 17:13:14 umount: can't unmount /tmpData: Invalid argument 2024-08-05 17:13:14 [ 12.925453] loop: module loaded 2024-08-05 17:13:14 Failed to found any patch 2024-08-05 17:13:14 No upgrade file found 2024-08-05 17:13:14 End upgrade procedure 2024-08-05 17:13:15 ============upgrade 2024-08-05 17:13:15 ------------bootup-smallupdate 2024-08-05 17:13:15 mkdir: can't create directory '/tmpRoot/proc': File exists 2024-08-05 17:13:15 mkdir: can't create directory '/tmpRoot/sys': File exists 2024-08-05 17:13:15 mkdir: can't create directory '/tmpRoot/dev': File exists 2024-08-05 17:13:15 Try bootup smallupdate 2024-08-05 17:13:15 No patch exist. Skip Packed Bootup SmallUpdate 2024-08-05 17:13:15 Sparse files don't exist. Skip Sparse Bootup SmallUpdate 2024-08-05 17:13:15 Finished synoautonano 2024-08-05 17:13:15 ============bootup-smallupdate 2024-08-05 17:13:15 Root check fail, then do selfcheck 2024-08-05 17:13:15 Copyright (c) 2003-2023 Synology Inc. All rights reserved. 2024-08-05 17:13:15 2024-08-05 17:13:18 Check Failed 2024-08-05 17:13:18 Selfcheck returns 1, enter junior mode... 2024-08-05 17:13:18 Exit on error [24] Selfcheck failed.... 2024-08-05 17:13:18 Mon Aug 5 16:13:14 UTC 2024 2024-08-05 17:13:18 /dev/sda1 /tmpRoot ext4 rw,noatime,data=ordered 0 0 2024-08-05 17:13:18 none /sys/kernel/debug debugfs rw,relatime 0 0 2024-08-05 17:13:18 umount: /etc/mtab: No such file or directory 2024-08-05 17:13:18 linuxrc.syno failed on 24 2024-08-05 17:13:18 starting pid 5731, tty '': '/etc/rc' 2024-08-05 17:13:18 :: Starting /etc/rc 2024-08-05 17:13:18 :: Mounting procfs ... [ OK ] 2024-08-05 17:13:18 :: Mounting tmpfs ... [ OK ] 2024-08-05 17:13:18 :: Mounting devtmpfs ... [ OK ] 2024-08-05 17:13:18 :: Mounting devpts ... [ OK ] 2024-08-05 17:13:18 :: Mounting sysfs ... [ OK ] 2024-08-05 17:13:18 [ 17.345970] Adding 2097148k swap on /dev/sda2. Priority:-1 extents:1 across:2097148k SS 2024-08-05 17:13:18 :: Loading module sg[ 17.386724] sd 6:0:0:0: Attached scsi generic sg0 type 0 2024-08-05 17:13:18 [ 17.387834] sd 7:0:0:0: Attached scsi generic sg1 type 0 2024-08-05 17:13:18 [ 17.388952] sd 8:0:0:0: Attached scsi generic sg2 type 0 2024-08-05 17:13:18 [ 17.390164] sd 9:0:0:0: Attached scsi generic sg3 type 0 2024-08-05 17:13:18 ... [ OK ] 2024-08-05 17:13:18 :: Loading module fat ... [ OK ] 2024-08-05 17:13:18 :: Loading module vfat ... [ OK ] 2024-08-05 17:13:18 :: Loading module udp_tunnel ... [ OK ] 2024-08-05 17:13:18 :: Loading module ip6_udp_tunnel ... [ OK ] 2024-08-05 17:13:18 :: Loading module vxlan ... [ OK ] 2024-08-05 17:13:18 :: Loading module igbvf[ 17.432801] igbvf: Intel(R) Gigabit Virtual Function Driver - 2.3.8.2 2024-08-05 17:13:18 [ 17.434227] igbvf: Copyright (c) 1999-2015 Intel Corporation. 2024-08-05 17:13:18 ... [ OK ] 2024-08-05 17:13:18 :: Loading module be2net ... [ OK ] 2024-08-05 17:13:18 :: Loading module ixgbevf[ 17.442653] ixgbevf: Intel(R) 10GbE PCI Express Virtual Function Driver - version 4.5.3 2024-08-05 17:13:18 [ 17.444447] Copyright(c) 1999 - 2019 Intel Corporation. 2024-08-05 17:13:18 ... [ OK ] 2024-08-05 17:13:18 :: Loading module i40evf[ 17.449384] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.6.15 2024-08-05 17:13:18 [ 17.451324] Copyright(c) 2013 - 2018 Intel Corporation. 2024-08-05 17:13:18 ... [ OK ] 2024-08-05 17:13:18 :: Loading module sunrpc[ 17.463303] RPC: Registered named UNIX socket transport module. 2024-08-05 17:13:18 [ 17.464633] RPC: Registered udp transport module. 2024-08-05 17:13:18 [ 17.465854] RPC: Registered tcp transport module. 2024-08-05 17:13:18 [ 17.466957] RPC: Registered tcp NFSv4.1 backchannel transport module. 2024-08-05 17:13:18 ... [ OK ] 2024-08-05 17:13:18 :: Loading module grace ... [ OK ] 2024-08-05 17:13:18 :: Loading module lockd ... [ OK ] 2024-08-05 17:13:18 :: Loading module nfs ... [ OK ] 2024-08-05 17:13:18 :: Loading module nfsv3 ... [ OK ] 2024-08-05 17:13:18 mount: mounting /dev/bus/usb on /proc/bus/usb failed: No such file or directory 2024-08-05 17:13:18 ln: /proc/bus/usb/devices: No such file or directory 2024-08-05 17:13:18 :: Loading module synobios[ 17.506858] synobios ioctl TCGETS /dev/ttyS1 failed 2024-08-05 17:13:18 [ 17.507990] synobios unable to set termios of /dev/ttyS1 2024-08-05 17:13:18 [ 17.509378] 2024-8-5 16:13:14 UTC 2024-08-05 17:13:18 [ 17.510252] synobios: load, major number 201 2024-08-05 17:13:18 [ 17.511198] Brand: Synology 2024-08-05 17:13:18 [ 17.511814] Model: VirtualDSM 2024-08-05 17:13:18 [ 17.512460] set group disks wakeup number to 4, spinup time deno 7 2024-08-05 17:13:18 [ 17.513844] synobios cpu_arch proc entry initialized 2024-08-05 17:13:18 [ 17.514941] synobios crypto_hw proc entry initialized 2024-08-05 17:13:18 [ 17.516237] synobios syno_platform proc entry initialized 2024-08-05 17:13:18 ... [ OK ] 2024-08-05 17:13:19 udhcpc: started, v1.30.1 2024-08-05 17:13:20 eth0 Link encap:Ethernet HWaddr 02:11:32:58:7E:A9
2024-08-05 17:13:20 inet addr:20.20.20.21 Bcast:20.20.20.255 Mask:255.255.255.0 2024-08-05 17:13:20 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 2024-08-05 17:13:20 RX packets:20 errors:0 dropped:0 overruns:0 frame:0 2024-08-05 17:13:20 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 2024-08-05 17:13:20 collisions:0 txqueuelen:1000 2024-08-05 17:13:20 RX bytes:1984 (1.9 KiB) TX bytes:1030 (1.0 KiB) 2024-08-05 17:13:20 2024-08-05 17:13:20 lo Link encap:Local Loopback
2024-08-05 17:13:20 inet addr:127.0.0.1 Mask:255.0.0.0 2024-08-05 17:13:20 UP LOOPBACK RUNNING MTU:65536 Metric:1 2024-08-05 17:13:20 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 2024-08-05 17:13:20 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 2024-08-05 17:13:20 collisions:0 txqueuelen:1 2024-08-05 17:13:20 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) 2024-08-05 17:13:20 2024-08-05 17:13:20 :: Starting syslogd ... [ OK ] 2024-08-05 17:13:20 /etc/rc: line 331: /usr/syno/bin/syno_pstore_collect: not found 2024-08-05 17:13:20 :: Starting scemd 2024-08-05 17:13:25 [ 23.676265] exdisplay_handler not implemented 2024-08-05 17:13:25 [ 23.679670] exdisplay_handler not implemented 2024-08-05 17:13:25 [ 23.682734] exdisplay_handler not implemented 2024-08-05 17:13:25 :: Starting services in background 2024-08-05 17:13:25 Starting JuniorExpansionPack 2024-08-05 17:13:25 Starting findhostd in flash_rd... 2024-08-05 17:13:25 Starting services in flash_rd... 2024-08-05 17:13:25 Running /usr/syno/etc/rc.d/J01httpd.sh... 2024-08-05 17:13:25 Starting httpd:80 in flash_rd... 2024-08-05 17:13:25 Starting httpd:5000 in flash_rd... 2024-08-05 17:13:25 Running /usr/syno/etc/rc.d/J03ssdpd.sh... 2024-08-05 17:13:25 [ 23.713535] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities 2024-08-05 17:13:25 /usr/bin/minissdpd -i eth0 2024-08-05 17:13:25 [ 23.719698] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 2024-08-05 17:13:25 (15): upnp:rootdevice 2024-08-05 17:13:25 (51): uuid:upnp_SynologyNAS-021132587ea9::upnp:rootdevice 2024-08-05 17:13:25 (57): Synology/synology_kvmx64_virtualdsm/7.2-69057/20.20.20.21 2024-08-05 17:13:25 (44): http://20.20.20.21:5000/description-eth0.xml 2024-08-05 17:13:25 Connected. 2024-08-05 17:13:25 done. 2024-08-05 17:13:25 /usr/syno/bin/reg_ssdp_service 20.20.20.21 021132587ea9 7.2-69057 synology_kvmx64_virtualdsm eth0 2024-08-05 17:13:25 Running /usr/syno/etc/rc.d/J04synoagentregisterd.sh... 2024-08-05 17:13:25 Starting synoagentregisterd... 2024-08-05 17:13:25 Running /usr/syno/etc/rc.d/J30DisableNCQ.sh... 2024-08-05 17:13:25 [ 23.740903] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities 2024-08-05 17:13:25 [ 23.747667] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 2024-08-05 17:13:25 [ 23.756970] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities 2024-08-05 17:13:25 [ 23.763508] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 2024-08-05 17:13:25 Running /usr/syno/etc/rc.d/J80ADTFanControl.sh... 2024-08-05 17:13:25 Running /usr/syno/etc/rc.d/J98nbnsd.sh... 2024-08-05 17:13:25 Starting nbnsd... 2024-08-05 17:13:25 Running /usr/syno/etc/rc.d/J99avahi.sh... 2024-08-05 17:13:25 Starting Avahi mDNS/DNS-SD Daemon 2024-08-05 17:13:25 cname_load_conf failed:/var/tmp/nginx/avahi-aliases.conf 2024-08-05 17:13:25 Starting guest daemons in flash_rd... 2024-08-05 17:13:25 /etc/rc: line 378: /usr/syno/bin/synoguestsvcd: not found 2024-08-05 17:13:25 :: Loading module usb-storage[ 23.815278] usbcore: registered new interface driver usb-storage 2024-08-05 17:13:25 ... [ OK ] 2024-08-05 17:13:25 :: Loading module hid ... [ OK ] 2024-08-05 17:13:25 :: Loading module usbhid[ 23.824725] usbcore: registered new interface driver usbhid 2024-08-05 17:13:25 [ 23.826008] usbhid: USB HID core driver 2024-08-05 17:13:25 ... [ OK ] 2024-08-05 17:13:25 ============ Date ============ 2024-08-05 17:13:25 Mon Aug 5 16:13:20 UTC 2024 2024-08-05 17:13:25 ============================== 2024-08-05 17:13:25 starting pid 7207, tty '': '/sbin/getty 115200 console' 2024-08-05 17:13:25 2024-08-05 17:13:25 Mon Aug 5 16:13:20 2024 2024-08-05 17:13:25

2024-08-05 17:13:26 2024-08-05 17:13:26 ❯ ----------------------------------------------------------- 2024-08-05 17:13:26 ❯ You can now login to DSM at port 5001 2024-08-05 17:13:26 ❯ ----------------------------------------------------------- 2024-08-05 17:13:26 2024-08-05 17:13:26 VirtualDSM login: [ 24.867603] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities 2024-08-05 17:13:26 [ 24.878115] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 2024-08-05 17:13:26 [ 24.892104] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities 2024-08-05 17:13:26 [ 24.900010] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 2024-08-05 17:13:26 [ 24.913014] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities 2024-08-05 17:13:26 [ 24.920458] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)

Screenshots (optional)

No response

nobita0313 avatar Aug 05 '24 16:08 nobita0313

The same as you.

naoki66 avatar Aug 25 '24 08:08 naoki66