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

Cant access DSM 5000 port nothing happend

Open xiaoyao9184 opened this issue 10 months ago • 5 comments

Operating system

Centos7

Description

use docker compose up this without any environment

curl on host

[root@dell-server ~]# curl 127.0.0.1:5000
curl: (56) Recv failure: Connection reset by peer

curl inside docker

root@a07e9d4bf70e:/# curl 127.0.0.1:5000
curl: (7) Failed to connect to 127.0.0.1 port 5000 after 0 ms: Could not connect to server

ps inside docker

root@a07e9d4bf70e:/# ps -aux | more
USER        PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root          1  0.0  0.0   2552   476 ?        Ss   02:26   0:00 /usr/bin/tini -s /run/entry.sh
root          7  0.0  0.0   4812  2608 ?        S    02:26   0:00 bash /run/entry.sh
nobody     1430  0.0  0.0  10352   936 ?        S    02:29   0:00 /usr/sbin/dnsmasq --dhcp-range=20.20.20.21,20.20.20.21 --dhcp-host=02:11:32:85:35:27,,20.20.20.21,Vi
rtualDSM,infinite --dhcp-option=option:netmask,255.255.255.0 --dhcp-option=option:dns-server,20.20.20.1 --dhcp-option=option:router,20.20.20.1 --address=/host.lan/20.
20.20.1
root       1449  0.0  0.0 1229132 4156 ?        Sl   02:29   0:00 ./host.bin -cpu=1 -cpu_arch=Intel Xeon Silver 4210 CPU,,
root       1479  9.3  0.7 5704860 1005836 ?     Sl   02:29   1:06 qemu-system-x86_64 -nodefaults -boot strict=on -cpu host,kvm=on,l3-cache=on,+hypervisor,migratable=n
o -smp 1,sockets=1,dies=1,cores=1,threads=1 -m 1G -machine type=q35,smm=off,usb=off,vmport=off,dump-guest-core=off,hpet=off,accel=kvm -enable-kvm -global kvm-pit.lost
_tick_policy=discard -display none -vga none -pidfile /run/shm/qemu.pid -name virtual-dsm,process=virtual-dsm,debug-threads=on -monitor telnet:localhost:7100,server,n
owait,nodelay -daemonize -D /run/shm/qemu.log -serial pty -device virtio-serial-pci,id=virtio-serial0,bus=pcie.0,addr=0x3 -chardev socket,id=charchannel0,host=127.0.0
.1,port=12345,reconnect=10 -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=vchannel -netdev tap,id=hostnet0,ifname=dsm,script=n
o,downscript=no -device virtio-net-pci,romfile=,netdev=hostnet0,mac=02:11:32:85:35:27,host_mtu=1500,id=net0 -drive file=/storage/DSM_VirtualDSM_72806.boot.img,id=data
1,format=raw,cache=none,aio=native,discard=on,detect-zeroes=on,if=none -device virtio-scsi-pci,id=data1b,bus=pcie.0,addr=0xa,iothread=io2 -device scsi-hd,drive=data1,
bus=data1b.0,channel=0,scsi-id=0,lun=0,rotation_rate=1,bootindex=1 -drive file=/storage/DSM_VirtualDSM_72806.system.img,id=data2,format=raw,cache=none,aio=native,disc
ard=on,detect-zeroes=on,if=none -device virtio-scsi-pci,id=data2b,bus=pcie.0,addr=0xb,iothread=io2 -device scsi-hd,drive=data2,bus=data2b.0,channel=0,scsi-id=0,lun=0,
rotation_rate=1,bootindex=2 -drive file=/storage/data.img,id=data3,format=raw,cache=none,aio=native,discard=on,detect-zeroes=on,if=none -device virtio-scsi-pci,id=dat
a3b,bus=pcie.0,addr=0xc,iothread=io2 -device scsi-hd,drive=data3,bus=data3b.0,channel=0,scsi-id=0,lun=0,rotation_rate=1,bootindex=3 -object iothread,id=io2 -device vi
rtio-balloon-pci,id=balloon0,bus=pcie.0,addr=0x4 -object rng-random,id=objrng0,filename=/dev/urandom -device virtio-rng-pci,rng=objrng0,id=rng0,bus=pcie.0,addr=0x1c
root       1485  0.0  0.0   2604   472 ?        S    02:29   0:00 tail -fn +0 /run/shm/qemu.log
root       1486  0.1  0.0   2836   476 ?        S    02:29   0:00 cat /dev/pts/0
root       1492  0.0  0.0      0     0 ?        Z    02:29   0:00 [bash] <defunct>
root       1642  0.0  0.0   4744  2500 pts/1    Ss   02:39   0:00 bash
root       1659  0.7  0.0   2660   504 ?        Ss   02:41   0:00 /bin/sh -c /run/check.sh
root       1665  0.0  0.0   4052  1740 ?        S    02:41   0:00 bash /run/check.sh
root       1666  0.2  0.0  22536  5220 ?        S    02:41   0:00 curl -m 20 -ILfSs http://20.20.20.21:5000/
root       1667  0.0  0.0   6784  2588 pts/1    R+   02:41   0:00 ps -aux
root       1668  0.0  0.0   3228  1100 pts/1    S+   02:41   0:00 more

docker unhealthy output

curl: (7) Failed to connect to 20.20.20.21 port 5000 after 18041 ms: Could not connect to server Failed to reach DSM at port 5000 You might need to whitelist IP 20.20.20.1 in the DSM firewall.

Docker compose

version: "3.8"

volumes:
  storage:
    name: external_vol-dsm-storage
    external: true

services:
  dsm:
    image: vdsm/virtual-dsm:latest
    env_file: external_env-all.env
    # environment:
      # RAM_SIZE: "4G"
      # CPU_CORES: "4"
      # DISK_SIZE: "256G"
      # DISK_FMT: "qcow2"
      # DHCP: "Y"
      # GPU: "Y"
      # URL: "https://global.synologydownload.com/download/DSM/release/7.0.1/42218/DSM_VirtualDSM_42218.pat"
      # URL: "DSM_VirtualDSM_42218.pat"
    volumes:
      - storage:/storage
    devices:
      - /dev/kvm
      - /dev/net/tun
      # - /dev/vhost-net
    # device_cgroup_rules:
    #   - 'c *:* rwm'
    cap_add:
      - NET_ADMIN
    ports:
      - "5000:5000"
    restart: always
    stop_grace_period: 2m

Docker log

❯ Starting Virtual DSM for Docker v7.26...
❯ For support visit https://github.com/vdsm/virtual-dsm
❯ CPU: Intel Xeon Silver 4210 | RAM: 88/126 GB | DISK: 738 GB (xfs) | KERNEL: 3.10.0-1160.108.1.el7.x86_64...
❯ Install: Downloading installer...
curl: (22) The requested URL returned error: 416
     0K ........ ........ ........ ........  8% 3.29M 1m40s
 32768K ........ ........ ........ ........ 17% 3.95M 83s
 65536K ........ ........ ........ ........ 26% 4.35M 70s
 98304K ........ ........ ........ ........ 35% 3.69M 62s
131072K ........ ........ ........ ........ 44% 3.66M 54s
163840K ........ ........ ........ ........ 53% 2.84M 48s
196608K ........ ........ ........ ........ 61% 3.88M 38s
229376K ........ ........ ........ ........ 70% 4.00M 29s
262144K ........ ........ ........ ........ 79% 4.18M 20s
294912K ........ ........ ........ ........ 88% 5.46M 11s
327680K ........ ........ ........ ........ 97% 4.78M 3s
360448K ........ ..                        100% 5.87M=92s
❯ Install: Downloading DSM_VirtualDSM_72806.pat...
     0K ........ ........ ........ ........  9% 5.64M 55s
 32768K ........ ........ ........ ........ 18% 6.29M 47s
 65536K ........ ........ ........ ........ 27% 6.41M 41s
 98304K ........ ........ ........ ........ 37% 5.65M 36s
