Jump to content
XPEnology Community

jesta

Transition Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by jesta

  1. 2 hours ago, wsx1q said:

    you can try Moments app

    No, I need PhotoStation.

    I moved away from Synology because I want to consolidate all devices into one tower and I found the solution in UnRAID. Have a Win 10 gaming VM set up and wanted to do all other tasks with plugins or docker containers. Sadly after half a year of searching for a picture hosting app I found that there are plenty of gallery apps and a lot of them support tagging pictures but they shy away from modifying the actual files by storing tags in metadata. Instead they have a proprietary database where tags are stored so if I ever need to switch gallery apps for whatever reason the tags will be lost.

    Solutions that support storing tags in metadata are professional digital asset management ssytems that are  not free/cheap and/or dont have a simple UI that is just a gallery.

    PhotoStation sits right in the middle: simple, intuitive UI that can be just a gallery and at the same time it modifys/searches metadata of the files so the tags and other information can stay with the files.

     

    Sadly PhotoStation has a hard time indexing directorys outside of /volume*/photo (but it can be done with some shell trickery) and it absolutely shits the bed (on purpose?) when told to index a network share (CIFS/NFS). I have delved quite deep and I found that AppArmor denies it access to network shares but even disabling AppArmor doesn't improve it... It just throws errors when trying to write to the share and google doesn't come up with a solution. Thats even when the shares are explicitely mounted with root access. It's not that PS doesn't have a graceful way of handling missing pictures. Removing pictures or mounting a different dir on top of /volume*/photo will just display a grey symbol for missing pictures. Would be totally fine if this happened with missing network shares aswell.

     

    9p used to work in DSM 6.1.x apparently but broke with 6.2. :(

  2. On 10/21/2020 at 12:04 AM, uxora-com said:

    I found these bootloader, with virtio drivers loaded, that may work for you:

     

    Hey there! IG-88's driver extensions all have virtio and 9p drivers added (although not loaded by default, needs a modified /etc/rc.modules) but we can't make 9p work. I'm using UnRAID and the drivers seem to get loaded fine (no errors in dmesg, lsmod shows them loaded) but no devices appear in /sys/bus/virtio/drivers/... and trying to mount the UnRAID share using "mount -t 9p -o trans=virtio <mount_tag> </local/path>" results in an error in bash: "mount: special device unraid does not exist" and in dmesg:  "9pnet_virtio: no channels available".

     

    Any pointers how you got it working?

  3. 1 hour ago, IG-88 said:

    there is nothing in dmesg like as if its not even loaded at all

    i'd expect some messages about the drivers being loaded

    I noticed that aswell. The virtio drivers don't complain but they also don't record anything in dmesg...

     

    I have looked into my Debian VM and lo and behold, it comes with 9p and virtio drivers built in.

    • The command "mount -t 9p -o trans=virtio <mount_tag> </local/path>" just works out of the box
    • "lsmod | grep 'virtio\|9p'": virtio_console, virtio_balloon, virtio_net, virtio_pci, virtio_ring, virtio, 9pnet_virtio, 9pnet, net_failover (dependency of virtio_net)
    • "dmesg | grep 'virtio\|9p'": virtio_net virtio3 enp4s0: renamed from eth0, 9pnet: Installing 9p2000 support
    • virtio3 resides in /sys/bus/virtio/drivers/virtio_net

    So the drivers leave no dmesg on Debian aswell when being loaded, only a message that a device has been renamed.

     

    I'm going to contact the guys on here that have Xpenology running inside docker because they seem to have figured 9p support out. Maybe they have an idea how to get it working. But I'm not too confident that 9p will solve my issues anyways (PhotoStation can't be forced to index pictures on network shares) as it's just another way of mounting a remote share that doesn't seem too much different from CIFS or NFS...

  4. 11 hours ago, IG-88 said:

    can you send me the dmesg?

    Sure thing!


     

    Spoiler

     

    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 3.10.105 (root@build1) (gcc version 4.9.3 20150311 (prerelease) (crosstool-NG 1.20.0) ) #25426 SMP Tue May 12 04:40:16 CST 2020
    [    0.000000] Command line: syno_hdd_powerup_seq=0 HddHotplug=0 syno_hw_version=DS3615xs vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet syno_port_thaw=1 root=/dev/md0 sn=C7LWN09761 mac1=0011322CA785 netif_num=1 vid=0x058f pid=0x6387
    [    0.000000] KERNEL supported cpus:
    [    0.000000]   Intel GenuineIntel
    [    0.000000] CPU: vendor_id 'AuthenticAMD' unknown, using generic init.
                   CPU: Your system may be unstable.
    [    0.000000] e820: BIOS-provided physical RAM map:
    [    0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000009fbff] usable
    [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffddfff] usable
    [    0.000000] BIOS-e820: [mem 0x000000007ffde000-0x000000007fffffff] 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] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] SMBIOS 2.8 present.
    [    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.12.0-59-gc9ba5276e321-prebuilt.qemu.org 04/01/2014
    [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
    [    0.000000] MTRR default type: write-back
    [    0.000000] MTRR fixed ranges enabled:
    [    0.000000]   00000-9FFFF write-back
    [    0.000000]   A0000-BFFFF uncachable
    [    0.000000]   C0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 00C0000000 mask FFC0000000 uncachable
    [    0.000000]   1 disabled
    [    0.000000]   2 disabled
    [    0.000000]   3 disabled
    [    0.000000]   4 disabled
    [    0.000000]   5 disabled
    [    0.000000]   6 disabled
    [    0.000000]   7 disabled
    [    0.000000] e820: last_pfn = 0x7ffde max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [mem 0x000f5a80-0x000f5a8f] mapped at [ffff8800000f5a80]
    [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [    0.000000] Using GB pages for direct mapping
    [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
    [    0.000000] BRK [0x01acb000, 0x01acbfff] PGTABLE
    [    0.000000] BRK [0x01acc000, 0x01accfff] PGTABLE
    [    0.000000] BRK [0x01acd000, 0x01acdfff] PGTABLE
    [    0.000000] init_memory_mapping: [mem 0x17fe00000-0x17fffffff]
    [    0.000000]  [mem 0x17fe00000-0x17fffffff] page 1G
    [    0.000000] init_memory_mapping: [mem 0x17c000000-0x17fdfffff]
    [    0.000000]  [mem 0x17c000000-0x17fdfffff] page 1G
    [    0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
    [    0.000000]  [mem 0x100000000-0x17bffffff] page 1G
    [    0.000000] init_memory_mapping: [mem 0x00100000-0x7ffddfff]
    [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
    [    0.000000]  [mem 0x00200000-0x7fdfffff] page 2M
    [    0.000000]  [mem 0x7fe00000-0x7ffddfff] page 4k
    [    0.000000] RAMDISK: [mem 0x364d9000-0x37ffffff]
    [    0.000000] ACPI: RSDP 0x00000000000F5890 00014 (v00 BOCHS )
    [    0.000000] ACPI: RSDT 0x000000007FFE20D2 00030 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
    [    0.000000] ACPI: FACP 0x000000007FFE1F2A 000F4 (v03 BOCHS  BXPCFACP 00000001 BXPC 00000001)
    [    0.000000] ACPI: DSDT 0x000000007FFE0040 01EEA (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
    [    0.000000] ACPI: FACS 0x000000007FFE0000 00040
    [    0.000000] ACPI: APIC 0x000000007FFE201E 00078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
    [    0.000000] ACPI: MCFG 0x000000007FFE2096 0003C (v01 BOCHS  BXPCMCFG 00000001 BXPC 00000001)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000]  [ffffea0000000000-ffffea00053fffff] PMD -> [ffff88017b600000-ffff88017edfffff] on node 0
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
    [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
    [    0.000000]   Normal   [mem 0x100000000-0x17fffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x00001000-0x0009efff]
    [    0.000000]   node   0: [mem 0x00100000-0x7ffddfff]
    [    0.000000]   node   0: [mem 0x100000000-0x17fffffff]
    [    0.000000] On node 0 totalpages: 1048444
    [    0.000000]   DMA zone: 56 pages used for memmap
    [    0.000000]   DMA zone: 21 pages reserved
    [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 7112 pages used for memmap
    [    0.000000]   DMA32 zone: 520158 pages, LIFO batch:31
    [    0.000000]   Normal zone: 7168 pages used for memmap
    [    0.000000]   Normal zone: 524288 pages, LIFO batch:31
    [    0.000000] ACPI: PM-Timer IO Port: 0x608
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
    [    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [    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] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ2 used by override.
    [    0.000000] ACPI: IRQ5 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] ACPI: IRQ10 used by override.
    [    0.000000] ACPI: IRQ11 used by override.
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
    [    0.000000] nr_irqs_gsi: 40
    [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [    0.000000] PM: Registered nosave memory: 000000007ffde000 - 0000000080000000
    [    0.000000] PM: Registered nosave memory: 0000000080000000 - 00000000b0000000
    [    0.000000] PM: Registered nosave memory: 00000000b0000000 - 00000000c0000000
    [    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000fed1c000
    [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000feffc000
    [    0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000
    [    0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000
    [    0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000
    [    0.000000] e820: [mem 0xc0000000-0xfed1bfff] available for PCI devices
    [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    [    0.000000] PERCPU: Embedded 26 pages/cpu @ffff88017fc00000 s76864 r8192 d21440 u2097152
    [    0.000000] pcpu-alloc: s76864 r8192 d21440 u2097152 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 0
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1034087
    [    0.000000] Kernel command line: syno_hdd_powerup_seq=0 HddHotplug=0 syno_hw_version=DS3615xs vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet syno_port_thaw=1 root=/dev/md0 sn=C7LWN09761 mac1=0011322CA785 netif_num=1 vid=0x058f pid=0x6387
    [    0.000000] Power on seq num: 0
    [    0.000000] Synology Hardware Version: DS3615xs-j
    [    0.000000] Vender format version: 2
    [    0.000000] Serial Number: C7LWN09761
    [    0.000000] Mac1: 0011322CA785
    [    0.000000] Internal netif num: 1
    [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [    0.000000] Memory: 4025056k/6291456k available (4944k kernel code, 2097680k absent, 168720k reserved, 3707k data, 792k init)
    [    0.000000] Kernel/User page tables isolation: disabled
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000]     CONFIG_RCU_FANOUT set to non-default value of 32
    [    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
    [    0.000000]     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
    [    0.000000] NR_IRQS:4352 nr_irqs:256 16
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [ttyS0] enabled
    [    0.000000] allocated 16777216 bytes of page_cgroup
    [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [    0.000000] tsc: Fast TSC calibration using PIT
    [    0.000000] tsc: Detected 3600.131 MHz processor
    [    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.26 BogoMIPS (lpj=3600131)
    [    0.000003] pid_max: default: 32768 minimum: 301
    [    0.000021] Security Framework initialized
    [    0.000026] AppArmor: AppArmor initialized
    [    0.000041] Mount-cache hash table entries: 256
    [    0.000142] Initializing cgroup subsys memory
    [    0.000149] Initializing cgroup subsys devices
    [    0.000149] Initializing cgroup subsys freezer
    [    0.000150] Initializing cgroup subsys blkio
    [    0.001000] mce: CPU supports 10 MCE banks
    [    0.001000] mce: unknown CPU type - not enabling MCE support
    [    0.001000] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
                   Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
                   tlb_flushall_shift: -1
    [    0.001000] FEATURE SPEC_CTRL Not Present
    [    0.001000] FEATURE IBPB_SUPPORT Present
    [    0.001000] Spectre V2 : Vulnerable
    [    0.001000] Freeing SMP alternatives: 24k freed
    [    0.001000] ACPI: Core revision 20130328
    [    0.001000] ACPI: All ACPI Tables successfully acquired
    [    0.001151] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.011159] smpboot: CPU0: AuthenticAMD AMD Ryzen 5 2600X Six-Core Processor (fam: 17, model: 08, stepping: 02)
    [    0.011188] TSC deadline timer enabled
    [    0.011202] Performance Events:
    [    0.011374] Brought up 1 CPUs
    [    0.011376] smpboot: Total of 1 processors activated (7200.26 BogoMIPS)
    [    0.011570] NMI watchdog: disabled (cpu0): hardware events not enabled
    [    0.011757] devtmpfs: initialized
    [    0.011935] xor: automatically using best checksumming function:
    [    0.021011]    avx       : 14772.000 MB/sec
    [    0.021040] NET: Registered protocol family 16
    [    0.021234] ACPI: bus type PCI registered
    [    0.021352] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
    [    0.021354] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
    [    0.021492] PCI: Using configuration type 1 for base access
    [    0.023513] bio: create slab <bio-0> at 0
    [    0.040012] raid6: sse2x1   gen()  8000 MB/s
    [    0.057003] raid6: sse2x1   xor()  6777 MB/s
    [    0.074008] raid6: sse2x2   gen() 15136 MB/s
    [    0.091005] raid6: sse2x2   xor()  9011 MB/s
    [    0.108005] raid6: sse2x4   gen() 17214 MB/s
    [    0.125004] raid6: sse2x4   xor()  8380 MB/s
    [    0.142008] raid6: avx2x1   gen() 16804 MB/s
    [    0.159006] raid6: avx2x2   gen() 20179 MB/s
    [    0.176008] raid6: avx2x4   gen() 18636 MB/s
    [    0.176010] raid6: using algorithm avx2x2 gen() (20179 MB/s)
    [    0.176011] raid6: using avx2x2 recovery algorithm
    [    0.176030] ACPI: Added _OSI(Module Device)
    [    0.176032] ACPI: Added _OSI(Processor Device)
    [    0.176033] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.176034] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.176314] ACPI: EC: Look up EC in DSDT
    [    0.177533] ACPI: Interpreter enabled
    [    0.177538] ACPI: (supports S0 S4 S5)
    [    0.177539] ACPI: Using IOAPIC for interrupt routing
    [    0.177600] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.177619] ACPI: No dock devices found.
    [    0.179813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [    0.179871] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [    0.179919] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
    [    0.179955] PCI host bridge to bus 0000:00
    [    0.179957] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.179959] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
    [    0.179960] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
    [    0.179962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [    0.179963] pci_bus 0000:00: root bus resource [mem 0x80000000-0xafffffff]
    [    0.179964] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
    [    0.179965] pci_bus 0000:00: root bus resource [mem 0x180000000-0x97fffffff]
    [    0.180015] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
    [    0.180532] pci 0000:00:01.0: [1b36:0100] type 00 class 0x030000
    [    0.182006] pci 0000:00:01.0: reg 10: [mem 0xf4000000-0xf7ffffff]
    [    0.183018] pci 0000:00:01.0: reg 14: [mem 0xf8000000-0xfbffffff]
    [    0.184007] pci 0000:00:01.0: reg 18: [mem 0xfc810000-0xfc811fff]
    [    0.185008] pci 0000:00:01.0: reg 1c: [io  0xd040-0xd05f]
    [    0.189008] pci 0000:00:01.0: reg 30: [mem 0xfc800000-0xfc80ffff pref]
    [    0.189256] pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
    [    0.190010] pci 0000:00:02.0: reg 10: [mem 0xfc812000-0xfc812fff]
    [    0.192019] pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
    [    0.192694] pci 0000:00:02.1: reg 10: [mem 0xfc813000-0xfc813fff]
    [    0.194617] pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
    [    0.195384] pci 0000:00:02.2: reg 10: [mem 0xfc814000-0xfc814fff]
    [    0.197381] pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400
    [    0.198009] pci 0000:00:02.3: reg 10: [mem 0xfc815000-0xfc815fff]
    [    0.199966] pci 0000:00:07.0: [8086:2934] type 00 class 0x0c0300
    [    0.201681] pci 0000:00:07.0: reg 20: [io  0xd060-0xd07f]
    [    0.202516] pci 0000:00:07.1: [8086:2935] type 00 class 0x0c0300
    [    0.204191] pci 0000:00:07.1: reg 20: [io  0xd080-0xd09f]
    [    0.205105] pci 0000:00:07.2: [8086:2936] type 00 class 0x0c0300
    [    0.207191] pci 0000:00:07.2: reg 20: [io  0xd0a0-0xd0bf]
    [    0.208090] pci 0000:00:07.7: [8086:293a] type 00 class 0x0c0320
    [    0.208452] pci 0000:00:07.7: reg 10: [mem 0xfc816000-0xfc816fff]
    [    0.210707] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
    [    0.211181] pci 0000:00:1f.0: address space collision: [io  0x0600-0x067f] conflicts with ACPI PM1a_EVT_BLK [??? 0x00000600-0x00000603 flags 0x80000000]
    [    0.211404] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
    [    0.214007] pci 0000:00:1f.2: reg 20: [io  0xd0c0-0xd0df]
    [    0.214597] pci 0000:00:1f.2: reg 24: [mem 0xfc817000-0xfc817fff]
    [    0.215380] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    [    0.217782] pci 0000:00:1f.3: reg 20: [io  0x0700-0x073f]
    [    0.219177] pci 0000:01:00.0: [8086:100e] type 00 class 0x020000
    [    0.220011] pci 0000:01:00.0: reg 10: [mem 0xfc640000-0xfc65ffff]
    [    0.220827] pci 0000:01:00.0: reg 14: [io  0xc000-0xc03f]
    [    0.223698] pci 0000:01:00.0: reg 30: [mem 0xfc600000-0xfc63ffff pref]
    [    0.223856] pci 0000:00:02.0: PCI bridge to [bus 01]
    [    0.223877] pci 0000:00:02.0:   bridge window [io  0xc000-0xcfff]
    [    0.223895] pci 0000:00:02.0:   bridge window [mem 0xfc600000-0xfc7fffff]
    [    0.223931] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfebfffff 64bit pref]
    [    0.224687] pci 0000:02:00.0: [1af4:1043] type 00 class 0x078000
    [    0.226005] pci 0000:02:00.0: reg 14: [mem 0xfc400000-0xfc400fff]
    [    0.228512] pci 0000:02:00.0: reg 20: [mem 0xfe800000-0xfe803fff 64bit pref]
    [    0.230202] pci 0000:00:02.1: PCI bridge to [bus 02]
    [    0.230222] pci 0000:00:02.1:   bridge window [io  0x1000-0x1fff]
    [    0.230241] pci 0000:00:02.1:   bridge window [mem 0xfc400000-0xfc5fffff]
    [    0.230277] pci 0000:00:02.1:   bridge window [mem 0xfe800000-0xfe9fffff 64bit pref]
    [    0.231110] pci 0000:03:00.0: [1af4:1045] type 00 class 0x00ff00
    [    0.232876] pci 0000:03:00.0: reg 20: [mem 0xfe600000-0xfe603fff 64bit pref]
    [    0.234195] pci 0000:00:02.2: PCI bridge to [bus 03]
    [    0.234215] pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
    [    0.234233] pci 0000:00:02.2:   bridge window [mem 0xfc200000-0xfc3fffff]
    [    0.234268] pci 0000:00:02.2:   bridge window [mem 0xfe600000-0xfe7fffff 64bit pref]
    [    0.234949] pci 0000:00:02.3: PCI bridge to [bus 04]
    [    0.234968] pci 0000:00:02.3:   bridge window [io  0x3000-0x3fff]
    [    0.234987] pci 0000:00:02.3:   bridge window [mem 0xfc000000-0xfc1fffff]
    [    0.235026] pci 0000:00:02.3:   bridge window [mem 0xfe400000-0xfe5fffff 64bit pref]
    [    0.237420] pci_bus 0000:00: on NUMA node 0
    [    0.237691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11), disabled.
    [    0.237791] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11), disabled.
    [    0.237889] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11), disabled.
    [    0.237988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11), disabled.
    [    0.238086] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11), disabled.
    [    0.238184] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11), disabled.
    [    0.238278] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11), disabled.
    [    0.238376] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11), disabled.
    [    0.238421] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)
    [    0.238431] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)
    [    0.238442] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)
    [    0.238451] ACPI: PCI Interrupt Link [GSID] (IRQs *19)
    [    0.238461] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)
    [    0.238469] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)
    [    0.238477] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)
    [    0.238485] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)
    [    0.238652] ACPI: Enabled 1 GPEs in block 00 to 3F
    [    0.238658] acpi root: \_SB_.PCI0 notify handler is installed
    [    0.238670] Found 1 acpi root devices
    [    0.238786] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.238790] vgaarb: loaded
    [    0.238791] vgaarb: bridge control possible 0000:00:01.0
    [    0.238880] SCSI subsystem initialized
    [    0.238882] ACPI: bus type ATA registered
    [    0.238938] libata version 3.00 loaded.
    [    0.238999] pps_core: LinuxPPS API ver. 1 registered
    [    0.239010] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.239029] PTP clock support registered
    [    0.239077] PCI: Using ACPI for IRQ routing
    [    0.300272] PCI: pci_cache_line_size set to 64 bytes
    [    0.300520] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [    0.300522] e820: reserve RAM buffer [mem 0x7ffde000-0x7fffffff]
    [    0.300662] Switching to clocksource refined-jiffies
    [    0.300703] AppArmor: AppArmor Filesystem Enabled
    [    0.300725] pnp: PnP ACPI init
    [    0.300728] ACPI: bus type PNP registered
    [    0.300780] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.300818] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
    [    0.300865] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
    [    0.300952] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
    [    0.301030] pnp 00:04: Plug and Play ACPI device, IDs PNP0a06 (active)
    [    0.301061] pnp 00:05: Plug and Play ACPI device, IDs PNP0a06 (active)
    [    0.301264] pnp: PnP ACPI: found 6 devices
    [    0.301265] ACPI: bus type PNP unregistered
    [    0.307470] Switching to clocksource acpi_pm
    [    0.308461] pci 0000:00:1f.0: BAR 13: [io  0x0600-0x067f] has bogus alignment
    [    0.308464] pci 0000:00:02.0: PCI bridge to [bus 01]
    [    0.308475] pci 0000:00:02.0:   bridge window [io  0xc000-0xcfff]
    [    0.308910] pci 0000:00:02.0:   bridge window [mem 0xfc600000-0xfc7fffff]
    [    0.309257] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfebfffff 64bit pref]
    [    0.309960] pci 0000:00:02.1: PCI bridge to [bus 02]
    [    0.309972] pci 0000:00:02.1:   bridge window [io  0x1000-0x1fff]
    [    0.310468] pci 0000:00:02.1:   bridge window [mem 0xfc400000-0xfc5fffff]
    [    0.310751] pci 0000:00:02.1:   bridge window [mem 0xfe800000-0xfe9fffff 64bit pref]
    [    0.311364] pci 0000:00:02.2: PCI bridge to [bus 03]
    [    0.311374] pci 0000:00:02.2:   bridge window [io  0x2000-0x2fff]
    [    0.311802] pci 0000:00:02.2:   bridge window [mem 0xfc200000-0xfc3fffff]
    [    0.312118] pci 0000:00:02.2:   bridge window [mem 0xfe600000-0xfe7fffff 64bit pref]
    [    0.312741] pci 0000:00:02.3: PCI bridge to [bus 04]
    [    0.312754] pci 0000:00:02.3:   bridge window [io  0x3000-0x3fff]
    [    0.313267] pci 0000:00:02.3:   bridge window [mem 0xfc000000-0xfc1fffff]
    [    0.313594] pci 0000:00:02.3:   bridge window [mem 0xfe400000-0xfe5fffff 64bit pref]
    [    0.314424] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22
    [    0.316142] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
    [    0.316144] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
    [    0.316146] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [    0.316147] pci_bus 0000:00: resource 7 [mem 0x80000000-0xafffffff]
    [    0.316148] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff]
    [    0.316149] pci_bus 0000:00: resource 9 [mem 0x180000000-0x97fffffff]
    [    0.316151] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
    [    0.316152] pci_bus 0000:01: resource 1 [mem 0xfc600000-0xfc7fffff]
    [    0.316153] pci_bus 0000:01: resource 2 [mem 0xfea00000-0xfebfffff 64bit pref]
    [    0.316154] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
    [    0.316155] pci_bus 0000:02: resource 1 [mem 0xfc400000-0xfc5fffff]
    [    0.316156] pci_bus 0000:02: resource 2 [mem 0xfe800000-0xfe9fffff 64bit pref]
    [    0.316158] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
    [    0.316159] pci_bus 0000:03: resource 1 [mem 0xfc200000-0xfc3fffff]
    [    0.316160] pci_bus 0000:03: resource 2 [mem 0xfe600000-0xfe7fffff 64bit pref]
    [    0.316161] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
    [    0.316162] pci_bus 0000:04: resource 1 [mem 0xfc000000-0xfc1fffff]
    [    0.316163] pci_bus 0000:04: resource 2 [mem 0xfe400000-0xfe5fffff 64bit pref]
    [    0.316181] NET: Registered protocol family 2
    [    0.316318] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [    0.316405] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [    0.316474] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.316493] TCP: reno registered
    [    0.316495] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [    0.316508] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [    0.316547] NET: Registered protocol family 1
    [    0.316682] RPC: Registered named UNIX socket transport module.
    [    0.316683] RPC: Registered udp transport module.
    [    0.316684] RPC: Registered tcp transport module.
    [    0.316684] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.316712] pci 0000:00:01.0: Boot video device
    [    0.316915] ACPI: PCI Interrupt Link [GSIH] enabled at IRQ 23
    [    0.317305] ACPI: PCI Interrupt Link [GSIE] enabled at IRQ 20
    [    0.319664] ACPI: PCI Interrupt Link [GSIF] enabled at IRQ 21
    [    0.320284] PCI: CLS 64 bytes, default 64
    [    0.320338] Trying to unpack rootfs image as initramfs...
    [    0.941334] Freeing initrd memory: 27804k freed
    [    0.944533] uquuutuuuuuf: module verification failed: signature and/or required key missing - tainting kernel
    [    0.957707] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    0.957711] software IO TLB [mem 0x7bfde000-0x7ffde000] (64MB) mapped at [ffff88007bfde000-ffff88007ffddfff]
    [    0.970251] Initialise module verification
    [    0.970291] audit: initializing netlink socket (disabled)
    [    0.970297] type=2000 audit(1610872556.969:1): initialized
    [    0.975820] bounce pool size: 64 pages
    [    0.977539] VFS: Disk quotas dquot_6.5.2
    [    0.977550] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.978278] NFS: Registering the id_resolver key type
    [    0.978296] Key type id_resolver registered
    [    0.978297] Key type id_legacy registered
    [    0.978306] msgmni has been set to 7915
    [    0.978851] async_tx: api initialized (async)
    [    0.978853] Key type asymmetric registered
    [    0.978854] Asymmetric key parser 'x509' registered
    [    0.978899] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
    [    0.978901] io scheduler noop registered
    [    0.978901] io scheduler deadline registered
    [    0.978903] io scheduler cfq registered (default)
    [    0.979439] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [    0.983291] pcieport 0000:00:02.1: irq 41 for MSI/MSI-X
    [    0.989918] pcieport 0000:00:02.2: irq 42 for MSI/MSI-X
    [    0.997185] pcieport 0000:00:02.3: irq 43 for MSI/MSI-X
    [    1.004038] aer 0000:00:02.0:pcie02: service driver aer loaded
    [    1.004162] aer 0000:00:02.1:pcie02: service driver aer loaded
    [    1.004281] aer 0000:00:02.2:pcie02: service driver aer loaded
    [    1.004403] aer 0000:00:02.3:pcie02: service driver aer loaded
    [    1.902700] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    1.928746] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    1.933187] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 8250
    [    1.960050] tsc: Refined TSC clocksource calibration: 3599.999 MHz
    [    1.960053] Switching to clocksource tsc
    [    2.028776] brd: module loaded
    [    2.035376] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
    [    2.042537] Loading iSCSI transport class v2.0-870.
    [    2.070765] rdac: device handler registered
    [    2.076564] ahci 0000:00:1f.2: version 3.0
    [    2.076726] ACPI: PCI Interrupt Link [GSIA] enabled at IRQ 16
    [    2.076874] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [    2.077279] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
    [    2.077282] ahci 0000:00:1f.2: flags: 64bit ncq only
    [    2.077479] ahci 0000:00:1f.2: setting latency timer to 64
    [    2.112706] scsi0 : ahci
    [    2.116366] scsi1 : ahci
    [    2.119125] scsi2 : ahci
    [    2.122929] scsi3 : ahci
    [    2.126935] scsi4 : ahci
    [    2.130137] scsi5 : ahci
    [    2.132573] ata1: SATA max UDMA/133 abar m4096@0xfc817000 port 0xfc817100 irq 44
    [    2.132581] ata2: SATA max UDMA/133 abar m4096@0xfc817000 port 0xfc817180 irq 44
    [    2.132588] ata3: SATA max UDMA/133 abar m4096@0xfc817000 port 0xfc817200 irq 44
    [    2.132595] ata4: SATA max UDMA/133 abar m4096@0xfc817000 port 0xfc817280 irq 44
    [    2.132602] ata5: SATA max UDMA/133 abar m4096@0xfc817000 port 0xfc817300 irq 44
    [    2.132608] ata6: SATA max UDMA/133 abar m4096@0xfc817000 port 0xfc817380 irq 44
    [    2.145504] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [    2.147949] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    2.147954] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    2.149279] rtc_cmos 00:00: RTC can wake from S4
    [    2.153303] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    [    2.153453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
    [    2.156728] i2c /dev entries driver
    [    2.158353] md: linear personality registered for level -1
    [    2.158355] md: raid0 personality registered for level 0
    [    2.158356] md: raid1 personality registered for level 1
    [    2.158357] md: raid10 personality registered for level 10
    [    2.161900] md: raid6 personality registered for level 6
    [    2.161902] md: raid5 personality registered for level 5
    [    2.161903] md: raid4 personality registered for level 4
    [    2.161904] md: raidF1 personality registered for level 45
    [    2.162836] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com
    [    2.162838] cpuidle: using governor ladder
    [    2.162838] cpuidle: using governor menu
    [    2.162893] TCP: cubic registered
    [    2.162894] NET: Registered protocol family 17
    [    2.162911] Key type dns_resolver registered
    [    2.437150] ata1: SATA link down (SStatus 0 SControl 300)
    [    2.439110] ata2: SATA link down (SStatus 0 SControl 300)
    [    2.440107] ata3: SATA link down (SStatus 0 SControl 300)
    [    2.441129] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    2.441223] ata4.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
    [    2.441225] ata4.00: 41943040 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    2.441227] ata4.00: SN:QM00007
    [    2.441228] ata4.00: applying bridge limits
    [    2.441340] ata4.00: configured for UDMA/100
    [    2.441347] ata4.00: Find SSD disks. [QEMU HARDDISK]
    [    2.441460] scsi 3:0:0:0: Direct-Access     QEMU     HARDDISK                 2.5+ PQ: 0 ANSI: 5
    [    2.442149] ata6: SATA link down (SStatus 0 SControl 300)
    [    2.442280] ata5: SATA link down (SStatus 0 SControl 300)
    [    2.443105] sd 3:0:0:0: [sdd] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB)
    [    2.443148] sd 3:0:0:0: [sdd] Write Protect is off
    [    2.443151] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    [    2.443159] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    2.445859]  sdd: sdd1 sdd2 sdd3
    [    2.455044] sd 3:0:0:0: [sdd] Attached SCSI disk
    [    2.455053] Loading module verification blacklist certificates
    [    2.455054] Loading module verification certificates
    [    2.455077] MODSIGN: Loaded cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
    [    2.455534] MODSIGN: Loaded cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
    [    2.455543] MODSIGN: Loaded cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
    [    2.455551] MODSIGN: Loaded cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
    [    2.455556] registered taskstats version 1
    [    2.457768] rtc_cmos 00:00: setting system clock to 2021-01-17 08:35:59 UTC (1610872559)
    [    2.458555] Freeing unused kernel memory: 792k freed
    [    2.458617] Write protecting the kernel read-only data: 8192k
    [    2.458698] Freeing unused kernel memory: 1188k freed
    [    2.459202] Freeing unused kernel memory: 424k freed
    [    2.521276] ACPI: bus type USB registered
    [    2.522527] usbcore: registered new interface driver usbfs
    [    2.523842] usbcore: registered new interface driver hub
    [    2.526446] usbcore: registered new interface driver ethub
    [    2.529508] usbcore: registered new device driver usb
    [    2.541193] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    2.545616] ehci-pci: EHCI PCI platform driver
    [    2.545983] ehci-pci 0000:00:07.7: setting latency timer to 64
    [    2.545997] ehci-pci 0000:00:07.7: EHCI Host Controller
    [    2.546022] ehci-pci 0000:00:07.7: new USB bus registered, assigned bus number 1
    [    2.546150] ehci-pci 0000:00:07.7: irq 22, io mem 0xfc816000
    [    2.552051] ehci-pci 0000:00:07.7: USB 2.0 started, EHCI 1.00
    [    2.552926] hub 1-0:1.0: USB hub found
    [    2.552933] hub 1-0:1.0: 6 ports detected
    [    2.578590] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    2.585098] uhci_hcd: USB Universal Host Controller Interface driver
    [    2.585573] uhci_hcd 0000:00:07.0: setting latency timer to 64
    [    2.585585] uhci_hcd 0000:00:07.0: UHCI Host Controller
    [    2.585589] uhci_hcd 0000:00:07.0: new USB bus registered, assigned bus number 2
    [    2.585691] uhci_hcd 0000:00:07.0: irq 23, io base 0x0000d060
    [    2.586970] hub 2-0:1.0: USB hub found
    [    2.586973] hub 2-0:1.0: 2 ports detected
    [    2.587493] uhci_hcd 0000:00:07.1: setting latency timer to 64
    [    2.587504] uhci_hcd 0000:00:07.1: UHCI Host Controller
    [    2.587507] uhci_hcd 0000:00:07.1: new USB bus registered, assigned bus number 3
    [    2.587602] uhci_hcd 0000:00:07.1: irq 20, io base 0x0000d080
    [    2.590659] hub 3-0:1.0: USB hub found
    [    2.590665] hub 3-0:1.0: 2 ports detected
    [    2.591109] uhci_hcd 0000:00:07.2: setting latency timer to 64
    [    2.591119] uhci_hcd 0000:00:07.2: UHCI Host Controller
    [    2.591122] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 4
    [    2.591208] uhci_hcd 0000:00:07.2: irq 21, io base 0x0000d0a0
    [    2.594234] hub 4-0:1.0: USB hub found
    [    2.594238] hub 4-0:1.0: 2 ports detected
    [    2.639053] usbcore: registered new interface driver usb-storage
    [    2.660025] VMware PVSCSI driver - version 1.0.2.0-k
    [    2.666891] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
    [    2.673572] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
    [    2.686094] Fusion MPT base driver 3.04.20
    [    2.686096] Copyright (c) 1999-2008 LSI Corporation
    [    2.694990] Fusion MPT SPI Host driver 3.04.20
    [    2.701077] Fusion MPT SAS Host driver 3.04.20
    [    2.707216] Fusion MPT misc device (ioctl) driver 3.04.20
    [    2.707564] mptctl: Registered with Fusion MPT base driver
    [    2.707566] mptctl: /dev/mptctl @ (major,minor=10,220)
    [    2.713500] megasas: 06.506.00.00-rc1 Sat. Feb. 9 17:00:00 PDT 2013
    [    2.721174] mpt2sas version 20.00.00.00 loaded
    [    2.729627] mpt3sas version 01.100.01.00 loaded
    [    2.743602] Adaptec aacraid driver 1.2-0[30200]-ms
    [    2.749911] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
    [    2.755579] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
    [    2.761996] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
    [    2.767958] 3ware Storage Controller device driver for Linux v1.26.02.003.
    [    2.792856] isci: Intel(R) C600 SAS Controller Driver - version 1.1.0
    [    2.824668] bromolow_synobios: module license 'Synology Inc.' taints kernel.
    [    2.824670] Disabling lock debugging due to kernel taint
    [    2.826419] 2021-1-17 8:35:59 UTC
    [    2.826422] synobios: load, major number 201
    [    2.826425] Brand: Synology
    [    2.826426] Model: DS-3615xs
    [    2.826428] set group disks wakeup number to 4, spinup time deno 7
    [    2.826431] synobios cpu_arch proc entry initialized
    [    2.826432] synobios crypto_hw proc entry initialized
    [    2.826434] synobios syno_platform proc entry initialized
    [    2.826440] synobios open /dev/ttyS1 success
    [    2.833195] synobios: unload
    [    2.840987] md: Autodetecting RAID arrays.
    [    2.841317] md: invalid raid superblock magic on sdd3
    [    2.841973] md: sdd3 does not have a valid v0.90 superblock, not importing!
    [    2.841978] md: Scanned 3 and added 2 devices.
    [    2.841978] md: autorun ...
    [    2.841979] md: considering sdd1 ...
    [    2.841982] md:  adding sdd1 ...
    [    2.841984] md: sdd2 has different UUID to sdd1
    [    2.841985] md: created md0
    [    2.841986] md: bind<sdd1>
    [    2.841992] md: running: <sdd1>
    [    2.844869] md/raid1:md0: active with 1 out of 12 mirrors
    [    2.847387] md0: detected capacity change from 0 to 2549940224
    [    2.848025] md: considering sdd2 ...
    [    2.848028] md:  adding sdd2 ...
    [    2.849120] md: created md1
    [    2.849121] md: bind<sdd2>
    [    2.849125] md: running: <sdd2>
    [    2.853255] md/raid1:md1: active with 1 out of 12 mirrors
    [    2.853843] md1: detected capacity change from 0 to 2147418112
    [    2.854710] md: ... autorun DONE.
    [    2.869186]  md0: unknown partition table
    [    2.876065] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [    2.988734] EXT4-fs (md0): barriers disabled
    [    2.996158] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts:
    [    3.019924] usb-storage 1-1:1.0: USB Mass Storage device detected
    [    3.022891] scsi6 : usb-storage 1-1:1.0
    [    3.147135] usb 1-2: new high-speed USB device number 3 using ehci-pci
    [    4.027753] scsi 6:0:0:0: Direct-Access     QEMU     QEMU HARDDISK            2.5+ PQ: 0 ANSI: 5
    [    4.035598] sd 6:0:0:0: [sdu] 102400 512-byte logical blocks: (52.4 MB/50.0 MiB)
    [    4.036346] sd 6:0:0:0: [sdu] Write Protect is off
    [    4.036348] sd 6:0:0:0: [sdu] Mode Sense: 63 00 00 08
    [    4.037122] sd 6:0:0:0: [sdu] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    4.061873]  sdu: sdu1 sdu2 sdu3
    [    4.070279] sd 6:0:0:0: [sdu] Attached SCSI disk
    [    5.152207] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
    [    5.592852] EXT4-fs (md0): re-mounted. Opts: (null)
    [    6.924038] sd 3:0:0:0: Attached scsi generic sg0 type 0
    [    6.924071] sd 6:0:0:0: Attached scsi generic sg1 type 0
    [    7.074507]  md1: unknown partition table
    [    7.089162] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k
    [    7.137146] zram: module is from the staging directory, the quality is unknown, you have been warned.
    [    7.137359] zram: Created 1 device(s) ...
    [    7.143862] Adding 2433020k swap on /dev/zram0.  Priority:1 extents:1 across:2433020k SS
    [    7.593267] NET: Registered protocol family 10
    [    7.601863] sit: IPv6 over IPv4 tunneling driver
    [    7.748376] init: syno-auth-check main process (5549) killed by TERM signal
    [    8.313875] fuse init (API version 7.22)
    [    8.322267] dca service started, version 1.12.1
    [    8.324578] e1000e: Intel(R) PRO/1000 Network Driver - 3.6.0-NAPI
    [    8.324580] e1000e: Copyright(c) 1999 - 2019 Intel Corporation.
    [    8.330101] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.39
    [    8.330103] Copyright(c) 2007 - 2019 Intel Corporation.
    [    8.335334] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.6.3
    [    8.335336] Copyright(c) 1999 - 2019 Intel Corporation.
    [    8.338211] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.4.10
    [    8.338214] i40e: Copyright(c) 2013 - 2018 Intel Corporation.
    [    8.341084] tn40xx: Tehuti Network Driver, 0.3.6.17.2
    [    8.341776] tn40xx: Supported phys : MV88X3120 MV88X3310 MV88E2010 QT2025 TLK10232 AQR105 MUSTANG
    [    8.355376] qed_init called
    [    8.355378] QLogic FastLinQ 4xxxx Core Module qed 8.33.9.0
    [    8.355379] creating debugfs root node
    [    8.359280] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.33.9.0
    [    8.362139] Loading modules backported from Linux version v3.18.1-0-g39ca484
    [    8.362141] Backport generated by backports.git v3.18.1-1-0-g5e9ec4c
    [    8.377889] Compat-mlnx-ofed backport release: c22af88
    [    8.377891] Backport based on mlnx_ofed/mlnx-ofa_kernel-4.0.git c22af88
    [    8.377892] compat.git: mlnx_ofed/mlnx-ofa_kernel-4.0.git
    [    8.537411] bnx2x: Broadcom NetXtreme II 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.78.17-0 (2013/04/11)
    [    8.569028] bio: create slab <bio-1> at 1
    [    8.569093] Btrfs loaded
    [    8.572494] exFAT: Version 1.2.9
    [    8.596470] jme: JMicron JMC2XX ethernet driver version 1.0.8
    [    8.600773] sky2: driver version 1.30
    [    8.604734] pch_gbe: EG20T PCH Gigabit Ethernet Driver - version 1.01
    [    8.609096] QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.2.42
    [    8.613843] QLogic/NetXen Network Driver v4.0.80
    [    8.616178] Solarflare NET driver v3.2
    [    8.618581] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    [    8.618583] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    8.619108] e1000 0000:01:00.0: setting latency timer to 64
    [    8.928656] e1000 0000:01:00.0 eth0: (PCI:33MHz:32-bit) 52:54:00:43:05:ef
    [    8.928659] e1000 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
    [    8.932413] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
    [    8.934828] VMware vmxnet3 virtual NIC driver - version 1.1.30.0-k-NAPI
    [    8.957857] igbvf: Intel(R) Gigabit Virtual Function Driver - 2.3.8.2
    [    8.957859] igbvf: Copyright (c) 1999-2015 Intel Corporation.
    [    8.965644] ixgbevf: Intel(R) 10GbE PCI Express Virtual Function Driver - version 4.6.1
    [    8.965646] Copyright(c) 1999 - 2019 Intel Corporation.
    [    8.992831] usbcore: registered new interface driver ax88179_178a
    [    8.995156] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
    [    8.995160] ACPI: Power Button [PWRF]
    [    9.002421] Atheros(R) L2 Ethernet Driver - version 2.2.3
    [    9.002423] Copyright (c) 2007 Atheros Corporation.
    [    9.004537] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [    9.004538] e100: Copyright(c) 1999-2006 Intel Corporation
    [    9.007411] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
    [    9.007412] ixgb: Copyright (c) 1999-2008 Intel Corporation.
    [    9.021211] Brocade 10G Ethernet driver - version: 3.1.2.1
    [    9.023395] vxge: Copyright(c) 2002-2010 Exar Corp.
    [    9.023397] vxge: Driver version: 2.5.3.22640-k
    [    9.025628] usbcore: registered new interface driver aqc111
    [    9.027765] usbcore: registered new interface driver asix
    [    9.029743] usbcore: registered new interface driver cx82310_eth
    [    9.031601] et131x: module is from the staging directory, the quality is unknown, you have been warned.
    [    9.035353] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.6.15
    [    9.035355] Copyright(c) 2013 - 2018 Intel Corporation.
    [    9.037755] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
    [    9.040137] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
    [    9.040163] usbcore: registered new interface driver pegasus
    [    9.042456] usbcore: registered new interface driver plusb
    [    9.045025] usbcore: registered new interface driver r8152
    [    9.047119] usbcore: registered new interface driver rtl8150
    [    9.066794] 9pnet: Installing 9P2000 support
    [    9.071326] 9p: Installing v9fs 9p2000 file system support

    [    9.099384] 2021-1-17 8:36:5 UTC
    [    9.099387] synobios: load, major number 201
    [    9.099390] Brand: Synology
    [    9.099391] Model: DS-3615xs
    [    9.099393] set group disks wakeup number to 4, spinup time deno 7
    [    9.099396] synobios cpu_arch proc entry initialized
    [    9.099398] synobios crypto_hw proc entry initialized
    [    9.099399] synobios syno_platform proc entry initialized
    [    9.099406] synobios open /dev/ttyS1 success
    [    9.466086] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    9.466556] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
    [    9.467147] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [    9.615044] systemd-udevd[7102]: starting version 204
    [   10.989362] init: dhcp-client (eth0) main process (8085) killed by TERM signal
    [   11.955342] md: md2 stopped.
    [   11.958031] md: bind<sdd3>
    [   11.978293] md/raid1:md2: active with 1 out of 1 mirrors
    [   11.978944] md2: detected capacity change from 0 to 16537092096
    [   11.979286]  md2: unknown partition table
    [   13.276986] BTRFS: device label 2021.01.16-20:54:26 v25426 devid 1 transid 179 /dev/md2
    [   13.277588] BTRFS info (device md2): enabling auto syno reclaim space
    [   13.277591] BTRFS info (device md2): use ssd allocation scheme
    [   13.277592] BTRFS info (device md2): using free space tree
    [   13.277593] BTRFS: has skinny extents
    [   16.559031] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(0011322ca785).
    [   16.581120] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
    [   16.593043] iSCSI:target_core_device.c:617:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
    [   16.593108] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
    [   16.849268] iSCSI:target_core_file.c:146:fd_attach_hba RODSP plugin for fileio is enabled.
    [   16.849271] iSCSI:target_core_file.c:153:fd_attach_hba ODX Token Manager is enabled.
    [   16.849277] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
    [   16.849282] iSCSI:target_core_ep.c:786:ep_attach_hba RODSP plugin for epio is enabled.
    [   16.849283] iSCSI:target_core_ep.c:793:ep_attach_hba ODX Token Manager is enabled.
    [   17.950364] warning: `nginx' uses 32-bit capabilities (legacy support in use)
    [   18.024640] usbcore: registered new interface driver usblp
    [   18.088450] usbcore: registered new interface driver usbhid
    [   18.088452] usbhid: USB HID core driver
    [   18.136748] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:07.7/usb1/1-2/1-2:1.0/input/input1
    [   18.137215] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:07.7-2/input0
    [   19.047306] FAT-fs (sdu1): FAT: nls_disk load default table

    [   19.064365] FAT-fs (sdu1): FAT: nls_io load default table

    [   20.246877] init: iscsi_pluginserverd main process (11205) terminated with status 255
    [   20.246907] init: iscsi_pluginserverd main process ended, respawning
    [   20.388335] FAT-fs (sdu2): FAT: nls_disk load default table

    [   20.398292] FAT-fs (sdu2): FAT: nls_io load default table

    [   20.417785] loop: module loaded
    [   21.630581] ata4.00: configured for UDMA/100
    [   21.630585] ata4: EH complete

     

     

    Spoiler

    EXTRA_MODULES="crc-itu-t crc-ccitt dca mii mdio libphy atl1 atl1e atl1c alx uio ipg jme skge sky2 ptp_pch pch_gbe qla3xxx qlcnic qlge netxen_nic sfc e1000 pcnet32 vmxnet3 bnx2 libcrc32c bnx2x e1000e igb igbvf ixgbe ixgbevf r8101 r8125 r8169 r8168 tg3 usbnet ax88179_178a button evdev ohci-hcd ehci-hcd ehci-pci atl2 e100 igbvf ixgb forcedeth tn40xx be2net cxgb cxgb3 cxgb4 atlantic bna vxge aqc111 asix cx82310_eth et131x i40e i40evf mcs7830 pegasus plusb r8152 rtl8150 s2io xgmac virtio virtio_ring virtio_pci virtio_mmio virtio_net virtio_blk virtio_scsi 9pnet 9pnet_virtio 9p"
    DISK_MODULES="scsi_transport_spi BusLogic vmw_pvscsi megaraid_mm megaraid_mbox megaraid mptbase mptscsih mptspi mptsas mptctl megaraid_sas mpt2sas mpt3sas sx8 aacraid aic94xx 3w-9xxx 3w-sas 3w-xxxx mvumi mvsas arcmsr isci hpsa hptio nvme ata_piix"
    OPTIONAL_MODULES=" "
    EXTRA_FIRMWARES="bnx2/bnx2-rv2p-09ax-6.0.17.fw bnx2/bnx2-rv2p-09-6.0.17.fw bnx2/bnx2-rv2p-06-6.0.15.fw tigon/tg3_tso5.bin tigon/tg3_tso.bin tigon/tg3.bin tigon/tg357766.bin bnx2/bnx2-mips-06-6.2.3.fw bnx2/bnx2-mips-09-6.2.1b.fw e100/d101m_ucode.bin e100/d101s_ucode.bin e100/d102e_ucode.bin cxgb3/t3b_psram-1.1.0.bin cxgb3/t3c_psram-1.1.0.bin cxgb3/ael2005_opt_edc.bin cxgb3/ael2005_twx_edc.bin cxgb3/ael2020_twx_edc.bin cxgb3/t3fw-7.10.0.bin cxgb3/t3fw-7.12.0.bin cxgb3/t3fw-7.4.0.bin cxgb4/t4fw-1.9.23.0.bin cxgb4/t4fw.bin cxgb4/t5fw-1.9.23.0.bin cxgb4/t5fw.bin ctfw-3.1.0.0.bin ct2fw-3.1.0.0.bin bnx2x/bnx2x-e2-7.8.17.0.fw bnx2x/bnx2x-e1h-7.8.17.0.fw bnx2x/bnx2x-e1-7.8.17.0.fw"

     

  5. 13 minutes ago, IG-88 said:

    i will have some time this weekend to work on extra's and drivers, maybe i should do a in between version with virtio and some newer realtek drivers

    Thanks for your effort and looking into my problems, I know I'm a fringe case...

     

    14 minutes ago, IG-88 said:

    i even don't know what the 9p modules are good for

    9p is a driver used to mount a VM host's file system inside the guest VM giving the guest direct access. In my case I'm running Xpenology on UnRAID and want unraid to handle the physical disks and parity and xpenology to handle the files. Photostation wont work with smb/nfs shares and i'm hoping it'll work with 9p...

  6. 14 hours ago, IG-88 said:

    did you read the error message? modprobe is not supported/present in DSM

    Did not know this. Modprobe didn't return any errors though so I thought it was working.

     

    I got the modules loaded with insmod but trying to mount with "mount -t 9p -o trans=virtio <mount tag> <local path>" threw errors (special device missing/no channels available). My google skills failed at solving these errors, the top answer being a missing module (virtio_input) that isn't present in your extra.lzma.

     

    I tried modifying the rc.modules according to this post where someone got 9p working on xpenology in docker but ofsmount fails to mount the lzma on two windows machines i tried it on...

     

    Last try was building the kernel following the post you linked. I used this kernel source: https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/24922branch/bromolow-source/linux-3.10.x.txz/download which seems to be the latest for 3615 architecture. I couldn't get debian chroot as it's not available on DSM 6.2.x so i set up a debian VM instead. Building the kernel immediately failed with "cc1: error: code model kernel does not support PIC mode".

     

    Last thing to try is get a utility like ofsmount for linux and try to modify the rc.modules in the debian VM but I'm not getting my hopes up that this will magically make things work...

     

    :(

  7. 29 minutes ago, IG-88 said:

    you can extract the files manually and copy them to your dsm system for testing

    Can I simply drop them in /usr/lib/modules/update and reboot? Why aren't they copied there from the extra.lzma even though they're present?

     

    [Edit] this didn't change the output of lsmod or dmesg, also I can't load the modules with "modprobe 9p". Then again I can't load any of the modules this way...

  8. 17 minutes ago, IG-88 said:

    open the extra.lzma with 7zip and see for yourself (extra3615_v0.12_test.zip)

    Thanks for the quick reply! I am using extra3615_v0.11_test.zip per your first post. I can't seem to find a v0.12 via the forum search or google?

    Inspecting the extra.lzma I downloaded indeed shows various 9p and virtio drivers but on the xpenology none are present in /usr/lib/modules or subdirectories. dmesg | grep 9p does not show any entries.

  9. On 9/28/2020 at 11:01 PM, IG-88 said:

    i did add some 9p modules, maybe i forgot one (the stuff is scattered through the config when using "menuconfig")

    i just checked and the 9p, 9pnet, 9pnet_virtio are in the 3615 and 918+ for testing, not in the 3617, i will add that to my list

    Hey there! I am running Xpenology in an UnRAID VM and used the 3615 1.03b loader with latest DSM. Replaced the extra.lzma in second USB partition with the one provided in your package and DSM loaded fine.

    Using "lsmod" shows lots of stuff like megaraid controllers but 9p isn't mentioned anywhere and "mount -t 9p -o trans=virtio <mount-tag> <local path>" fails with "mount: unknown filesystem type '9p'"

    So this driver doesn't seem to work? Or is it not included?

     

×
×
  • Create New...