131072K ........ ........ ........ ........ 46% 5.69M 31s
163840K ........ ........ ........ ........ 55% 5.01M 27s
196608K ........ ........ ........ ........ 65% 6.18M 21s
229376K ........ ........ ........ ........ 74% 5.17M 15s
262144K ........ ........ ........ ........ 83% 5.16M 10s
294912K ........ ........ ........ ........ 92% 5.11M 4s
327680K ........ ........ ........         100% 3.61M=64s
❯ Install: Extracting downloaded image...
❯ Install: Preparing system partition...
❯ Install: Extracting system partition...
❯ Install: Installing system partition...
Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features.
❯ Creating a 16G preallocated disk image in raw format...
❯ Booting Virtual DSM using QEMU v9.2.1...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.302+ (root@build6) (gcc version 12.2.0 (GCC) ) #72806 SMP Thu Sep 5 13:41:22 CST 2024
[    0.000000] Command line: root=/dev/sda1 ihd_num=0 netif_num=0 syno_hw_version=VirtualDSM vender_format_version=2 macs=008549242146,008549242147,008549242148,008549242149
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  960, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[5]: 1088, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]: 1152, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1664, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x08: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x20: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x40: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x80: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Enabled xstate features 0xff, context size is 2688 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003ffd7000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000001df2967] usable
[    0.000000] reserve setup_data: [mem 0x0000000001df2968-0x0000000001df2977] usable
[    0.000000] reserve setup_data: [mem 0x0000000001df2978-0x000000003ffd6fff] usable
[    0.000000] reserve setup_data: [mem 0x000000003ffd7000-0x000000003fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] SMBIOS 2.8 present.
[    0.000000] Hypervisor detected: KVM
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: last_pfn = 0x3ffd7 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.000000] found SMP MP-table at [mem 0x000f5450-0x000f545f] mapped at [ffff8800000f5450]
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x3fa58000-0x3ffc6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F5290 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x000000003FFE224E 000034 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x000000003FFE207E 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x000000003FFE0040 00203E (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x000000003FFE0000 000040
[    0.000000] ACPI: APIC 0x000000003FFE2172 000078 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: MCFG 0x000000003FFE21EA 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] ACPI: WAET 0x000000003FFE2226 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:3ffd5001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 3558478655 cycles
[    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000003ffd6fff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000003ffd6fff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd6fff]
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x01df2000-0x01df2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x01df2000-0x01df2fff]
[    0.000000] e820: [mem 0x40000000-0xafffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 37 pages/cpu @ffff88003f800000 s111896 r8192 d31464 u2097152
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 3f814180
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257887
[    0.000000] Kernel command line: root=/dev/sda1 ihd_num=0 netif_num=0 syno_hw_version=VirtualDSM vender_format_version=2 macs=008549242146,008549242147,008549242148,008549242149
[    0.000000] Internal HD num: 0
[    0.000000] Internal netif num: 0
[    0.000000] Synology Hardware Version: VirtualDSM
[    0.000000] Vender format version: 2
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] Memory: 1012516K/1048020K available (5435K kernel code, 870K rwdata, 1712K rodata, 1008K init, 1556K bss, 35504K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1
[    0.000000] NR_IRQS:8448 nr_irqs:256 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Detected 2194.848 MHz processor
[    0.238408] Calibrating delay loop (skipped) preset value.. 4389.69 BogoMIPS (lpj=2194848)
[    0.242243] pid_max: default: 32768 minimum: 301
[    0.244406] ACPI: Core revision 20150930
[    0.246269] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.248299] Security Framework initialized
[    0.249547] AppArmor: AppArmor initialized
[    0.250814] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.252861] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.255089] Initializing cgroup subsys io
[    0.256176] Initializing cgroup subsys memory
[    0.257343] Initializing cgroup subsys devices
[    0.258528] Initializing cgroup subsys freezer
[    0.259779] CPU: Physical Processor ID: 0
[    0.262461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.263876] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.265444] Speculative Store Bypass: Vulnerable
[    0.266693] TAA: Mitigation: TSX disabled
[    0.286597] Freeing SMP alternatives memory: 24K
[    0.295693] x2apic enabled
[    0.296736] Switched APIC routing to physical x2apic.
[    0.299438] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.301086] smpboot: CPU0: Intel(R) Xeon(R) Silver 4210 CPU @ 2.20GHz (family: 0x6, model: 0x55, stepping: 0x7)
[    0.303880] Performance Events: generic architected perfmon, Intel PMU driver.
[    0.305858] ... version:                2
[    0.306934] ... bit width:              48
[    0.308035] ... generic registers:      4
[    0.309109] ... value mask:             0000ffffffffffff
[    0.310777] ... max period:             000000007fffffff
[    0.312187] ... fixed-purpose events:   3
[    0.313253] ... event mask:             000000070000000f
[    0.314679] KVM setup paravirtual spinlock
[    0.315930] x86: Booted up 1 node, 1 CPUs
[    0.317004] smpboot: Total of 1 processors activated (4389.69 BogoMIPS)
[    0.319120] devtmpfs: initialized
[    0.320192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.322767] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.324566] NET: Registered protocol family 16
[    0.325873] cpuidle: using governor ladder
[    0.327217] cpuidle: using governor menu
[    0.328318] ACPI: bus type PCI registered
[    0.329383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.331220] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[    0.333667] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[    0.335468] PCI: Using configuration type 1 for base access
[    0.339517] ACPI: Added _OSI(Module Device)
[    0.340660] ACPI: Added _OSI(Processor Device)
[    0.341834] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.343064] ACPI: Added _OSI(Processor Aggregator Device)
[    0.347015] ACPI: Interpreter enabled
[    0.348023] ACPI: (supports S0 S4 S5)
[    0.349000] ACPI: Using IOAPIC for interrupt routing
[    0.350337] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.354115] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.355773] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.358016] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug]
[    0.359896] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[    0.362188] PCI host bridge to bus 0000:00
[    0.363282] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.365077] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.366861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.368831] pci_bus 0000:00: root bus resource [mem 0x40000000-0xafffffff window]
[    0.370804] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.372785] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window]
[    0.374806] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.440804] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    0.450275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.454303] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.455987] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.457655] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.459334] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)
[    0.461258] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)
[    0.462933] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)
[    0.464699] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)
[    0.466378] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)
[    0.467833] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)
[    0.469286] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)
[    0.470745] ACPI: PCI Interrupt Link [GSID] (IRQs *19)
[    0.472187] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)
[    0.473635] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)
[    0.475093] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)
[    0.476519] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)
[    0.478326] ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.480481] vgaarb: loaded
[    0.481303] SCSI subsystem initialized
[    0.482659] pps_core: LinuxPPS API ver. 1 registered
[    0.484012] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.486416] PTP clock support registered
[    0.487697] PCI: Using ACPI for IRQ routing
[    0.572364] clocksource: Switched to clocksource kvm-clock
[    0.579509] AppArmor: AppArmor Filesystem Enabled
[    0.580860] pnp: PnP ACPI init
[    0.581812] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
[    0.583933] pnp: PnP ACPI: found 5 devices
[    0.590994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.593414] NET: Registered protocol family 2
[    0.594861] IP idents hash table entries: 16384 (order: 5, 131072 bytes)
[    0.596818] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.598704] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.600473] TCP: Hash tables configured (established 8192 bind 8192)
[    0.602215] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.603828] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.605546] NET: Registered protocol family 1
[    0.706441] Trying to unpack rootfs image as initramfs...
[    1.691432] decompress cpio completed and skip redundant lzma
[    1.693687] Freeing initrd memory: 5564K
[    1.696332] audit: initializing netlink subsys (disabled)
[    1.697806] audit: type=2000 audit(1741228144.988:1): initialized
[    1.699575] Initialise system trusted keyring
[    1.744558] VFS: Disk quotas dquot_6.6.0
[    1.745691] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.747693] Key type asymmetric registered
[    1.748810] Asymmetric key parser 'x509' registered
[    1.750126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.752091] io scheduler noop registered (default)
[    1.753432] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.754936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.696379] tsc: Refined TSC clocksource calibration: 2194.833 MHz
[    2.698102] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa321da7e6, max_idle_ns: 440795272172 ns
[    2.724045] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    2.754530] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    3.079715] brd: module loaded
[    3.080771] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
[    3.082461] Loading iSCSI transport class v2.0-870.
[    3.123247] rdac: device handler registered
[    3.183139] ACPI: PCI Interrupt Link [GSIA] enabled at IRQ 16
[    3.185556] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    3.187817] ahci 0000:00:1f.2: flags: 64bit ncq only 
[    3.317202] scsi host0: ahci
[    3.319139] scsi host1: ahci
[    3.321878] scsi host2: ahci
[    3.328833] scsi host3: ahci
[    3.335235] scsi host4: ahci
[    3.339668] scsi host5: ahci
[    3.340572] ata1: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff100 irq 24
[    3.342544] ata2: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff180 irq 24
[    3.344781] ata3: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff200 irq 24
[    3.346760] ata4: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff280 irq 24
[    3.348758] ata5: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff300 irq 24
[    3.350734] ata6: SATA max UDMA/133 abar m4096@0xfebff000 port 0xfebff380 irq 24
[    3.352871] rtc_cmos 00:03: RTC can wake from S4
[    3.381377] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    3.383179] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
[    3.384951] i2c /dev entries driver
[    3.385975] md: raid1 personality registered for level 1
[    3.387470] NET: Registered protocol family 17
[    3.388690] Key type dns_resolver registered
[    3.403935] mce: Using 10 MCE banks
[    3.405087] registered taskstats version 1
[    3.406188] Loading compiled-in untrusted X.509 certificates
[    3.407712] Loading compiled-in X.509 certificates
[    3.409036] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[    3.424080] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[    3.426823] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[    3.430180] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[    3.432828] page_owner is disabled
[    3.433778] AppArmor: AppArmor sha1 policy hashing enabled
[    3.436185] rtc_cmos 00:03: setting system clock to 2025-03-06 02:29:22 UTC (1741228162)
[    3.659652] ata2: SATA link down (SStatus 0 SControl 300)
[    3.663214] ata1: SATA link down (SStatus 0 SControl 300)
[    3.666020] ata3: SATA link down (SStatus 0 SControl 300)
[    3.668411] ata6: SATA link down (SStatus 0 SControl 300)
[    3.670380] ata5: SATA link down (SStatus 0 SControl 300)
[    3.672350] ata4: SATA link down (SStatus 0 SControl 300)
[    3.675771] Freeing unused kernel memory: 1008K
[    3.677275] Write protecting the kernel read-only data: 8192k
[    3.679736] Freeing unused kernel memory: 700K
[    3.681620] Freeing unused kernel memory: 336K
START /linuxrc.syno
START /linuxrc.syno.impl
[    3.843319] random: nonblocking pool is initialized
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore[    3.897604] ACPI: bus type USB registered
[    3.898776] usbcore: registered new interface driver usbfs
[    3.900265] usbcore: registered new interface driver hub
[    3.901693] usbcore: registered new interface driver ethub
[    3.903173] usbcore: registered new device driver usb
 ... [  OK  ]
:: Loading module ehci-hcd[    3.931434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 ... [  OK  ]
:: Loading module ehci-pci[    3.943607] ehci-pci: EHCI PCI platform driver
 ... [  OK  ]
:: Loading module uhci-hcd[    3.959277] uhci_hcd: USB Universal Host Controller Interface driver
 ... [  OK  ]
:: Loading module xhci-hcd ... [  OK  ]
[    3.992453] kvmx64_synobios: loading out-of-tree module taints kernel.
[    3.995980] synobios ioctl TCGETS /dev/ttyS1 failed
[    3.997324] synobios unable to set termios of /dev/ttyS1
[    3.999090] 2025-3-6 2:29:22 UTC
[    3.999964] synobios: load, major number 201
[    4.001126] Brand: Synology
[    4.001883] Model: VirtualDSM
[    4.002693] set group disks wakeup number to 4, spinup time deno 7
[    4.004343] synobios cpu_arch proc entry initialized
[    4.005667] synobios crypto_hw proc entry initialized
[    4.007007] synobios syno_platform proc entry initialized
Starting /usr/syno/bin/synocfgen...
/usr/syno/bin/synocfgen returns 0
[    4.026676] Module [kvmx64_synobios] is removed. 
[    4.028263] synobios: unload
Insert synorbd kernel module
Insert synofsbd kernel module
Insert sha256 kernel module
[    4.079927] ACPI: PCI Interrupt Link [GSIF] enabled at IRQ 21
[    4.083160] ACPI: PCI Interrupt Link [GSIH] enabled at IRQ 23
[    4.086367] ACPI: PCI Interrupt Link [GSIE] enabled at IRQ 20
[    4.089305] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22
[    4.147841] scsi host6: Virtio SCSI HBA
[    4.155591] scsi 6:0:0:0: Direct-Access     QEMU     QEMU HARDDISK            2.5+ PQ: 0 ANSI: 5
[    4.160089] sd 6:0:0:0: [synoboot] 225280 512-byte logical blocks: (115 MB/110 MiB)
[    4.163562] sd 6:0:0:0: [synoboot] Write Protect is off
[    4.167351] sd 6:0:0:0: [synoboot] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.180611]  synoboot: synoboot1 synoboot2
[    4.182297] sd 6:0:0:0: [synoboot] Attached SCSI disk
[    5.671621] scsi host7: Virtio SCSI HBA
[    5.691548] scsi 7:0:0:0: Direct-Access     QEMU     QEMU HARDDISK            2.5+ PQ: 0 ANSI: 5
[    5.694754] sd 7:0:0:0: [sda] 20973568 512-byte logical blocks: (10.7 GB/10.0 GiB)
[    5.700406] sd 7:0:0:0: [sda] Write Protect is off
[    5.704229] sd 7:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.723340]  sda: sda1 sda2
[    5.724693] sd 7:0:0:0: [sda] Attached SCSI disk
[    7.220610] scsi host8: Virtio SCSI HBA
[    7.240344] scsi 8:0:0:0: Direct-Access     QEMU     QEMU HARDDISK            2.5+ PQ: 0 ANSI: 5
[    7.244197] sd 8:0:0:0: [sdb] 33554432 512-byte logical blocks: (17.2 GB/16.0 GiB)
[    7.249427] sd 8:0:0:0: [sdb] Write Protect is off
[    7.253762] sd 8:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.265647] sd 8:0:0:0: [sdb] Attached SCSI disk
Partition Version=0
Partition layout is not DiskStation style. Skip checking rootfs.
ForceNewestLayout: Skipped
[    8.906821] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[    8.909331] Clean up capability flag (0x0)
[    8.913392] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Mounting /dev/sda1 /tmpRoot
[    8.939667] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[    8.943840] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: barrier=1
cat: can't open '/tmp/fsck.root.log': No such file or directory
------------upgrade
Begin upgrade procedure
e2fsck 1.44.1 (24-Mar-2018)
/sbin/e2fsck: No such file or directory while trying to open /dev/sda3
mount: mounting /dev/sda3 on /tmpData failed: No such file or directory
umount: can't unmount /tmpData: Invalid argument
[    9.067370] loop: module loaded
Failed to found any patch
No upgrade file found
End upgrade procedure
============upgrade
------------bootup-smallupdate
mkdir: can't create directory '/tmpRoot/proc': File exists
mkdir: can't create directory '/tmpRoot/sys': File exists
mkdir: can't create directory '/tmpRoot/dev': File exists
Try bootup smallupdate
No patch exist. Skip Packed Bootup SmallUpdate
Sparse files don't exist. Skip Sparse Bootup SmallUpdate
Finished synoautonano
============bootup-smallupdate
Missing directory /etc. Copy from /etc.defaults...
Missing directory /usr/syno/etc. Copy from /usr/syno/etc.defaults...
Missing directory /var. Copy from /var.defaults...
Wait 2 seconds for synology manufactory device
Thu Mar  6 02:29:30 UTC 2025
/dev/sda1 /tmpRoot ext4 rw,noatime,data=ordered 0 0
none /sys/kernel/debug debugfs rw,relatime 0 0
root: Start backing up logs in junior mode
[   12.997663] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[   13.001737] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
mv: can't rename '/juniorLogMnt/.log.junior/logs.tar': No such file or directory
umount: /etc/mtab: No such file or directory

linuxrc.syno executed successfully.
Post init
[   13.060071] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[   13.064469] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: barrier=1
[   13.103289] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[   13.111154] systemd[1]: Detected virtualization kvm.
[   13.113356] systemd[1]: Detected architecture x86-64.
[   13.115880] systemd[1]: Running with unpopulated /etc.
Welcome to Linux!
[   13.118690] systemd[1]: Set hostname to <VirtualDSM>.
[   13.122959] systemd[1]: Initializing machine ID from random generator.
[   13.176520] systemd[1]: Populated /etc with preset unit settings.
[   13.301004] syno-pkg-generator: begin processing builtin package
[   13.302918] syno-pkg-generator: Load info, spk=[DhcpServer-x86_64-1.0.2-0046.spk]
[   13.325935] syno-pkg-generator: Load info, spk=[FileStation-x86_64-1.4.2-1575.spk]
[   13.353142] syno-pkg-generator: Load info, spk=[OAuthService-x86_64-1.1.4-0101.spk]
[   13.362793] syno-pkg-generator: Load info, spk=[Python2-x86_64-2.7.18-1004.spk]
[   13.383838] syno-pkg-generator: Load info, spk=[QuickConnect-x86_64-1.0.6-0134.spk]
[   13.400456] syno-pkg-generator: Load info, spk=[SMBService-x86_64-4.15.13-0871.spk]
[   13.437675] syno-pkg-generator: Load info, spk=[ScsiTarget-x86_64-1.0.10-0314.spk]
[   13.456633] syno-pkg-generator: Load info, spk=[SecureSignIn-x86_64-1.1.5-0362.spk]
[   13.468291] syno-pkg-generator: Load info, spk=[StorageManager-kvmx64-1.0.0-00502.spk]
[   13.483046] syno-pkg-generator: Load info, spk=[SupportService-x86_64-1.1.0-21017.spk]
[   13.490838] syno-pkg-generator: Load info, spk=[SynologyUniversalSearch-x86_64-1.7.1-0800.spk]
[   13.517403] syno-pkg-generator: Generate builtin pkg install units
[   13.526955] syno-pkg-generator: Generate builtin pkg startup units
[   13.920957] syno-pkg-generator: end processing builtin package
[   14.000861] systemd[1]: Cannot add dependency job for unit kmip-server.service, ignoring: Unit kmip-server.service is masked.
[   14.003957] systemd[1]: Cannot add dependency job for unit synoperfeventd.service, ignoring: Unit synoperfeventd.service is masked.
[   14.007259] systemd[1]: Cannot add dependency job for unit SynoLedBrightness.service, ignoring: Unit SynoLedBrightness.service is masked.
[  OK  ] Reached target Paths.
[   14.012814] systemd[1]: Reached target Paths.
[   14.014279] systemd[1]: Starting Paths.
[  OK  ] Reached target Swap.
[   14.016620] systemd[1]: Reached target Swap.
[   14.017794] systemd[1]: Starting Swap.
[ INFO ] dev-hvc0.device is not active.
[DEPEND] Dependency failed for agetty for console output(for vDSM).
[   14.022294] systemd[1]: Dependency failed for agetty for console output(for vDSM).
[   14.024335] systemd[1]: Job vdsm_dummy_tty.service/start failed with result 'dependency'.
[  OK  ] Reached target Timers.
[   14.027814] systemd[1]: Reached target Timers.
[   14.029028] systemd[1]: Starting Timers.
[  OK  ] Created slice Root Slice.
[   14.031828] systemd[1]: Created slice Root Slice.
[   14.033119] systemd[1]: Starting Root Slice.
[  OK  ] Created slice User and Session Slice.
[   14.035890] systemd[1]: Created slice User and Session Slice.
[   14.037444] systemd[1]: Starting User and Session Slice.
[  OK  ] Created slice Synology Flashcache.
[   14.040475] systemd[1]: Created slice Synology Flashcache.
[   14.041959] systemd[1]: Starting Synology Flashcache.
[  OK  ] Created slice SecureSignIn's slice.
[   14.044878] systemd[1]: Created slice SecureSignIn's slice.
[   14.046388] systemd[1]: Starting SecureSignIn's slice.
[  OK  ] Created slice Task Scheduler Group.
[   14.049619] systemd[1]: Created slice Task Scheduler Group.
[   14.051135] systemd[1]: Starting Task Scheduler Group.
[  OK  ] Created slice Synology Swap Works.
[   14.054053] systemd[1]: Created slice Synology Swap Works.
[   14.055547] systemd[1]: Starting Synology Swap Works.
[  OK  ] Created slice SupportService's slice.
[   14.058556] systemd[1]: Created slice SupportService's slice.
[   14.060125] systemd[1]: Starting SupportService's slice.
[  OK  ] Created slice VirtualDSM daemon slice.
[   14.063182] systemd[1]: Created slice VirtualDSM daemon slice.
[   14.065028] systemd[1]: Starting VirtualDSM daemon slice.
[  OK  ] Created slice BTRFS Space Reclaim.
[   14.068071] systemd[1]: Created slice BTRFS Space Reclaim.
[   14.069559] systemd[1]: Starting BTRFS Space Reclaim.
[  OK  ] Listening on Journal Audit Socket.
[   14.072503] systemd[1]: Listening on Journal Audit Socket.
[   14.074008] systemd[1]: Starting Journal Audit Socket.
[  OK  ] Created slice SNMP.
[   14.076687] systemd[1]: Created slice SNMP.
[   14.077846] systemd[1]: Starting SNMP.
[  OK  ] Created slice Package Center Slice.
[   14.080451] systemd[1]: Created slice Package Center Slice.
[   14.082226] systemd[1]: Starting Package Center Slice.
[  OK  ] Created slice RAID Resync Process. ...ing Resync, Repair and Reshape..
[   14.085834] systemd[1]: Created slice RAID Resync Process. Including Resync, Repair and Reshape..
[   14.088225] systemd[1]: Starting RAID Resync Process. Including Resync, Repair and Reshape..
[  OK  ] Created slice Synology DSM desktop service.
[   14.092244] systemd[1]: Created slice Synology DSM desktop service.
[   14.093946] systemd[1]: Starting Synology DSM desktop service.
[  OK  ] Created slice Synology DSM Storage Service.
[   14.097483] systemd[1]: Created slice Synology DSM Storage Service.
[   14.099194] systemd[1]: Starting Synology DSM Storage Service.
[  OK  ] Created slice Synology Index slice (WAT).
[   14.102447] systemd[1]: Created slice Synology Index slice (WAT).
[   14.104103] systemd[1]: Starting Synology Index slice (WAT).
[  OK  ] Created slice FileStation's slice.
[   14.107193] systemd[1]: Created slice FileStation's slice.
[   14.108679] systemd[1]: Starting FileStation's slice.
[  OK  ] Created slice BTRFS Optimization.
[   14.111558] systemd[1]: Created slice BTRFS Optimization.
[   14.113028] systemd[1]: Starting BTRFS Optimization.
[  OK  ] Created slice Synology Cache Advisor.
[   14.116262] systemd[1]: Created slice Synology Cache Advisor.
[   14.117825] systemd[1]: Starting Synology Cache Advisor.
[  OK  ] Created slice OAuthService's slice.
[   14.120838] systemd[1]: Created slice OAuthService's slice.
[   14.122346] systemd[1]: Starting OAuthService's slice.
[  OK  ] Created slice Synology DSM internal service.
[   14.125449] systemd[1]: Created slice Synology DSM internal service.
[   14.127170] systemd[1]: Starting Synology DSM internal service.
[  OK  ] Listening on Journal Socket.
[   14.130213] systemd[1]: Listening on Journal Socket.
[   14.131826] systemd[1]: Starting Journal Socket.
[   14.133434] systemd[1]: Starting Synology Plugin Daemon...
         Starting Synology Plugin Daemon...
[  OK  ] Created slice SSDP service.
[   14.138107] systemd[1]: Created slice SSDP service.
[   14.139640] systemd[1]: Starting SSDP service.
[  OK  ] Created slice SMBService's slice.
[   14.142752] systemd[1]: Created slice SMBService's slice.
[   14.146927] systemd[1]: Starting SMBService's slice.
[  OK  ] Listening on udev Control Socket.
[   14.150479] systemd[1]: Listening on udev Control Socket.
[   14.152025] systemd[1]: Starting udev Control Socket.
[  OK  ] Created slice Shared Folder Sync.
[   14.155033] systemd[1]: Created slice Shared Folder Sync.
[   14.156515] systemd[1]: Starting Shared Folder Sync.
[  OK  ] Created slice QuickConnect's slice.
[   14.159486] systemd[1]: Created slice QuickConnect's slice.
[   14.161006] systemd[1]: Starting QuickConnect's slice.
[  OK  ] Created slice scemd.
[   14.163678] systemd[1]: Created slice scemd.
[   14.165101] systemd[1]: Starting scemd.
[  OK  ] Created slice synobackup daemon slice.
[   14.167837] systemd[1]: Created slice synobackup daemon slice.
[   14.169424] systemd[1]: Starting synobackup daemon slice.
[  OK  ] Created slice Python2's slice.
[   14.172383] systemd[1]: Created slice Python2's slice.
[   14.173784] systemd[1]: Starting Python2's slice.
[  OK  ] Created slice SynoFinder's slice.
[   14.176598] systemd[1]: Created slice SynoFinder's slice.
[   14.178073] systemd[1]: Starting SynoFinder's slice.
[  OK  ] Created slice System Slice.
[   14.181079] systemd[1]: Created slice System Slice.
[   14.182432] systemd[1]: Starting System Slice.
[   14.183988] systemd[1]: Mounting Temporary Directory...
         Mounting Temporary Directory...
[   14.186523] systemd[1]: Started Set project quota ID for /var/log.
[   14.189028] systemd[1]: Starting Journal Socket (/dev/log).
[   14.192982] systemd[1]: Starting Synology swap...
         Starting Synology swap...
[  OK  ] Created slice system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[   14.199034] systemd[1]: Created slice system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[   14.202061] systemd[1]: Starting system-syno\x2dmd\x2dresync\x2dspeed\x2dadjust.slice.
[   14.204767] systemd[1]: Starting Link coredump path to volume if possible...
         Starting Link coredump path to volume if possible...
[   14.210512] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   14.217429] systemd[1]: Starting unbind USB device...
         Starting unbind USB device...
[   14.229647] systemd[1]: Mounting Debug File System...
         Mounting Debug File System...
[   14.243624] systemd[1]: Starting check integrity of rd.gz decompression...
         Starting check integrity of rd.gz decompression...
[  OK  ] Created slice system-serial\x2dgetty.slice.
[   14.264210] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   14.267750] zram: Added device: zram0
[   14.272812] NET: Registered protocol family 10
[   14.274954] systemd[1]: Starting system-serial\x2dgetty.slice.
[   14.281864] systemd[1]: Starting Set time zone information to kernel...
[   14.286748] sit: IPv6 over IPv4 tunneling driver
         Starting Set time zone information to kernel...
[  OK  ] Reached target Slices.
[   14.297916] systemd[1]: Reached target Slices.
[   14.300547] systemd[1]: Starting Slices.
[   14.304694] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
[   14.307509] systemd[1]: Starting Set boot sequence config...
         Starting Set boot sequence config...
[   14.313409] systemd[1]: Starting Load ntb_brd module...
         Starting Load ntb_brd module...
[   14.317501] Adding 2097148k swap on /dev/sda2.  Priority:-1 extents:1 across:2097148k SS
[   14.320756] sd 6:0:0:0: Attached scsi generic sg0 type 0
[   14.322882] zram0: detected capacity change from 0 to 627048448
[   14.324901] sd 7:0:0:0: Attached scsi generic sg1 type 0
[  OK  ] Created slice StorageManager's slice.
[   14.330559] sd 8:0:0:0: Attached scsi generic sg2 type 0
[   14.332330] systemd[1]: Created slice StorageManager's slice.
[   14.335465] systemd[1]: Starting StorageManager's slice.
[   14.338371] Adding 612348k swap on /dev/zram0.  Priority:1 extents:1 across:612348k SS
[  OK  ] Listening on udev Kernel Socket.
[   14.343206] systemd[1]: Listening on udev Kernel Socket.
[   14.344817] systemd[1]: Starting udev Kernel Socket.
[   14.348408] systemd[1]: Starting Disabling fan checking flag ......
         Starting Disabling fan checking flag ......
[   14.358161] systemd[1]: Starting Set hostname...
[   14.360639] qed_init called
[   14.361437] QLogic FastLinQ 4xxxx Core Module qed 8.33.9.0
[   14.362923] creating debugfs root node
         Starting Set hostname...
[  OK  ] Created slice ScsiTarget's slice.
[   14.367255] systemd[1]: Created slice ScsiTarget's slice.
[   14.369573] systemd[1]: Starting ScsiTarget's slice.
[  OK  ] Mounted Debug File System.
[   14.374791] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.33.9.0
[   14.376742] systemd[1]: Mounted Debug File System.
[  OK  ] Mounted Temporary Directory.
[   14.379565] systemd[1]: Mounted Temporary Directory.
[  OK  ] Started Synology Plugin Daemon.
[   14.383795] systemd[1]: Started Synology Plugin Daemon.
[  OK  ] Listening on Journal Socket (/dev/log).
[   14.387261] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Started Synology swap.
[   14.392117] systemd[1]: Started Synology swap.
[  OK  ] Started Link coredump path to volume if possible.
[   14.421458] systemd[1]: Started Link coredump path to volume if possible.
[  OK  ] Started unbind USB device.
[   14.424868] systemd[1]: Started unbind USB device.
[  OK  ] Started check integrity of rd.gz decompression.
[   14.428136] systemd[1]: Started check integrity of rd.gz decompression.
[  OK  ] Started Set time zone information to kernel.
[   14.432023] systemd[1]: Started Set time zone information to kernel.
[  OK  ] Started Set boot sequence config.
[   14.435409] systemd[1]: Started Set boot sequence config.
[  OK  ] Started Load ntb_brd module.
[   14.438464] systemd[1]: Started Load ntb_brd module.
[  OK  ] Started Disabling fan checking flag ....
[   14.441627] systemd[1]: Started Disabling fan checking flag ....
[  OK  ] Started Set hostname.
[   14.448442] systemd[1]: Started Set hostname.
[   14.450149] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[  OK  ] Reached target Sockets.
[   14.456691] systemd[1]: Reached target Sockets.
[   14.460154] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.6.15
[   14.462435] Copyright(c) 2013 - 2018 Intel Corporation.
[   14.464194] systemd[1]: Starting Sockets.
[  OK  ] Reached target Local File Systems.
[   14.475238] systemd[1]: Reached target Local File Systems.
[   14.476965] systemd[1]: Starting Local File Systems.
[   14.479249] igbvf: Intel(R) Gigabit Virtual Function Driver - 2.3.8.2
[   14.481263] igbvf: Copyright (c) 1999-2015 Intel Corporation.
[   14.483132] systemd[1]: Starting Set boot sequence config for temporary use...
         Starting Set boot sequence config for temporary use...
[   14.488876] ixgbevf: Intel(R) 10GbE PCI Express Virtual Function Driver - version 4.5.3
[   14.491043] Copyright(c) 1999 - 2019 Intel Corporation.
[   14.492784] systemd[1]: Starting D-Bus System Message Bus...
         Starting D-Bus System Message Bus...
[   14.497983] systemd[1]: Starting D-Bus Session Message Bus...
         Starting D-Bus Session Message Bus...
[   14.503681] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[   14.509914] systemd[1]: Starting Mount usb fs...
         Starting Mount usb fs...
[   14.517844] systemd[1]: Starting Mount efivarfs...
         Starting Mount efivarfs...
[  OK  ] Started Journal Service.
[   14.534034] systemd[1]: Started Journal Service.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Set boot sequence config for temporary use.
[  OK  ] Started Mount efivarfs.
         Starting Adjust NIC sequence...
         Starting Load Fan Modules in Kernel Project...
         Starting Load Kernel Modules in Kernel Project...
         Starting Apply default and user cus... sysctl.conf kernel variable....
         Mounting Configuration File System...
[   14.595817] usbcore: registered new interface driver usblp
         Starting Flush Journal to Persistent Storage...
         Starting System Logger Daemon...
[  OK  ] Mounted Configuration File System.
[  OK  ] Started D-Bus Session Message Bus.
[   14.619108] usbcore: registered new interface driver usbhid
[   14.620638] usbhid: USB HID core driver
[FAILED] Failed to start Adjust NIC sequence.
See "systemctl status SynoInitEth.service" for details.
[  OK  ] Started Load Fan Modules in Kernel Project.
[  OK  ] Started Apply default and user cust...ed sysctl.conf kernel variable..
[   14.656221] synobios ioctl TCGETS /dev/ttyS1 failed
[   14.657593] synobios unable to set termios of /dev/ttyS1
[   14.659363] 2025-3-6 2:29:32 UTC
[   14.660251] synobios: load, major number 201
[   14.661410] Brand: Synology
[   14.662171] Model: VirtualDSM
[   14.662985] set group disks wakeup number to 4, spinup time deno 7
[   14.664897] synobios cpu_arch proc entry initialized
[   14.666227] synobios crypto_hw proc entry initialized
[   14.667580] synobios syno_platform proc entry initialized
[FAILED] Failed to start Mount usb fs.
See "systemctl status syno-mount-usbfs.service" for details.
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started udev Coldplug all Devices.
[   14.682941] systemd-journald[5741]: Received request to flush runtime journal from PID 1
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started D-Bus System Message Bus.
         Starting Apply Kernel Variables...
         Starting Synology Network Daemon...
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started Apply Kernel Variables.
         Starting Adjust kernel parameters -...or, vm.watermark_boost_factor...
         Starting Apply kernel variable kernel.sem at least 1024...
         Starting Apply kernel variable kernel-shmmni at least 16384...
         Starting Apply kernel variable vm.kswapd_threads...
[  OK  ] Reached target Create SDK locks directory.
         Starting Check /etc/synoinfo.conf...
         Starting Check Synology group info consistency...
         Starting Synology Database Update...
[   14.790254] AVX2 version of gcm_enc/dec engaged.
[   14.791583] AES CTR mode by8 optimization enabled
         Starting Check Synology user info consistency...
         Starting synodsmnotify...
[  OK  ] Started Synology Network Daemon.
[  OK  ] Started Apply kernel variable kernel.sem at least 1024.
[  OK  ] Started Apply kernel variable kernel-shmmni at least 16384.
[  OK  ] Started Apply kernel variable vm.kswapd_threads.
[  OK  ] Started Adjust kernel parameters - ...ctor, vm.watermark_boost_factor.
[  OK  ] Started Check /etc/synoinfo.conf.
[  OK  ] Started Synology Database Update.
[  OK  ] Started synodsmnotify.
         Starting Wait for synonetd ready...
[  OK  ] Started Check Synology group info consistency.
[  OK  ] Started Wait for synonetd ready.
         Starting Synology Network Event Daemon...
[   14.915713] usbcore: registered new interface driver usb-storage
[  OK  ] Started Load Kernel Modules in Kernel Project.
         Starting Software Init Led for support led v2 models...
         Starting DSM Release Rolling Group ID...
[  OK  ] Started Software Init Led for support led v2 models.
[  OK  ] Started Synology Network Event Daemon.
[  OK  ] Started DSM Release Rolling Group ID.
[  OK  ] Started Check Synology user info consistency.
[  OK  ] Reached target User and Group Name Lookups.
[  OK  ] Reached target Synology local user and group ready.
         Starting Synology Task Scheduler Init...
[  OK  ] Started Synology Task Scheduler Init.
[  OK  ] Started System Logger Daemon.
         Starting Synology Log bootup start...
[DEPEND] Dependency failed for rebuild local user and group db.
[  OK  ] Reached target Synology root filesystem (rw) ready.
         Starting DSM Installation ID...
         Starting Clean UPS config...
         Starting HyperBackup-ED spk backup...
         Starting Umount initrd...
[  OK  ] Reached target Network (Pre).
         Starting Load AppArmor profiles...
         Starting Set Eunit Sequence...
         Starting Synology check locale...
         Starting syno-cgi-keygen.service...
         Starting Set arp ignore...
         Starting DSM Boot Health Check...
         Starting Synology Default TLS Profile...
         Starting synodrnode...
[  OK  ] Reached target Synology Task Schedu...brary functions and tasks ready.
[  OK  ] Started Synology Log bootup start.
[  OK  ] Started DSM Installation ID.
[  OK  ] Started Clean UPS config.
[FAILED] Failed to start HyperBackup-ED spk backup.
See "systemctl status syno-HyperBackup-ED-spk-backup.service" for details.
[  OK  ] Started Umount initrd.
[  OK  ] Started Set Eunit Sequence.
[  OK  ] Started Synology check locale.
[  OK  ] Started Set arp ignore.
         Starting rc.network...
         Starting udev Kernel Device Manager...
[  OK  ] Started DSM Boot Health Check.
[  OK  ] Started synodrnode.
[  OK  ] Started Load AppArmor profiles.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Serial Getty on ttyS0.
         Starting Serial Getty on ttyS0...
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Synology token manager.
         Starting Synology token manager...
[  OK  ] Started Synology task manager.
         Starting Synology task manager...
         Starting bootup upgrade sha package...
[  OK  ] Started Synology Default TLS Profile.
[  OK  ] Started bootup upgrade sha package.
[  OK  ] Found device /dev/synoboot2.
[  OK  ] Reached target Synology synoboot2 done.
[  OK  ] Reached target Basic System.
         Starting Synology guest command handle daemon...
[  OK  ] Started synobackup daemon.
         Starting synobackup daemon...
         Starting Control RC power...
         Starting Login Service...
         Starting Prepare notification cache data...
         Starting Synology Schedule Daemon...
         Starting synoindex check if there a...ny synoindex-related packages...
         Starting synology volume encryption get machine key service...
         Starting Hibernation debug check...
[   16.244756] exdisplay_handler not implemented
         Starting Synology filesytem check on bootup...
         Starting Service for irq balance...
[  OK  ] Started Synology log accounting service.
         Starting Synology log accounting service...
         Starting Synology guest service daemon...
         Starting synoconfd daemon...
         Starting WD idle3 timer...
         Starting always preprocess jobs before any package is started...
         Starting Synology log notification service...
         Starting Synology firmware DLMC...
         Starting Log Rotate Daemon...
         Starting System Profile Tuning...
[  OK  ] Started Synology guest command handle daemon.
[  OK  ] Started Control RC power.
[  OK  ] Started Synology Schedule Daemon.
[FAILED] Failed to start synoindex check if ... any synoindex-related packages.
See "systemctl status synoindex-checkpackage.service" for details.
[DEPEND] Dependency failed for synoindex scand.
[DEPEND] Dependency failed for synomkthumbd.
[DEPEND] Dependency failed for synomkflvd.
[DEPEND] Dependency failed for synoindex workerd.
[DEPEND] Dependency failed for synoindex notifyd.
[DEPEND] Dependency failed for synoindex mediad.
[DEPEND] Dependency failed for synoindexd.
[DEPEND] Dependency failed for synoindex plugind.
[  OK  ] Started synology volume encryption get machine key service.
[  OK  ] Started Hibernation debug check.
[  OK  ] Started Synology filesytem check on bootup.
[  OK  ] Started Service for irq balance.
[  OK  ] Started Synology guest service daemon.
[  OK  ] Started synoconfd daemon.
[  OK  ] Started Prepare notification cache data.
[  OK  ] Started WD idle3 timer.
[  OK  ] Started Synology firmware DLMC.
[  OK  ] Started Log Rotate Daemon.
[  OK  ] Started System Profile Tuning.
[  OK  ] Started Login Service.
         Starting Synology guest communication daemon...
         Starting Synology space service...
[  OK  ] Started Synology guest communication daemon.
[  OK  ] Stopped Synology Task Scheduler Vmtouch.
[  OK  ] Started Synology Task Scheduler Vmtouch.
         Starting Synology Task Scheduler Vmtouch...
[  OK  ] Started always preprocess jobs before any package is started.
[  OK  ] Reached target Hook on root ready.
[  OK  ] Started Synology space service.
         Starting Synology virtual space service...
[  OK  ] Started Synology virtual space service.
         Starting Synology virtual space service phase2...
[  OK  ] Started Synology virtual space service phase2.
[  OK  ] Reached target Synology storage pool.
         Starting Synology Building Tasks Restore for Storage Manager...
         Starting Synology space table update for Storage Manager...
         Starting Synology filesystem check service...
         Starting Check Synology HotSpare Config...
[  OK  ] Started Check Synology HotSpare Config.
[  OK  ] Started Synology log notification service.
[  OK  ] Started Synology filesystem check service.
         Starting Synology volume service...
[  OK  ] Started Synology space table update for Storage Manager.
[   17.661339] raid6: sse2x1   gen() 10554 MB/s
[   17.679318] raid6: sse2x1   xor()  7412 MB/s
[   17.697326] raid6: sse2x2   gen() 12164 MB/s
[   17.715337] raid6: sse2x2   xor()  8265 MB/s
[   17.733329] raid6: sse2x4   gen() 13250 MB/s
[   17.751320] raid6: sse2x4   xor()  8992 MB/s
[   17.769321] raid6: avx2x1   gen() 19777 MB/s
[   17.787319] raid6: avx2x1   xor() 14455 MB/s
[   17.805319] raid6: avx2x2   gen() 24679 MB/s
[   17.823320] raid6: avx2x2   xor() 15121 MB/s
[   17.841320] raid6: avx2x4   gen() 27285 MB/s
[   17.859318] raid6: avx2x4   xor() 15384 MB/s
[   17.860462] raid6: using algorithm avx2x4 gen() 27285 MB/s
[   17.861950] raid6: .... xor() 15384 MB/s, rmw enabled
[   17.863320] raid6: using avx2x2 recovery algorithm
[   18.180315] xor: automatically using best checksumming function:
[   18.191318]    avx       : 22280.000 MB/sec
[   18.264135] Btrfs loaded, crc32c=crc32c-intel
[   18.349815] 8021q: 802.1Q VLAN Support v1.8
[   18.351071] 8021q: adding VLAN 0 to HW filter on device eth0
[  OK  ] Created slice system-dhclient.slice.
         Starting DHCP client init...
[  OK  ] Started DHCP client init.
         Starting eth0 DHCP Client...
[  OK  ] Started eth0 DHCP Client.
[  OK  ] Started syno-cgi-keygen.service.
[  OK  ] Started rc.network.
[  OK  ] Reached target Network.
         Starting Synology SCGI SocketIO...
         Starting Redis data structure server for webapi...
         Starting PPPoE...
         Starting findhost daemon...
         Starting Check if network is ready...
[  OK  ] Started PPPoE.
[  OK  ] Started findhost daemon.
[  OK  ] Started Redis data structure server for webapi.
[  OK  ] Started Synology SCGI.
         Starting Synology SCGI...
[   19.095998] BTRFS: device label 2025.03.06-02:29:36 v72806 devid 1 transid 3 /dev/sdb1
[   19.115944] BTRFS info (device sdb1): using free space tree
[   19.117519] BTRFS info (device sdb1): using free block group cache tree
[   19.119323] BTRFS info (device sdb1): has skinny extents
[   19.120816] BTRFS info (device sdb1): flagging fs with big metadata feature
[   19.126340] BTRFS info (device sdb1): detected SSD devices, enabling SSD mode
[   19.128323] BTRFS info (device sdb1): BTRFS: root of syno feature tree is null
[   19.130716] BTRFS info (device sdb1): setting 4611686018427387904 campat feature flag
[   19.135002] BTRFS: creating free space tree
[   19.136216] BTRFS info (device sdb1): setting 1 ro feature flag
[   19.139231] BTRFS info (device sdb1): creating UUID tree
[   19.153854] BTRFS info (device sdb1): setting 2 feature flag
[  OK  ] Started Synology Building Tasks Restore for Storage Manager.
[   19.189788] volumetool (7602): drop_caches: 3
[   19.246788] BTRFS info (device sdb1): enabling auto syno reclaim space
[   19.248756] BTRFS info (device sdb1): use ssd allocation scheme
[   19.250770] BTRFS info (device sdb1): turning on discard
[   19.252320] BTRFS info (device sdb1): using free space tree
[   19.253933] BTRFS info (device sdb1): using free block group cache tree
[   19.255819] BTRFS info (device sdb1): has skinny extents
[   19.262937] BTRFS info (device sdb1): BTRFS: root of syno feature tree is null
[  OK  ] Started Synology volume service.
         Starting Synology volume mount post hook...
[  OK  ] Started Synology volume mount post hook.
[  OK  ] Reached target Synology data volumes.
         Starting Syno Data Protection - Btrfs Deleted Subvolume Clean...
         Starting Synology Cache Advisor Service...
         Starting Load Bypass Traverse Checking...
         Starting Build-in PHP timezone updater...
         Starting SNMP Daemon...
         Starting BTRFS quick balance...
         Starting move domain or ldap user p...der to domain or ldap folder....
         Starting Syno Data Protection - Btrfs Snapshot Count Sync...
         Starting Syno Data Protection - Btrfs Snapshot Usage Task Clean...
         Starting Check Synology shared folders...
         Starting Prepare var service tmp...
         Starting Syno Data Protection - Btrfs Snapshot Meta Sync...
         Starting move user preference folder to volume....
         Starting daemon for monitor HW/system status...
         Starting Syno Data Protection - Btrfs Snaptree reconstruct...
         Starting Synology task resume for Storage Manager...
         Starting Synology Cron Daemon...
         Starting Keep var services homes existing...
         Starting daemon for monitor logs and generate alert...
[  OK  ] Started Synology Cache Advisor Service.
[  OK  ] Started Load Bypass Traverse Checking.
[  OK  ] Started Build-in PHP timezone updater.
[  OK  ] Started BTRFS quick balance.
[  OK  ] Started move domain or ldap user pr...older to domain or ldap folder..
[  OK  ] Started Syno Data Protection - Btrfs Snapshot Count Sync.
[  OK  ] Started Syno Data Protection - Btrfs Deleted Subvolume Clean.
[  OK  ] Started Syno Data Protection - Btrfs Snapshot Usage Task Clean.
[  OK  ] Started Syno Data Protection - Btrfs Snapshot Meta Sync.
[  OK  ] Started Syno Data Protection - Btrfs Snaptree reconstruct.
[  OK  ] Started Synology task resume for Storage Manager.
[  OK  ] Started Synology Cron Daemon.
[  OK  ] Started Keep var services homes existing.
[  OK  ] Started Check Synology shared folders.
[   21.747364] Synotify use 16384 event queue size
[   21.748778] Synotify use 16384 event queue size
Wed Mar  5 18:29:39 2025

VirtualDSM login: [   22.661490] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
❯ -----------------------------------------------------------
❯  You can now login to DSM at port 5000
❯ -----------------------------------------------------------
[   34.744599] iSCSI:target_core_rodsp_server.c:1025:rodsp_server_init RODSP server started, login_key(09557f393fba).
[   34.754142] syno_extent_pool: module license 'Proprietary' taints kernel.
[   34.756022] Disabling lock debugging due to kernel taint
[   34.758700] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   34.769899] iSCSI:target_core_device.c:612:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   34.773364] iSCSI:target_core_configfs.c:5763:target_init_dbroot db_root: cannot open: /etc/target
[   34.776526] iSCSI:target_core_lunbackup.c:366:init_io_buffer_head 2048 buffers allocated, total 8388608 bytes successfully
[   34.792938] iSCSI:target_core_file.c:152:fd_attach_hba RODSP plugin for fileio is enabled.
[   34.795216] iSCSI:target_core_file.c:159:fd_attach_hba ODX Token Manager is enabled.
[   34.798450] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[   34.800896] iSCSI:target_core_ep.c:795:ep_attach_hba RODSP plugin for epio is enabled.
[   34.803021] iSCSI:target_core_ep.c:802:ep_attach_hba ODX Token Manager is enabled.
[   34.880466] workqueue: max_active 1024 requested for vhost_scsi is out of range, clamping between 1 and 512
[   36.799411] findhostd uses obsolete (PF_INET,SOCK_PACKET)
[   44.545872] fuse init (API version 7.23)

Screenshots (optional)

No response

xiaoyao9184 avatar Mar 06 '25 02:03 xiaoyao9184

I have the same Problem. Container seems to be up and Running. But no network connectivity. Im on the latest image

Ping seems to be possible but its not responding on http/https ports

PORT STATE SERVICE 53/tcp open domain 12345/tcp open netbus

Also reverting back to an older Version (7.20) does not solve the problem.

Netstat output on DSM:

# netstat -ano
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       Timer
tcp        0      0 127.0.0.11:34351        0.0.0.0:*               LISTEN      off (0.00/0/0)
tcp        0      0 127.0.0.1:7100          0.0.0.0:*               LISTEN      off (0.00/0/0)
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      off (0.00/0/0)
tcp        0      0 20.20.20.1:40196        20.20.20.21:5000        TIME_WAIT   timewait (37.84/0/0)
tcp        0      0 127.0.0.1:39562         127.0.0.1:2210          TIME_WAIT   timewait (5.70/0/0)
tcp        0      0 127.0.0.1:39284         127.0.0.1:12345         ESTABLISHED off (0.00/0/0)
tcp6       0      0 ::1:7100                :::*                    LISTEN      off (0.00/0/0)
tcp6       0      0 :::2210                 :::*                    LISTEN      off (0.00/0/0)
tcp6       0      0 :::53                   :::*                    LISTEN      off (0.00/0/0)
tcp6       0      0 :::12345                :::*                    LISTEN      off (0.00/0/0)
tcp6       0      0 127.0.0.1:12345         127.0.0.1:39284         ESTABLISHED keepalive (8.56/0/0)
udp        0      0 127.0.0.11:51456        0.0.0.0:*                           off (0.00/0/0)
udp        0      0 0.0.0.0:53              0.0.0.0:*                           off (0.00/0/0)
udp        0      0 0.0.0.0:67              0.0.0.0:*                           off (0.00/0/0)
udp6       0      0 :::53                   :::*                                off (0.00/0/0)
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node   Path
unix  2      [ ]         DGRAM                    12633491 

th3cube avatar Mar 09 '25 13:03 th3cube

i try on my windows docker-desktop it work, so maybe some linux issue

xiaoyao9184 avatar Mar 09 '25 14:03 xiaoyao9184

i try on my windows docker-desktop it work, so maybe some linux issue

I just tried some other things.

when switching to DHCP: "Y" it works again.

Now checking my Macvlan config ...

th3cube avatar Mar 09 '25 14:03 th3cube

i try other linux host Ubuntu 24.04.1 LTS it work, so i think maybe not support Centos7?

xiaoyao9184 avatar Mar 10 '25 01:03 xiaoyao9184

I have the exact same problem on CentOS7 with default config in README

seahurt avatar Apr 15 '25 08:04 seahurt

CentOS7 may have some weird issue on Docker/iptables? as default settings depends heavily on docker's iptables&forwarding.

xrh0905 avatar Jun 13 '25 02:06 xrh0905