Code Monkey home page Code Monkey logo

aqc111's Introduction

DSM driver for Aquantia AQC111U based USB Ethernet adapters

This is a AQC111U(5Gbps) driver package for Synology NASes.

Supported NAS platform

  • DSM 7.x
  • apollolake based products
    • DS918+ (confirmed working)
    • DS620slim
    • DS1019+
    • DS718+
    • DS418play
    • DS218+

You can download drivers including other platforms from the Release page and determine a proper driver for your model from this page, but you might encounter some issues with unconfirmed platforms. If you are using such an unconfirmed models, the Compatibility page may be helpful.

I very much appreciate if you report whether it works. If you have any problems, the Troubleshooting page may help.

NOTE: I recommend using front ports to connect devices because some users reported stability issues when they use rear ports.

Supported AQC111U(5.0Gbps) based devices

Currently I only confirmed QNAP QNA-UC5G1T works. If you got other products and they do not work, please create a issue with its vendor id.

How to install

Preparation

Enable SSH and login your NAS.

Installation

  1. Go to "Package Center"
  2. Press "Manual Install"
  3. Chose a driver package downloaded from the release page.
  4. [DSM7] The installation will fail the first time. After that, run the following command from the SSH terminal:
    • sudo install -m 4755 -o root -D /var/packages/aqc111/target/aqc111/spk_su /opt/sbin/spk_su
  5. [DSM7] Retry installation.
    • You don't need above DSM7 specific steps at the next time.
  6. Reboot your NAS.
    • This procedure is not usually necessary, but many have reported that a reboot was necessary, so please reboot just in case.

https://www.synology.com/en-us/knowledgebase/SRM/help/SRM/PkgManApp/install_buy

How to configure

You can configure the IP addresses and MTU of the added NICs from the DSM UI in the same way as the built-in NICs.

Private flags

This driver support additional options.

  • Disable thermal throttling
    • Link speed is configured to 100Base when the internal chip overheats automatically by default. This option disables that behavior.
    • ethtool --set-priv-flags eth2 "Thermal throttling" off
  • Enable Low Power 5G
    • Entering to low heat generation mode at the expense of throughput. This option should be enabled when thermal throttling is disabled.
    • ethtool --set-priv-flags eth2 "Low Power 5G" on

Performance test

Environment

  • DS918+ (QNAP QNA-UC5G1T)
  • direct connection with PC (AQN-107)
  • native iperf3
    • using docker causes high CPU load
  • enable jumbo-frame(9k)

Result

iperf3 -c 192.168.xx.xx -P 2
Connecting to host 192.168.xx.xx, port 5201
[  4] local 192.168.yy.yy port 54613 connected to 192.168.xx.xx port 5201
[  6] local 192.168.yy.yy port 54614 connected to 192.168.xx.xx port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec   198 MBytes  1.66 Gbits/sec
[  6]   0.00-1.00   sec   186 MBytes  1.56 Gbits/sec
[SUM]   0.00-1.00   sec   384 MBytes  3.22 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   1.00-2.00   sec   211 MBytes  1.77 Gbits/sec
[  6]   1.00-2.00   sec   189 MBytes  1.58 Gbits/sec
[SUM]   1.00-2.00   sec   400 MBytes  3.36 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   2.00-3.00   sec   209 MBytes  1.75 Gbits/sec
[  6]   2.00-3.00   sec   190 MBytes  1.60 Gbits/sec
[SUM]   2.00-3.00   sec   400 MBytes  3.35 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   3.00-4.00   sec   209 MBytes  1.76 Gbits/sec
[  6]   3.00-4.00   sec   188 MBytes  1.57 Gbits/sec
[SUM]   3.00-4.00   sec   397 MBytes  3.33 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   4.00-5.00   sec   224 MBytes  1.88 Gbits/sec
[  6]   4.00-5.00   sec   176 MBytes  1.47 Gbits/sec
[SUM]   4.00-5.00   sec   400 MBytes  3.36 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   5.00-6.00   sec   209 MBytes  1.75 Gbits/sec
[  6]   5.00-6.00   sec   191 MBytes  1.60 Gbits/sec
[SUM]   5.00-6.00   sec   400 MBytes  3.35 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   6.00-7.00   sec   210 MBytes  1.76 Gbits/sec
[  6]   6.00-7.00   sec   189 MBytes  1.59 Gbits/sec
[SUM]   6.00-7.00   sec   399 MBytes  3.35 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   7.00-8.00   sec   212 MBytes  1.78 Gbits/sec
[  6]   7.00-8.00   sec   186 MBytes  1.56 Gbits/sec
[SUM]   7.00-8.00   sec   398 MBytes  3.34 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   8.00-9.00   sec   212 MBytes  1.78 Gbits/sec
[  6]   8.00-9.00   sec   189 MBytes  1.59 Gbits/sec
[SUM]   8.00-9.00   sec   401 MBytes  3.36 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   9.00-10.00  sec   207 MBytes  1.73 Gbits/sec
[  6]   9.00-10.00  sec   193 MBytes  1.62 Gbits/sec
[SUM]   9.00-10.00  sec   400 MBytes  3.35 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-10.00  sec  2.05 GBytes  1.76 Gbits/sec                  sender
[  4]   0.00-10.00  sec  2.05 GBytes  1.76 Gbits/sec                  receiver
[  6]   0.00-10.00  sec  1.83 GBytes  1.57 Gbits/sec                  sender
[  6]   0.00-10.00  sec  1.83 GBytes  1.57 Gbits/sec                  receiver
[SUM]   0.00-10.00  sec  3.89 GBytes  3.34 Gbits/sec                  sender
[SUM]   0.00-10.00  sec  3.89 GBytes  3.34 Gbits/sec                  receiver

iperf Done.

Also it achieves 434 MB/s for file copy via SMB in this environemnt.

aqc111's People

Contributors

bb-qq avatar cail avatar marcinguy avatar oneukum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aqc111's Issues

support for v1000 arch

Description of the problem

i checked the architecture list for my DS (DS1621+) - it's v1000 (amd embedded) and that isn't on the release list

Description of your products

using a DS1621+, NIC is a QNAP qxg-10g1t

Description of your environment

using a cat 6 connection to 10G switch

Output of dmesg command

[    2.148827] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    2.157110] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    2.165600] ACPI: Power Resource [P0ST] (on)
[    2.169728] ACPI: Power Resource [P3ST] (on)
[    2.176763] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.182770] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    2.191084] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.198910] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    2.209506] PCI host bridge to bus 0000:00
[    2.213468] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    2.220226] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.226989] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.234440] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    2.241891] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    2.249345] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    2.256798] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    2.264251] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    2.271705] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    2.279158] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    2.286612] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    2.294065] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    2.301518] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    2.308971] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    2.316425] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    2.323877] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    2.331331] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
[    2.338784] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.344253] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    2.344376] pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
[    2.344532] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    2.344638] pci 0000:00:01.1: [1022:15d3] type 01 class 0x060400
[    2.344742] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.344800] pci 0000:00:01.1: System wakeup disabled by ACPI
[    2.350319] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    2.350422] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    2.350477] pci 0000:00:01.2: System wakeup disabled by ACPI
[    2.355999] pci 0000:00:01.4: [1022:15d3] type 01 class 0x060400
[    2.356102] pci 0000:00:01.4: PME# supported from D0 D3hot D3cold
[    2.356158] pci 0000:00:01.4: System wakeup disabled by ACPI
[    2.361677] pci 0000:00:01.5: [1022:15d3] type 01 class 0x060400
[    2.361783] pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
[    2.361837] pci 0000:00:01.5: System wakeup disabled by ACPI
[    2.367354] pci 0000:00:01.6: [1022:15d3] type 01 class 0x060400
[    2.367458] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[    2.367512] pci 0000:00:01.6: System wakeup disabled by ACPI
[    2.373040] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    2.373146] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    2.373249] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.373295] pci 0000:00:08.1: System wakeup disabled by ACPI
[    2.378849] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.379027] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.379209] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    2.379263] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    2.379317] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    2.379371] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    2.379424] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    2.379476] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    2.379530] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    2.379583] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    2.379715] pci 0000:01:00.0: [1b21:1806] type 01 class 0x060400
[    2.379845] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.381813] pci 0000:00:01.1: PCI bridge to [bus 01-06]
[    2.386870] pci 0000:00:01.1:   bridge window [io  0x3000-0x6fff]
[    2.386875] pci 0000:00:01.1:   bridge window [mem 0xd0d00000-0xd10fffff]
[    2.386947] pci 0000:02:00.0: [1b21:1806] type 01 class 0x060400
[    2.387081] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.387185] pci 0000:02:02.0: [1b21:1806] type 01 class 0x060400
[    2.387314] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[    2.387404] pci 0000:02:06.0: [1b21:1806] type 01 class 0x060400
[    2.387532] pci 0000:02:06.0: PME# supported from D0 D3hot D3cold
[    2.387629] pci 0000:02:0e.0: [1b21:1806] type 01 class 0x060400
[    2.387757] pci 0000:02:0e.0: PME# supported from D0 D3hot D3cold
[    2.387855] pci 0000:01:00.0: PCI bridge to [bus 02-06]
[    2.392910] pci 0000:01:00.0:   bridge window [io  0x3000-0x6fff]
[    2.392914] pci 0000:01:00.0:   bridge window [mem 0xd0d00000-0xd10fffff]
[    2.392987] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    2.393056] pci 0000:03:00.0: reg 0x10: [io  0x6000-0x60ff]
[    2.393096] pci 0000:03:00.0: reg 0x18: [mem 0xd1004000-0xd1004fff 64bit]
[    2.393121] pci 0000:03:00.0: reg 0x20: [mem 0xd1000000-0xd1003fff 64bit]
[    2.393225] pci 0000:03:00.0: supports D1 D2
[    2.393227] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.394821] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.399618] pci 0000:02:00.0:   bridge window [io  0x6000-0x6fff]
[    2.399623] pci 0000:02:00.0:   bridge window [mem 0xd1000000-0xd10fffff]
[    2.399708] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    2.399777] pci 0000:04:00.0: reg 0x10: [io  0x5000-0x50ff]
[    2.399820] pci 0000:04:00.0: reg 0x18: [mem 0xd0f04000-0xd0f04fff 64bit]
[    2.399845] pci 0000:04:00.0: reg 0x20: [mem 0xd0f00000-0xd0f03fff 64bit]
[    2.399952] pci 0000:04:00.0: supports D1 D2
[    2.399953] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.401821] pci 0000:02:02.0: PCI bridge to [bus 04]
[    2.406618] pci 0000:02:02.0:   bridge window [io  0x5000-0x5fff]
[    2.406623] pci 0000:02:02.0:   bridge window [mem 0xd0f00000-0xd0ffffff]
[    2.406707] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    2.406775] pci 0000:05:00.0: reg 0x10: [io  0x4000-0x40ff]
[    2.406818] pci 0000:05:00.0: reg 0x18: [mem 0xd0e04000-0xd0e04fff 64bit]
[    2.406843] pci 0000:05:00.0: reg 0x20: [mem 0xd0e00000-0xd0e03fff 64bit]
[    2.406949] pci 0000:05:00.0: supports D1 D2
[    2.406951] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.408822] pci 0000:02:06.0: PCI bridge to [bus 05]
[    2.413621] pci 0000:02:06.0:   bridge window [io  0x4000-0x4fff]
[    2.413626] pci 0000:02:06.0:   bridge window [mem 0xd0e00000-0xd0efffff]
[    2.413710] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[    2.413779] pci 0000:06:00.0: reg 0x10: [io  0x3000-0x30ff]
[    2.413822] pci 0000:06:00.0: reg 0x18: [mem 0xd0d04000-0xd0d04fff 64bit]
[    2.413847] pci 0000:06:00.0: reg 0x20: [mem 0xd0d00000-0xd0d03fff 64bit]
[    2.413955] pci 0000:06:00.0: supports D1 D2
[    2.413956] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.415823] pci 0000:02:0e.0: PCI bridge to [bus 06]
[    2.420621] pci 0000:02:0e.0:   bridge window [io  0x3000-0x3fff]
[    2.420626] pci 0000:02:0e.0:   bridge window [mem 0xd0d00000-0xd0dfffff]
[    2.420729] pci 0000:07:00.0: [1d6a:07b1] type 00 class 0x020000
[    2.420775] pci 0000:07:00.0: reg 0x10: [mem 0xd0400000-0xd040ffff 64bit]
[    2.420791] pci 0000:07:00.0: reg 0x18: [mem 0xd0410000-0xd0410fff 64bit]
[    2.420805] pci 0000:07:00.0: reg 0x20: [mem 0xd0000000-0xd03fffff 64bit]
[    2.420815] pci 0000:07:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    2.420862] pci 0000:07:00.0: supports D1 D2
[    2.420863] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.420958] pci 0000:00:01.2: PCI bridge to [bus 07]
[    2.425754] pci 0000:00:01.2:   bridge window [mem 0xd0000000-0xd04fffff]
[    2.425826] pci 0000:08:00.0: [8086:f1a6] type 00 class 0x010802
[    2.425878] pci 0000:08:00.0: reg 0x10: [mem 0xd0c00000-0xd0c03fff 64bit]
[    2.427820] pci 0000:00:01.4: PCI bridge to [bus 08]
[    2.432619] pci 0000:00:01.4:   bridge window [mem 0xd0c00000-0xd0cfffff]
[    2.432696] pci 0000:09:00.0: [197b:0585] type 00 class 0x010601
[    2.432738] pci 0000:09:00.0: reg 0x10: [io  0x2200-0x227f]
[    2.432749] pci 0000:09:00.0: reg 0x14: [io  0x2180-0x21ff]
[    2.432760] pci 0000:09:00.0: reg 0x18: [io  0x2100-0x217f]
[    2.432771] pci 0000:09:00.0: reg 0x1c: [io  0x2080-0x20ff]
[    2.432782] pci 0000:09:00.0: reg 0x20: [io  0x2000-0x207f]
[    2.432795] pci 0000:09:00.0: reg 0x24: [mem 0xd0b00000-0xd0b01fff]
[    2.432806] pci 0000:09:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    2.432866] pci 0000:09:00.0: PME# supported from D3hot
[    2.434818] pci 0000:00:01.5: PCI bridge to [bus 09]
[    2.439615] pci 0000:00:01.5:   bridge window [io  0x2000-0x2fff]
[    2.439620] pci 0000:00:01.5:   bridge window [mem 0xd0b00000-0xd0bfffff]
[    2.439696] pci 0000:0a:00.0: [197b:0585] type 00 class 0x010601
[    2.439738] pci 0000:0a:00.0: reg 0x10: [io  0x1200-0x127f]
[    2.439749] pci 0000:0a:00.0: reg 0x14: [io  0x1180-0x11ff]
[    2.439760] pci 0000:0a:00.0: reg 0x18: [io  0x1100-0x117f]
[    2.439771] pci 0000:0a:00.0: reg 0x1c: [io  0x1080-0x10ff]
[    2.439781] pci 0000:0a:00.0: reg 0x20: [io  0x1000-0x107f]
[    2.439795] pci 0000:0a:00.0: reg 0x24: [mem 0xd0a00000-0xd0a01fff]
[    2.439806] pci 0000:0a:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    2.439866] pci 0000:0a:00.0: PME# supported from D3hot
[    2.439968] pci 0000:00:01.6: PCI bridge to [bus 0a]
[    2.444762] pci 0000:00:01.6:   bridge window [io  0x1000-0x1fff]
[    2.444766] pci 0000:00:01.6:   bridge window [mem 0xd0a00000-0xd0afffff]
[    2.444843] pci 0000:0b:00.0: [1022:145a] type 00 class 0x130000
[    2.445086] pci 0000:0b:00.2: [1022:15df] type 00 class 0x108000
[    2.445161] pci 0000:0b:00.2: reg 0x18: [mem 0xd0800000-0xd08fffff]
[    2.445196] pci 0000:0b:00.2: reg 0x24: [mem 0xd094a000-0xd094bfff]
[    2.445345] pci 0000:0b:00.3: [1022:15e0] type 00 class 0x0c0330
[    2.445405] pci 0000:0b:00.3: reg 0x10: [mem 0xd0700000-0xd07fffff 64bit]
[    2.445516] pci 0000:0b:00.3: PME# supported from D0 D3hot D3cold
[    2.445562] pci 0000:0b:00.3: System wakeup disabled by ACPI
[    2.451089] pci 0000:0b:00.4: [1022:15e1] type 00 class 0x0c0330
[    2.451148] pci 0000:0b:00.4: reg 0x10: [mem 0xd0600000-0xd06fffff 64bit]
[    2.451259] pci 0000:0b:00.4: PME# supported from D0 D3hot D3cold
[    2.451305] pci 0000:0b:00.4: System wakeup disabled by ACPI
[    2.456825] pci 0000:0b:00.5: [1022:15e2] type 00 class 0x048000
[    2.456873] pci 0000:0b:00.5: reg 0x10: [mem 0xd0900000-0xd093ffff]
[    2.456992] pci 0000:0b:00.5: PME# supported from D0 D3hot D3cold
[    2.457083] pci 0000:0b:00.6: [1022:15e3] type 00 class 0x040300
[    2.457131] pci 0000:0b:00.6: reg 0x10: [mem 0xd0940000-0xd0947fff]
[    2.457250] pci 0000:0b:00.6: PME# supported from D0 D3hot D3cold
[    2.457337] pci 0000:0b:00.7: [1022:15e6] type 00 class 0x000000
[    2.457413] pci 0000:0b:00.7: reg 0x18: [mem 0xd0500000-0xd05fffff]
[    2.457447] pci 0000:0b:00.7: reg 0x24: [mem 0xd0948000-0xd0949fff]
[    2.457639] pci 0000:00:08.1: PCI bridge to [bus 0b]
[    2.462430] pci 0000:00:08.1:   bridge window [mem 0xd0500000-0xd09fffff]
[    2.462490] pci_bus 0000:00: on NUMA node 0
[    2.462903] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[    2.469840] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[    2.476841] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[    2.483876] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[    2.490888] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[    2.497897] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[    2.504916] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[    2.511935] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[    2.519291] ACPI: Enabled 2 GPEs in block 00 to 1F
[    2.524020] vgaarb: loaded
[    2.526641] SCSI subsystem initialized
[    2.532372] libata version 3.00 loaded.
[    2.532426] pps_core: LinuxPPS API ver. 1 registered
[    2.537217] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    2.546319] PTP clock support registered
[    2.550338] EFI Variables Facility v0.08 2004-May-17
[    2.559136] pstore: Registered efi as persistent store backend
[    2.564813] PCI: Using ACPI for IRQ routing
[    2.571929] PCI: pci_cache_line_size set to 64 bytes
[    2.572072] e820: reserve RAM buffer [mem 0x00087000-0x0008ffff]
[    2.572074] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    2.572076] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    2.572078] e820: reserve RAM buffer [mem 0xb38b0fa0-0xb3ffffff]
[    2.572079] e820: reserve RAM buffer [mem 0xb7139000-0xb7ffffff]
[    2.572081] e820: reserve RAM buffer [mem 0xcdd4f000-0xcfffffff]
[    2.572083] e820: reserve RAM buffer [mem 0xcf800000-0xcfffffff]
[    2.572084] e820: reserve RAM buffer [mem 0x12f340000-0x12fffffff]
[    2.572375] clocksource: Switched to clocksource hpet
[    2.577431] AppArmor: AppArmor Filesystem Enabled
[    2.581991] pnp: PnP ACPI init
[    2.585271] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    2.592065] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.598647] system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
[    2.605235] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.605396] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    2.605452] system 00:02: [io  0x0400-0x04cf] could not be reserved
[    2.611545] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    2.617436] system 00:02: [io  0x04d6] has been reserved
[    2.622721] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    2.628615] system 00:02: [io  0x0c14] has been reserved
[    2.633901] system 00:02: [io  0x0c50-0x0c52] has been reserved
[    2.639802] system 00:02: [io  0x0c6c] has been reserved
[    2.645081] system 00:02: [io  0x0c6f] has been reserved
[    2.650367] system 00:02: [io  0x0cd0-0x0cdb] has been reserved
[    2.656261] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.656321] system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
[    2.663198] system 00:03: [mem 0xff800000-0xffffffff] could not be reserved
[    2.670128] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.670550] pnp: PnP ACPI: found 4 devices
[    2.681414] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.690112] pci 0000:07:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    2.699986] pci 0000:09:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.709866] pci 0000:0a:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.719839] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.724687] pci 0000:02:00.0:   bridge window [io  0x6000-0x6fff]
[    2.730756] pci 0000:02:00.0:   bridge window [mem 0xd1000000-0xd10fffff]
[    2.737520] pci 0000:02:02.0: PCI bridge to [bus 04]
[    2.742454] pci 0000:02:02.0:   bridge window [io  0x5000-0x5fff]
[    2.748522] pci 0000:02:02.0:   bridge window [mem 0xd0f00000-0xd0ffffff]
[    2.755287] pci 0000:02:06.0: PCI bridge to [bus 05]
[    2.760219] pci 0000:02:06.0:   bridge window [io  0x4000-0x4fff]
[    2.766288] pci 0000:02:06.0:   bridge window [mem 0xd0e00000-0xd0efffff]
[    2.773053] pci 0000:02:0e.0: PCI bridge to [bus 06]
[    2.777986] pci 0000:02:0e.0:   bridge window [io  0x3000-0x3fff]
[    2.784055] pci 0000:02:0e.0:   bridge window [mem 0xd0d00000-0xd0dfffff]
[    2.790820] pci 0000:01:00.0: PCI bridge to [bus 02-06]
[    2.796013] pci 0000:01:00.0:   bridge window [io  0x3000-0x6fff]
[    2.802081] pci 0000:01:00.0:   bridge window [mem 0xd0d00000-0xd10fffff]
[    2.808847] pci 0000:00:01.1: PCI bridge to [bus 01-06]
[    2.814038] pci 0000:00:01.1:   bridge window [io  0x3000-0x6fff]
[    2.820108] pci 0000:00:01.1:   bridge window [mem 0xd0d00000-0xd10fffff]
[    2.826874] pci 0000:07:00.0: BAR 6: assigned [mem 0xd0440000-0xd047ffff pref]
[    2.834057] pci 0000:00:01.2: PCI bridge to [bus 07]
[    2.839001] pci 0000:00:01.2:   bridge window [mem 0xd0000000-0xd04fffff]
[    2.845765] pci 0000:00:01.4: PCI bridge to [bus 08]
[    2.850701] pci 0000:00:01.4:   bridge window [mem 0xd0c00000-0xd0cfffff]
[    2.857466] pci 0000:09:00.0: BAR 6: assigned [mem 0xd0b10000-0xd0b1ffff pref]
[    2.864650] pci 0000:00:01.5: PCI bridge to [bus 09]
[    2.869591] pci 0000:00:01.5:   bridge window [io  0x2000-0x2fff]
[    2.875660] pci 0000:00:01.5:   bridge window [mem 0xd0b00000-0xd0bfffff]
[    2.882429] pci 0000:0a:00.0: BAR 6: assigned [mem 0xd0a10000-0xd0a1ffff pref]
[    2.889610] pci 0000:00:01.6: PCI bridge to [bus 0a]
[    2.894551] pci 0000:00:01.6:   bridge window [io  0x1000-0x1fff]
[    2.900619] pci 0000:00:01.6:   bridge window [mem 0xd0a00000-0xd0afffff]
[    2.907396] pci 0000:00:08.1: PCI bridge to [bus 0b]
[    2.912320] pci 0000:00:08.1:   bridge window [mem 0xd0500000-0xd09fffff]
[    2.919086] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    2.919088] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    2.919090] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    2.919091] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    2.919093] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    2.919095] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    2.919096] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    2.919098] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    2.919100] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    2.919101] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    2.919103] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    2.919105] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    2.919106] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    2.919108] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    2.919109] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    2.919111] pci_bus 0000:00: resource 19 [mem 0xd0000000-0xf7ffffff window]
[    2.919113] pci_bus 0000:00: resource 20 [mem 0xfc000000-0xfed3ffff window]
[    2.919114] pci_bus 0000:01: resource 0 [io  0x3000-0x6fff]
[    2.919116] pci_bus 0000:01: resource 1 [mem 0xd0d00000-0xd10fffff]
[    2.919118] pci_bus 0000:02: resource 0 [io  0x3000-0x6fff]
[    2.919119] pci_bus 0000:02: resource 1 [mem 0xd0d00000-0xd10fffff]
[    2.919121] pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
[    2.919122] pci_bus 0000:03: resource 1 [mem 0xd1000000-0xd10fffff]
[    2.919124] pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
[    2.919125] pci_bus 0000:04: resource 1 [mem 0xd0f00000-0xd0ffffff]
[    2.919127] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    2.919128] pci_bus 0000:05: resource 1 [mem 0xd0e00000-0xd0efffff]
[    2.919130] pci_bus 0000:06: resource 0 [io  0x3000-0x3fff]
[    2.919132] pci_bus 0000:06: resource 1 [mem 0xd0d00000-0xd0dfffff]
[    2.919133] pci_bus 0000:07: resource 1 [mem 0xd0000000-0xd04fffff]
[    2.919135] pci_bus 0000:08: resource 1 [mem 0xd0c00000-0xd0cfffff]
[    2.919136] pci_bus 0000:09: resource 0 [io  0x2000-0x2fff]
[    2.919138] pci_bus 0000:09: resource 1 [mem 0xd0b00000-0xd0bfffff]
[    2.919140] pci_bus 0000:0a: resource 0 [io  0x1000-0x1fff]
[    2.919141] pci_bus 0000:0a: resource 1 [mem 0xd0a00000-0xd0afffff]
[    2.919143] pci_bus 0000:0b: resource 1 [mem 0xd0500000-0xd09fffff]
[    2.919169] NET: Registered protocol family 2
[    2.923732] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    2.930827] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    2.937448] TCP: Hash tables configured (established 32768 bind 32768)
[    2.943885] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    2.949855] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    2.956298] NET: Registered protocol family 1
[    2.960706] RPC: Registered named UNIX socket transport module.
[    2.966486] RPC: Registered udp transport module.
[    2.971166] RPC: Registered tcp transport module.
[    2.975844] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.996249] PCI: CLS 64 bytes, default 64
[    3.157048] Trying to unpack rootfs image as initramfs...
[    4.523411] decompress cpio completed and skip redundant lzma
[    4.530506] Freeing initrd memory: 5980K (ffff880037441000 - ffff880037a18000)
[    4.537590] AMD-Vi: Unable to write to IOMMU perf counter.
[    4.543133] pci 0000:00:00.2: can't derive routing for PCI INT A
[    4.549001] pci 0000:00:00.2: PCI INT A: no GSI
[    4.553994] iommu: Adding device 0000:00:01.0 to group 0
[    4.559155] iommu: Using direct mapping for device 0000:00:01.0
[    4.565470] iommu: Adding device 0000:00:01.1 to group 1
[    4.570629] iommu: Using direct mapping for device 0000:00:01.1
[    4.576924] iommu: Adding device 0000:00:01.2 to group 2
[    4.582085] iommu: Using direct mapping for device 0000:00:01.2
[    4.588383] iommu: Adding device 0000:00:01.4 to group 3
[    4.593540] iommu: Using direct mapping for device 0000:00:01.4
[    4.599829] iommu: Adding device 0000:00:01.5 to group 4
[    4.604988] iommu: Using direct mapping for device 0000:00:01.5
[    4.611279] iommu: Adding device 0000:00:01.6 to group 5
[    4.616438] iommu: Using direct mapping for device 0000:00:01.6
[    4.622738] iommu: Adding device 0000:00:08.0 to group 6
[    4.627895] iommu: Using direct mapping for device 0000:00:08.0
[    4.634187] iommu: Adding device 0000:00:08.1 to group 7
[    4.639355] iommu: Using direct mapping for device 0000:00:08.1
[    4.645651] iommu: Adding device 0000:00:14.0 to group 8
[    4.650808] iommu: Using direct mapping for device 0000:00:14.0
[    4.656705] iommu: Adding device 0000:00:14.3 to group 8
[    4.662431] iommu: Adding device 0000:00:18.0 to group 9
[    4.667589] iommu: Using direct mapping for device 0000:00:18.0
[    4.673487] iommu: Adding device 0000:00:18.1 to group 9
[    4.678773] iommu: Adding device 0000:00:18.2 to group 9
[    4.684059] iommu: Adding device 0000:00:18.3 to group 9
[    4.689356] iommu: Adding device 0000:00:18.4 to group 9
[    4.694632] iommu: Adding device 0000:00:18.5 to group 9
[    4.699920] iommu: Adding device 0000:00:18.6 to group 9
[    4.705206] iommu: Adding device 0000:00:18.7 to group 9
[    4.710889] iommu: Adding device 0000:01:00.0 to group 10
[    4.716134] iommu: Using direct mapping for device 0000:01:00.0
[    4.722443] iommu: Adding device 0000:02:00.0 to group 11
[    4.727686] iommu: Using direct mapping for device 0000:02:00.0
[    4.733980] iommu: Adding device 0000:02:02.0 to group 12
[    4.739225] iommu: Using direct mapping for device 0000:02:02.0
[    4.745532] iommu: Adding device 0000:02:06.0 to group 13
[    4.750776] iommu: Using direct mapping for device 0000:02:06.0
[    4.757070] iommu: Adding device 0000:02:0e.0 to group 14
[    4.762314] iommu: Using direct mapping for device 0000:02:0e.0
[    4.768222] iommu: Adding device 0000:03:00.0 to group 11
[    4.773596] iommu: Adding device 0000:04:00.0 to group 12
[    4.778969] iommu: Adding device 0000:05:00.0 to group 13
[    4.784350] iommu: Adding device 0000:06:00.0 to group 14
[    4.790098] iommu: Adding device 0000:07:00.0 to group 15
[    4.795360] iommu: Using direct mapping for device 0000:07:00.0
[    4.801648] iommu: Adding device 0000:08:00.0 to group 16
[    4.806893] iommu: Using direct mapping for device 0000:08:00.0
[    4.813187] iommu: Adding device 0000:09:00.0 to group 17
[    4.818430] iommu: Using direct mapping for device 0000:09:00.0
[    4.824732] iommu: Adding device 0000:0a:00.0 to group 18
[    4.829974] iommu: Using direct mapping for device 0000:0a:00.0
[    4.836308] iommu: Adding device 0000:0b:00.0 to group 19
[    4.841550] iommu: Using direct mapping for device 0000:0b:00.0
[    4.847845] iommu: Adding device 0000:0b:00.2 to group 20
[    4.853088] iommu: Using direct mapping for device 0000:0b:00.2
[    4.859391] iommu: Adding device 0000:0b:00.3 to group 21
[    4.864634] iommu: Using direct mapping for device 0000:0b:00.3
[    4.870928] iommu: Adding device 0000:0b:00.4 to group 22
[    4.876172] iommu: Using direct mapping for device 0000:0b:00.4
[    4.882478] iommu: Adding device 0000:0b:00.5 to group 23
[    4.887721] iommu: Using direct mapping for device 0000:0b:00.5
[    4.894016] iommu: Adding device 0000:0b:00.6 to group 24
[    4.899260] iommu: Using direct mapping for device 0000:0b:00.6
[    4.905570] iommu: Adding device 0000:0b:00.7 to group 25
[    4.910814] iommu: Using direct mapping for device 0000:0b:00.7
[    4.916955] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    4.922095] AMD-Vi:  Extended features:  PPR NX GT IA GA PC
[    4.927631] AMD-Vi: Interrupt remapping enabled
[    4.932298] AMD-Vi: Lazy IO/TLB flushing enabled
[    4.936754] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.943157] software IO TLB [mem 0xc9455000-0xcd455000] (64MB) mapped at [ffff8800c9455000-ffff8800cd454fff]
[    4.953017] perf: AMD NB counters detected
[    4.957025] perf: AMD LLC counters detected
[    4.962748] audit: initializing netlink subsys (disabled)
[    4.968056] audit: type=2000 audit(1522853291.707:1): initialized
[    4.974287] Initialise system trusted keyring
[    4.985310] VFS: Disk quotas dquot_6.6.0
[    4.989186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.013995] NFS: Registering the id_resolver key type
[    5.019094] Key type id_resolver registered
[    5.023159] Key type id_legacy registered
[    5.048120] async_tx: api initialized (async)
[    5.052341] Key type asymmetric registered
[    5.056397] Asymmetric key parser 'x509' registered
[    5.061292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    5.068605] io scheduler noop registered
[    5.072501] io scheduler deadline registered
[    5.076776] io scheduler cfq registered (default)
[    5.084773] aer 0000:00:01.1:pcie02: service driver aer loaded
[    5.085052] aer 0000:00:01.2:pcie02: service driver aer loaded
[    5.085176] aer 0000:00:01.4:pcie02: service driver aer loaded
[    5.085251] aer 0000:00:01.5:pcie02: service driver aer loaded
[    5.085489] aer 0000:00:01.6:pcie02: service driver aer loaded
[    5.085564] pcieport 0000:00:01.1: Signaling PME through PCIe PME interrupt
[    5.092370] pcieport 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    5.099299] pcieport 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    5.106230] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    5.112727] pcieport 0000:02:02.0: Signaling PME through PCIe PME interrupt
[    5.119660] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    5.126160] pcieport 0000:02:06.0: Signaling PME through PCIe PME interrupt
[    5.133094] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    5.139592] pcieport 0000:02:0e.0: Signaling PME through PCIe PME interrupt
[    5.146526] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    5.153032] pcie_pme 0000:00:01.1:pcie01: service driver pcie_pme loaded
[    5.153058] pcieport 0000:00:01.2: Signaling PME through PCIe PME interrupt
[    5.159959] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[    5.166462] pcie_pme 0000:00:01.2:pcie01: service driver pcie_pme loaded
[    5.166474] pcieport 0000:00:01.4: Signaling PME through PCIe PME interrupt
[    5.173392] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
[    5.179894] pcie_pme 0000:00:01.4:pcie01: service driver pcie_pme loaded
[    5.179905] pcieport 0000:00:01.5: Signaling PME through PCIe PME interrupt
[    5.186826] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
[    5.193340] pcie_pme 0000:00:01.5:pcie01: service driver pcie_pme loaded
[    5.193352] pcieport 0000:00:01.6: Signaling PME through PCIe PME interrupt
[    5.200259] pci 0000:0a:00.0: Signaling PME through PCIe PME interrupt
[    5.206761] pcie_pme 0000:00:01.6:pcie01: service driver pcie_pme loaded
[    5.206804] pcieport 0000:00:08.1: Signaling PME through PCIe PME interrupt
[    5.213691] pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[    5.220192] pci 0000:0b:00.2: Signaling PME through PCIe PME interrupt
[    5.226691] pci 0000:0b:00.3: Signaling PME through PCIe PME interrupt
[    5.233191] pci 0000:0b:00.4: Signaling PME through PCIe PME interrupt
[    5.239691] pci 0000:0b:00.5: Signaling PME through PCIe PME interrupt
[    5.246190] pci 0000:0b:00.6: Signaling PME through PCIe PME interrupt
[    5.252691] pci 0000:0b:00.7: Signaling PME through PCIe PME interrupt
[    5.259193] pcie_pme 0000:00:08.1:pcie01: service driver pcie_pme loaded
[    5.315663] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    5.454651] AMDI0020:00: ttyS0 at MMIO 0xfedc9000 (irq = 3, base_baud = 3000000) is a 16550A
[    5.463034] console [ttyS0] enabled
[    5.469946] bootconsole [earlyser0] disabled
[    5.572983] AMDI0020:01: ttyS1 at MMIO 0xfedca000 (irq = 4, base_baud = 3000000) is a 16550A
[    5.581544] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
[    5.592360] brd: module loaded
[    5.595531] Loading iSCSI transport class v2.0-870.
[    5.603661] nvme nvme0: pci function 0000:08:00.0
[    5.608479] i2c /dev entries driver
[    5.612837] ahci 0000:09:00.0: version 3.0
[    5.613056] ahci 0000:09:00.0: SSS flag set, parallel bus scan disabled
[    5.619779] ahci 0000:09:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
[    5.628044] ahci 0000:09:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh
[    5.637602] ahci 0000:09:00.0: JMB585 Chip Version: A1
[    5.651147] ahci 0000:09:00.0: JMB585 Header Version: 09.00.00.01
[    5.657250] ahci 0000:09:00.0: JMB585 SSC register: 0x3813, SSC off
[    5.763602] ahci 0000:09:00.0: JMB585 port=0, reg_addr=0x4, reg_data=0x1fe9
[    5.870655] ahci 0000:09:00.0: JMB585 port=1, reg_addr=0x11, reg_data=0x1fe9
[    5.962335] tsc: Refined TSC clocksource calibration: 2199.999 MHz
[    5.968527] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb631c647b, max_idle_ns: 440795226700 ns
[    5.977793] ahci 0000:09:00.0: JMB585 port=2, reg_addr=0x1e, reg_data=0x1fe9
[    6.077873] ahci 0000:09:00.0: JMB585 port=3, reg_addr=0x2b, reg_data=0x1fe9
[    6.185005] ahci 0000:09:00.0: JMB585 port=4, reg_addr=0x38, reg_data=0x1fe5
[    6.192211] Cannot find slot node of this ata_port.
[    6.198074] scsi host0: ahci
[    6.206615] scsi host1: ahci
[    6.209743] scsi host2: ahci
[    6.212835] scsi host3: ahci
[    6.216882] scsi host4: ahci
[    6.219898] ata1 : SATA max UDMA/133 abar m8192@0xd0b00000 port 0xd0b00100 irq 298
[    6.227519] ata2 : SATA max UDMA/133 abar m8192@0xd0b00000 port 0xd0b00180 irq 299
[    6.235093] ata3 : SATA max UDMA/133 abar m8192@0xd0b00000 port 0xd0b00200 irq 300
[    6.242669] ata4 : SATA max UDMA/133 abar m8192@0xd0b00000 port 0xd0b00280 irq 301
[    6.250241] ata5 : SATA max UDMA/133 abar m8192@0xd0b00000 port 0xd0b00300 irq 302
[    6.258093] ahci 0000:0a:00.0: SSS flag set, parallel bus scan disabled
[    6.264782] ahci 0000:0a:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
[    6.272962] ahci 0000:0a:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh
[    6.282444] ahci 0000:0a:00.0: JMB585 Chip Version: A1
[    6.296039] ahci 0000:0a:00.0: JMB585 Header Version: 09.00.00.01
[    6.302141] ahci 0000:0a:00.0: JMB585 SSC register: 0x3813, SSC off
[    6.408494] ahci 0000:0a:00.0: JMB585 port=0, reg_addr=0x4, reg_data=0x3fe9
[    6.515539] ahci 0000:0a:00.0: JMB585 port=1, reg_addr=0x11, reg_data=0xffe9
[    6.562354] ata1 : SATA link down (SStatus 0 SControl 300)
[    6.567850] ata1 : No present pin info for SATA link down event
[    6.622673] ahci 0000:0a:00.0: JMB585 port=2, reg_addr=0x1e, reg_data=0x3fe9
[    6.729805] ahci 0000:0a:00.0: JMB585 port=3, reg_addr=0x2b, reg_data=0x1ffe9
[    6.837024] ahci 0000:0a:00.0: JMB585 port=4, reg_addr=0x38, reg_data=0x1fe5
[    6.944156] ahci 0000:0a:00.0: JMB585 port=0, reg_addr=0x73, reg_data=0x1e4
[    7.051203] ahci 0000:0a:00.0: JMB585 port=1, reg_addr=0x75, reg_data=0x1e5
[    7.158248] ahci 0000:0a:00.0: JMB585 port=2, reg_addr=0x77, reg_data=0x1e5
[    7.265313] ahci 0000:0a:00.0: JMB585 port=3, reg_addr=0x79, reg_data=0x1e4
[    7.372377] ahci 0000:0a:00.0: JMB585 port=4, reg_addr=0x7b, reg_data=0x1e5
[    7.379492] Cannot find slot node of this ata_port.
[    7.384610] clocksource: Switched to clocksource tsc
[    7.391835] scsi host5: ahci
[    7.399115] scsi host6: ahci
[    7.404441] scsi host7: ahci
[    7.407496] scsi host8: ahci
[    7.410531] scsi host9: ahci
[    7.413494] ata6 : SATA max UDMA/133 abar m8192@0xd0a00000 port 0xd0a00100 irq 314
[    7.421065] ata7 : SATA max UDMA/133 abar m8192@0xd0a00000 port 0xd0a00180 irq 315
[    7.428632] ata8 : SATA max UDMA/133 abar m8192@0xd0a00000 port 0xd0a00200 irq 316
[    7.436196] ata9 : SATA max UDMA/133 abar m8192@0xd0a00000 port 0xd0a00280 irq 317
[    7.443759] ata10 : SATA max UDMA/133 abar m8192@0xd0a00000 port 0xd0a00300 irq 318
[    7.462335] rtc-s35390a i2c-RTC35390:00: rtc core: registered rtc-s35390a as rtc0
[    7.469913] md: linear personality registered for level -1
[    7.475407] md: raid0 personality registered for level 0
[    7.480721] md: raid1 personality registered for level 1
[    7.486040] md: raid10 personality registered for level 10
[    7.493123] md: raid6 personality registered for level 6
[    7.498441] md: raid5 personality registered for level 5
[    7.503753] md: raid4 personality registered for level 4
[    7.509162] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
[    7.517735] NET: Registered protocol family 17
[    7.522333] Key type dns_resolver registered
[    7.527824] registered taskstats version 1
[    7.531928] Loading compiled-in untrusted X.509 certificates
[    7.537588] Loading compiled-in X.509 certificates
[    7.542515] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[    7.553571] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[    7.563704] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[    7.575309] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[    7.585143] page_owner is disabled
[    7.588641] AppArmor: AppArmor sha1 policy hashing enabled
[    7.595556] rtc-s35390a i2c-RTC35390:00: setting system clock to 2020-11-29 00:37:06 UTC (1606610226)
[    7.703307] ata5 : SATA link down (SStatus 0 SControl 300)
[    7.708802] ata5 : No present pin info for SATA link down event
[    7.769303] ata6 : SATA link down (SStatus 0 SControl 300)
[    7.774796] ata6 : No present pin info for SATA link down event
[    7.780748] ata10 : SATA link down (SStatus 0 SControl 300)
[    7.786324] ata10 : No present pin info for SATA link down event
[   10.759295] ata8 (slot 5): SATA link down (SStatus 0 SControl 300)
[   10.766438] ata8 (slot 5): Disk is not present for SATA link down event
[   10.778614] ata9 (slot 6): SATA link down (SStatus 0 SControl 300)
[   10.784980] ata9 (slot 6): Disk is not present for SATA link down event
[   10.852298] ata4 (slot 3): SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   10.859284] ata3 (slot 2): SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   10.866360] ata2 (slot 1): SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   10.925643] ata7 (slot 4): SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   19.923125] ata3.00 (slot 2): disabling queued TRIM support
[   19.923133] ata3.00 (slot 2): ATA-9: WDC WD120EFAX-68UNTN0, 81.00A81, max UDMA/133
[   19.930708] ata3.00 (slot 2): 23437770752 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   19.938704] ata3.00 (slot 2): SN:5PJPRB5B
[   20.088385] ata3.00 (slot 2): disabling queued TRIM support
[   20.088396] ata3.00 (slot 2): configured for UDMA/133
[   20.112882] ata2.00 (slot 1): disabling queued TRIM support
[   20.112890] ata2.00 (slot 1): ATA-9: WDC WD120EFAX-68UNTN0, 81.00A81, max UDMA/133
[   20.120490] ata2.00 (slot 1): 23437770752 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   20.128492] ata2.00 (slot 1): SN:5PJPNJ8B
[   20.150405] ata4.00 (slot 3): disabling queued TRIM support
[   20.150413] ata4.00 (slot 3): ATA-9: WDC WD120EFAX-68UNTN0, 81.00A81, max UDMA/133
[   20.157994] ata4.00 (slot 3): 23437770752 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   20.165991] ata4.00 (slot 3): SN:5PJPE22B
[   20.199604] ata7.00 (slot 4): disabling queued TRIM support
[   20.199607] ata7.00 (slot 4): ATA-9: WDC WD120EFAX-68UNTN0, 81.00A81, max UDMA/133
[   20.207179] ata7.00 (slot 4): 23437770752 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   20.215175] ata7.00 (slot 4): SN:5PJR3KDB
[   20.278420] ata2.00 (slot 1): disabling queued TRIM support
[   20.278429] ata2.00 (slot 1): configured for UDMA/133
[   20.284155] scsi 1:0:0:0: Direct-Access     WDC      WD120EFAX-68UNTN0        0A81 PQ: 0 ANSI: 5
[   20.293476] got SATA disk[0]
[   20.296483] sd 1:0:0:0: [sata1] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[   20.297096] scsi 2:0:0:0: Direct-Access     WDC      WD120EFAX-68UNTN0        0A81 PQ: 0 ANSI: 5
[   20.297307] got SATA disk[1]
[   20.297365] sd 2:0:0:0: [sata2] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[   20.297367] sd 2:0:0:0: [sata2] 4096-byte physical blocks
[   20.297428] sd 2:0:0:0: [sata2] Write Protect is off
[   20.297431] sd 2:0:0:0: [sata2] Mode Sense: 00 3a 00 00
[   20.297452] sd 2:0:0:0: [sata2] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   20.314699] ata4.00 (slot 3): disabling queued TRIM support
[   20.314704] ata4.00 (slot 3): configured for UDMA/133
[   20.315131] scsi 3:0:0:0: Direct-Access     WDC      WD120EFAX-68UNTN0        0A81 PQ: 0 ANSI: 5
[   20.315462] got SATA disk[2]
[   20.315546] sd 3:0:0:0: [sata3] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[   20.315548] sd 3:0:0:0: [sata3] 4096-byte physical blocks
[   20.315605] sd 3:0:0:0: [sata3] Write Protect is off
[   20.315607] sd 3:0:0:0: [sata3] Mode Sense: 00 3a 00 00
[   20.315625] sd 3:0:0:0: [sata3] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   20.354396]  sata2: p1 p2
[   20.354762] sd 2:0:0:0: [sata2] Attached SCSI disk
[   20.361138]  sata3: p1 p2
[   20.361469] sd 3:0:0:0: [sata3] Attached SCSI disk
[   20.402999] sd 1:0:0:0: [sata1] 4096-byte physical blocks
[   20.408488] sd 1:0:0:0: [sata1] Write Protect is off
[   20.413468] sd 1:0:0:0: [sata1] Mode Sense: 00 3a 00 00
[   20.413494] sd 1:0:0:0: [sata1] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   20.417548] ata7.00 (slot 4): disabling queued TRIM support
[   20.417553] ata7.00 (slot 4): configured for UDMA/133
[   20.417835] scsi 6:0:0:0: Direct-Access     WDC      WD120EFAX-68UNTN0        0A81 PQ: 0 ANSI: 5
[   20.418174] got SATA disk[3]
[   20.418235] sd 6:0:0:0: [sata4] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[   20.418237] sd 6:0:0:0: [sata4] 4096-byte physical blocks
[   20.418272] sd 6:0:0:0: [sata4] Write Protect is off
[   20.418273] sd 6:0:0:0: [sata4] Mode Sense: 00 3a 00 00
[   20.418288] sd 6:0:0:0: [sata4] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   20.475102]  sata4: p1 p2
[   20.478037] sd 6:0:0:0: [sata4] Attached SCSI disk
[   20.495667] random: nonblocking pool is initialized
[   20.534573]  sata1: p1 p2
[   20.537470] sd 1:0:0:0: [sata1] Attached SCSI disk
[   20.544285] Freeing unused kernel memory: 860K (ffffffff8187b000 - ffffffff81952000)
[   20.552032] Write protecting the kernel read-only data: 8192k
[   20.557984] Freeing unused kernel memory: 544K (ffff880001578000 - ffff880001600000)
[   20.566241] Freeing unused kernel memory: 180K (ffff8800017d3000 - ffff880001800000)
[   20.631424] ACPI: bus type USB registered
[   20.635490] usbcore: registered new interface driver usbfs
[   20.640995] usbcore: registered new interface driver hub
[   20.646346] usbcore: registered new interface driver ethub
[   20.651868] usbcore: registered new device driver usb
[   20.670905] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   20.683114] ehci-pci: EHCI PCI platform driver
[   20.696911] uhci_hcd: USB Universal Host Controller Interface driver
[   20.718902] xhci_hcd 0000:0b:00.3: xHCI Host Controller
[   20.725093] xhci_hcd 0000:0b:00.3: new USB bus registered, assigned bus number 1
[   20.732713] xhci_hcd 0000:0b:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x00000410
[   20.741782] hub 1-0:1.0: USB hub found
[   20.745580] hub 1-0:1.0: 4 ports detected
[   20.749744]  port2 is going to power up Vbus by GPIO#42(ACTIVE_HIGH)
[   20.856179] host 0000:0b:00.3 port 2 has Vbus GPIO#42 with polarity ACTIVE_HIGH
[   20.863557]  port3 is going to power up Vbus by GPIO#12(ACTIVE_HIGH)
[   20.969986] host 0000:0b:00.3 port 3 has Vbus GPIO#12 with polarity ACTIVE_HIGH
[   20.977607] xhci_hcd 0000:0b:00.3: xHCI Host Controller
[   20.982845] xhci_hcd 0000:0b:00.3: new USB bus registered, assigned bus number 2
[   20.990237] xhci_hcd 0000:0b:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[   20.997415] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   21.005828] hub 2-0:1.0: USB hub found
[   21.009623] hub 2-0:1.0: 4 ports detected
[   21.013797] host 0000:0b:00.3 port 2 has Vbus GPIO#42 with polarity ACTIVE_HIGH
[   21.021194] host 0000:0b:00.3 port 3 has Vbus GPIO#12 with polarity ACTIVE_HIGH
[   21.029007] xhci_hcd 0000:0b:00.4: xHCI Host Controller
[   21.034249] xhci_hcd 0000:0b:00.4: new USB bus registered, assigned bus number 3
[   21.041847] xhci_hcd 0000:0b:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x00000410
[   21.050934] hub 3-0:1.0: USB hub found
[   21.054720] hub 3-0:1.0: 2 ports detected
[   21.058824]  port1 is going to power up Vbus by GPIO#11(ACTIVE_HIGH)
[   21.165262] host 0000:0b:00.4 port 1 has Vbus GPIO#11 with polarity ACTIVE_HIGH
[   21.172820] xhci_hcd 0000:0b:00.4: xHCI Host Controller
[   21.178070] xhci_hcd 0000:0b:00.4: new USB bus registered, assigned bus number 4
[   21.185478] xhci_hcd 0000:0b:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[   21.192618] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   21.200993] hub 4-0:1.0: USB hub found
[   21.204783] hub 4-0:1.0: 1 port detected
[   21.208788] host 0000:0b:00.4 port 1 has Vbus GPIO#11 with polarity ACTIVE_HIGH
[   21.231504] v1000_synobios: module license 'Synology Inc.' taints kernel.
[   21.242765] Disabling lock debugging due to kernel taint
[   21.249335] ttyS1 - failed to request DMA
[   21.256393] correction with 0x00
[   21.260929] 2020-11-29 0:37:19 UTC
[   21.264337] synobios: load, major number 201
[   21.268612] Brand: Synology
[   21.271456] Model: DS-1621+
[   21.274288] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[   21.282745] synobios cpu_arch proc entry initialized
[   21.287709] synobios crypto_hw proc entry initialized
[   21.292756] synobios syno_platform proc entry initialized
[   21.298163] synobios open /dev/ttyS1 success
[   21.307240] synobios: unload
[   21.313086] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[   21.335825] md: Autodetecting RAID arrays.
[   21.450241] md: Scanned 8 and added 8 devices.
[   21.454695] md: autorun ...
[   21.457491] md: considering sata1p1 ...
[   21.461335] md:  adding sata1p1 ...
[   21.464831] md: sata1p2 has different UUID to sata1p1
[   21.469886] md:  adding sata2p1 ...
[   21.473380] md: sata2p2 has different UUID to sata1p1
[   21.478436] md:  adding sata3p1 ...
[   21.481930] md: sata3p2 has different UUID to sata1p1
[   21.486983] md:  adding sata4p1 ...
[   21.490475] md: sata4p2 has different UUID to sata1p1
[   21.495537] md: created md0
[   21.498333] md: bind<sata4p1>
[   21.501321] md: bind<sata3p1>
[   21.504300] md: bind<sata2p1>
[   21.507278] md: bind<sata1p1>
[   21.510257] md: running: <sata1p1><sata2p1><sata3p1><sata4p1>
[   21.516506] md/raid1:md0: active with 4 out of 6 mirrors
[   21.525583] md0: detected capacity change from 0 to 2549940224
[   21.531438] md: considering sata1p2 ...
[   21.535277] md:  adding sata1p2 ...
[   21.538770] md:  adding sata2p2 ...
[   21.542257] md:  adding sata3p2 ...
[   21.545749] md:  adding sata4p2 ...
[   21.549539] md: created md1
[   21.552360] md: bind<sata4p2>
[   21.555339] md: bind<sata3p2>
[   21.558318] md: bind<sata2p2>
[   21.561298] md: bind<sata1p2>
[   21.564278] md: running: <sata1p2><sata2p2><sata3p2><sata4p2>
[   21.570285] md/raid1:md1: active with 4 out of 6 mirrors
[   21.577791] md1: detected capacity change from 0 to 2147418112
[   21.583638] md: ... autorun DONE.
[   21.774199] EXT4-fs (md0): barriers disabled
[   21.786780] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts:
[   26.190481] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k
[   28.251515] correction with 0x00
[   28.261274] 2020-11-29 0:37:26 UTC
[   28.264685] synobios: load, major number 201
[   28.268965] Brand: Synology
[   28.271813] Model: DS-1621+
[   28.274648] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[   28.283111] synobios cpu_arch proc entry initialized
[   28.288081] synobios crypto_hw proc entry initialized
[   28.293134] synobios syno_platform proc entry initialized
[   28.298553] synobios open /dev/ttyS1 success
[   28.309326] synobios: unload
[   33.916966] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
[   34.571520] EXT4-fs (md0): re-mounted. Opts: (null)
[   41.356428] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   41.361900] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   41.367372] sd 3:0:0:0: Attached scsi generic sg2 type 0
[   41.372836] sd 6:0:0:0: Attached scsi generic sg3 type 0
[   41.755014] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k
[   42.006231] zram: Added device: zram0
[   42.010181] zram: Added device: zram1
[   42.014266] zram: Added device: zram2
[   42.018159] zram: Added device: zram3
[   42.024674] zram0: detected capacity change from 0 to 612368384
[   42.037002] Adding 598012k swap on /dev/zram0.  Priority:1 extents:1 across:598012k SS
[   42.046629] zram1: detected capacity change from 0 to 612368384
[   42.059190] Adding 598012k swap on /dev/zram1.  Priority:1 extents:1 across:598012k SS
[   42.068927] zram2: detected capacity change from 0 to 612368384
[   42.081059] Adding 598012k swap on /dev/zram2.  Priority:1 extents:1 across:598012k SS
[   42.090560] zram3: detected capacity change from 0 to 612368384
[   42.102684] Adding 598012k swap on /dev/zram3.  Priority:1 extents:1 across:598012k SS
[   45.478413] NET: Registered protocol family 10
[   45.511764] sit: IPv6 over IPv4 tunneling driver
[   45.600503] init: syno-auth-check main process (6241) killed by TERM signal
[   45.748629] ACPI: acpi_idle registered with cpuidle
[   45.916331] acpi-cpufreq: overriding BIOS provided _PSD data
[   46.129216] AVX2 version of gcm_enc/dec engaged.
[   46.133840] AES CTR mode by8 optimization enabled
[   46.172555] fuse init (API version 7.23)
[   46.235414] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.1.3
[   46.242381] Copyright(c) 1999 - 2017 Intel Corporation.
[   46.264157] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.3.6
[   46.272508] i40e: Copyright(c) 2013 - 2017 Intel Corporation.
[   46.299430] r8168 Gigabit Ethernet driver 8.045.12-NAPI loaded
[   46.311478]  Reinit 1 8001
[   46.314293]  Reinit 2 1
[   46.326825]  Reinit 1 8001
[   46.329639]  Reinit 2 1
[   46.332787] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[   46.344173] r8168  Copyright (C) 2017  Realtek NIC software team <[email protected]>
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[   46.374984] r8168 Gigabit Ethernet driver 8.045.12-NAPI loaded
[   46.387024]  Reinit 1 8001
[   46.389837]  Reinit 2 1
[   46.402380]  Reinit 1 8001
[   46.405194]  Reinit 2 1
[   46.408349] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[   46.419742] r8168  Copyright (C) 2017  Realtek NIC software team <[email protected]>
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[   46.450555] r8168 Gigabit Ethernet driver 8.045.12-NAPI loaded
[   46.462596]  Reinit 1 8001
[   46.465411]  Reinit 2 1
[   46.477936]  Reinit 1 8001
[   46.480749]  Reinit 2 1
[   46.483885] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[   46.495275] r8168  Copyright (C) 2017  Realtek NIC software team <[email protected]>
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[   46.526088] r8168 Gigabit Ethernet driver 8.045.12-NAPI loaded
[   46.538107]  Reinit 1 8001
[   46.540921]  Reinit 2 1
[   46.553453]  Reinit 1 8001
[   46.556268]  Reinit 2 1
[   46.559409] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[   46.570804] r8168  Copyright (C) 2017  Realtek NIC software team <[email protected]>
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[   46.633053] qed_init called
[   46.635859] QLogic FastLinQ 4xxxx Core Module qed 8.33.9.0
[   46.641344] creating debugfs root node
[   46.651307] qede_init: QLogic FastLinQ 4xxxx Ethernet Driver qede 8.33.9.0
[   46.672400] Compat-mlnx-ofed backport release: c22af88
[   46.677547] Backport based on mlnx_ofed/mlnx-ofa_kernel-4.0.git c22af88
[   46.684162] compat.git: mlnx_ofed/mlnx-ofa_kernel-4.0.git
[   47.151009] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.713.36 ($DateTime: 2016/06/16 03:53:41 $)
[   47.220969] Btrfs loaded, crc32c=crc32c-intel
[   47.230477] exFAT: Version 1.2.9
[   47.275594] adt7475 1-002c: ADT7490 device, revision 3
[   47.280750] adt7475 1-002c: Optional features: in0 in4 fan4 pwm2
[   47.511425] correction with 0x00
[   47.515957] 2020-11-29 0:37:46 UTC
[   47.519375] synobios: load, major number 201
[   47.523653] Brand: Synology
[   47.526497] Model: DS-1621+
[   47.529338] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[   47.537878] synobios cpu_arch proc entry initialized
[   47.542879] synobios crypto_hw proc entry initialized
[   47.543491] systemd-udevd[7464]: starting version 204
[   47.553001] synobios syno_platform proc entry initialized
[   47.558627] synobios open /dev/ttyS1 success
[   48.477835] eth0: 0xffffc90001484000, 00:11:32:d8:51:ec, IRQ 340
[   48.489606]  Reinit 1 8001
[   48.492420]  Reinit 2 1
[   48.504954]  Reinit 1 8001
[   48.507766]  Reinit 2 1
[   48.520702]  Reinit 1 8001
[   48.523512]  Reinit 2 1
[   48.556922] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   49.610774] eth1: 0xffffc90001486000, 00:11:32:d8:51:ed, IRQ 341
[   49.622545]  Reinit 1 8001
[   49.625383]  Reinit 2 1
[   49.637946]  Reinit 1 8001
[   49.640766]  Reinit 2 1
[   49.653474]  Reinit 1 8001
[   49.656296]  Reinit 2 1
[   49.689759] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   50.728507] eth2: 0xffffc90001488000, 00:11:32:d8:51:ee, IRQ 342
[   50.740277]  Reinit 1 8001
[   50.743091]  Reinit 2 1
[   50.755625]  Reinit 1 8001
[   50.758439]  Reinit 2 1
[   50.771153]  Reinit 1 8001
[   50.773966]  Reinit 2 1
[   50.807373] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   51.846876] eth3: 0xffffc9000148a000, 00:11:32:d8:51:ef, IRQ 343
[   51.858653]  Reinit 1 8001
[   51.861465]  Reinit 2 1
[   51.873998]  Reinit 1 8001
[   51.876809]  Reinit 2 1
[   51.889545]  Reinit 1 8001
[   51.892358]  Reinit 2 1
[   51.925790] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[   52.569355]  Reinit 1 8001
[   52.572169]  Reinit 2 1
[   52.585132] r8168: eth0: link up 1 Gbps
[   52.589000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   53.685998] init: dhcp-client (eth0) main process (9506) killed by TERM signal
[   53.734656] usb-storage 1-1:1.0: USB Mass Storage device detected
[   53.740840] scsi host10: usb-storage 1-1:1.0
[   53.745217] usbcore: registered new interface driver usb-storage
[   53.757306] usbcore: registered new interface driver usblp
[   53.787633] usbcore: registered new interface driver usbhid
[   53.793229] usbhid: USB HID core driver
[   54.747662] scsi 10:0:0:0: Direct-Access     Synology DiskStation              DL17 PQ: 0 ANSI: 6
[   54.756920] sd 10:0:0:0: Attached scsi generic sg4 type 0
[   54.757324] sd 10:0:0:0: [synoboot] 245760 512-byte logical blocks: (126 MB/120 MiB)
[   54.758125] sd 10:0:0:0: [synoboot] Write Protect is off
[   54.758127] sd 10:0:0:0: [synoboot] Mode Sense: 23 00 00 00
[   54.758928] sd 10:0:0:0: [synoboot] No Caching mode page found
[   54.758929] sd 10:0:0:0: [synoboot] Assuming drive cache: write through
[   54.764798] GPT:Primary header thinks Alt. header is not at the end of the disk.
[   54.764800] GPT:239649 != 245759
[   54.764800] GPT:Alternate GPT header not at the end of the disk.
[   54.764801] GPT:239649 != 245759
[   54.764801] GPT: Use GNU Parted to correct GPT errors.
[   54.764811]  synoboot: synoboot1 synoboot2
[   54.777473] sd 10:0:0:0: [synoboot] Attached SCSI disk
[   56.058741] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(001132d851ec).
[   56.117049] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   56.170800] iSCSI:target_core_device.c:617:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   56.182740] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
[   56.208237] ata2.00 (slot 1): disabling queued TRIM support
[   56.215668] ata2.00 (slot 1): disabling queued TRIM support
[   56.215680] ata2.00 (slot 1): configured for UDMA/133
[   56.216549] iSCSI:target_core_file.c:146:fd_attach_hba RODSP plugin for fileio is enabled.
[   56.216553] iSCSI:target_core_file.c:153:fd_attach_hba ODX Token Manager is enabled.
[   56.216564] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[   56.216573] iSCSI:target_core_ep.c:786:ep_attach_hba RODSP plugin for epio is enabled.
[   56.216575] iSCSI:target_core_ep.c:793:ep_attach_hba ODX Token Manager is enabled.
[   56.261241] ata2 (slot 1): EH complete
[   56.349136] ata3.00 (slot 2): disabling queued TRIM support
[   56.353141] capability: warning: `nginx' uses 32-bit capabilities (legacy support in use)
[   56.356587] ata3.00 (slot 2): disabling queued TRIM support
[   56.356593] ata3.00 (slot 2): configured for UDMA/133
[   56.356598] ata3 (slot 2): EH complete
[   56.449149] ata4.00 (slot 3): disabling queued TRIM support
[   56.456585] ata4.00 (slot 3): disabling queued TRIM support
[   56.456593] ata4.00 (slot 3): configured for UDMA/133
[   56.461663] ata4 (slot 3): EH complete
[   56.545029] ata7.00 (slot 4): disabling queued TRIM support
[   56.552936] ata7.00 (slot 4): disabling queued TRIM support
[   56.552948] ata7.00 (slot 4): configured for UDMA/133
[   56.558029] ata7 (slot 4): EH complete
[   56.575987] init: nmbd main process (11827) killed by TERM signal
[   56.689752] loop: module loaded
[   60.858394] init: dhcp-client (eth0) main process (10236) killed by TERM signal
[   61.078382] FAT-fs (synoboot1): fat_set_state: set=1 process=syno_bios_log_c pid=12883
[   61.100517] FAT-fs (synoboot1): fat_set_state: set=0 process=syno_bios_log_c pid=12883
[   61.152622] init: synoscheduler-vmtouch main process (5586) killed by TERM signal
[   61.416310] init: synoscheduler-vmtouch main process (13038) killed by TERM signal
[   63.300401] init: scsi_plugin_server main process (12408) killed by TERM signal
[   63.542876] init: nmbd main process (14054) killed by TERM signal
[   66.397381] init: scsi_plugin_server main process (13945) killed by TERM signal
[   83.971300] init: scsi_plugin_server main process (14931) killed by TERM signal
[   85.584225] init: iscsi_pluginserverd main process (16404) killed by TERM signal
[   85.592947] init: iscsi_pluginengined main process (16400) killed by TERM signal
[   85.622808] init: scsi_plugin_server main process (16416) killed by TERM signal
[   85.736045] init: nmbd main process (17222) killed by TERM signal
[   86.466045] init: iscsi_pluginserverd main process (17158) killed by TERM signal
[   86.474787] init: iscsi_pluginengined main process (17153) killed by TERM signal
[   86.494632] init: scsi_plugin_server main process (17171) killed by TERM signal
[  100.754124] init: smbd main process (11679) killed by TERM signal
[  133.222411] init: synoscheduler-vmtouch main process (13098) killed by TERM signal
[  256.533672] sfdisk (19265): drop_caches: 3
[  256.533950] sfdisk (19264): drop_caches: 3
[  256.534082] sfdisk (19261): drop_caches: 3
[  256.534241] sfdisk (19262): drop_caches: 3
[  256.944702] sfdisk (19269): drop_caches: 3
[  256.944710] sfdisk (19270): drop_caches: 3
[  256.944719] sfdisk (19271): drop_caches: 3
[  257.020181] sfdisk (19274): drop_caches: 3
[  257.585194] md: bind<sata1p3>
[  257.588442] md: bind<sata2p3>
[  257.591652] md: bind<sata3p3>
[  257.594847] md: bind<sata4p3>
[  257.683085] md/raid:md2: not clean -- starting background reconstruction
[  257.689842] md/raid:md2: device sata4p3 operational as raid disk 3
[  257.696029] md/raid:md2: device sata3p3 operational as raid disk 2
[  257.702218] md/raid:md2: device sata2p3 operational as raid disk 1
[  257.708408] md/raid:md2: device sata1p3 operational as raid disk 0
[  257.715400] md/raid:md2: allocated 4376kB
[  257.719485] md/raid:md2: raid level 5 active with 4 out of 4 devices, algorithm 2
[  257.726972] RAID conf printout:
[  257.726973]  --- level:5 rd:4 wd:4
[  257.726976]  disk 0, o:1, dev:sata1p3
[  257.726977]  disk 1, o:1, dev:sata2p3
[  257.726979]  disk 2, o:1, dev:sata3p3
[  257.726981]  disk 3, o:1, dev:sata4p3
[  257.731602] md2: detected capacity change from 0 to 35985602641920
[  257.737864] md: md2: current auto_remap = 0
[  257.742063] md: resync of RAID array md2
[  257.745994] md: minimum _guaranteed_  speed: 10000 KB/sec/disk.
[  257.751916] md: using maximum available idle IO bandwidth (but not more than 10000 KB/sec) for resync.
[  257.761219] md: using 128k window, over a total of 11714063360k.
[  283.873005] md: md2: resync interrupted.
[  283.876967] md: checkpointing resync of md2.
[  283.881248] md: md2: current auto_remap = 0
[  283.889399] md: md2 still in use.
[  283.892755] md: md2: current auto_remap = 0
[  283.896944] md: resync of RAID array md2
[  283.900871] md: minimum _guaranteed_  speed: 10000 KB/sec/disk.
[  283.906792] md: using maximum available idle IO bandwidth (but not more than 10000 KB/sec) for resync.
[  283.916094] md: using 128k window, over a total of 11714063360k.
[  283.922099] md: resuming resync of md2 from checkpoint.
[  284.510394] md: md2: resync interrupted.
[  284.514337] md: checkpointing resync of md2.
[  284.518613] md: md2: current auto_remap = 0
[  284.538408] md2: detected capacity change from 35985602641920 to 0
[  284.544624] md: md2: set sata4p3 to auto_remap [0]
[  284.549424] md: md2: set sata3p3 to auto_remap [0]
[  284.554216] md: md2: set sata2p3 to auto_remap [0]
[  284.559007] md: md2: set sata1p3 to auto_remap [0]
[  284.563798] md: md2 stopped.
[  284.566685] md: unbind<sata4p3>
[  284.573995] md: export_rdev(sata4p3)
[  284.577582] md: unbind<sata3p3>
[  284.585001] md: export_rdev(sata3p3)
[  284.588587] md: unbind<sata2p3>
[  284.595994] md: export_rdev(sata2p3)
[  284.599583] md: unbind<sata1p3>
[  284.609993] md: export_rdev(sata1p3)
[  301.256766] sfdisk (19776): drop_caches: 3
[  301.256783] sfdisk (19779): drop_caches: 3
[  301.256789] sfdisk (19778): drop_caches: 3
[  301.642062] sfdisk (19783): drop_caches: 3
[  301.643666] sfdisk (19781): drop_caches: 3
[  301.643668] sfdisk (19782): drop_caches: 3
[  302.035010] md: bind<sata1p3>
[  302.038309] md: bind<sata2p3>
[  302.041555] md: bind<sata3p3>
[  302.115023] md/raid:md2: not clean -- starting background reconstruction
[  302.121779] md/raid:md2: device sata3p3 operational as raid disk 2
[  302.127963] md/raid:md2: device sata2p3 operational as raid disk 1
[  302.134143] md/raid:md2: device sata1p3 operational as raid disk 0
[  302.140766] md/raid:md2: allocated 3318kB
[  302.144901] md/raid:md2: raid level 5 active with 3 out of 3 devices, algorithm 2
[  302.152387] RAID conf printout:
[  302.152388]  --- level:5 rd:3 wd:3
[  302.152391]  disk 0, o:1, dev:sata1p3
[  302.152392]  disk 1, o:1, dev:sata2p3
[  302.152393]  disk 2, o:1, dev:sata3p3
[  302.165142] md2: detected capacity change from 0 to 23990401761280
[  302.171405] md: md2: current auto_remap = 0
[  302.175605] md: resync of RAID array md2
[  302.179539] md: minimum _guaranteed_  speed: 10000 KB/sec/disk.
[  302.185466] md: using maximum available idle IO bandwidth (but not more than 10000 KB/sec) for resync.
[  302.194776] md: using 128k window, over a total of 11714063360k.
[  320.981926] sfdisk (19972): drop_caches: 3
[  351.770216] BTRFS: device label 2020.11.29-00:42:50 v25426 devid 1 transid 3 /dev/md2
[  351.937554] BTRFS info (device md2): using free space tree
[  351.943057] BTRFS info (device md2): has skinny extents
[  351.948305] BTRFS info (device md2): flagging fs with big metadata feature
[  351.958045] BTRFS: creating free space tree
[  351.962333] BTRFS info (device md2): setting 1 ro feature flag
[  351.991763] BTRFS info (device md2): creating UUID tree
[  352.120419] BTRFS info (device md2): setting 2 feature flag
[  352.456442] BTRFS info (device md2): enabling auto syno reclaim space
[  352.462890] BTRFS info (device md2): use ssd allocation scheme
[  352.468725] BTRFS info (device md2): using free space tree
[  352.474211] BTRFS info (device md2): has skinny extents
[  352.558313] BTRFS info (device md2): qgroup scan completed (inconsistency flag cleared)
[  352.782989] BTRFS info (device md2): using free space tree

Output of lsusb command

__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:0b:00.3) hub
  |__1-1         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 7F0008891081C626)
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:0b:00.3) hub
|__usb3          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:0b:00.4) hub
|__usb4          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:0b:00.4) hub

Output of ifconfig -a command

eth0      Link encap:Ethernet  HWaddr 00:11:32:D8:51:EC
          inet addr:192.168.1.97  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::211:32ff:fed8:51ec/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1772779039 errors:0 dropped:0 overruns:0 frame:0
          TX packets:262836739 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2656387172811 (2.4 TiB)  TX bytes:17542597513 (16.3 GiB)
          Interrupt:84 base 0x4000

eth1      Link encap:Ethernet  HWaddr 00:11:32:D8:51:ED
          inet addr:169.254.49.30  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:85 base 0x6000

eth2      Link encap:Ethernet  HWaddr 00:11:32:D8:51:EE
          inet addr:169.254.42.130  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:86 base 0x8000

eth3      Link encap:Ethernet  HWaddr 00:11:32:D8:51:EF
          inet addr:169.254.56.197  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:87 base 0xa000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:2399321 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2399321 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:341214356 (325.4 MiB)  TX bytes:341214356 (325.4 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Support for Geminilake CPUs

I have a DS920+ with an Intel Celeron J4125 CPU (Geminilake) with a QNAP QNA-UC5G1T installed.

I tried the to install the ApolloLake (aqc111-apollolake-1.3.3.0-2.spk) build on DSM 6.2.3-25426 and it says:

This package is not supported on the platform of Synology NAS or is incompatible with the current DSM version.

If you create a build for this platform I would be happy to test it for you

Thanks

DS920+ - Report - 😎

Very happy with the performance and stability.
To echo the comments of others, many many thanks to @bb-qq for their great work :)

Note: per advice in other posted issues, you MUST use the front USB port. I had frequent stability issues that required a driver package reboot when using the back port.

TL:DR on performance

Performance was largely dependent on the USB bus / adapter bandwidth, how busy the devices are, and caching. Performance was generally in the 1.2-1.4Gbps range with either my 2 x HDDs in RAID1 or older SSD drives in RAID0

Equipment list

Synology DS20+

RAM

  • 8GB RAM - built in soldered 4GB + official sinology 4GB memory kit

SSD Cache (Read-only)

  • Samsung (MZ-V7S1T0B/AM) 970 EVO Plus SSD 1TB - M.2 NVMe

Storage and Volumes

  • VOLUME 1 - 2 x Seagate Ironwolf 12TB (ST12000VN0008)
    ** SHR-2 (mirrored)
    ** File system (NAS): Btrfs
  • VOLUME 2 - 2 x Samsung 850 EVO 250GB
    ** RAID0 (striped)
    ** File system: Btrfs
  • StarTech.com 5GbE USB A to Ethernet Adapter SUB3.1 (US5GA30)
  • File system: Btrfs
  • MTU 9000 on USB 5GbE interface

Host

Hardware

  • HP EliteDesk G4 800 with Intel i5 8500T 32GB RAM micro desktop

OS:

  • Windows Server 2019 Datacenter w/ Hyper-V role

Host \ VM storage:

  • Samsung SSD 970 EVO Plus 1TB NVMe
  • File system: NTFS

Host connectivity:

  • StarTech.com 5GbE USB A to Ethernet Adapter SUB3.1 (US5GA30)
    **
    ** MTU 9000 on virtual switch (not shared with host)
    ** SR-IOV enabled on virtual switch
    ** Driver 1.8.0.0 5/13/2019
    ** Thermal throttling disabled in settings

Guest

Specs:

  • 2 vCPU and 4GB RAM (dynamic)

OS:

  • Windows Server 2019 Datacenter

Guest storage:

  • iSCSI target mounted using Windows iSCSI initiator
  • File system: ReFS

Guest connectivity:

  • StarTech.com 5GbE USB A to Ethernet Adapter SUB3.1 (US5GA30)
    ** MTU not set in guest

Networking

  • QNAP qsw-m408-4c switch with 4 10GB combo 100Mb/1Gb/2.5Gb/5Gb/10GbE fiber / copper ports
    ** Untagged VLAN configured for 5GbE ports
    ** clients connected at 5Gb/s
  • CAT 7 ethernet

The interface was very unstable on the back USB port (direct connected or via Hub so I could connect my UPS)
Stability is great now that I am using the front port

Performance

Performance was largely dependent on the USB bus / adapter bandwidth, how busy the devices are, and caching. Performance was generally in the 1.2-1.4Gbps range with either my HDD or, albeit older, SSD drives in RAID0

  • Single Client VM - Windows File transfer between storage to local VM storage: 1-1.2Gbps**
  • Single Client VM - Windows File transfer between storage to local VM storage (hitting the cache): up to 2.1-3Gbps**
  • Single Client VM - Windows File transfer between storage to local VM storage (hitting the cache): up to 2.1-3Gbps**
  • Multiple Client VMs - Simultaneous Windows File transfer between storage to local VM storage (hitting the cache): up to ~1.4Gbps - 1.5Gbps**

**AJA : 145MBps (most prevalent( - 195MBps (cached) write / 150-344MBps (cached) write

DS 1019+ not seeing any improvement over 2.5 gbpe

Description of the problem

I see from other reports iperf3 doesn't give the full 5 gbpe throughput - presumably limited by the usb3 port but I am not seeing any improvement over 2.5 gbpe and am below what others have posted

Description of your products

Synology DS1019+
uname -a
Linux sourdust 4.4.59+ #25426 SMP PREEMPT Wed Jul 8 03:21:29 CST 2020 x86_64 GNU/Linux synology_apollolake_1019+

DSM version 6.2.3-25426 Update 2

USB 3.0 Type-C to 5GbE Adapter (QNA-UC5G1T) by QNAP

Description of your environment

Connected to imac with 10 gbpe through OWC thunderbolt 3 hub
netgear MS510TXPP switch

Output of dmesg command

[ 92.326032] aqc111 2-1:1.0 eth2: register 'aqc111' at usb-0000:00:15.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:50:d1:ef
[ 92.791796] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 100.420242] aqc111 2-1:1.0 eth2: Link Speed 5000, USB 3

Output of lsusb command

|__usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__1-4 f400:f400:0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskStation 7F0002AE89345A85)
|__usb2 1d6b:0003:0404 09 3.00 5000MBit/s 0mA 1IF (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__2-1 1c04:0015:0101 00 3.20 5000MBit/s 896mA 1IF (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 06I14522)
|__2-2 059f:1090:1001 00 3.00 5000MBit/s 896mA 1IF (LaCie P9227 Slim 000000020CEC)

Output of ifconfig -a command

eth2 Link encap:Ethernet HWaddr 24:5E:BE:50:D1:EF
inet addr:192.168.86.35 Bcast:192.168.86.255 Mask:255.255.255.0
inet6 addr: fe80::265e:beff:fe50:d1ef/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:38739580 errors:0 dropped:0 overruns:0 frame:0
TX packets:14861208 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55811895187 (51.9 GiB) TX bytes:13855890440 (12.9 GiB)

Output of iperf3 -c sourdust.macgmason.us -P 4 command

Connecting to host sourdust.macgmason.us, port 5201
[ 7] local 192.168.86.54 port 59301 connected to 192.168.86.35 port 5201
[ 9] local 192.168.86.54 port 59302 connected to 192.168.86.35 port 5201
[ 11] local 192.168.86.54 port 59303 connected to 192.168.86.35 port 5201
[ 13] local 192.168.86.54 port 59304 connected to 192.168.86.35 port 5201
[ ID] Interval Transfer Bitrate
[ 7] 0.00-1.00 sec 69.8 MBytes 585 Mbits/sec
[ 9] 0.00-1.00 sec 136 MBytes 1.14 Gbits/sec
[ 11] 0.00-1.00 sec 25.9 MBytes 218 Mbits/sec
[ 13] 0.00-1.00 sec 30.9 MBytes 260 Mbits/sec
[SUM] 0.00-1.00 sec 262 MBytes 2.20 Gbits/sec


[ 7] 1.00-2.00 sec 51.6 MBytes 432 Mbits/sec
[ 9] 1.00-2.00 sec 112 MBytes 935 Mbits/sec
[ 11] 1.00-2.00 sec 49.2 MBytes 413 Mbits/sec
[ 13] 1.00-2.00 sec 78.3 MBytes 657 Mbits/sec
[SUM] 1.00-2.00 sec 291 MBytes 2.44 Gbits/sec


[ 7] 2.00-3.00 sec 92.7 MBytes 778 Mbits/sec
[ 9] 2.00-3.00 sec 10.1 MBytes 84.8 Mbits/sec
[ 11] 2.00-3.00 sec 104 MBytes 874 Mbits/sec
[ 13] 2.00-3.00 sec 94.0 MBytes 789 Mbits/sec
[SUM] 2.00-3.00 sec 301 MBytes 2.53 Gbits/sec


[ 7] 3.00-4.00 sec 71.0 MBytes 595 Mbits/sec
[ 9] 3.00-4.00 sec 82.0 MBytes 687 Mbits/sec
[ 11] 3.00-4.00 sec 66.6 MBytes 559 Mbits/sec
[ 13] 3.00-4.00 sec 64.3 MBytes 540 Mbits/sec
[SUM] 3.00-4.00 sec 284 MBytes 2.38 Gbits/sec


[ 7] 4.00-5.00 sec 82.2 MBytes 690 Mbits/sec
[ 9] 4.00-5.00 sec 66.7 MBytes 560 Mbits/sec
[ 11] 4.00-5.00 sec 52.1 MBytes 437 Mbits/sec
[ 13] 4.00-5.00 sec 77.1 MBytes 647 Mbits/sec
[SUM] 4.00-5.00 sec 278 MBytes 2.33 Gbits/sec


[ 7] 5.00-6.00 sec 81.9 MBytes 687 Mbits/sec
[ 9] 5.00-6.00 sec 89.2 MBytes 748 Mbits/sec
[ 11] 5.00-6.00 sec 67.7 MBytes 568 Mbits/sec
[ 13] 5.00-6.00 sec 63.3 MBytes 531 Mbits/sec
[SUM] 5.00-6.00 sec 302 MBytes 2.53 Gbits/sec


[ 7] 6.00-7.00 sec 80.6 MBytes 676 Mbits/sec
[ 9] 6.00-7.00 sec 78.0 MBytes 654 Mbits/sec
[ 11] 6.00-7.00 sec 56.9 MBytes 477 Mbits/sec
[ 13] 6.00-7.00 sec 69.0 MBytes 579 Mbits/sec
[SUM] 6.00-7.00 sec 284 MBytes 2.39 Gbits/sec


[ 7] 7.00-8.00 sec 88.5 MBytes 742 Mbits/sec
[ 9] 7.00-8.00 sec 65.2 MBytes 547 Mbits/sec
[ 11] 7.00-8.00 sec 84.2 MBytes 706 Mbits/sec
[ 13] 7.00-8.00 sec 61.5 MBytes 516 Mbits/sec
[SUM] 7.00-8.00 sec 299 MBytes 2.51 Gbits/sec


[ 7] 8.00-9.00 sec 94.5 MBytes 793 Mbits/sec
[ 9] 8.00-9.00 sec 62.0 MBytes 520 Mbits/sec
[ 11] 8.00-9.00 sec 49.7 MBytes 417 Mbits/sec
[ 13] 8.00-9.00 sec 85.2 MBytes 715 Mbits/sec
[SUM] 8.00-9.00 sec 291 MBytes 2.44 Gbits/sec


[ 7] 9.00-10.00 sec 79.3 MBytes 665 Mbits/sec
[ 9] 9.00-10.00 sec 76.1 MBytes 638 Mbits/sec
[ 11] 9.00-10.00 sec 70.9 MBytes 595 Mbits/sec
[ 13] 9.00-10.00 sec 70.0 MBytes 587 Mbits/sec
[SUM] 9.00-10.00 sec 296 MBytes 2.49 Gbits/sec


[ ID] Interval Transfer Bitrate
[ 7] 0.00-10.00 sec 792 MBytes 665 Mbits/sec sender
[ 7] 0.00-10.00 sec 792 MBytes 664 Mbits/sec receiver
[ 9] 0.00-10.00 sec 777 MBytes 651 Mbits/sec sender
[ 9] 0.00-10.00 sec 776 MBytes 651 Mbits/sec receiver
[ 11] 0.00-10.00 sec 628 MBytes 526 Mbits/sec sender
[ 11] 0.00-10.00 sec 627 MBytes 526 Mbits/sec receiver
[ 13] 0.00-10.00 sec 694 MBytes 582 Mbits/sec sender
[ 13] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver
[SUM] 0.00-10.00 sec 2.82 GBytes 2.42 Gbits/sec sender
[SUM] 0.00-10.00 sec 2.82 GBytes 2.42 Gbits/sec receiver

iperf Done.

USB Ethernet not appearing / disappears a few mins after boot.

Description of the problem

Installed apollo lake variant on my DS918+
Eth2 (3rd ethernet port never showed up in UI)
dmesg showed device detected
rebooted - eth3 was there, i could configure IP but a few minutes later it had disappeared in the UI
I see this in the messages

2020-03-20T08:20:33-07:00 SYN02 synoscgi_SYNO.Core.Network.Ethernet_1_set[16801]: net_lnx_set_ip_netmask.c:94 unable to stop dhcp-client instance on eth2
2020-03-20T08:20:34-07:00 SYN02 ipv4_change hook event: eth2 none->192.168.23.1 
2020-03-20T08:20:34-07:00 SYN02 gateway_change hook event: NEW 0.0.0.0 on eth2 
2020-03-20T08:20:34-07:00 SYN02 gateway_change hook event: DEL 192.168.1.1 on ovs_eth0 
2020-03-20T08:20:34-07:00 SYN02 gateway_change hook event: DEL 0.0.0.0 on eth2 
2020-03-20T08:20:34-07:00 SYN02 gateway_change hook event: NEW 192.168.1.1 on ovs_eth0 
2020-03-20T08:20:34-07:00 SYN02 [  732.326171] init: winbindd main process (14211) killed by TERM signal
2020-03-20T08:22:33-07:00 SYN02 kernel: [  851.048595] aqc111 2-2:1.0 eth2: Failed to read(0x1) reg index 0x0002: -19
2020-03-20T08:22:33-07:00 SYN02 kernel: [  851.056287] aqc111 2-2:1.0 eth2: Failed to write(0x1) reg index 0x0002: -19
2020-03-20T08:22:33-07:00 SYN02 kernel: [  851.064076] aqc111 2-2:1.0 eth2: Failed to write(0x1) reg index 0x0002: -19
2020-03-20T08:22:33-07:00 SYN02 kernel: [  851.071899] aqc111 2-2:1.0 eth2: Failed to write(0x61) reg index 0x0000: -19
2020-03-20T08:22:33-07:00 SYN02 synonetd: hook/ip_change_event.cpp:58 error on link detect
2020-03-20T08:22:33-07:00 SYN02 kernel: [  851.088664] aqc111 2-2:1.0 eth2 (unregistered): Failed to write(0x1) reg index 0x0002: -19
2020-03-20T08:22:33-07:00 SYN02 kernel: [  851.097912] aqc111 2-2:1.0 eth2 (unregistered): Failed to write(0x1) reg index 0x0002: -19
2020-03-20T08:22:33-07:00 SYN02 kernel: [  851.107155] aqc111 2-2:1.0 eth2 (unregistered): Failed to write(0x61) reg index 0x0000: -19
2020-03-20T08:29:02-07:00 SYN02 kernel: [ 1239.985491] xhci_hcd 0000:00:15.0: port 1 resume PLC timeout

Description of your products

DS918+
Linux SYN02 4.4.59+ #24922 SMP PREEMPT Thu Apr 25 14:29:34 CST 2019 x86_64 GNU/Linux synology_apollolake_918+
DSM 6.2.2-24922 Update 4
TRENDnet TUC-ET5G (connected using USB C to A adapter)

Description of your environment

  • connect directly to a PC
    • PC: another TRENDnet TUC-ET5G connected to USBC port
    • Hub: model N/A
  • cable category Cat.6

Output of dmesg command

This output was from where i plug it back in and out, i also saw this during the initial test.

[  851.031627] usb 2-2: USB disconnect, device number 2
[  851.037287] aqc111 2-2:1.0 eth2: unregister 'aqc111' usb-0000:00:15.0-2, USB-C 3.1 to 5GBASE-T Ethernet Adapter
[  851.048595] aqc111 2-2:1.0 eth2: Failed to read(0x1) reg index 0x0002: -19
[  851.056287] aqc111 2-2:1.0 eth2: Failed to write(0x1) reg index 0x0002: -19
[  851.064076] aqc111 2-2:1.0 eth2: Failed to write(0x1) reg index 0x0002: -19
[  851.071899] aqc111 2-2:1.0 eth2: Failed to write(0x61) reg index 0x0000: -19
[  851.088664] aqc111 2-2:1.0 eth2 (unregistered): Failed to write(0x1) reg index 0x0002: -19
[  851.097912] aqc111 2-2:1.0 eth2 (unregistered): Failed to write(0x1) reg index 0x0002: -19
[  851.107155] aqc111 2-2:1.0 eth2 (unregistered): Failed to write(0x61) reg index 0x0000: -19
[ 1009.205016] usbcore: deregistering interface driver aqc111
[ 1013.438852] usbcore: registered new interface driver aqc111
[ 1239.985491] xhci_hcd 0000:00:15.0: port 1 resume PLC timeout
[ 1253.110490] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 1253.140489] aqc111 2-2:1.0 eth2: register 'aqc111' at usb-0000:00:15.0-2, USB-C 3.1 to 5GBASE-T Ethernet Adapter, 3c:8c:f8:f9:60:16

Output of lsusb command

alexb@SYN02:/var/log$ lsusb
|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__1-4         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 7F008C48A8DA5A85)
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__2-2         20f4:e05a:0101 00  3.20 5000MBit/s 896mA 1IF  (TRENDnet TRENDnet USB 5G Adapter 000000BF)

Output of ifconfig -a command

alexb@SYN02:/var/log$ ifconfig -a
docker0   Link encap:Ethernet  HWaddr 02:42:E1:65:F1:DE  
          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
          inet6 addr: fe80::42:e1ff:fe65:f1de/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:82964 errors:0 dropped:0 overruns:0 frame:0
          TX packets:77659 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:609167530 (580.9 MiB)  TX bytes:758678951 (723.5 MiB)

docker1c6 Link encap:Ethernet  HWaddr 4E:82:75:12:76:6A  
          inet6 addr: fe80::4c82:75ff:fe12:766a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2614 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2394 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:199471 (194.7 KiB)  TX bytes:631186 (616.3 KiB)

docker336 Link encap:Ethernet  HWaddr D2:06:73:F3:EC:0B  
          inet6 addr: fe80::d006:73ff:fef3:ec0b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:80350 errors:0 dropped:0 overruns:0 frame:0
          TX packets:75282 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:610129555 (581.8 MiB)  TX bytes:758049103 (722.9 MiB)

eth0      Link encap:Ethernet  HWaddr 00:11:32:A1:CA:DD  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:709137 errors:0 dropped:0 overruns:0 frame:0
          TX packets:488977 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:964256961 (919.5 MiB)  TX bytes:618720951 (590.0 MiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:A1:CA:DE  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth2      Link encap:Ethernet  HWaddr 3C:8C:F8:F9:60:16  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:8342 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8342 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:1042895 (1018.4 KiB)  TX bytes:1042895 (1018.4 KiB)

ovs-syste Link encap:Ethernet  HWaddr 56:5F:89:62:65:3C  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

ovs_eth0  Link encap:Ethernet  HWaddr 00:11:32:A1:CA:DD  
          inet addr:192.168.1.38  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:167456 errors:0 dropped:0 overruns:0 frame:0
          TX packets:97443 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:932653965 (889.4 MiB)  TX bytes:597578139 (569.8 MiB)

ovs_eth1  Link encap:Ethernet  HWaddr 00:11:32:A1:CA:DE  
          inet addr:192.168.1.39  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:362 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:0 (0.0 B)  TX bytes:56930 (55.5 KiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Including upstream driver fixes?

Hi @bb-qq

As an aside to the separate issue I'm trying to get this working on the rtd2196 platform, I have a couple of questions about the three modules in your repo.

Looking at https://github.com/bb-qq/aqc111/blob/master/aqc111.c vs https://github.com/torvalds/linux/blob/master/drivers/net/usb/aqc111.c It looks like yours has everything up to 27th Nov 2018 https://github.com/torvalds/linux/commits/master/drivers/net/usb/aqc111.c.

Do you think any of these are critical? If so, how are you building this? As a package in https://github.com/SynoCommunity?

Regarding your usbnet module, where did you get that from? I tried simply not loading it to easily see the differences, and got this:

[ 9476.414146] aqc111: module verification failed: signature and/or required key missing - tainting kernel
[ 9476.423901] aqc111: Unknown symbol usbnet_set_msglevel (err 0)
[ 9476.429956] aqc111: Unknown symbol usbnet_write_cmd_async (err 0)
[ 9476.436239] aqc111: Unknown symbol usbnet_get_msglevel (err 0)
[ 9476.442256] aqc111: Unknown symbol usbnet_open (err 0)
[ 9476.447550] aqc111: Unknown symbol usbnet_skb_return (err 0)
[ 9476.453381] aqc111: Unknown symbol usbnet_tx_timeout (err 0)
[ 9476.459207] aqc111: Unknown symbol usbnet_read_cmd (err 0)
[ 9476.464846] aqc111: Unknown symbol usbnet_suspend (err 0)
[ 9476.470407] aqc111: Unknown symbol usbnet_start_xmit (err 0)
[ 9476.476225] aqc111: Unknown symbol usbnet_read_cmd_nopm (err 0)
[ 9476.482322] aqc111: Unknown symbol usbnet_get_drvinfo (err 0)
[ 9476.488262] aqc111: Unknown symbol usbnet_get_endpoints (err 0)
[ 9476.494391] aqc111: Unknown symbol usbnet_stop (err 0)
[ 9476.499716] aqc111: Unknown symbol usbnet_defer_kevent (err 0)
[ 9476.505727] aqc111: Unknown symbol usbnet_disconnect (err 0)
[ 9476.511558] aqc111: Unknown symbol usbnet_probe (err 0)
[ 9476.516927] aqc111: Unknown symbol usbnet_resume (err 0)

Did you manually merge in those missing methods from a newer driver? I'm wondering if significant such signficant changes to the usbnet module already present could also be a cause of issues?

DS415+ slow performance with QNAP QNA-UC5G1T USB 3.2 Gen 1 to 5GbE

Description of the problem

Hi all, I just ordered the QNAP QNA-UC5G1T USB 3.2 Gen 1 to 5GbE adapter. Before testing I first hooked it up to a windows machine and did an iperf3 from that machine to my own PC. That worked fine with 1 thread steadily transferring at 3.5gbit / sec.

After that I put the QNAP adapter in one of the rear USB ports of my NAS. Since I'm running DSM 7.0 I couldn't find a version of iperf3 to run natively though so I just tested with the docker version.

Running a single thread on my 1gbit line results in the following performance (as expected):

image

Running a single thread on my 5gbit line through the QNAP adapter results in the following performance (slower then 1gbit line):

image

Running a 10 thread test on my 5gbit line through the QNAP adapter results in the following performance (A bit faster but still not getting the expected speed):

image

Also Windows SMB transfers are significantly slower using the QNAP adapter in comparison to the native 1gbit port:

1gbit port

image

5gbit QNAP

image

So it seems that in my case the QNAP adapter works perfectly fine from windows (getting 3.5 gbit) but not from my DS415+. Any suggestions? (On windows I did disable Low Power 5Gbps as stated on their website: https://www.qnap.com/en/product/qna-uc5g1t)

Description of your products

Output uname -a: Linux Devenology 3.10.108 #41890 SMP Fri Jun 25 02:40:49 CST 2021 x86_64 GNU/Linux synology_avoton_415+
DSM version: 7.0
Ethernet Dongle: QNAP QNA-UC5G1T USB 3.2 Gen 1 to 5GbE

Description of your environment

image

Output of dmesg command

Truncated

[1677604.343968] Module [usbnet] is removed.
[1677604.350342] Module [mii] is removed.
[1677608.632365] aqc111 3-1:1.0 eth2: register 'aqc111' at usb-0000:04:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1677608.645591] usbcore: registered new interface driver aqc111
[1677608.933589] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1677616.371453] aqc111 3-1:1.0 eth2: Link Speed 5000, USB 3
[1677616.385760] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[1677638.498363] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1677801.033352] Module [aqc111] is removed.
[1677801.038010] usbcore: deregistering interface driver aqc111
[1677801.044451] aqc111 3-1:1.0 eth2: unregister 'aqc111' usb-0000:04:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1677801.069042] Module [usbnet] is removed.
[1677801.075434] Module [mii] is removed.
[1677808.034358] aqc111 3-1:1.0 eth2: register 'aqc111' at usb-0000:04:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1677808.047595] usbcore: registered new interface driver aqc111
[1677808.341055] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1677815.665630] aqc111 3-1:1.0 eth2: Link Speed 5000, USB 3
[1677815.679295] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[1677925.917274] Module [aqc111] is removed.
[1677925.921943] usbcore: deregistering interface driver aqc111
[1677925.928496] aqc111 3-1:1.0 eth2: unregister 'aqc111' usb-0000:04:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1677925.957980] Module [usbnet] is removed.
[1677925.964313] Module [mii] is removed.
[1677928.762776] type=1400 audit(1626814351.760:2): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/dhclient" pid=31097 comm="dhclient" pid=31097 comm="dhclient" capability=16  capname="sys_module"
[1677930.878783] type=1400 audit(1626814353.875:3): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/dhclient" pid=31836 comm="dhclient" pid=31836 comm="dhclient" capability=16  capname="sys_module"
[1677931.210130] aqc111 3-1:1.0 eth2: register 'aqc111' at usb-0000:04:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1677931.223370] usbcore: registered new interface driver aqc111
[1677931.517826] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1677938.947827] aqc111 3-1:1.0 eth2: Link Speed 5000, USB 3
[1677938.962391] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[1678332.344855] aqc111 3-1:1.0 eth2: Link Speed 2500, USB 3
[1678335.714885] Module [aqc111] is removed.
[1678335.719576] usbcore: deregistering interface driver aqc111
[1678335.726081] aqc111 3-1:1.0 eth2: unregister 'aqc111' usb-0000:04:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1678335.753203] Module [usbnet] is removed.
[1678335.759525] Module [mii] is removed.
[1678337.121440] type=1400 audit(1626814759.881:4): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/dhclient" pid=12821 comm="dhclient" pid=12821 comm="dhclient" capability=16  capname="sys_module"
[1678343.870151] type=1400 audit(1626814766.626:5): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/dhclient" pid=13925 comm="dhclient" pid=13925 comm="dhclient" capability=16  capname="sys_module"
[1678344.300623] aqc111 3-1:1.0 eth2: register 'aqc111' at usb-0000:04:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1678344.313861] usbcore: registered new interface driver aqc111
[1678344.606711] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1678351.984921] aqc111 3-1:1.0 eth2: Link Speed 2500, USB 3
[1678351.999350] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[1678677.877391] usb 3-1: USB disconnect, device number 2
[1678677.883279] aqc111 3-1:1.0 eth2: unregister 'aqc111' usb-0000:04:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1678677.894519] aqc111 3-1:1.0 eth2: Failed to read(0x1) reg index 0x0002: -19
[1678677.902432] aqc111 3-1:1.0 eth2: Failed to write(0x1) reg index 0x0002: -19
[1678677.910437] aqc111 3-1:1.0 eth2: Failed to write(0x1) reg index 0x0002: -19
[1678677.918444] aqc111 3-1:1.0 eth2: Failed to write(0x61) reg index 0x0000: -19
[1678677.939369] aqc111 3-1:1.0 (unregistered net_device): Failed to write(0x1) reg index 0x0002: -19
[1678677.949428] aqc111 3-1:1.0 (unregistered net_device): Failed to write(0x1) reg index 0x0002: -19
[1678677.959493] aqc111 3-1:1.0 (unregistered net_device): Failed to write(0x61) reg index 0x0000: -19
[1679174.150302] Synotify use 16384 event queue size
[1679786.262129] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[1679786.378557] aqc111 1-1.3:1.0 eth2: register 'aqc111' at usb-0000:00:16.0-1.3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1679890.575504] Module [aqc111] is removed.
[1679890.580197] usbcore: deregistering interface driver aqc111
[1679890.586574] aqc111 1-1.3:1.0 eth2: unregister 'aqc111' usb-0000:00:16.0-1.3, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1679890.613169] Module [usbnet] is removed.
[1679890.619658] Module [mii] is removed.
[1679893.625290] aqc111 1-1.3:1.0 eth2: register 'aqc111' at usb-0000:00:16.0-1.3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1679893.638928] usbcore: registered new interface driver aqc111
[1679893.932028] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1679900.061358] aqc111 1-1.3:1.0 eth2: Link Speed 1000, USB 2
[1679900.085056] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[1679931.365108] Module [aqc111] is removed.
[1679931.369794] usbcore: deregistering interface driver aqc111
[1679931.378438] aqc111 1-1.3:1.0 eth2: unregister 'aqc111' usb-0000:00:16.0-1.3, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1679931.407750] Module [usbnet] is removed.
[1679931.414156] Module [mii] is removed.
[1679935.985619] aqc111 1-1.3:1.0 eth2: register 'aqc111' at usb-0000:00:16.0-1.3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1679935.999237] usbcore: registered new interface driver aqc111
[1679936.293073] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1679946.681882] aqc111 1-1.3:1.0 eth2: Link Speed 1000, USB 2
[1679946.705026] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[1679974.601219] aqc111 1-1.3:1.0 eth2: Link Speed 1000, USB 2
[1680025.057443] Module [aqc111] is removed.
[1680025.062202] usbcore: deregistering interface driver aqc111
[1680025.068817] aqc111 1-1.3:1.0 eth2: unregister 'aqc111' usb-0000:00:16.0-1.3, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1680025.098107] Module [usbnet] is removed.
[1680025.104482] Module [mii] is removed.
[1680029.435475] aqc111 1-1.3:1.0 eth2: register 'aqc111' at usb-0000:00:16.0-1.3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1680029.449090] usbcore: registered new interface driver aqc111
[1680029.744341] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1680035.822290] aqc111 1-1.3:1.0 eth2: Link Speed 1000, USB 2
[1680035.845430] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[1680191.296666] usb 1-1.3: USB disconnect, device number 4
[1680191.304856] aqc111 1-1.3:1.0 eth2: unregister 'aqc111' usb-0000:00:16.0-1.3, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1680191.316490] aqc111 1-1.3:1.0 eth2: Failed to read(0x1) reg index 0x0002: -19
[1680191.324610] aqc111 1-1.3:1.0 eth2: Failed to write(0x1) reg index 0x0002: -19
[1680191.332818] aqc111 1-1.3:1.0 eth2: Failed to write(0x1) reg index 0x0002: -19
[1680191.341021] aqc111 1-1.3:1.0 eth2: Failed to write(0x61) reg index 0x0000: -19
[1680191.359827] aqc111 1-1.3:1.0 (unregistered net_device): Failed to write(0x1) reg index 0x0002: -19
[1680191.370082] aqc111 1-1.3:1.0 (unregistered net_device): Failed to write(0x1) reg index 0x0002: -19
[1680191.380354] aqc111 1-1.3:1.0 (unregistered net_device): Failed to write(0x61) reg index 0x0000: -19
[1680196.981532] usb 2-2: USB disconnect, device number 2
[1680207.307671] usb 3-2: new SuperSpeed USB device number 3 using etxhci_hcd-170202
[1680207.345090] aqc111 3-2:1.0 eth2: register 'aqc111' at usb-0000:04:00.0-2, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1680237.846258] usb 1-1.3: new full-speed USB device number 5 using ehci-pci
[1680278.845253] Module [aqc111] is removed.
[1680278.849926] usbcore: deregistering interface driver aqc111
[1680278.856319] aqc111 3-2:1.0 eth2: unregister 'aqc111' usb-0000:04:00.0-2, QNAP QNA-UC5G1T USB to 5GbE Adapter
[1680278.879376] Module [usbnet] is removed.
[1680278.885849] Module [mii] is removed.
[1680281.937431] aqc111 3-2:1.0 eth2: register 'aqc111' at usb-0000:04:00.0-2, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:5b:f9:a9
[1680281.950702] usbcore: registered new interface driver aqc111
[1680282.244016] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[1680289.617121] aqc111 3-2:1.0 eth2: Link Speed 5000, USB 3
[1680289.631796] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[1680343.052118] aqc111 3-2:1.0 eth2: Link Speed 5000, USB 3

Output of lsusb command

|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:16.0) hub
  |__1-1         8087:07db:0002 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2ffffffdbffffffad) hub
    |__1-1.1     f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskSataion 65004A906AB76D27)
    |__1-1.3     051d:0003:0106 00  2.00   12MBit/s 2mA 1IF  (American Power Conversion  Smart-UPS 1000 FW:UPS 09.2 / ID=18 3S1528X08352  )
|__usb2          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.108 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
|__usb3          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.108 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
  |__3-2         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 13I15233)

Output of ifconfig -a command

docker0   Link encap:Ethernet  HWaddr 02:42:BA:13:B9:82
          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
          inet6 addr: fe80::42:baff:fe13:b982/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:67688929 errors:0 dropped:0 overruns:0 frame:0
          TX packets:78122862 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:15561632863 (14.4 GiB)  TX bytes:394661681915 (367.5 GiB)

docker131 Link encap:Ethernet  HWaddr 1E:EB:BD:9E:E5:F8
          inet6 addr: fe80::1ceb:bdff:fe9e:e5f8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2079 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2075 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:362466 (353.9 KiB)  TX bytes:1241639 (1.1 MiB)

docker37a Link encap:Ethernet  HWaddr 46:1C:DE:09:9D:D7
          inet6 addr: fe80::441c:deff:fe09:9dd7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:49674573 errors:0 dropped:0 overruns:0 frame:0
          TX packets:57198806 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3278580050 (3.0 GiB)  TX bytes:371962199024 (346.4 GiB)

dockerf12 Link encap:Ethernet  HWaddr 02:9E:43:19:6E:B1
          inet6 addr: fe80::9e:43ff:fe19:6eb1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9397595 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11843396 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8315832535 (7.7 GiB)  TX bytes:18419869601 (17.1 GiB)

eth0      Link encap:Ethernet  HWaddr 00:11:32:3A:06:C1
          inet addr:192.168.2.200  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::211:32ff:fe3a:6c1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:2508184411 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2257145955 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2938149649081 (2.6 TiB)  TX bytes:2267356508793 (2.0 TiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:3A:06:C2
          inet addr:169.254.137.46  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:9000  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth2      Link encap:Ethernet  HWaddr 24:5E:BE:5B:F9:A9
          inet addr:192.168.2.210  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::265e:beff:fe5b:f9a9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:563798 errors:1 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:790571027 (753.9 MiB)  TX bytes:18363528 (17.5 MiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1651550 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1651550 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:145778818 (139.0 MiB)  TX bytes:145778818 (139.0 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Openvswitch interface generation

Description of the problem

Installing the Driver does not install an openvswitch interface. The new LAN Interface cannot be used with virtual machine manager. Is there a command to activate or generate an "ovr_eth2" interface?

My current workaround is deinstalling virtual machine manager, disable and enable openvswitch again.

Description of your products

DS916+ Linux 3.10.105 #24922 SMP synology_braswell_916+
DSM 6.2.2-24922 Update 6
QNAP QNA-UC5G1T USB 3.0 auf 5 GbE Netzwe

Description of your environment

Via Netgear 5Gbe Switch
PC: Asus 10Gbe Card (Aquantia)
Netgear XS508M-100 Switch
Cat.7 Cable

Output of ifconfig -a command


docker0   Link encap:Ethernet  HWaddr 02:42:53:52:5C:0F
          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 00:11:32:62:70:35
          inet addr:192.168.1.20  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10382 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12184 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2584552 (2.4 MiB)  TX bytes:9360004 (8.9 MiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:62:70:36
          inet addr:192.168.1.21  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4163 errors:0 dropped:0 overruns:0 frame:0
          TX packets:730 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:722237 (705.3 KiB)  TX bytes:249691 (243.8 KiB)

eth2      Link encap:Ethernet  HWaddr 24:5E:BE:4E:0B:1B
          inet addr:192.168.1.180  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3741 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:679793 (663.8 KiB)  TX bytes:937336 (915.3 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:56214 errors:0 dropped:0 overruns:0 frame:0
          TX packets:56214 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8800917 (8.3 MiB)  TX bytes:8800917 (8.3 MiB)

admin@nebukadnezar:~$ ifconfig
docker0   Link encap:Ethernet  HWaddr 02:42:53:52:5C:0F
          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 00:11:32:62:70:35
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:11332 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13626 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2712614 (2.5 MiB)  TX bytes:10155968 (9.6 MiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:62:70:36
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4370 errors:0 dropped:0 overruns:0 frame:0
          TX packets:770 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:756191 (738.4 KiB)  TX bytes:261795 (255.6 KiB)

eth2      Link encap:Ethernet  HWaddr 24:5E:BE:4E:0B:1B
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4214 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:776689 (758.4 KiB)  TX bytes:990096 (966.8 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:56439 errors:0 dropped:0 overruns:0 frame:0
          TX packets:56439 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8834180 (8.4 MiB)  TX bytes:8834180 (8.4 MiB)

ovs_eth0  Link encap:Ethernet  HWaddr 00:11:32:62:70:35
          inet addr:192.168.1.20  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:859 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1371 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:104883 (102.4 KiB)  TX bytes:782971 (764.6 KiB)

ovs_eth1  Link encap:Ethernet  HWaddr 00:11:32:62:70:36
          inet addr:192.168.1.21  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:169 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:31148 (30.4 KiB)  TX bytes:12140 (11.8 KiB)

ovs_eth2  Link encap:Ethernet  HWaddr 24:5E:BE:4E:0B:1B
          inet addr:192.168.1.180  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:208 errors:0 dropped:0 overruns:0 frame:0
          TX packets:107 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:50001 (48.8 KiB)  TX bytes:44445 (43.4 KiB)

Successful install and first tests DS1819+ 2xQNap

After a little research found your driver, it helped influence my buying choices - new DS1819+ to replace ageing DX1511+ and DX510 combo, 2x QNAP QNA-UC5G1T for direct link workstation-server.
Right off the bat, THANK YOU. After 3 days of benchmarking file systems and network protocols machine is now production, I'm super happy with it, your driver is a crucial part of that.

TL;DR? Working great, maxed it out on large single file test against 6-drive RAID6. A few tiny bugs during install. SMB kills NFS across all tests Win10 - DS.

DS1819+ is Denverton Celeron. Comes with a PCIE slot can be either 10Gb card or M2 cache. Since i'm only interested in improving point to point transfers between workstation and the DS, not providing >2G bond to rest of network, wanted to keep options open for expansion card, so opted to try pair of QNAP's.
Installation went fine, i'm n00b at the prompt so went through manual install in package centre. After reboot new interface appeared OK under CP/Network. At first, Manual MTA showed only 1500 option in dropdown.
Installed other adapter on USB3 port on TB3 dock for Lenovo X1, direct Cat6 cable to DS.
Forced link speed to 5G on workstation end, seems driver is reporting incorrect capabilities to DS system - possible link speeds, maybe range allowed MTU also?:

Output of ethtool eth4 command

Settings for eth4:
        Supported ports: [ TP MII ]
        Supported link modes:   100baseT/Full 
                                1000baseT/Full 
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Advertised link modes:  100baseT/Full 
                                1000baseT/Full 
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Speed: 5000Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
Cannot get wake-on-lan settings: Operation not permitted
        Current message level: 0x00000007 (7)
                               drv probe link
        Link detected: yes

Forced MTU 9000 with ip link set eth4 mtu 9000 by ssh at NAS.
After reboot (I'm sure could be done less brutally at shell but again, I'm terminal n00b) the Manual MTU option under Network-Network Interface-Edit shows fully populated list 1500-9000 with everything in between.
Although it's on USB, I'm pretty sure you can't hotplug the adapter, at least for me it misbehaved and I needed a reboot of the DS to get stable connection back. Might well be doable somehow from the shell but beyond my scope, someone more expert with synology can maybe clear that up.

With a stable connection, I set about benchmarking SMB and NFS for transfers to and from Win10 and DS. Note, I had upgraded to 32GB onboard memory - in prior tests I observed up to 30.5GB memory used for cache so my tests were:

  1. very large single file (1x64gb zip, 1x28Gb zip) - used to definitely exceed / be just within max cache
  2. folder with 28GB of audio files each 3-12MB (20% of my data)
  3. folder with 28GB of video files each 2-7GB (50% of my data)

Repeatedly tested transfer back and forth of these, first over SMB then over NFS.

Results:

Large single file first copy approx 300-350MB/s range, mostly 320MB/s sustained
Second copy of 28GB file (fully cached by DS) 430MB/s sustained (Yes!)

Audio files first copy approx 80-170MB/s range
Cached copy approx 200-280MB/s range

Video files first approx 175-250MB/s range
Cached copy approx 200-300MB/S range

Across all file sizes, NFS only every managed 100-150MB/s range, cached or uncached.
CPU utilisation under NFS 17-24%
CPU utilisation under SMB 40-45%

These are just first benchmarks, happy to run something specific if anyone wants, and have screenshots during all the above tests also if requested... learning more shell every day but please be patient if you need me to run CLI commands, be explicit :)
I'll post a follow-on in a few weeks, by then should have some feedback on stability and real world usage on vid production and machine backups.

Thanks again @bb-qq, domo arigato gozaimasu

Description of your products

  • DS1819+
    output of uname -a command
    Linux DS1819 4.4.59+ #24922 SMP PREEMPT Thu Mar 12 13:02:11 CST 2020 x86_64 GNU/Linux synology_denverton_1819+
  • On-board memory upgraded to 32GB
  • DSM 6.2.2-24922 Update 6
  • QNAP QNA-UC5G1T x2

Description of your environment

  • direct connect Win10 Lenovo X1 Carbon Tablet 3rd Gen, TB3 Dock, QNAP to QNAP on DS
  • cable Cat.6

Output of ifconfig -a command

eth4      Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx  
          inet addr:10.0.0.1  Bcast:10.255.255.255  Mask:255.0.0.0
          inet6 addr: fe80::265e:beff:xxxx:xxxx/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:25477 errors:0 dropped:0 overruns:0 frame:0
          TX packets:21775 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3277016 (3.1 MiB)  TX bytes:7667712 (7.3 MiB)````

UPDATE: QNAP-UC5G1T - Drastic performance decrease when writing write to NAS

Recent an issue has developed with the DS718+ and a QNAP-UC5G1T. They were initially working well together, (see previous report). However, recently write performance has dropped off to 5MB/s while write performance, but retains 423/MB read second (to and from the NAS). The QNAP-UC5G1t is outside of the stock enclosure with an additional heat sink, so I do not believe thermal throttling is the culprit.

##uname -a:

Linux Alexandria 4.4.59+ #25426 SMP PREEMPT Wed Jul 8 03:21:29 CST 2020 x86_64 GNU/Linux synology_apollolake_718+

##dmesg:

[  109.646544] usbcore: registered new interface driver aqc111
[  109.662871] aqc111 2-3:1.0 eth2: register 'aqc111' at usb-0000:00:15.0-3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:4e:29:97
[  110.237328] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[  117.765037] aqc111 2-3:1.0 eth2: Link Speed 5000, USB 3
[  117.778759] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[  138.463405] usb 3-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 160 microframes

##lsusb:

|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__1-4         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 65007863CDE41651)
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__2-3         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 04I00545)
|__usb3          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ etxhci_hcd-170202 Etron xHCI Host Controller 0000:02:00.0) hub
  |__3-1         0463:ffff:0202 00  1.10  1.5MBit/s 20mA 1IF  (EATON Eaton 5P P124J29M61)
|__usb4          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ etxhci_hcd-170202 Etron xHCI Host Controller 0000:02:00.0) hub

ifcongif -a:

eth0      Link encap:Ethernet  HWaddr 00:11:32:79:63:E9
          inet6 addr: fe80::211:32ff:fe79:63e9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:9826 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10645 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2098249 (2.0 MiB)  TX bytes:9781617 (9.3 MiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:79:63:EA
          inet6 addr: fe80::211:32ff:fe79:63ea/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:3634 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1631 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:484992 (473.6 KiB)  TX bytes:1340223 (1.2 MiB)

eth2      Link encap:Ethernet  HWaddr 24:5E:BE:4E:29:97
          inet addr:192.168.1.99  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::265e:beff:fe4e:2997/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:185996 errors:0 dropped:0 overruns:0 frame:0
          TX packets:144432 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1071696601 (1022.0 MiB)  TX bytes:1076902320 (1.0 GiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:6860 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6860 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:1307320 (1.2 MiB)  TX bytes:1307320 (1.2 MiB)

Support for DS1515+ with an Intel Atom C2538?

Is there a way to compile a version that works with the DS1515+? I wanted to check first before I installed the aqc111-denverton-1.3.3.0-1.spk driver, but might just test and see as that's the oldest driver package.

Driver issue with UGREEN 5GBE Adapter

I just brought the ugreen 5gbe adapter from china. When I plug into my 920+, I can't see LAN 3 with driver version 1.3.3.0-2.

I had asked google.com, he said this adapter use the same chip with UC5G1T.

Is it possible to support this adapter?

Aquantia 5G USB Ethernet Adapter - Aquantia VID:2eca PID:c101 REV:1.01

THX!!!

Doesn't work on DSM7 - no surprise, just FYI

Description of the problem

Driver won't start at boot or using run on DSM7 preview.

Description of your products

Linux SYN02 4.4.180+ #40850 SMP Wed Sep 2 17:03:14 CST 2020 x86_64 GNU/Linux synology_apollolake_918+
DS 1815+
DSM 7.0-40850
QNAP UC5G1T

Description of your environment

CAT5 connect to 1g port on a switch

Output of dmesg command

[161752.847455] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[161768.749960] mii: version magic '4.4.59+ SMP preempt mod_unload ' should be '4.4.180+ SMP mod_unload '
[161768.761983] usbnet: version magic '4.4.59+ SMP preempt mod_unload ' should be '4.4.180+ SMP mod_unload '
[161768.774312] aqc111: version magic '4.4.59+ SMP preempt mod_unload ' should be '4.4.180+ SMP mod_unload '
[161777.941873] mii: version magic '4.4.59+ SMP preempt mod_unload ' should be '4.4.180+ SMP mod_unload '
[161777.954066] usbnet: version magic '4.4.59+ SMP preempt mod_unload ' should be '4.4.180+ SMP mod_unload '
[161777.966435] aqc111: version magic '4.4.59+ SMP preempt mod_unload ' should be '4.4.180+ SMP mod_unload '

Output of lsusb command

alexb@SYN02:~$ lsusb
|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__1-4         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 7F00943A38DA5A16)
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__2-1         1c04:0015:0101 00  3.20 5000MBit/s 896mA 2IFs (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 02I08844)

Output of ifconfig -a command

alexb@SYN02:~$ ifconfig -a
docker0   Link encap:Ethernet  HWaddr 02:42:22:12:2B:59  
          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
          inet6 addr: fe80::42:22ff:fe12:2b59/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:394317 errors:0 dropped:0 overruns:0 frame:0
          TX packets:388391 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:28530272 (27.2 MiB)  TX bytes:84844276 (80.9 MiB)

docker_gw Link encap:Ethernet  HWaddr 02:42:6D:3E:65:A2  
          inet addr:172.18.0.1  Bcast:172.18.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

dockerb12 Link encap:Ethernet  HWaddr 3E:2C:16:CA:3E:18  
          inet6 addr: fe80::3c2c:16ff:feca:3e18/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:195957 errors:0 dropped:0 overruns:0 frame:0
          TX packets:170902 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:15701335 (14.9 MiB)  TX bytes:27338771 (26.0 MiB)

dockerbd0 Link encap:Ethernet  HWaddr A6:90:5C:9E:8D:77  
          inet6 addr: fe80::a490:5cff:fe9e:8d77/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:10710 (10.4 KiB)

dockere11 Link encap:Ethernet  HWaddr BE:D7:82:68:DD:8E  
          inet6 addr: fe80::bcd7:82ff:fe68:dd8e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:198360 errors:0 dropped:0 overruns:0 frame:0
          TX packets:217504 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:18349375 (17.4 MiB)  TX bytes:57506591 (54.8 MiB)

eth0      Link encap:Ethernet  HWaddr 00:11:32:AE:28:4F  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:7232402 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1666519 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2424063246 (2.2 GiB)  TX bytes:379412153 (361.8 MiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:AE:28:50  
          UP BROADCAST SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:7185316 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7185316 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:1094434122 (1.0 GiB)  TX bytes:1094434122 (1.0 GiB)

ovs-syste Link encap:Ethernet  HWaddr A2:FA:D2:65:1A:EA  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

ovs_eth0  Link encap:Ethernet  HWaddr 00:11:32:AE:28:4F  
          inet addr:192.168.1.38  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5707722 errors:0 dropped:0 overruns:0 frame:0
          TX packets:667528 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:1630325220 (1.5 GiB)  TX bytes:237238960 (226.2 MiB)

ovs_eth1  Link encap:Ethernet  HWaddr 00:11:32:AE:28:50  
          inet addr:192.168.1.39  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

tap021132 Link encap:Ethernet  HWaddr 52:9B:C9:FF:B9:8A  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:178993 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5225146 errors:0 dropped:1193 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:27151146 (25.8 MiB)  TX bytes:1598347817 (1.4 GiB)

tap021132 Link encap:Ethernet  HWaddr BA:FB:70:AB:05:A4  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:723652 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5727662 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:109792556 (104.7 MiB)  TX bytes:1137271995 (1.0 GiB)

DS420j + QNA-UC5G1T + DSM7: eth1 nic present but not shown in DSM UI

Dear all,

First I would like to thank you for the hard work on bringing 5Gb lan connection to our Synology NAS.
The Spec of the DS420j is 115Mb/s but it is way more on a 5Gb network (probably around 200 Mb/s).

sudo hdparm -Tt /dev/md1
/dev/md1:
Timing cached reads: 1428 MB in 2.00 seconds = 713.82 MB/sec
Timing buffered disk reads: 610 MB in 3.00 seconds = 203.25 MB/sec

I can report success installing the latest driver on the DS420J with a QNA-UC5G1T
The driver is loaded and eth1 is present. Unfortunately it does not show in the UI.

How can I add eth1 manually or in the UI?

Kind regards,
French Fries

Error installing "mii: exports duplicate symbol generic_mii_ioctl (owned by kernel)"

Description of the problem

When installing the driver for the rtd2196 platform, I see this in the logs:

[54241.874719] mii: module verification failed: signature and/or required key missing - tainting kernel
[54241.884140] mii: exports duplicate symbol generic_mii_ioctl (owned by kernel)
[54241.989801] usbcore: registered new interface driver aqc111

Description of your products

Synology DS220j
Linux nas 4.4.59+ #25556 SMP Thu Mar 4 17:52:53 CST 2021 aarch64 GNU/Linux synology_rtd1296_ds220j
DSM 6.2.4-25556
QNAP QNA-UC5G1T

Description of your environment

Direct to PC
QNAP QNA-UC5G1T on the PC end as well
Short cat6 cable

Output of dmesg command

[54241.874719] mii: module verification failed: signature and/or required key missing - tainting kernel
[54241.884140] mii: exports duplicate symbol generic_mii_ioctl (owned by kernel)
[54241.989801] usbcore: registered new interface driver aqc111

Output of lsusb command

|__usb2          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller xhci-hcd.2.auto) hub
  |__2-1         0764:0501:0001 00  1.10  1.5MBit/s 50mA 1IF  (CPS Amazon550 84b184ea85ff9ef3b2)
|__usb3          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller xhci-hcd.2.auto) hub
|__usb4          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller xhci-hcd.5.auto) hub
|__usb5          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller xhci-hcd.5.auto) hub

Output of ifconfig -a command

eth0      Link encap:Ethernet  HWaddr 00:11:32:E4:92:A9
          inet addr:192.168.1.204  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::211:32ff:fee4:92a9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:474247 errors:0 dropped:0 overruns:0 frame:0
          TX packets:300562 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:97322145 (92.8 MiB)  TX bytes:77442719 (73.8 MiB)
          Interrupt:11

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:33283 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33283 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:2294694 (2.1 MiB)  TX bytes:2294694 (2.1 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Support for DS1819+

Hi bb-qq,

Could you please make a version support for DS1819+? Million thanks.

What spk to use for bromolow architecture?

Description of the problem

Would like to use an AQC111 on our RS3614xs, but arch bromolow does not seem supported. Is there a compatible driver? If not what is required to build one for Bromolow arch?

Description of your products

  • the product name of your NAS model
    RS3614xs
    • and output of uname -a command
      Linux DS 3.10.102 #15132 SMP Thu Jun 29 07:35:20 CST 2017 x86_64 GNU/Linux synology_bromolow_rs3614xs
    • DSM version x.x
      DSM 6.1.2-15132
  • the product name of the ethernet dongle
    (Aquantia Aquantia 5G USB Ethernet Adapter 0000006c

Description of your environment

  • connect directly to a PC or using a hub
    DSM behind switch DLink DGS48
    • PC: NIC model name or chipset name
    • Hub: model name
  • cable category (Cat.5e or Cat.6 or Cat.7)
    Cat 5e

Output of dmesg command

(paste output here)

Output of lsusb command

|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:1a.0) hub
  |__1-1         8087:8008:0005 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2ffffffdbffffffad) hub
    |__1-1.2     2eca:c101:0101 00  2.10  480MBit/s 500mA 2IFs (Aquantia Aquantia 5G USB Ethernet Adapter 0000006c)
|__usb2          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:1d.0) hub
  |__2-1         8087:8000:0005 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2ffffffdbffffffa0) hub
    |__2-1.3     f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 6500456D8D915266)
|__usb3          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (xhci_hcd 0000:00:14.0) hub
|__usb4          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (xhci_hcd 0000:00:14.0) hub

Output of ifconfig -a command

eth0      Link encap:Ethernet  HWaddr 00:11:32:32:DD:71
          inet addr:10.32.11.249  Bcast:10.32.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9759265789 errors:0 dropped:95009 overruns:95009 frame:0
          TX packets:14164592319 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6833945891018 (6.2 TiB)  TX bytes:17932592349524 (16.3 TiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:32:DD:72
          inet addr:169.254.80.85  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth2      Link encap:Ethernet  HWaddr 00:11:32:32:DD:73
          inet addr:169.254.237.243  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth3      Link encap:Ethernet  HWaddr 00:11:32:32:DD:74
          inet addr:169.254.21.235  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:22323347 errors:0 dropped:0 overruns:0 frame:0
          TX packets:22323347 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3287819995 (3.0 GiB)  TX bytes:3287819995 (3.0 GiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Support for DS716+

Hi,

The drivers work, I can ping or use SMB but after little test (SMB copy ..), the adapter disconnect and can t ping or move into smb folder

Same problem with the 2,5Gb adapter.

I set it by default. How I can get the log for debug ?

Thank a lot :)

Driver for DS2415+

Hi,

I want to use the driver on DS2415+, could you please help on this?

NAS mode: Synology DS2415+
DSM version: 6.2.2-24922 Update 4
ethernet dongle: QNAP QNA-UC5G1T

Thank you!

readme mixed up

in the aqc111 readme is the link to the r8152/releases instead of the aqc111/releases.

this part:
"
You can download drivers including other platforms from the Release page and determine a proper driver for your model from this page, but you might encounter some issues with unconfirmed platforms.
"

I was checking what I did wrong until I noticed i downloaded the wrong driver

thx

only 1000Mbps link

cannot achieve over 1Gbps Link speed. Verified 5Gbps connectivity on PC to PC using QNA-UC5G1T connected to Aquantia AQtion 10G Pro (AQN-107).

On DS918+:
root@TerraServer:~# ethtool eth2
Settings for eth2:
Supported ports: [ TP MII ]
Supported link modes: 100baseT/Full
1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes

root@TerraServer:~# ethtool -s eth2 autoneg off speed 5000
Cannot set new settings: Invalid argument
not setting speed
not setting autoneg

root@TerraServer:~# ethtool -s eth2 speed 5000
Cannot advertise speed 5000

root@TerraServer:~# ethtool --version
ethtool version 3.13

Can't install on 918+ on DSM7

I'm trying the manual install on my Synology 918+. I picked the apollolake version (in fact, I tried both releases). When I try to install it, it says can't install, wrong format.

I'm on DSM 7.
Any idea?

Receiving error "The operation failed. Please log in to DSM again and retry" when attempting to install spk file on DS918+

Description of the problem

I have tried both releases and both give me the same error message "The operation failed. Please log in to DSM again and retry". I updated DSM and even attempted this with while logged in with the built in admin account, still getting the same results. I have "Any publisher" set in Trust Level. I have a DS918+, and my device has an Apollo lake CPU (according to the Synology documentation), and I am trying to use the apollolake spk file. lsusb shows the qnap nic, so I know the system at least detects that it exists...any help is appreciated. Thanks in advanced!

Here is an image of the error:
https://imgur.com/fCv89QQ

Description of your products

  • Synology DS918+
    • Linux DataStore 4.4.59+ #25426 SMP PREEMPT Wed Jul 8 03:21:29 CST 2020 x86_64 GNU/Linux synology_apollolake_918+
    • DSM Version 6.2.3-25426 Update 2
  • USB NIC - QNAP UC5G1T

Description of your environment

  • QNAP NIC plugged into USB3 port on NAS

Output of dmesg command

There are no logs for the attempted install showing in dmesg, surprisingly.

Output of lsusb command

|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__1-4         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 7F008AA89E3A7D07)
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__2-1         1c04:0015:0101 00  3.20 5000MBit/s 896mA 2IFs (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 07I11374)

Output of ifconfig -a command

eth0      Link encap:Ethernet  HWaddr 00:11:32:9E:84:69
          inet6 addr: fe80::211:32ff:fe9e:8469/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:20776 errors:0 dropped:0 overruns:0 frame:0
          TX packets:25770 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6204734 (5.9 MiB)  TX bytes:23352017 (22.2 MiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:9E:84:6A
          inet6 addr: fe80::211:32ff:fe9e:846a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6722 errors:0 dropped:0 overruns:0 frame:0
          TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1679586 (1.6 MiB)  TX bytes:21639 (21.1 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:13871 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13871 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:1876931 (1.7 MiB)  TX bytes:1876931 (1.7 MiB)

ovs-syste Link encap:Ethernet  HWaddr 4E:26:B3:B8:B1:4B
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

ovs_bond0 Link encap:Ethernet  HWaddr 00:11:32:9E:84:69
          inet addr:192.168.1.40  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::211:32ff:fe9e:8469/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:20207 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14527 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:5890198 (5.6 MiB)  TX bytes:22728038 (21.6 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

DS620Slim + 2x QNAP QNA-UC5G1T Single interface or Bond - Report - Working correctly with 3.5Gbps file transfer read performance

Hello everyone
I am happy to report that the DS620Slim NAS works well with QNA-UC5G1T Adapter

Many thanks to @bb-qq for creating the drivers, this kind of performance on such as small NAS wouldn't be possible without it!

Equipment list

NAS

Synology DS620Slim

RAM

Original 2GB RAM
SSD Cache (Read-only)

Storage and Volumes

VOLUME 1 - 2 x SAMSUNG SSD 870 QVO 4TB
** SHR
** File system (NAS): Btrfs
** Encryption: None

Networking

QNAP QNA-UC5G1T USD 3 Adapter at 5Gbps and MTU 1500

Client

M1 MacBook Air

Networking

QNAP QNA-T310G1S Thunderbolt 3 Adapter at 10Gbps SFP+ Fiber and MTU 1500 (More on MTU bellow)

Network

Switch

Ubiquiti UniFi Switch Aggregation 8x 10Gbps SFP+ ports

Modules

NAS connected to Wiitek 10Gbps SFP+ module with link negotiated at 5Gbps (But Ubiquiti Switch shows it at 10Gbps as it doens't officially support 5Gbps, more on that bellow)
Client connected to Ubiquiti 10Gbps SFP+ module with link negotiated at 10Gbps

Test results

While tranferring a 50GB file over AFP
165MB/s Write
440MB/s Read

While testing with Blackmagic Disk Speed Test over AFP
101MB/s Write
390MB/s Read

Notes

There are couple of small issues here and there but nothing critical and these are likely related to Ubiquiti's lack of official 5Gbps support:

  • When chaging MTU settings on the QNAP network card, the NAS looses network connection until it is rebooted
  • When running MTU at 9000 the performance is in fact degraded to:
    28MB/s Write
    400MB/s Read
    This is likely due to Ubiquiti trying to send data at 10Gbps rate but hitting the NAS SFP+ at 10Gbps while it's in fact running at 5Gbps

Further testing

I have ordered another set of QNAP 5Gbps and Wiitek SFP module so that I can test and deploy either of the following:
both NAS and MacBook with 5Gbps networking
NAS with 2x 5Gbps Aggregate network with MacBook at 10Gbps Fiber networking

Will report back once I have completed these tests

Support for DS916+

Description of the problem

There are several issues:

  • The adapter crashes when MTU is changed. A manual "/etc/rc.network restart" is required to revive the adapter. This comes without dmesg output or changes in lsusb/ifconfig. Afterwards the MTU settings are updated as requested.
  • As reported in Issue #7 the network connection crashes after a short data transfer. It is stable when sending data, even for large amounts of data (>50GB). It is very unstable when receiving data (SMB). Most of the time it crashes within the first 10s. Even Iperf traffic may provoke a crash in some situations. Fixed by using the front USB port.
  • Overall transfer rates are never as expected. 3650MBps(Tx)/3520MBps(Rx) is the upper limit measured with iperf. In SMB setups, Rx is always about 30% slower (3300MBps(Tx)/2100MBps(Rx))

Please have a look into the remaining two issues: Crash upon MTU change and low SMB write rates

Performance/Stability table

For Issue 2 and 3 I tried several combinations of link speed, MTU, Throttling and remote station. The interfaces are described in more detail in the following sections.

NAS interface Remote interface Link Speed MTU Throttling Used USB Port Iperf Tx Iperf Rx SMB Tx SMB Rx
QNA Intel 1G 9000 Yes 4 946 947 950 950
Synology Aquantia 1G 1500 - - 946 947 940 940
QNA Aquantia 5G 9000 Yes 4 1560 2040 1490 Crash
QNA Aquantia 2.5G 9000 Yes 4 1570 2050 2270 Crash
QNA Aquantia 5G 1500 Yes 4 1560 Crash Crash Crash
QNA Aquantia 2.5G 1500 Yes 4 1570 1720 1310 Crash
QNA Aquantia 5G 1500 No 4 1560 Crash 1530 Crash
QNA Aquantia 2.5G 1500 No 4 1530 Crash 1540 Crash
QNA Aquantia 5G 1500 Yes 2 3400 1500 1300 650
QNA Aquantia 5G 1500 No 2 2890 1780 1300 650
QNA Aquantia 2.5G 1500 Yes 2 2350 1800 1300 550
QNA Aquantia 2.5G 1500 No 2 2360 1770 1300 550
QNA Aquantia 2.5G 9000 Yes 2 2450 2470 2500 1800
QNA Aquantia 5G 9000 Yes 2 3640 3510 3300 2100
QNA Aquantia 2.5G 1500 Yes 2 2360 2140 1300 550
QNA Aquantia 5G 1500 Yes 2 3400 1740 1300 700
QNA Aquantia 2.5G 9000 Yes 2 2470 2460 2200 1800
QNA Aquantia 5G 9000 Yes 2 3650 3520 3300 2100
QNA Aquantia 2.5G 1500 Yes 3+4 1530 Crash - -
QNA Aquantia 5G 1500 Yes 3+4 1540 Crash 1300 Crash
QNA Aquantia 2.5G 9000 Yes 3+4 1580 2050 1500 1600
QNA Aquantia 5G 9000 Yes 3+4 1560 2050 1450 1600

Notes:

  • All data rates are in MBps and given relative to NAS.
  • Iperf3 was used for Iperf measurements. The remote station was always the server. Rx traffic was forced with "-R" flag. All measurements used seven parallel streams. Single streams runs are 200-300MBit/s slower. Native iperf3 was used.
  • SMB test was performed by copying an 8GiB file from NAS to remote station (Tx) and back (Rx).
  • Before Crashing on SMB transfers the transfer rates were approx. on Tx speed level.
  • The settings "USB Port 3+4" used a USB Y-cable to eradicate power issues. Port 4 was used for data and port 3 for supplementary power.

Outcome:

  • Thermal throttling does not affect the performance or stability as far as I can tell. May be this is due to the small files (<10GB) transmitted for testing.
  • The used network cable does not affect the performance or stability as far as I can tell. Tests with an old 10m Cat5e didn't yield other results than with a new 10m Cat6 cable.
  • The front USB port is much more reliable and performs much better. (Nevertheless it still has a problem with SMB RX traffic.)
  • The rear USB ports can't handle the adapter. Performance is bad and stability is even worse.

Description of your products

NAS

NAS is a DS916+ with 3 WD140PURZ and 1 WD80EFZX in RAID5.

  • uname -a : Linux DS916 3.10.105 #24922 SMP Wed Jul 3 16:34:56 CST 2019 x86_64 GNU/Linux synology_braswell_916+
  • DSM 6.2.2-24922 Update 4

Network Adapter

QNAP QNA-UC5G1T USB to 5GbE Adapter - QNAP System Inc.

  • Rev: 1.01 (as said by DSM USB device information)
  • Connected with the original USB-C USB-A cable.
  • Connected to the upper rear(4)/front(2) USB port.
  • An USB3-Y-cable was temporarily used.
  • Content of /etc/sysconfig/network-scripts/ifcfg-eth2: (touched by myself, configured via DSM)
DEVICE=eth2
BOOTPROTO=static
IPADDR=192.168.70.100
NETMASK=255.255.255.0
ONBOOT=yes
IPV6INIT=auto
IPV6_ACCEPT_RA=1

Description of your environment

NAS and remote station were connected directly. No Hubs or Switches.

  • Intel: Intel(R) I211 Gigabit Network Connection
  • Aquantia: Aquantia AQtion 10Gbit Network Adapter (AQC107)
    Both onboard on an ASRock X470 Taichi Ultimate. System is running Win10 (1809).

A 10m STP Cat.5e and a 10, SFTP Cat.6 cable were used for all test.

Output of dmesg command

There is no output after the cable was connected after 42000.
dmesg.txt
This is an exemplary output of one of the tests.

Output of lsusb command

Output when Adapter was attached at the rear port.

|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (xhci_hcd 0000:00:14.0) hub
  |__1-5         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 650064DA20E41658)
|__usb2          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (xhci_hcd 0000:00:14.0) hub
|__usb3          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
|__usb4          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
  |__4-2         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 02I08329)

Output when Adapter was attached at the front port.

|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (xhci_hcd 0000:00:14.0) hub
  |__1-5         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 650064DA20E41658)
|__usb2          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (xhci_hcd 0000:00:14.0) hub
  |__2-2         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 02I08329)
|__usb3          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
|__usb4          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub

Output of ifconfig -a command

eth0      Link encap:Ethernet  HWaddr 00:11:32:5D:03:B9
          inet addr:192.168.60.10  Bcast:192.168.60.255  Mask:255.255.255.0
          inet6 addr: fe80::211:32ff:fe5d:3b9/64 Scope:Link
          inet6 addr: 2003:cd:770d:a300:211:32ff:fe5d:3b9/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:21019885 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13627187 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:27761844139 (25.8 GiB)  TX bytes:5625192053 (5.2 GiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:5D:03:BA
          inet addr:169.254.7.239  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth2      Link encap:Ethernet  HWaddr 24:5E:BE:4D:99:D9
          inet addr:192.168.70.100  Bcast:192.168.70.255  Mask:255.255.255.0
          inet6 addr: fe80::265e:beff:fe4d:99d9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3009123 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3032428929 (2.8 GiB)  TX bytes:14303703448 (13.3 GiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:230267 errors:0 dropped:0 overruns:0 frame:0
          TX packets:230267 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:70866766 (67.5 MiB)  TX bytes:70866766 (67.5 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Output of ethtool

The missing link mode adverstisement for 2.5G and 5G seems odd to me.

Settings for eth2:
        Supported ports: [ TP MII ]
        Supported link modes:   100baseT/Full
                                1000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Advertised link modes:  100baseT/Full
                                1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Speed: 5000Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: g
        Wake-on: d
        Current message level: 0x00000007 (7)
                               drv probe link
        Link detected: yes

DS1019+ Report

DS1019+ Report

Seems to work with the 1019+. Only oddity I discovered was a large number of log events in dmesg output
aqc111 2-1:1.0 eth2: kevent 2 may have been dropped

expecting to upgrade the PC to 10Gbps

Description of your products

uname -a output:

Linux bagofholding 4.4.59+ #25426 SMP PREEMPT Tue May 12 04:54:55 CST 2020 x86_64 GNU/Linux synology_apollolake_1019+

DSM Version: DSM 6.2.3-25426

USB Ethernet Adapter: QNA-UC5G1T

Jumbo Frames enable on switch, MTU set to 9000 on DS

Description of your environment

Switch Hardware: UniFi Switch 6 XG PoE

PC hardware

2.5GbE built into motherboard

07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 01)

Cable 5e

Output of dmesg command

[7113002.792563] aqc111 2-1:1.0 eth2: register 'aqc111' at usb-0000:00:15.0-1, QNAP QNA-UC5G1T USB to 5GbE Ad
apter, 24:5e:be:4f:88:61
[7113002.792696] usbcore: registered new interface driver aqc111
[7113012.656683] aqc111 2-1:1.0 eth2: Link Speed 5000, USB 3
[7113030.785752] aqc111 2-1:1.0 eth2: kevent 2 may have been dropped
[7113030.796021] aqc111 2-1:1.0 eth2: kevent 2 may have been dropped
[7113030.802844] aqc111 2-1:1.0 eth2: kevent 2 may have been dropped
[7113030.809660] aqc111 2-1:1.0 eth2: kevent 2 may have been dropped
[7113030.816474] aqc111 2-1:1.0 eth2: kevent 2 may have been dropped
[7113030.833094] aqc111 2-1:1.0 eth2: kevent 2 may have been dropped

Output of lsusb command

|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__1-2         051d:0002:0090 00  2.00   12MBit/s 2mA 1IF  (American Power Conversion Back-UPS RS 1500MS FW:952.e3 .D USB FW:e3      3B1836X31066  )
  |__1-4         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 7F00888E30CA6054)
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__2-1         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 04I22792)

Output of ifconfig -a command

eth2      Link encap:Ethernet  HWaddr 24:5E:BE:4F:88:61
          inet addr:10.43.11.2  Bcast:10.43.11.255  Mask:255.255.255.0
          inet6 addr: fe80::265e:beff:fe4f:8861/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:83499886 errors:1 dropped:0 overruns:0 frame:0
          TX packets:24242623 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:102707676703 (95.6 GiB)  TX bytes:4744868560 (4.4 GiB)

Output of iperf3 -c 10.43.11.2 -P 4

[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   591 MBytes   496 Mbits/sec  201             sender
[  5]   0.00-10.00  sec   588 MBytes   493 Mbits/sec                  receiver
[  7]   0.00-10.00  sec   669 MBytes   561 Mbits/sec  132             sender
[  7]   0.00-10.00  sec   667 MBytes   559 Mbits/sec                  receiver
[  9]   0.00-10.00  sec   745 MBytes   625 Mbits/sec  251             sender
[  9]   0.00-10.00  sec   743 MBytes   623 Mbits/sec                  receiver
[ 11]   0.00-10.00  sec   545 MBytes   458 Mbits/sec  173             sender
[ 11]   0.00-10.00  sec   542 MBytes   454 Mbits/sec                  receiver
[SUM]   0.00-10.00  sec  2.49 GBytes  2.14 Gbits/sec  757             sender
[SUM]   0.00-10.00  sec  2.48 GBytes  2.13 Gbits/sec                  receiver

DS718+ Report

First off - thanks for making this driver! While it would be great if Synology offered a faster interface on their 2-bay and 4-bay models, the x20 series indicates that they are in no hurry to do this.

Equipment list

Synology DS718+ with:

  • 16GB G.SKILL F3-1866C10D-16GRSL memory kit
  • 2x Western Digital 6TB Red Pro hard drives (WD6002FFWX-68TZ4N0)
  • QNAP QVA-U5G1T USB network adapter
  • File system: Btrfs
  • MTU 9000 on Synology 1Gbps (LACP) interface and QNAP QVA-UC5G1T USB network adapter

Ryzen 7 3800X PC with:

  • Samsung SSD 970 EVO Plus 1TB
  • ASUS XG-C100C 10G Ethernet Adapter

Cisco 2960-X-24TD-L network switch with:

  • 2x FS 10GBASE-T SFP+ Copper RJ-45 30m Transceiver (SFP-10G-T) - One SFP+ to the PC the other to the QNAP QVA-UC5G1T
  • Category 6 cabling

I removed the QNAP QVA-UC5G1T USB network adapter's metal enclosure and added an old motherboard VRM heat-sink to the bottom thermal interface of the adapter PCB. Within the QVA-UC6G1T, the included heat-sink looks reasonable, however it has no airflow or direct connection to the metal enclosure to perform properly.

CrystalDiskMark used with default settings.

CrystalDiskMark with mapped drive from Synology 1Gbps Ethernet interface:
CDM Score 1Gbps

CrystalDiskMark with mapped drive from QNAP QVA-UC5G1T 5Gbps Ethernet interface:
CDM Score 1Gbps

It appears data inbound to the DS718+ is peaking at 1.1Gbps.

DSM 6.2.3-25426 Update 2

uname -a:

Linux Alexandria 4.4.59+ #25426 SMP PREEMPT Wed Jul 8 03:21:29 CST 2020 x86_64 GNU/Linux synology_apollolake_718+

dmesg:

[2279831.946649] aqc111 2-3:1.0 eth2: register 'aqc111' at usb-0000:00:15.0-3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:4e:29:97
[2279831.959842] usbcore: registered new interface driver aqc111
[2279832.223254] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[2279832.248995] init: synowsdiscoveryd main process ended, respawning
[2279839.879770] aqc111 2-3:1.0 eth2: Link Speed 5000, USB 3
[2279839.891295] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[2338947.560590] aqc111 2-3:1.0 eth2: kevent 2 may have been dropped

lsusb:

|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__1-4         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 65007863CDE41651)
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__2-3         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 04I00545)
|__usb3          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ etxhci_hcd-170202 Etron xHCI Host Controller 0000:02:00.0) hub
  |__3-1         0463:ffff:0202 00  1.10  1.5MBit/s 20mA 1IF  (EATON Eaton 5P P124J29M61)
|__usb4          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ etxhci_hcd-170202 Etron xHCI Host Controller 0000:02:00.0) hub

ifconfig -a:

eth2      Link encap:Ethernet  HWaddr 24:5E:BE:4E:29:97
          inet addr:192.168.1.99  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::265e:beff:fe4e:2997/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:34565248 errors:1 dropped:0 overruns:0 frame:0
          TX packets:17166572 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:40740174194 (37.9 GiB)  TX bytes:60619356328 (56.4 GiB)

DS 918+ DSM 7.0 can't find /var/packages/r8152/target/r8152/spk_su

I'm using CableCreation USB 3.0 to 2.5 Gigabit LAN Ethernet Cable Adapter, it works fine when I'm using DSM 6. Today I updated to DSM 7, it doesn't work, then I follow the https://github.com/bb-qq/r8152 guide, first time it said Failed to repair "AQC111 driver". Then I used SSH terminal to run "sudo install -m 4755 -o root -D /var/packages/r8152/target/r8152/spk_su /opt/sbin/spk_su". It told me don't have this file or folder. I check the folders, I have /var/packages/r8152/target/r8152/spk_su /opt/sbin/ folder but don't have spk_su folder or file, I think var/packages/r8152/target/r8152/spk_su /opt/sbin/ folder is created when I installed the driver under DSM6. Then I tried to remove the folder and tried again. The manual install didn't create any new folder. Not sure what I can do now.

Active/Passive Bond for Fail safe does not work

Description of the problem

I tried to Create an Active/Passive Bond with my QNAP Adapter and one of the internal Network interface for Fail Safe purpose. It says "Applying Network Settings" and reloads DSM Site but the Bond does not get created. Is this even possible with mixed speed Interfaces?

Description of your products

  • DS916+ Linux 3.10.105 #24922 SMP synology_braswell_916+
  • DSM 6.2.2-24922 Update 6
  • QNAP QNA-UC5G1T USB 3.0 auf 5 GbE Netzwe

Description of your environment

Via Netgear 5Gbe Switch
- PC: Asus 10Gbe Card (Aquantia)
Netgear XS508M-100 Switch
Cat.7 Cable

Output of dmesg command

[   76.737100] MODSIGN: Loaded cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[   76.750360] MODSIGN: Loaded cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[   76.761657] registered taskstats version 1
[   76.766963] rtc_cmos 00:05: setting system clock to 2020-04-12 01:29:22 UTC (1586654962)
[   76.777452] Freeing unused kernel memory: 772k freed
[   76.783269] Write protecting the kernel read-only data: 8192k
[   76.789974] Freeing unused kernel memory: 1272k freed
[   76.798472] Freeing unused kernel memory: 504k freed
[   76.919124] ACPI: bus type USB registered
[   76.924097] usbcore: registered new interface driver usbfs
[   76.930497] usbcore: registered new interface driver hub
[   76.936736] usbcore: registered new interface driver ethub
[   76.943199] usbcore: registered new device driver usb
[   76.989583] xhci_hcd 0000:00:14.0: setting latency timer to 64
[   76.989598] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   76.995476] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   77.203902] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   77.203944] xhci_hcd 0000:00:14.0: irq 133 for MSI/MSI-X
[   77.204427] xHCI xhci_add_endpoint called for root hub
[   77.204432] xHCI xhci_check_bandwidth called for root hub
[   77.204681] hub 1-0:1.0: USB hub found
[   77.208911] hub 1-0:1.0: 7 ports detected
[   77.214596] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   77.220460] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   77.229202] xHCI xhci_add_endpoint called for root hub
[   77.229209] xHCI xhci_check_bandwidth called for root hub
[   77.229435] hub 2-0:1.0: USB hub found
[   77.233659] hub 2-0:1.0: 6 ports detected
[   77.280883] etxhci_hcd-170202 0000:04:00.0: Etron xHCI Host Controller
[   77.288204] etxhci_hcd-170202 0000:04:00.0: new USB bus registered, assigned bus number 3
[   77.309714] etxhci_hcd-170202 0000:04:00.0: irq 134 for MSI/MSI-X
[   77.310645] xHCI etxhci_add_endpoint called for root hub
[   77.310650] xHCI etxhci_check_bandwidth called for root hub
[   77.310895] ethub 3-0:1.0: USB hub found
[   77.315322] ethub 3-0:1.0: 2 ports detected
[   77.320159] etxhci_hcd-170202 0000:04:00.0: Etron xHCI Host Controller
[   77.327478] etxhci_hcd-170202 0000:04:00.0: new USB bus registered, assigned bus number 4
[   77.337559] xHCI etxhci_add_endpoint called for root hub
[   77.337567] xHCI etxhci_check_bandwidth called for root hub
[   77.337809] ethub 4-0:1.0: USB hub found
[   77.342245] ethub 4-0:1.0: 2 ports detected
[   77.355170] braswell_synobios: module license 'Synology Inc.' taints kernel.
[   77.363063] Disabling lock debugging due to kernel taint
[   77.369793] ttyS1 - failed to request DMA
[   77.374420] 2020-4-12 1:29:23 UTC
[   77.378142] synobios: load, major number 201
[   77.382926] Brand: Synology
[   77.386061] Model: DS-916+
[   77.389096] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[   77.398553] synobios cpu_arch proc entry initialized
[   77.404106] synobios crypto_hw proc entry initialized
[   77.409755] synobios syno_platform proc entry initialized
[   77.415819] synobios open /dev/ttyS1 success
[   77.431559] synobios: unload
[   77.449956] md: Autodetecting RAID arrays.
[   77.504094] md: invalid raid superblock magic on sda3
[   77.509751] md: sda3 does not have a valid v0.90 superblock, not importing!
[   77.567246] md: invalid raid superblock magic on sdb3
[   77.572899] md: sdb3 does not have a valid v0.90 superblock, not importing!
[   77.632274] md: invalid raid superblock magic on sdc3
[   77.637926] md: sdc3 does not have a valid v0.90 superblock, not importing!
[   77.690577] md: invalid raid superblock magic on sdd3
[   77.696235] md: sdd3 does not have a valid v0.90 superblock, not importing!
[   77.704031] md: Scanned 12 and added 8 devices.
[   77.709104] md: autorun ...
[   77.712235] md: considering sda1 ...
[   77.716242] md:  adding sda1 ...
[   77.719846] md: sda2 has different UUID to sda1
[   77.724916] md:  adding sdb1 ...
[   77.728527] md: sdb2 has different UUID to sda1
[   77.733597] md:  adding sdc1 ...
[   77.737209] md: sdc2 has different UUID to sda1
[   77.742278] md:  adding sdd1 ...
[   77.745889] md: sdd2 has different UUID to sda1
[   77.750972] md: created md0
[   77.754097] md: bind<sdd1>
[   77.757147] md: bind<sdc1>
[   77.760189] md: bind<sdb1>
[   77.763231] md: bind<sda1>
[   77.766272] md: running: <sda1><sdb1><sdc1><sdd1>
[   77.771960] md/raid1:md0: active with 4 out of 4 mirrors
[   77.818362] md0: detected capacity change from 0 to 2549940224
[   77.825099] md: considering sda2 ...
[   77.829128] md:  adding sda2 ...
[   77.832745] md:  adding sdb2 ...
[   77.836363] md:  adding sdc2 ...
[   77.839976] md:  adding sdd2 ...
[   77.844244] md: created md1
[   77.847396] md: bind<sdd2>
[   77.850459] md: bind<sdc2>
[   77.853511] md: bind<sdb2>
[   77.856555] md: bind<sda2>
[   77.859604] md: running: <sda2><sdb2><sdc2><sdd2>
[   77.865320] md/raid1:md1: active with 4 out of 4 mirrors
[   77.892031] md1: detected capacity change from 0 to 2147418112
[   77.898773] md: ... autorun DONE.
[   77.946200]  md0: unknown partition table
[   78.544129] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[   78.649415] usb 4-1: new SuperSpeed USB device number 2 using etxhci_hcd-170202
[   80.225177] EXT4-fs (md0): barriers disabled
[   80.244270] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: 
[   82.600236] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
[   84.566108] EXT4-fs (md0): re-mounted. Opts: (null)
[   90.610154] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   90.616233] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   90.622343] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   90.628437] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   91.149116]  md1: unknown partition table
[   91.339278] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k 
[   91.799430] zram: module is from the staging directory, the quality is unknown, you have been warned.
[   91.811292] zram: Created 4 device(s) ...
[   91.847984] Adding 1214460k swap on /dev/zram0.  Priority:1 extents:1 across:1214460k SS
[   91.877137] Adding 1214460k swap on /dev/zram1.  Priority:1 extents:1 across:1214460k SS
[   91.906250] Adding 1214460k swap on /dev/zram2.  Priority:1 extents:1 across:1214460k SS
[   91.935325] Adding 1214460k swap on /dev/zram3.  Priority:1 extents:1 across:1214460k SS
[   96.233028] NET: Registered protocol family 10
[   96.285446] sit: IPv6 over IPv4 tunneling driver
[   96.983025] ACPI: Requesting acpi_cpufreq
[   96.988473] init: syno-auth-check main process (4856) killed by TERM signal
[   96.990626] Monitor-Mwait will be used to enter C-1 state
[   97.665051] fuse init (API version 7.22)
[   97.779730] e1000e: Intel(R) PRO/1000 Network Driver - 3.3.4-NAPI
[   97.786582] e1000e: Copyright(c) 1999 - 2016 Intel Corporation.
[   97.833072] Intel(R) Gigabit Ethernet Network Driver - version 5.3.5.3
[   97.840421] Copyright (c) 2007-2015 Intel Corporation.
[   97.846860] igb 0000:01:00.0: irq 135 for MSI/MSI-X
[   97.846877] igb 0000:01:00.0: irq 136 for MSI/MSI-X
[   97.891588] igb 0000:01:00.0: added PHC on eth0
[   97.896672] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[   97.904452] igb 0000:01:00.0: eth0: (PCIe:2.5GT/s:Width x1) 
[   97.910822] igb 0000:01:00.0 eth0: MAC: 12:34:56:78:9a:bc
[   97.916910] igb 0000:01:00.0: eth0: PBA No: Unknown
[   97.922416] igb 0000:01:00.0: LRO is disabled
[   97.927332] igb 0000:01:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[   97.936454] igb 0000:02:00.0: irq 137 for MSI/MSI-X
[   97.936516] igb 0000:02:00.0: irq 138 for MSI/MSI-X
[   97.980811] igb 0000:02:00.0: added PHC on eth1
[   97.985892] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[   97.993647] igb 0000:02:00.0: eth1: (PCIe:2.5GT/s:Width x1) 
[   97.999997] igb 0000:02:00.0 eth1: MAC: 12:34:56:78:9a:bc
[   98.006059] igb 0000:02:00.0: eth1: PBA No: Unknown
[   98.011563] igb 0000:02:00.0: LRO is disabled
[   98.016451] igb 0000:02:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[   98.071157] Loading modules backported from Linux version v3.18.1-0-g39ca484
[   98.079059] Backport generated by backports.git v3.18.1-1-0-g5e9ec4c
[   98.233952] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[   98.243137] ACPI: Power Button [PWR2]
[   98.247804] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[   98.257007] ACPI: Sleep Button [SLPB]
[   98.257186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   98.257191] ACPI: Power Button [PWRF]
[   98.290638] systemd-udevd[5434]: starting version 204
[   98.317969] Linux agpgart interface v0.103
[   98.419206] [drm] Initialized drm 1.1.0 20060810
[   98.685063] [drm] Memory usable by graphics device = 2048M
[   98.691227] i915 0000:00:02.0: setting latency timer to 64
[   98.691831] mtrr: no more MTRRs available
[   98.696332] [drm] MTRR allocation failed.  Graphics performance may suffer.
[   98.767974] i915 0000:00:02.0: irq 139 for MSI/MSI-X
[   98.768000] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   98.775448] [drm] Driver supports precise vblank timestamp query.
[   98.840606] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   98.932045] acpi device:28: registered as cooling_device4
[   98.938220] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   98.946015] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
[   98.956153] [drm] Initialized i915 1.6.0 20141121 for 0000:00:02.0 on minor 0
[   98.979670] [drm] GMBUS [i915 gmbus panel] timed out, falling back to bit banging on pin 3
[   99.023486] i915 0000:00:02.0: No connectors reported connected with modes
[   99.031342] [drm] Cannot find any crtc or sizes - going 1024x768
[   99.388807] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   99.395789] i915 0000:00:02.0: registered panic notifier
[   99.482393] bio: create slab <bio-1> at 1
[   99.496739] Btrfs loaded
[   99.532984] exFAT: Version 1.2.9
[   99.987577] 2020-4-12 1:29:46 UTC
[   99.991302] synobios: load, major number 201
[   99.996091] Brand: Synology
[   99.999296] Model: DS-916+
[  100.002341] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[  100.011817] synobios cpu_arch proc entry initialized
[  100.017398] synobios crypto_hw proc entry initialized
[  100.023065] synobios syno_platform proc entry initialized
[  100.029151] synobios open /dev/ttyS1 success
[  101.007042] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[  101.077920] gre: GRE over IPv4 demultiplexor driver
[  101.250889] openvswitch: Open vSwitch switching datapath 2.4.1
[  102.677381] device ovs-system entered promiscuous mode
[  102.692230] device eth1 entered promiscuous mode
[  102.697915] device eth0 entered promiscuous mode
[  102.706551] device ovs_bond0 entered promiscuous mode
[  104.766690] device ovs_bond0 left promiscuous mode
[  104.780517] device eth1 left promiscuous mode
[  104.785648] device eth0 left promiscuous mode
[  104.808320] device ovs_bond0 entered promiscuous mode
[  104.906952] device eth1 entered promiscuous mode
[  104.912499] device eth0 entered promiscuous mode
[  108.218243] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  108.442273] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[  110.541897] md: md2 stopped.
[  110.547310] md: bind<sdb3>
[  110.550648] md: bind<sdc3>
[  110.554013] md: bind<sdd3>
[  110.557375] md: bind<sda3>
[  110.562049] md/raid:md2: device sda3 operational as raid disk 0
[  110.568728] md/raid:md2: device sdd3 operational as raid disk 3
[  110.575370] md/raid:md2: device sdc3 operational as raid disk 2
[  110.582010] md/raid:md2: device sdb3 operational as raid disk 1
[  110.589689] md/raid:md2: allocated 4346kB
[  110.594366] md/raid:md2: raid level 5 active with 4 out of 4 devices, algorithm 2
[  110.602775] RAID conf printout:
[  110.602781]  --- level:5 rd:4 wd:4
[  110.602786]  disk 0, o:1, dev:sda3
[  110.602790]  disk 1, o:1, dev:sdb3
[  110.602793]  disk 2, o:1, dev:sdc3
[  110.602797]  disk 3, o:1, dev:sdd3
[  110.623177] md2: detected capacity change from 0 to 17988712071168
[  110.635374]  md2: unknown partition table
[  112.187837] BTRFS: device label 2016.10.27-20:15:23 v8451 devid 1 transid 7153560 /dev/md2
[  112.197725] BTRFS info (device md2): enabling auto syno reclaim space
[  112.204949] BTRFS: has skinny extents
[  112.881924] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[  112.892592] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  113.089946] igb 0000:02:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[  113.100639] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  134.813247] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  134.961553] ehci-pci: EHCI PCI platform driver
[  135.031901] uhci_hcd: USB Universal Host Controller Interface driver
[  135.068134] usb-storage 1-5:1.0: USB Mass Storage device detected
[  135.075192] scsi5 : usb-storage 1-5:1.0
[  135.079651] usb-storage 4-1:1.0: USB Mass Storage device detected
[  135.087383] scsi6 : usb-storage 4-1:1.0
[  135.091845] usbcore: registered new interface driver usb-storage
[  135.131739] usbcore: registered new interface driver usblp
[  135.212702] usbcore: registered new interface driver usbhid
[  135.218948] usbhid: USB HID core driver
[  135.343440] Syno_HddMon: Initialization completed.
[  136.082360] scsi 5:0:0:0: Direct-Access     Synology DiskStation              PMAP PQ: 0 ANSI: 6
[  136.093387] sd 5:0:0:0: Attached scsi generic sg4 type 0
[  136.099522] sd 5:0:0:0: [synoboot] 245760 512-byte logical blocks: (125 MB/120 MiB)
[  136.108453] scsi 6:0:0:0: Direct-Access     H/W RAID 0 (Striping)             0X00 PQ: 0 ANSI: 6
[  136.118400] sd 5:0:0:0: [synoboot] Write Protect is off
[  136.124311] sd 5:0:0:0: [synoboot] Mode Sense: 23 00 00 00
[  136.124376] sd 6:0:0:0: [sdq] Very big device. Trying to use READ CAPACITY(16).
[  136.124538] sd 6:0:0:0: Attached scsi generic sg5 type 0
[  136.125498] sd 5:0:0:0: [synoboot] No Caching mode page found
[  136.125501] sd 5:0:0:0: [synoboot] Assuming drive cache: write through
[  136.153425] sd 5:0:0:0: [synoboot] No Caching mode page found
[  136.159886] sd 5:0:0:0: [synoboot] Assuming drive cache: write through
[  136.168521]  synoboot: synoboot1 synoboot2
[  136.173842] sd 6:0:0:0: [sdq] 31255953408 512-byte logical blocks: (16.0 TB/14.5 TiB)
[  136.182647] sd 6:0:0:0: [sdq] 4096-byte physical blocks
[  136.190260] sd 6:0:0:0: [sdq] Write Protect is off
[  136.195662] sd 6:0:0:0: [sdq] Mode Sense: 3b 00 10 08
[  136.196195] sd 6:0:0:0: [sdq] No Caching mode page found
[  136.202181] sd 6:0:0:0: [sdq] Assuming drive cache: write through
[  136.209143] sd 5:0:0:0: [synoboot] No Caching mode page found
[  136.215649] sd 5:0:0:0: [synoboot] Assuming drive cache: write through
[  136.223017] sd 5:0:0:0: [synoboot] Attached SCSI disk
[  136.223655] sd 6:0:0:0: [sdq] Very big device. Trying to use READ CAPACITY(16).
[  136.237942] sd 6:0:0:0: [sdq] No Caching mode page found
[  136.243916] sd 6:0:0:0: [sdq] Assuming drive cache: write through
[  136.314309]  sdq: sdq1
[  136.318813] sd 6:0:0:0: [sdq] Very big device. Trying to use READ CAPACITY(16).
[  136.333190] sd 6:0:0:0: [sdq] No Caching mode page found
[  136.339156] sd 6:0:0:0: [sdq] Assuming drive cache: write through
[  136.346018] sd 6:0:0:0: [sdq] Attached SCSI disk
[  167.219382] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(001132627035).
[  167.247121] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[  167.291278] iSCSI:target_core_device.c:617:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[  167.304838] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
[  167.404598] iSCSI:target_core_file.c:146:fd_attach_hba RODSP plugin for fileio is enabled.
[  167.413883] iSCSI:target_core_file.c:153:fd_attach_hba ODX Token Manager is enabled.
[  167.422596] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[  167.432655] iSCSI:target_core_ep.c:813:ep_attach_hba RODSP plugin for epio is enabled.
[  167.441518] iSCSI:target_core_ep.c:820:ep_attach_hba ODX Token Manager is enabled.
[  167.518930] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.180:3260 on (null)
[  167.530597] iSCSI:target_core_configfs.c:5251:volume_make_item load filesystem_stat on volume(volume1)
[  167.543534] iSCSI:target_core_file.c:571:fd_init_rod Load FD-ROD Buffer(/volume1/@iSCSI/LUN/BLUN_THICK/265039ed-3b36-4868-820d-2d79a710a3b6/ROD)
[  167.558787] iSCSI:target_core_rodsp_server.c:156:rodsp_server_sink_register SINK-REG(265039ed-3b36-4868-820d-2d79a710a3b6)
[  167.571868] iSCSI:target_core_configfs.c:2353:target_dev_enable_store process [10530] '/usr/syno/bin/synoiscsiep --startall iscsi' successfully loaded LUN(fileio/LUN_265039ed-3b36-4868-820d-2d79a710a3b6), uuid(265039ed-3b36-4868-820d-2d79a710a3b6), control(fd_dev_name=/volume1/@iSCSI/LUN/BLUN_THICK/265039ed-3b36-4868-820d-2d79a710a3b6/LUN-1_00000,fd_dev_size=10737418240,thin_provision=0,block_size=512,enable_sink=265039ed-3b36-4868-820d-2d79a710a3b6,fd_rod_path=/volume1/@iSCSI/LUN/BLUN_THICK/265039ed-3b36-4868-820d-2d79a710a3b6/ROD)
[  167.728212] iSCSI:iscsi_target.c:444:start_all_np iSCSI Network Portal started successfully 192.168.1.180:3260
[  204.472723] Installing knfsd (copyright (C) 1996 [email protected]).
[  205.528730] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[  205.537657] NFSD: starting 90-second grace period (net ffffffff81853740)
[  206.438719] loop: module loaded
[  207.650480] ata1.00: configured for UDMA/133
[  207.655287] ata1: EH complete
[  207.812272] ata2.00: configured for UDMA/133
[  207.817080] ata2: EH complete
[  207.953401] ata3.00: configured for UDMA/133
[  207.958215] ata3: EH complete
[  208.079047] ata4.00: configured for UDMA/133
[  208.083868] ata4: EH complete
[  209.339932] EXT4-fs (sdq1): barriers disabled
[  209.454395] EXT4-fs (sdq1): mounted filesystem with ordered data mode. Opts: nodelalloc,synoacl,data=ordered,oldalloc
[  216.687250] warning: `nginx' uses 32-bit capabilities (legacy support in use)
[  216.692764] warning: `nginx' uses 32-bit capabilities (legacy support in use)
[  230.921900] init: synoscheduler-vmtouch main process (4100) killed by TERM signal
[  232.231365] init: synoscheduler-vmtouch main process (14988) killed by TERM signal
[  234.886743] init: pkg-WebStation-php70 main process (15265) killed by USR2 signal
[  234.896171] init: pkg-WebStation-php70 main process ended, respawning
[  234.951129] init: pkg-WebStation-php72 main process (14760) killed by USR2 signal
[  234.965246] init: pkg-WebStation-php72 main process ended, respawning
[  235.097513] synonet uses obsolete (PF_INET,SOCK_PACKET)
[  236.165093] init: synoscheduler-vmtouch main process (15269) killed by TERM signal
[  237.732162] init: synoscheduler-vmtouch main process (15876) killed by TERM signal
[  240.531331] init: synoscheduler-vmtouch main process (16033) killed by TERM signal
[  241.984491] init: synoscheduler-vmtouch main process (16284) killed by TERM signal
[  243.174994] PPP generic driver version 2.4.2
[  243.305510] NET: Registered protocol family 24
[  243.592762] init: synoscheduler-vmtouch main process (16520) killed by TERM signal
[  244.106060] ip_tables: (C) 2000-2006 Netfilter Core Team
[  246.144733] PPP MPPE Compression module registered
[  246.176620] PPP BSD Compression module registered
[  246.221124] init: synoscheduler-vmtouch main process (16740) killed by TERM signal
[  246.396459] PPP Deflate Compression module registered
[  246.447979] l2tp_core: L2TP core driver, V2.0
[  246.480344] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[  246.558676] Initializing XFRM netlink socket
[  246.580909] NET: Registered protocol family 15
[  247.516889] init: synoscheduler-vmtouch main process (17039) killed by TERM signal
[  248.279692] init: pkg-WebStation-userdir main process (17313) terminated with status 1
[  249.609714] init: synoscheduler-vmtouch main process (17324) killed by TERM signal
[  250.814840] init: synoscheduler-vmtouch main process (17694) killed by TERM signal
[  251.435287] init: synoscheduler-vmtouch main process (17929) killed by TERM signal
[  251.724339] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  252.812779] aufs 3.10.x-20141110
[  252.900925] Bridge firewalling registered
[  253.039581] init: synoscheduler-vmtouch main process (18015) killed by TERM signal
[  253.379597] workqueue: max_active 1024 requested for vhost_scsi is out of range, clamping between 1 and 512
[  253.967546] init: synoscheduler-vmtouch main process (18832) killed by TERM signal
[  258.467944] tun: Universal TUN/TAP device driver, 1.6
[  258.473621] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[  264.307901] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 10.8.0.1:3260 on iSCSI/TCP
[  266.058630] init: iscsi_pluginserverd main process (20849) killed by TERM signal
[  266.124628] init: iscsi_pluginengined main process (20789) killed by TERM signal
[  266.432196] device virbr0-nic entered promiscuous mode
[  266.492720] device virbr0-nic left promiscuous mode
[  266.498189] virbr0: port 1(virbr0-nic) entered disabled state
[  268.262161] init: iscsi_pluginserverd main process (20988) killed by TERM signal
[  268.309831] init: iscsi_pluginengined main process (20937) killed by TERM signal
[  268.432107] init: nmbd main process (21247) killed by TERM signal
[  269.981038] init: nmbd main process (21931) killed by TERM signal
[  270.056992] init: iscsi_pluginserverd main process (21459) killed by TERM signal
[  270.130146] init: iscsi_pluginengined main process (21430) killed by TERM signal
[  270.699189] init: iscsi_pluginserverd main process (22395) killed by TERM signal
[  270.768671] init: iscsi_pluginengined main process (22339) killed by TERM signal
[  272.716776] init: nmbd main process (22901) killed by TERM signal
[  272.805627] init: iscsi_pluginserverd main process (22565) killed by TERM signal
[  272.818876] init: iscsi_pluginengined main process (22543) killed by TERM signal
[  272.975379] init: smbd main process (12668) killed by TERM signal
[  273.851372] init: nmbd main process (23086) killed by TERM signal
[  284.289667] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[  296.253088] init: synopyntlmd main process (11782) killed by TERM signal
[  301.992075] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[  302.017142] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[  321.342797] perf interrupt took too long (2512 > 5000), lowering kernel.perf_event_max_sample_rate to 50000
[86700.319921] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[86700.340076] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[173098.817710] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[173098.837911] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[259497.324478] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[259497.345965] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[345895.835046] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[345895.855304] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[386960.056915] etxhci_hcd-170202 0000:04:00.0: WARN Event TRB for slot 1 ep 2 with no TDs queued?
[386961.144476] usb 4-1: USB disconnect, device number 2
[386966.095909] EXT4-fs error (device sdq1): ext4_find_entry:1504: inode #2: comm BackupShareDele: reading directory lblock 0
[386967.382056] EXT4-fs (sdq1): re-mounted. Opts: (null)
[386968.681328] Buffer I/O error on device sdq1, logical block in range 1953005568 + 0-2(12)
[386968.690471] lost page write due to I/O error on sdq1
[386968.696128] JBD2: Error -5 detected when updating journal superblock for sdq1-8.
[386968.704497] Aborting journal on device sdq1-8.
[386968.709569] Buffer I/O error on device sdq1, logical block 1953005568
[386968.716863] lost page write due to I/O error on sdq1
[386968.722517] JBD2: Error -5 detected when updating journal superblock for sdq1-8.
[387185.606605] usb 4-1: new SuperSpeed USB device number 3 using etxhci_hcd-170202
[387185.630057] usb-storage 4-1:1.0: USB Mass Storage device detected
[387185.637074] scsi7 : usb-storage 4-1:1.0
[387186.645672] scsi 7:0:0:0: Direct-Access     H/W RAID 0 (Striping)             0X00 PQ: 0 ANSI: 6
[387186.655888] sd 7:0:0:0: Attached scsi generic sg5 type 0
[387186.655953] sd 7:0:0:0: [sdq] Very big device. Trying to use READ CAPACITY(16).
[387186.662118] sd 7:0:0:0: [sdq] 31255953408 512-byte logical blocks: (16.0 TB/14.5 TiB)
[387186.662120] sd 7:0:0:0: [sdq] 4096-byte physical blocks
[387186.679149] sd 7:0:0:0: [sdq] Write Protect is off
[387186.679152] sd 7:0:0:0: [sdq] Mode Sense: 3b 00 10 08
[387186.685488] sd 7:0:0:0: [sdq] No Caching mode page found
[387186.685491] sd 7:0:0:0: [sdq] Assuming drive cache: write through
[387186.696639] sd 7:0:0:0: [sdq] Very big device. Trying to use READ CAPACITY(16).
[387186.712428] sd 7:0:0:0: [sdq] No Caching mode page found
[387186.718767] sd 7:0:0:0: [sdq] Assuming drive cache: write through
[387186.819891]  sdq: sdq1
[387186.823640] sd 7:0:0:0: [sdq] Very big device. Trying to use READ CAPACITY(16).
[387186.833397] sd 7:0:0:0: [sdq] No Caching mode page found
[387186.839744] sd 7:0:0:0: [sdq] Assuming drive cache: write through
[387186.846948] sd 7:0:0:0: [sdq] Attached SCSI disk
[387188.851740] EXT4-fs (sdq1): barriers disabled
[387189.255963] EXT4-fs (sdq1): recovery complete
[387189.261207] EXT4-fs (sdq1): mounted filesystem with ordered data mode. Opts: nodelalloc,synoacl,data=ordered,oldalloc
[389906.910810] FAT-fs (synoboot2): fat_set_state: set=1 process=SYNO.Docker.Lic pid=25353
[389906.929600] FAT-fs (synoboot2): fat_set_state: set=0 process=SYNO.Docker.Lic pid=25353
[432294.240795] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[432294.263068] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[518692.778628] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[518692.798724] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[528394.434671] init: pkg-DirectoryServerForWindowsDomain main process (23520) terminated with status 127
[528394.643732] init: smbd main process (25093) killed by TERM signal
[528395.202552] init: winbindd main process (25194) killed by TERM signal
[528463.130755] init: smbd main process (1329) killed by TERM signal
[528469.097735] init: synopyntlmd main process (24936) killed by TERM signal
[551179.083740] FAT-fs (synoboot2): fat_set_state: set=1 process=SYNO.Docker.Lic pid=18062
[551179.100530] FAT-fs (synoboot2): fat_set_state: set=0 process=SYNO.Docker.Lic pid=18062
[551230.760799] device docker6906a59 entered promiscuous mode
[551230.767232] IPv6: ADDRCONF(NETDEV_UP): docker6906a59: link is not ready
[551231.826155] device docker6b7af7b entered promiscuous mode
[551231.832550] IPv6: ADDRCONF(NETDEV_UP): docker6b7af7b: link is not ready
[551233.721531] cgroup: runc (19569) created nested cgroup for controller "blkio" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[551234.132637] IPv6: ADDRCONF(NETDEV_CHANGE): docker6906a59: link becomes ready
[551234.140688] docker0: port 1(docker6906a59) entered forwarding state
[551234.147817] docker0: port 1(docker6906a59) entered forwarding state
[551234.155085] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
[551235.825566] IPv6: ADDRCONF(NETDEV_CHANGE): docker6b7af7b: link becomes ready
[551235.833602] docker0: port 2(docker6b7af7b) entered forwarding state
[551235.840746] docker0: port 2(docker6b7af7b) entered forwarding state
[551237.223343] docker0: port 1(docker6906a59) entered disabled state
[551237.717571] docker0: port 1(docker6906a59) entered disabled state
[551237.724917] device docker6906a59 left promiscuous mode
[551237.730779] docker0: port 1(docker6906a59) entered disabled state
[551250.865720] docker0: port 2(docker6b7af7b) entered forwarding state
[551399.563709] device docker4412b2e entered promiscuous mode
[551399.570236] IPv6: ADDRCONF(NETDEV_UP): docker4412b2e: link is not ready
[551401.353887] IPv6: ADDRCONF(NETDEV_CHANGE): docker4412b2e: link becomes ready
[551401.362000] docker0: port 1(docker4412b2e) entered forwarding state
[551401.369134] docker0: port 1(docker4412b2e) entered forwarding state
[551402.372255] docker0: port 1(docker4412b2e) entered disabled state
[551402.736798] docker0: port 1(docker4412b2e) entered disabled state
[551402.744232] device docker4412b2e left promiscuous mode
[551402.750238] docker0: port 1(docker4412b2e) entered disabled state
[551448.978275] device dockerbec8991 entered promiscuous mode
[551448.984576] IPv6: ADDRCONF(NETDEV_UP): dockerbec8991: link is not ready
[551451.066405] IPv6: ADDRCONF(NETDEV_CHANGE): dockerbec8991: link becomes ready
[551451.074446] docker0: port 1(dockerbec8991) entered forwarding state
[551451.081574] docker0: port 1(dockerbec8991) entered forwarding state
[551452.069324] docker0: port 1(dockerbec8991) entered disabled state
[551452.346563] docker0: port 1(dockerbec8991) entered disabled state
[551452.353835] device dockerbec8991 left promiscuous mode
[551452.359699] docker0: port 1(dockerbec8991) entered disabled state
[551461.283658] device docker3d3538d entered promiscuous mode
[551461.290000] IPv6: ADDRCONF(NETDEV_UP): docker3d3538d: link is not ready
[551463.087789] IPv6: ADDRCONF(NETDEV_CHANGE): docker3d3538d: link becomes ready
[551463.095884] docker0: port 1(docker3d3538d) entered forwarding state
[551463.103024] docker0: port 1(docker3d3538d) entered forwarding state
[551464.087773] docker0: port 1(docker3d3538d) entered disabled state
[551464.345362] docker0: port 1(docker3d3538d) entered disabled state
[551464.352638] device docker3d3538d left promiscuous mode
[551464.358529] docker0: port 1(docker3d3538d) entered disabled state
[551496.192025] device docker42db370 entered promiscuous mode
[551496.198400] IPv6: ADDRCONF(NETDEV_UP): docker42db370: link is not ready
[551497.945084] IPv6: ADDRCONF(NETDEV_CHANGE): docker42db370: link becomes ready
[551497.953170] docker0: port 1(docker42db370) entered forwarding state
[551497.960328] docker0: port 1(docker42db370) entered forwarding state
[551499.817461] docker0: port 1(docker42db370) entered disabled state
[551500.156719] docker0: port 1(docker42db370) entered disabled state
[551500.164012] device docker42db370 left promiscuous mode
[551500.169881] docker0: port 1(docker42db370) entered disabled state
[551807.807664] device docker18b7733 entered promiscuous mode
[551807.813975] IPv6: ADDRCONF(NETDEV_UP): docker18b7733: link is not ready
[551810.232470] IPv6: ADDRCONF(NETDEV_CHANGE): docker18b7733: link becomes ready
[551810.240515] docker0: port 1(docker18b7733) entered forwarding state
[551810.247657] docker0: port 1(docker18b7733) entered forwarding state
[551811.506325] docker0: port 1(docker18b7733) entered disabled state
[551811.797887] docker0: port 1(docker18b7733) entered disabled state
[551811.805211] device docker18b7733 left promiscuous mode
[551811.811070] docker0: port 1(docker18b7733) entered disabled state
[551839.361116] device dockerbfe345e entered promiscuous mode
[551839.367501] IPv6: ADDRCONF(NETDEV_UP): dockerbfe345e: link is not ready
[551841.142571] IPv6: ADDRCONF(NETDEV_CHANGE): dockerbfe345e: link becomes ready
[551841.150617] docker0: port 1(dockerbfe345e) entered forwarding state
[551841.157745] docker0: port 1(dockerbfe345e) entered forwarding state
[551842.148023] docker0: port 1(dockerbfe345e) entered disabled state
[551842.442304] docker0: port 1(dockerbfe345e) entered disabled state
[551842.449556] device dockerbfe345e left promiscuous mode
[551842.455422] docker0: port 1(dockerbfe345e) entered disabled state
[551937.465919] device dockere9b7829 entered promiscuous mode
[551937.472289] IPv6: ADDRCONF(NETDEV_UP): dockere9b7829: link is not ready
[551939.325732] IPv6: ADDRCONF(NETDEV_CHANGE): dockere9b7829: link becomes ready
[551939.333832] docker0: port 1(dockere9b7829) entered forwarding state
[551939.340966] docker0: port 1(dockere9b7829) entered forwarding state
[551953.667951] docker0: port 1(dockere9b7829) entered disabled state
[551954.064250] docker0: port 1(dockere9b7829) entered disabled state
[551954.071487] device dockere9b7829 left promiscuous mode
[551954.077357] docker0: port 1(dockere9b7829) entered disabled state
[552288.613717] docker0: port 2(docker6b7af7b) entered disabled state
[552288.948110] docker0: port 2(docker6b7af7b) entered disabled state
[552288.955361] device docker6b7af7b left promiscuous mode
[552288.961211] docker0: port 2(docker6b7af7b) entered disabled state
[552381.534497] device docker0d87466 entered promiscuous mode
[552381.540860] IPv6: ADDRCONF(NETDEV_UP): docker0d87466: link is not ready
[552383.411474] IPv6: ADDRCONF(NETDEV_CHANGE): docker0d87466: link becomes ready
[552383.419527] docker0: port 1(docker0d87466) entered forwarding state
[552383.426667] docker0: port 1(docker0d87466) entered forwarding state
[552383.894684] device docker4441a40 entered promiscuous mode
[552383.901115] IPv6: ADDRCONF(NETDEV_UP): docker4441a40: link is not ready
[552383.908641] docker0: port 2(docker4441a40) entered forwarding state
[552383.915785] docker0: port 2(docker4441a40) entered forwarding state
[552384.412707] docker0: port 2(docker4441a40) entered disabled state
[552386.400690] IPv6: ADDRCONF(NETDEV_CHANGE): docker4441a40: link becomes ready
[552386.408811] docker0: port 2(docker4441a40) entered forwarding state
[552386.415977] docker0: port 2(docker4441a40) entered forwarding state
[552393.019857] docker0: port 2(docker4441a40) entered disabled state
[552394.060113] docker0: port 2(docker4441a40) entered disabled state
[552394.067391] device docker4441a40 left promiscuous mode
[552394.073254] docker0: port 2(docker4441a40) entered disabled state
[552398.428393] docker0: port 1(docker0d87466) entered forwarding state
[552448.206726] device dockera5d767c entered promiscuous mode
[552448.213543] IPv6: ADDRCONF(NETDEV_UP): dockera5d767c: link is not ready
[552450.188256] IPv6: ADDRCONF(NETDEV_CHANGE): dockera5d767c: link becomes ready
[552450.196296] docker0: port 2(dockera5d767c) entered forwarding state
[552450.203445] docker0: port 2(dockera5d767c) entered forwarding state
[552451.871834] docker0: port 2(dockera5d767c) entered disabled state
[552452.191068] docker0: port 2(dockera5d767c) entered disabled state
[552452.198320] device dockera5d767c left promiscuous mode
[552452.204190] docker0: port 2(dockera5d767c) entered disabled state
[552678.195153] device docker5a9dc93 entered promiscuous mode
[552678.201493] IPv6: ADDRCONF(NETDEV_UP): docker5a9dc93: link is not ready
[552680.168152] IPv6: ADDRCONF(NETDEV_CHANGE): docker5a9dc93: link becomes ready
[552680.176211] docker0: port 2(docker5a9dc93) entered forwarding state
[552680.183341] docker0: port 2(docker5a9dc93) entered forwarding state
[552681.558584] docker0: port 2(docker5a9dc93) entered disabled state
[552681.870837] docker0: port 2(docker5a9dc93) entered disabled state
[552681.878086] device docker5a9dc93 left promiscuous mode
[552681.883952] docker0: port 2(docker5a9dc93) entered disabled state
[552860.967248] docker0: port 1(docker0d87466) entered disabled state
[552861.307784] docker0: port 1(docker0d87466) entered disabled state
[552861.315034] device docker0d87466 left promiscuous mode
[552861.320894] docker0: port 1(docker0d87466) entered disabled state
[553157.026300] FAT-fs (synoboot2): fat_set_state: set=1 process=SYNO.Docker.Lic pid=7652
[553157.039563] FAT-fs (synoboot2): fat_set_state: set=0 process=SYNO.Docker.Lic pid=7652
[553174.344058] BTRFS error (device md2): cannot find qgroup item, qgroupid=8232 !

[553174.373131] BTRFS error (device md2): cannot find qgroup item, qgroupid=8231 !

[553178.491790] BTRFS error (device md2): cannot find qgroup item, qgroupid=8226 !

[553178.770525] BTRFS error (device md2): cannot find qgroup item, qgroupid=8225 !

[553188.498706] BTRFS error (device md2): cannot find qgroup item, qgroupid=8065 !

[553192.989774] BTRFS error (device md2): cannot find qgroup item, qgroupid=8064 !

[553194.166112] BTRFS error (device md2): cannot find qgroup item, qgroupid=8063 !

[553194.379305] BTRFS error (device md2): cannot find qgroup item, qgroupid=8062 !

[553209.154648] BTRFS error (device md2): cannot find qgroup item, qgroupid=8230 !

[553234.786616] BTRFS error (device md2): cannot find qgroup item, qgroupid=8070 !

[553234.868426] BTRFS error (device md2): cannot find qgroup item, qgroupid=8069 !

[553234.936010] BTRFS error (device md2): cannot find qgroup item, qgroupid=8068 !

[553235.798614] BTRFS error (device md2): cannot find qgroup item, qgroupid=8067 !

[553235.835553] BTRFS error (device md2): cannot find qgroup item, qgroupid=8066 !

[553237.371178] BTRFS error (device md2): cannot find qgroup item, qgroupid=8229 !

[553237.401107] BTRFS error (device md2): cannot find qgroup item, qgroupid=8224 !

[553237.423580] BTRFS error (device md2): cannot find qgroup item, qgroupid=8223 !

[553237.445727] BTRFS error (device md2): cannot find qgroup item, qgroupid=8222 !

[553237.466827] BTRFS error (device md2): cannot find qgroup item, qgroupid=8221 !

[553237.765737] BTRFS error (device md2): cannot find qgroup item, qgroupid=8220 !

[553238.054267] BTRFS error (device md2): cannot find qgroup item, qgroupid=8219 !

[553238.076487] BTRFS error (device md2): cannot find qgroup item, qgroupid=8218 !

[553238.993881] BTRFS error (device md2): cannot find qgroup item, qgroupid=8217 !

[553239.103786] BTRFS error (device md2): cannot find qgroup item, qgroupid=8256 !

[553239.215565] BTRFS error (device md2): cannot find qgroup item, qgroupid=8216 !

[553239.440774] BTRFS error (device md2): cannot find qgroup item, qgroupid=8215 !

[553239.659565] BTRFS error (device md2): cannot find qgroup item, qgroupid=8255 !

[553239.681614] BTRFS error (device md2): cannot find qgroup item, qgroupid=8214 !

[553239.703224] BTRFS error (device md2): cannot find qgroup item, qgroupid=8213 !

[553239.724509] BTRFS error (device md2): cannot find qgroup item, qgroupid=8212 !

[553239.745680] BTRFS error (device md2): cannot find qgroup item, qgroupid=8210 !

[553239.768094] BTRFS error (device md2): cannot find qgroup item, qgroupid=8208 !

[553239.790664] BTRFS error (device md2): cannot find qgroup item, qgroupid=8207 !

[553239.812025] BTRFS error (device md2): cannot find qgroup item, qgroupid=8205 !

[553241.858079] BTRFS error (device md2): cannot find qgroup item, qgroupid=8203 !

[553241.870162] BTRFS error (device md2): cannot find qgroup item, qgroupid=8202 !

[553241.884501] BTRFS error (device md2): cannot find qgroup item, qgroupid=8201 !

[553243.112433] BTRFS error (device md2): cannot find qgroup item, qgroupid=8250 !

[553243.161041] BTRFS error (device md2): cannot find qgroup item, qgroupid=8249 !

[553248.155302] BTRFS error (device md2): cannot find qgroup item, qgroupid=8248 !

[553248.201201] BTRFS error (device md2): cannot find qgroup item, qgroupid=8247 !

[553249.419615] BTRFS error (device md2): cannot find qgroup item, qgroupid=8246 !

[553249.628816] BTRFS error (device md2): cannot find qgroup item, qgroupid=8245 !

[553249.750169] BTRFS error (device md2): cannot find qgroup item, qgroupid=8244 !

[553249.931991] BTRFS error (device md2): cannot find qgroup item, qgroupid=8243 !

[553249.969896] BTRFS error (device md2): cannot find qgroup item, qgroupid=8242 !

[553250.006845] BTRFS error (device md2): cannot find qgroup item, qgroupid=8241 !

[553250.853413] BTRFS error (device md2): cannot find qgroup item, qgroupid=8240 !

[553250.885792] BTRFS error (device md2): cannot find qgroup item, qgroupid=8239 !

[553250.924515] BTRFS error (device md2): cannot find qgroup item, qgroupid=8238 !

[553251.787520] BTRFS error (device md2): cannot find qgroup item, qgroupid=8237 !

[553251.822058] BTRFS error (device md2): cannot find qgroup item, qgroupid=8236 !

[553251.869427] BTRFS error (device md2): cannot find qgroup item, qgroupid=8235 !

[553252.203484] BTRFS error (device md2): cannot find qgroup item, qgroupid=8234 !

[553252.246144] BTRFS error (device md2): cannot find qgroup item, qgroupid=8233 !

[553255.745629] BTRFS error (device md2): cannot find qgroup item, qgroupid=8113 !

[553263.441067] BTRFS error (device md2): cannot find qgroup item, qgroupid=8228 !

[553268.416046] BTRFS error (device md2): cannot find qgroup item, qgroupid=8227 !

[553290.883235] BTRFS error (device md2): cannot find qgroup item, qgroupid=8211 !

[553290.950180] BTRFS error (device md2): cannot find qgroup item, qgroupid=8209 !

[553291.021107] BTRFS error (device md2): cannot find qgroup item, qgroupid=8206 !

[553292.510711] BTRFS error (device md2): cannot find qgroup item, qgroupid=8200 !

[553292.530575] BTRFS error (device md2): cannot find qgroup item, qgroupid=8076 !

[553292.549992] BTRFS error (device md2): cannot find qgroup item, qgroupid=8075 !

[553292.568496] BTRFS error (device md2): cannot find qgroup item, qgroupid=8074 !

[553293.037942] BTRFS error (device md2): cannot find qgroup item, qgroupid=8073 !

[553732.819071] IPv6: ADDRCONF(NETDEV_UP): tap021132256126: link is not ready
[553732.942890] device tap021132256126 entered promiscuous mode
[553733.034292] iSCSI:target_core_file.c:571:fd_init_rod Load FD-ROD Buffer(/volume1/@iSCSI/LUN/VDISK_BLUN/42ee0fa3-b755-47a2-8165-db38d3dad6ae/ROD)
[553733.051437] iSCSI:target_core_rodsp_server.c:156:rodsp_server_sink_register SINK-REG(42ee0fa3-b755-47a2-8165-db38d3dad6ae)
[553733.064277] iSCSI:target_core_configfs.c:2353:target_dev_enable_store process [20164] 'synoscgi_SYNO.Virtualization.Guest.Action_1_pwr_ctl' successfully loaded LUN(fileio/LUN_42ee0fa3-b755-47a2-8165-db38d3dad6ae), uuid(42ee0fa3-b755-47a2-8165-db38d3dad6ae), control(fd_dev_name=/volume1/@iSCSI/LUN/VDISK_BLUN/42ee0fa3-b755-47a2-8165-db38d3dad6ae/vdisk.48ade0b9-a254-4bb2-9b7a-453929f66d22.6fc24152-4bf5-4c21-aa7e-d185d795e695.2.0_00000,fd_dev_size=64424509440,thin_provision=1,block_size=512,enable_sink=42ee0fa3-b755-47a2-8165-db38d3dad6ae,fd_rod_path=/volume1/@iSCSI/LUN/VDISK_BLUN/42ee0fa3-b755-47a2-8165-db38d3dad6ae/ROD)
[553734.614646] IPv6: ADDRCONF(NETDEV_CHANGE): tap021132256126: link becomes ready
[553897.724887] device tap021132256126 left promiscuous mode
[553982.604365] IPv6: ADDRCONF(NETDEV_UP): tap021132256126: link is not ready
[553982.665569] device tap021132256126 entered promiscuous mode
[553983.019856] IPv6: ADDRCONF(NETDEV_CHANGE): tap021132256126: link becomes ready
[554232.906350] iSCSI:target_core_sbc.c:343:sbc_setup_write_same WRITE_SAME sectors: 32768 exceeds max_write_same_len: 4096
[554232.918526] iSCSI:target_core_transport.c:3886:target_show_cmd -----[ cmd[ffff880009f32128] WRITE_SAME_16:0x8 [fileio/vdisk.48ade0b9-a254-4bb2-9b7a-453929f66d22.6fc24152-4bf5-4c21-aa7e-d185d795e695.2.0/42ee0fa3-b755-47a2-8165-db38d3dad6ae] with tag vhost:0xffff9afcf56c9d38 dir WRITE i_state 0 t_state NO_STATE len 512 refcnt 2 transport_state (null), timeout: 12
[556991.618084] device tap021132256126 left promiscuous mode
[605091.328587] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[605091.348980] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[635597.620906] IPv6: ADDRCONF(NETDEV_UP): tap021132256126: link is not ready
[635597.756580] device tap021132256126 entered promiscuous mode
[635598.645436] IPv6: ADDRCONF(NETDEV_CHANGE): tap021132256126: link becomes ready
[691489.811237] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[691489.831304] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[726595.080913] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 10.2.0.0:3260 on iSCSI/TCP
[726595.093877] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [fe80::211:32ff:fe62:7035]:3260 on iSCSI/TCP
[726595.107112] iSCSI:iscsi_target_tpg.c:527:iscsit_tpg_add_network_portal Network Portal: fe80::211:32ff:fe62:7035 already exists on a different TPG on iqn.2000-01.com.synology:nebukadnezar.Target-1.4033ba7432
[726595.130424] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 10.8.0.1:3260 on iSCSI/TCP
[726595.141996] iSCSI:iscsi_target_tpg.c:527:iscsit_tpg_add_network_portal Network Portal: fe80::211:32ff:fe62:7035 already exists on a different TPG on iqn.42ee0fa3-b755-47a2-8165-db38d3dad6ae
[726595.444938] init: winbindd main process (2912) killed by TERM signal
[777888.337299] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[777888.393318] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[864286.855425] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[864286.876550] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[950685.325628] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[950685.346309] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1037083.820273] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1037083.840843] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1123482.307963] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1123482.328005] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1209880.951637] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1209880.976637] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1296279.305106] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1296279.325573] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1382677.805275] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1382677.825970] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1469076.333882] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1469076.354681] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1555474.822522] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1555474.842994] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1641873.329899] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1641873.351084] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1728271.902512] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1728271.923289] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1737658.279940] md: md2: current auto_remap = 0
[1737658.284842] md: md2: flushing inflight I/O
[1737658.293682] md: requested-resync of RAID array md2
[1737658.299258] md: minimum _guaranteed_  speed: 300000 KB/sec/disk.
[1737658.306176] md: using maximum available idle IO bandwidth (but not more than 600000 KB/sec) for requested-resync.
[1737658.317864] md: using 128k window, over a total of 5855700544k.
[1784768.745647] md: md2: requested-resync done.
[1784768.909524] md: md2: current auto_remap = 0
[1787972.335834] UDP: bad checksum. From 218.75.38.212:17352 to 192.168.1.180:1900 ulen 105
[1814670.347756] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1814670.368597] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1901068.847669] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1901068.868032] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[1987467.386028] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[1987467.406350] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2073865.892910] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2073865.950492] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2160264.387670] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2160264.408482] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2246662.900611] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2246662.920657] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2333061.400396] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2333061.421309] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2419459.946632] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2419459.967856] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2496952.325038] synoccc_replica: page allocation failure: order:1, mode:0x200020
[2496952.333118] CPU: 3 PID: 24215 Comm: synoccc_replica Tainted: P         C O 3.10.105 #24922
[2496952.342547] Hardware name: Synology Inc. DS916+/Type2 - Board Product Name, BIOS M.215 3/2/2016
[2496952.352464]  ffffffff814b324b ffffffff810bb8c7 ffffffff81059f25 0000003000200020
[2496952.360942]  0000000000000000 ffffffff8185f308 0000000000000046 fffffffe00000001
[2496952.369399]  0000000000000000 0000000000000000 ffff88027fd83ab8 0000000000000010
[2496952.377850] Call Trace:
[2496952.380774]  <IRQ>  [<ffffffff814b324b>] ? dump_stack+0xc/0x15
[2496952.387509]  [<ffffffff810bb8c7>] ? warn_alloc_failed+0xe7/0x140
[2496952.394418]  [<ffffffff81059f25>] ? __wake_up_common+0x55/0x90
[2496952.401131]  [<ffffffff810befc8>] ? __alloc_pages_nodemask+0x718/0xa20
[2496952.408638]  [<ffffffffa09bdb5c>] ? ipt_do_table+0x2cc/0x3a0 [ip_tables]
[2496952.416323]  [<ffffffff813f4f33>] ? dev_hard_start_xmit+0x2d3/0x4c0
[2496952.423522]  [<ffffffff810f0af8>] ? cache_alloc_refill+0x318/0x6a0
[2496952.430622]  [<ffffffff810f07ae>] ? kmem_cache_alloc+0x7e/0xb0
[2496952.437336]  [<ffffffff813df41b>] ? sk_prot_alloc+0x2b/0x190
[2496952.443853]  [<ffffffff813e0e16>] ? sk_clone_lock+0x16/0x2e0
[2496952.450371]  [<ffffffff8142987c>] ? inet_csk_clone_lock+0xc/0xc0
[2496952.457278]  [<ffffffff814423a9>] ? tcp_create_openreq_child+0x19/0x420
[2496952.464863]  [<ffffffff8143e383>] ? tcp_v4_syn_recv_sock+0x33/0x280
[2496952.472061]  [<ffffffff8144300c>] ? tcp_check_req+0x3cc/0x570
[2496952.478674]  [<ffffffff814410e1>] ? tcp_v4_do_rcv+0x201/0x360
[2496952.485286]  [<ffffffff814421f5>] ? tcp_v4_rcv+0x765/0x770
[2496952.491609]  [<ffffffff81418398>] ? nf_hook_slow+0x78/0x140
[2496952.498029]  [<ffffffff8141de90>] ? ip_rcv_finish+0x300/0x300
[2496952.504643]  [<ffffffff8141df33>] ? ip_local_deliver_finish+0xa3/0x1e0
[2496952.512132]  [<ffffffff813f3224>] ? __netif_receive_skb_core+0x424/0x5e0
[2496952.519814]  [<ffffffff813f3d6b>] ? process_backlog+0x9b/0x170
[2496952.526526]  [<ffffffff813f3731>] ? net_rx_action+0xf1/0x150
[2496952.533044]  [<ffffffff81039ca6>] ? __do_softirq+0xc6/0x1a0
[2496952.539466]  [<ffffffff814bbc3c>] ? call_softirq+0x1c/0x1a0
[2496952.545884]  <EOI>  [<ffffffff81004635>] ? do_softirq+0x35/0x70
[2496952.552707]  [<ffffffff81039a29>] ? local_bh_enable_ip+0x89/0x90
[2496952.559613]  [<ffffffff814527ac>] ? inet_stream_connect+0x3c/0x50
[2496952.566617]  [<ffffffff813dd321>] ? SYSC_connect+0xa1/0xd0
[2496952.572940]  [<ffffffff8142eb79>] ? do_tcp_setsockopt.isra.31+0x119/0x870
[2496952.580719]  [<ffffffff813daa31>] ? sock_alloc_file+0xa1/0x120
[2496952.587432]  [<ffffffff81114d0f>] ? SyS_fcntl+0x47f/0x580
[2496952.593658]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2496952.600755] Mem-Info:
[2496952.603483] DMA per-cpu:
[2496952.606503] CPU    0: hi:    0, btch:   1 usd:   0
[2496952.612045] CPU    1: hi:    0, btch:   1 usd:   0
[2496952.617589] CPU    2: hi:    0, btch:   1 usd:   0
[2496952.623132] CPU    3: hi:    0, btch:   1 usd:   0
[2496952.628674] DMA32 per-cpu:
[2496952.631880] CPU    0: hi:  186, btch:  31 usd: 171
[2496952.637423] CPU    1: hi:  186, btch:  31 usd: 164
[2496952.642965] CPU    2: hi:  186, btch:  31 usd: 158
[2496952.648511] CPU    3: hi:  186, btch:  31 usd: 155
[2496952.654056] Normal per-cpu:
[2496952.657365] CPU    0: hi:  186, btch:  31 usd: 169
[2496952.662911] CPU    1: hi:  186, btch:  31 usd: 165
[2496952.668454] CPU    2: hi:  186, btch:  31 usd: 155
[2496952.673997] CPU    3: hi:  186, btch:  31 usd: 170
[2496952.679543] active_anon:28410 inactive_anon:56947 isolated_anon:0
                  active_file:200034 inactive_file:196262 isolated_file:0
                  unevictable:1107134 dirty:34 writeback:0 unstable:0
                  free:54714 slab_reclaimable:166677 slab_unreclaimable:44786
                  mapped:1079667 shmem:1059524 pagetables:32556 bounce:0
                  free_cma:0
[2496952.718503] DMA free:15800kB min:128kB low:160kB high:192kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15888kB managed:15800kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[2496952.761923] lowmem_reserve[]: 0 1861 7880 7880
[2496952.767112] DMA32 free:66368kB min:15448kB low:19308kB high:23172kB active_anon:13092kB inactive_anon:57616kB active_file:204888kB inactive_file:202164kB unevictable:1231272kB isolated(anon):0kB isolated(file):0kB present:1987328kB managed:1905836kB mlocked:1231272kB dirty:4kB writeback:0kB mapped:1208172kB shmem:1211480kB slab_reclaimable:102872kB slab_unreclaimable:22504kB kernel_stack:2256kB pagetables:436kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:10 all_unreclaimable? no
[2496952.817134] lowmem_reserve[]: 0 0 6018 6018
[2496952.822038] Normal free:136688kB min:49956kB low:62444kB high:74932kB active_anon:100548kB inactive_anon:170172kB active_file:595248kB inactive_file:582884kB unevictable:3197264kB isolated(anon):0kB isolated(file):0kB present:6291456kB managed:6163404kB mlocked:3197264kB dirty:132kB writeback:0kB mapped:3110496kB shmem:3026616kB slab_reclaimable:563836kB slab_unreclaimable:156640kB kernel_stack:13040kB pagetables:129788kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
[2496952.873032] lowmem_reserve[]: 0 0 0 0
[2496952.877341] DMA: 2*4kB (U) 2*8kB (U) 2*16kB (U) 2*32kB (U) 1*64kB (U) 2*128kB (U) 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (U) 3*4096kB (MR) = 15800kB
[2496952.892416] DMA32: 13582*4kB (UEM) 1141*8kB (UEM) 18*16kB (UEMR) 8*32kB (UR) 3*64kB (R) 3*128kB (R) 1*256kB (R) 1*512kB (R) 1*1024kB (R) 0*2048kB 0*4096kB = 66368kB
[2496952.909129] Normal: 27215*4kB (UEM) 2456*8kB (UEM) 14*16kB (EM) 2*32kB (MR) 0*64kB 1*128kB (R) 1*256kB (R) 1*512kB (R) 1*1024kB (R) 1*2048kB (R) 1*4096kB (R) = 136860kB
[2496952.926258] 1493617 total pagecache pages
[2496952.930929] 22976 pages in swap cache
[2496952.935211] Swap cache stats: add 3431890, delete 3408999, find 37917355/38220662
[2496952.943766] Free swap  = 5539548kB
[2496952.947757] Total swap = 6954924kB
[2496952.951750] SLAB: Unable to allocate memory on node 0 (gfp=0x20)
[2496952.958654]   cache: TCP, object size: 1664, order: 1
[2496952.964496]   node 0: slabs: 26/26, objs: 104/104, free: 0
[2505858.385069] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2505858.405216] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2539661.986278] init: synoscheduler-vmtouch main process (19024) killed by TERM signal
[2539662.771341] init: synoscheduler-vmtouch main process (29024) killed by TERM signal
[2540095.532395] init: synoscheduler-vmtouch main process (29074) killed by TERM signal
[2540095.784500] init: synoscheduler-vmtouch main process (1734) killed by TERM signal
[2540181.671519] init: synoscheduler-vmtouch main process (1743) killed by TERM signal
[2540181.867791] init: synoscheduler-vmtouch main process (3235) killed by TERM signal
[2540233.792481] init: synoscheduler-vmtouch main process (3242) killed by TERM signal
[2540233.974078] init: synoscheduler-vmtouch main process (4331) killed by TERM signal
[2540257.916536] init: synoscheduler-vmtouch main process (4338) killed by TERM signal
[2540258.099690] init: synoscheduler-vmtouch main process (5199) killed by TERM signal
[2540282.479772] init: synoscheduler-vmtouch main process (5205) killed by TERM signal
[2540282.658366] init: synoscheduler-vmtouch main process (5995) killed by TERM signal
[2540303.474907] init: synoscheduler-vmtouch main process (6002) killed by TERM signal
[2540303.688693] init: synoscheduler-vmtouch main process (6817) killed by TERM signal
[2543597.702893] INFO: task img_worker:31737 blocked for more than 120 seconds.
[2543597.710788] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2543597.719744] img_worker      D ffff88027fd92040     0 31737  31004 0x00000000
[2543597.727860]  ffff880001b63aa8 0000000000000082 000000000000c000 ffff880001b63fd8
[2543597.736379]  ffff880001b63fd8 ffff8802731b1800 000000005cb24500 ffff880249cd2000
[2543597.744876]  ffff88027fd92878 0000000000000002 ffffffff810b6080 ffff880001b63b10
[2543597.753386] Call Trace:
[2543597.756327]  [<ffffffff810b6080>] ? wait_on_page_read+0x60/0x60
[2543597.763151]  [<ffffffff814b77f8>] ? io_schedule+0x98/0x120
[2543597.769487]  [<ffffffff810b6085>] ? sleep_on_page+0x5/0x10
[2543597.775825]  [<ffffffff814b496a>] ? __wait_on_bit+0x5a/0x90
[2543597.782254]  [<ffffffff810b5ea8>] ? wait_on_page_bit+0x78/0x80
[2543597.788978]  [<ffffffff81053290>] ? wake_atomic_t_function+0x30/0x30
[2543597.796287]  [<ffffffff810bfa89>] ? wait_for_stable_page+0x9/0x40
[2543597.803297]  [<ffffffff810b6d47>] ? grab_cache_page_write_begin+0x97/0xd0
[2543597.811092]  [<ffffffff811a5080>] ? ext4_write_begin+0xa0/0x410
[2543597.817914]  [<ffffffff810b6491>] ? generic_file_buffered_write+0x111/0x2c0
[2543597.825898]  [<ffffffff8111d721>] ? update_time+0x81/0xb0
[2543597.832154]  [<ffffffff810b7aa3>] ? __generic_file_aio_write+0x233/0x400
[2543597.839853]  [<ffffffff810b7cc5>] ? generic_file_aio_write+0x55/0xc0
[2543597.847162]  [<ffffffff8119b255>] ? ext4_file_write+0xb5/0x4c0
[2543597.853877]  [<ffffffff810d7c86>] ? handle_pte_fault+0x5a6/0x9a0
[2543597.860795]  [<ffffffff810fba89>] ? do_sync_write+0x69/0xa0
[2543597.867222]  [<ffffffff810fc511>] ? vfs_write+0xc1/0x350
[2543597.873352]  [<ffffffff810f07d7>] ? kmem_cache_alloc+0xa7/0xb0
[2543597.880075]  [<ffffffff810fdacc>] ? SyS_write+0x5c/0xb0
[2543597.886119]  [<ffffffff810fc0b8>] ? SyS_lseek+0x68/0xb0
[2543597.892161]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2592256.944912] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2592256.972753] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2599867.121177] etxhci_hcd-170202 0000:04:00.0: WARN Event TRB for slot 1 ep 2 with no TDs queued?
[2599868.208886] usb 4-1: USB disconnect, device number 3
[2599868.214873] sd 7:0:0:0: [sdq] Unhandled error code
[2599868.220444] sd 7:0:0:0: [sdq]  
[2599868.224158] Result: hostbyte=0x01 driverbyte=0x00
[2599868.229616] sd 7:0:0:0: [sdq] CDB: 
[2599868.233727] cdb[0]=0x8a: 8a 00 00 00 00 02 36 30 7b 08 00 00 00 f0 00 00
[2599868.241500] end_request: I/O error, dev sdq, sector in range 9499078656 + 0-2(12)
[2599868.250062] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.259312] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3411968 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.276334] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.285585] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3416064 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.302613] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.311870] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3420160 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.328894] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.338145] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3424256 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.355155] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.364399] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3428352 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.381411] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.390644] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3432448 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.407654] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.416899] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3436544 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.433911] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.443149] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3440640 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.460169] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.469419] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3444736 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.486432] Buffer I/O error on device sdq1, logical block in range 1187381248 + 0-2(12)
[2599868.495678] EXT4-fs warning (device sdq1): ext4_end_bio:315: I/O error writing to inode 17237960 (offset 3448832 size 4096 starting block in range 1187381248 + 0-2(12))
[2599868.513825] sd 7:0:0:0: [sdq] Unhandled error code
[2599868.519393] sd 7:0:0:0: [sdq]  
[2599868.523100] Result: hostbyte=0x01 driverbyte=0x00
[2599868.528555] sd 7:0:0:0: [sdq] CDB: 
[2599868.532651] cdb[0]=0x8a: 8a 00 00 00 00 02 36 34 82 80 00 00 00 80 00 00
[2599868.540433] end_request: I/O error, dev sdq, sector in range 9499344896 + 0-2(12)
[2599868.556611] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36240, block_bitmap = 1187512320
[2599868.572874] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36241, block_bitmap = 1187512321
[2599868.587106] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36240, block_bitmap = 1187512320
[2599868.587110] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.612624] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.621887] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36241, block_bitmap = 1187512321
[2599868.622400] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36240, block_bitmap = 1187512320
[2599868.622403] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.661710] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.669389] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36240, block_bitmap = 1187512320
[2599868.670645] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36241, block_bitmap = 1187512321
[2599868.670649] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.709328] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.717044] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36241, block_bitmap = 1187512321
[2599868.733212] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.753142] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36240, block_bitmap = 1187512320
[2599868.769328] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.776851] EXT4-fs error (device sdq1): ext4_wait_block_bitmap:470: comm img_worker: Cannot read block bitmap - block_group = 36241, block_bitmap = 1187512321
[2599868.793032] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.800699] EXT4-fs (sdq1): previous I/O error to superblock detected
[2599868.823873] JBD2: Detected IO errors while flushing file data on sdq1-8
[2599868.831675] Aborting journal on device sdq1-8.
[2599868.836993] JBD2: Error -5 detected when updating journal superblock for sdq1-8.
[2599868.845707] JBD2: Detected IO errors while flushing file data on sdq1-8
[2599868.853574] journal commit I/O error
[2599868.911773] EXT4-fs error (device sdq1): ext4_find_entry:1504: inode #1376263: comm img_worker: reading directory lblock 0
[2599869.120556] EXT4-fs error (device sdq1): __ext4_journal_start_sb:62: Detected aborted journal
[2599869.130347] EXT4-fs (sdq1): Remounting filesystem read-only
[2599869.146447] EXT4-fs error (device sdq1): ext4_find_entry:1504: inode #1376263: comm img_worker: reading directory lblock 0
[2599869.235203] EXT4-fs error (device sdq1): ext4_find_entry:1504: inode #1376261: comm img_backup: reading directory lblock 0
[2599875.347945] usb 4-1: new SuperSpeed USB device number 4 using etxhci_hcd-170202
[2599875.371660] usb-storage 4-1:1.0: USB Mass Storage device detected
[2599875.378860] scsi8 : usb-storage 4-1:1.0
[2599876.385906] scsi 8:0:0:0: Direct-Access     H/W RAID 0 (Striping)             0X00 PQ: 0 ANSI: 6
[2599876.396260] sd 8:0:0:0: Attached scsi generic sg5 type 0
[2599876.402477] sd 8:0:0:0: [sdr] Very big device. Trying to use READ CAPACITY(16).
[2599876.411031] sd 8:0:0:0: [sdr] 31255953408 512-byte logical blocks: (16.0 TB/14.5 TiB)
[2599876.420006] sd 8:0:0:0: [sdr] 4096-byte physical blocks
[2599876.426526] sd 8:0:0:0: [sdr] Write Protect is off
[2599876.432094] sd 8:0:0:0: [sdr] Mode Sense: 3b 00 10 08
[2599876.432523] sd 8:0:0:0: [sdr] No Caching mode page found
[2599876.438709] sd 8:0:0:0: [sdr] Assuming drive cache: write through
[2599876.446179] sd 8:0:0:0: [sdr] Very big device. Trying to use READ CAPACITY(16).
[2599876.455519] sd 8:0:0:0: [sdr] No Caching mode page found
[2599876.461669] sd 8:0:0:0: [sdr] Assuming drive cache: write through
[2599876.860413]  sdr: sdr1
[2599876.864294] sd 8:0:0:0: [sdr] Very big device. Trying to use READ CAPACITY(16).
[2599876.873772] sd 8:0:0:0: [sdr] No Caching mode page found
[2599876.879965] sd 8:0:0:0: [sdr] Assuming drive cache: write through
[2599876.887033] sd 8:0:0:0: [sdr] Attached SCSI disk
[2599879.329248] EXT4-fs error (device sdq1): ext4_find_entry:1504: inode #2: comm BackupShareDele: reading directory lblock 0
[2599880.953600] EXT4-fs error (device sdq1): ext4_remount:5249: Abort forced by user
[2599882.472356] EXT4-fs error (device sdq1): ext4_put_super:882: Couldn't clean up the journal
[2599887.455717] EXT4-fs (sdr1): barriers disabled
[2599892.020888] EXT4-fs (sdr1): recovery complete
[2599892.026239] EXT4-fs (sdr1): mounted filesystem with ordered data mode. Opts: nodelalloc,synoacl,data=ordered,oldalloc
[2678655.326381] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2678655.346326] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2710959.661446] device tap021132256126 left promiscuous mode
[2711200.902530] init: pkg-ReplicationService-synobtrfsreplicad main process (15202) killed by KILL signal
[2711751.601907] iSCSI:target_core_configfs.c:4695:target_core_drop_subdev process [26831] 'synoscgi_SYNO.Core.ISCSI.LUN_1_delete' unload LUN(fileio_0/LUN_265039ed-3b36-4868-820d-2d79a710a3b6), uuid(265039ed-3b36-4868-820d-2d79a710a3b6)
[2711751.628470] iSCSI:target_core_rodsp_server.c:172:rodsp_server_sink_unregister SINK-UNREG(265039ed-3b36-4868-820d-2d79a710a3b6)
[2714155.430247] find usrquota, objectid=279, uid=1040
[2714155.435966] find usrquota, objectid=281, uid=1040
[2714155.441830] find usrquota, objectid=284, uid=1040
[2714155.447634] find usrquota, objectid=364, uid=1040
[2714155.453481] find usrquota, objectid=566, uid=1040
[2714155.459208] find usrquota, objectid=599, uid=1040
[2714155.465105] find usrquota, objectid=1364, uid=1040
[2714155.471088] find usrquota, objectid=1479, uid=1040
[2714155.476703] find usrquota, objectid=2078, uid=1040
[2714155.482765] find usrquota, objectid=2676, uid=1040
[2714155.488409] find usrquota, objectid=8204, uid=1040
[2714155.494602] find usrquota, objectid=8592, uid=1040
[2714520.972964] init: synoscheduler-vmtouch main process (6823) killed by TERM signal
[2714534.085703] init: synoscheduler-vmtouch main process (3220) killed by TERM signal
[2714535.373114] init: synoscheduler-vmtouch main process (3452) killed by TERM signal
[2714711.202968] init: synoscheduler-vmtouch main process (3471) killed by TERM signal
[2714786.705191] iSCSI:extent_vlun.c:150:vlun_load Load vLUN(pure_virtual_CHECK_NODE)
[2714786.716576] iSCSI:target_core_configfs.c:2353:target_dev_enable_store process [7564] 'synoscgi_SYNO.DR.Plan_1_check_remote_conn' successfully loaded LUN(epio/CHECK_NODE), uuid(b3322568-e2e9-4332-990d-10bf7419507b), control(ep_dev_name=pure_virtual_CHECK_NODE,ep_pure_virtual_lun=1)
[2714786.747958] iSCSI:extent_vlun.c:2149:vlun_command_execute cmd-param(192.168.1.111,0011329c3cf8,3261)
[2714786.758770] iSCSI:extent_vlun.c:2149:vlun_command_execute cmd-param(0011329c3cf8,3261)
[2714786.768765] iSCSI:extent_vlun.c:2149:vlun_command_execute cmd-param(3261)
[2714786.810579] iSCSI:extent_vlun.c:1707:__vlun_rbind_dummy RemoteBIND Dummy Complete(0)
[2714792.290497] iSCSI:target_core_rodsp_server.c:714:rodsp_remote_client_login_init RODSPC-LOGIN: Client RODSP Version [1.0]
[2714792.313292] iSCSI:target_core_rodsp_server.c:543:rodsp_remote_client_thread RODSPC-LOGOUT: id[0], ip[0.0.0.0.0.0.0.0.0.0.255.255.192.168.1.111]
[2714792.314745] iSCSI:target_core_rodsp_server.c:665:rodsp_server_remote_client_create RODSPC-LOGIN: id[0], ip[0.0.0.0.0.0.0.0.0.0.255.255.192.168.1.111]
[2715203.514216] init: synoscheduler-vmtouch main process (5774) killed by TERM signal
[2716154.725037] INFO: task SYNO.Replica.Sh:19205 blocked for more than 120 seconds.
[2716154.733420] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2716154.742408] SYNO.Replica.Sh D ffff88027fd92040     0 19205   8393 0x00000000
[2716154.750529]  ffff88000e2f7d90 0000000000000082 000000000000c000 ffff88000e2f7fd8
[2716154.759062]  ffff88000e2f7fd8 ffff8802236d7040 0000000000000000 0000000000000082
[2716154.767597]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff88000e2f7e88
[2716154.776103] Call Trace:
[2716154.779049]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2716154.785968]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2716154.792700]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2716154.799639]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2716154.806071]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2716154.813215]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2716154.819665]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2716154.826631]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2716154.833292]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2716154.840228]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2716154.846762]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2716154.852770]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2716274.857808] INFO: task SYNO.Replica.Sh:19205 blocked for more than 120 seconds.
[2716274.866204] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2716274.875181] SYNO.Replica.Sh D ffff88027fd92040     0 19205   8393 0x00000000
[2716274.883287]  ffff88000e2f7d90 0000000000000082 000000000000c000 ffff88000e2f7fd8
[2716274.891794]  ffff88000e2f7fd8 ffff8802236d7040 0000000000000000 0000000000000082
[2716274.900301]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff88000e2f7e88
[2716274.908807] Call Trace:
[2716274.911750]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2716274.918669]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2716274.925404]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2716274.932323]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2716274.938754]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2716274.945865]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2716274.952297]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2716274.959213]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2716274.965837]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2716274.972770]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2716274.979337]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2716274.985291]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2717354.972193] INFO: task SYNO.Replica.Sh:29975 blocked for more than 120 seconds.
[2717354.980596] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2717354.989608] SYNO.Replica.Sh D ffff88027fd12040     0 29975   8393 0x00000000
[2717354.997746]  ffff880009cafd90 0000000000000082 000000000000c000 ffff880009caffd8
[2717355.006285]  ffff880009caffd8 ffff8802731b1800 0000000000000000 0000000000000082
[2717355.014805]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff880009cafe88
[2717355.023341] Call Trace:
[2717355.026288]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2717355.033203]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2717355.039974]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2717355.046924]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2717355.053381]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2717355.060505]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2717355.066974]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717355.073927]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2717355.080573]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717355.087507]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2717355.094075]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2717355.100038]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2717475.104882] INFO: task SYNO.Replica.Sh:29975 blocked for more than 120 seconds.
[2717475.113282] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2717475.122266] SYNO.Replica.Sh D ffff88027fd12040     0 29975   8393 0x00000000
[2717475.130441]  ffff880009cafd90 0000000000000082 000000000000c000 ffff880009caffd8
[2717475.138950]  ffff880009caffd8 ffff8802731b1800 0000000000000000 0000000000000082
[2717475.147457]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff880009cafe88
[2717475.155962] Call Trace:
[2717475.158908]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2717475.165834]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2717475.172559]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2717475.179492]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2717475.186023]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2717475.193138]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2717475.199585]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717475.206514]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2717475.213164]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717475.220114]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2717475.226682]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2717475.232634]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2717595.237591] INFO: task SYNO.Replica.Sh:29975 blocked for more than 120 seconds.
[2717595.245961] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2717595.255032] SYNO.Replica.Sh D ffff88027fd12040     0 29975   8393 0x00000000
[2717595.263161]  ffff880009cafd90 0000000000000082 000000000000c000 ffff880009caffd8
[2717595.271659]  ffff880009caffd8 ffff8802731b1800 0000000000000000 0000000000000082
[2717595.280155]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff880009cafe88
[2717595.288691] Call Trace:
[2717595.291734]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2717595.298796]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2717595.305586]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2717595.312528]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2717595.319047]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2717595.326300]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2717595.332988]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717595.339949]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2717595.346687]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717595.353697]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2717595.360468]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2717595.366455]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2717715.371329] INFO: task SYNO.Replica.Sh:29975 blocked for more than 120 seconds.
[2717715.379722] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2717715.388690] SYNO.Replica.Sh D ffff88027fd12040     0 29975   8393 0x00000000
[2717715.396817]  ffff880009cafd90 0000000000000082 000000000000c000 ffff880009caffd8
[2717715.405348]  ffff880009caffd8 ffff8802731b1800 0000000000000000 0000000000000082
[2717715.413856]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff880009cafe88
[2717715.422382] Call Trace:
[2717715.425334]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2717715.432285]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2717715.439015]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2717715.445975]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2717715.452428]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2717715.459580]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2717715.466030]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717715.472983]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2717715.479650]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717715.486603]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2717715.493170]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2717715.499155]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2717835.504057] INFO: task SYNO.Replica.Sh:29975 blocked for more than 120 seconds.
[2717835.512461] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2717835.521461] SYNO.Replica.Sh D ffff88027fd12040     0 29975   8393 0x00000000
[2717835.529852]  ffff880009cafd90 0000000000000082 000000000000c000 ffff880009caffd8
[2717835.538386]  ffff880009caffd8 ffff8802731b1800 0000000000000000 0000000000000082
[2717835.546970]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff880009cafe88
[2717835.555508] Call Trace:
[2717835.558466]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2717835.565405]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2717835.572152]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2717835.579095]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2717835.585696]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2717835.592840]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2717835.599277]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717835.606238]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2717835.612913]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717835.619873]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2717835.626605]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2717835.632588]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2717955.636792] INFO: task SYNO.Replica.Sh:29975 blocked for more than 120 seconds.
[2717955.645282] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2717955.654405] SYNO.Replica.Sh D ffff88027fd12040     0 29975   8393 0x00000000
[2717955.662815]  ffff880009cafd90 0000000000000082 000000000000c000 ffff880009caffd8
[2717955.671818]  ffff880009caffd8 ffff8802731b1800 0000000000000000 0000000000000082
[2717955.680659]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff880009cafe88
[2717955.689499] Call Trace:
[2717955.692461]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2717955.699528]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2717955.706389]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2717955.713351]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2717955.719949]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2717955.727213]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2717955.733731]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717955.740715]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2717955.747380]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2717955.754317]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2717955.760912]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2717955.766872]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2718075.771441] INFO: task SYNO.Replica.Sh:29975 blocked for more than 120 seconds.
[2718075.779841] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[2718075.788830] SYNO.Replica.Sh D ffff88027fd12040     0 29975   8393 0x00000000
[2718075.796995]  ffff880009cafd90 0000000000000082 000000000000c000 ffff880009caffd8
[2718075.805554]  ffff880009caffd8 ffff8802731b1800 0000000000000000 0000000000000082
[2718075.814120]  ffff88027fd12040 7fffffffffffffff 7fffffffffffffff ffff880009cafe88
[2718075.822677] Call Trace:
[2718075.825633]  [<ffffffff814b482d>] ? schedule_timeout+0x15d/0x1e0
[2718075.832601]  [<ffffffff8105eba6>] ? try_to_wake_up+0x186/0x2d0
[2718075.839365]  [<ffffffff810c1e38>] ? pagevec_lookup_tag+0x18/0x20
[2718075.846321]  [<ffffffff8104b6aa>] ? __queue_work+0xfa/0x280
[2718075.852789]  [<ffffffff814b62f9>] ? wait_for_completion+0x99/0x100
[2718075.859945]  [<ffffffff8105ed20>] ? wake_up_state+0x10/0x10
[2718075.866421]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2718075.873369]  [<ffffffff8112a6fa>] ? sync_inodes_sb+0x9a/0x1b0
[2718075.880040]  [<ffffffff8112f110>] ? generic_write_sync+0x60/0x60
[2718075.886993]  [<ffffffff81101576>] ? iterate_supers+0xa6/0xf0
[2718075.893571]  [<ffffffff8112f34e>] ? sys_sync+0x2e/0x90
[2718075.899592]  [<ffffffff814b9dc4>] ? system_call_fastpath+0x22/0x27
[2721886.942087] init: avahi main process (1115) killed by TERM signal
[2721911.655631] init: synoscheduler-vmtouch main process (13317) killed by TERM signal
[2721912.803717] init: synoscheduler-vmtouch main process (2150) killed by TERM signal
[2721986.306329] init: synoscheduler-vmtouch main process (2171) killed by TERM signal
[2722249.051234] init: synoscheduler-vmtouch main process (4022) killed by TERM signal
[2765053.770273] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2765053.790713] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2793128.896602] init: pkg-DirectoryServerForWindowsDomain main process (2662) terminated with status 127
[2793129.117218] init: smbd main process (2834) killed by TERM signal
[2793129.619081] init: winbindd main process (29001) killed by TERM signal
[2793224.087538] init: smbd main process (23238) killed by TERM signal
[2793229.674590] init: synopyntlmd main process (2921) killed by TERM signal
[2851452.231468] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2851452.253128] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2937850.720231] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=25225
[2937850.740308] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=25225
[2939026.807971] ip6_tables: (C) 2000-2006 Netfilter Core Team
[2939026.942746] aufs 3.10.x-20141110
[2939026.984622] Bridge firewalling registered
[2939029.783515] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[2939032.545679] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[2939032.558087] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[2939138.532268] NET: Unregistered protocol family 15
[2939140.013238] NET: Unregistered protocol family 24
[2939151.337692] PPP generic driver version 2.4.2
[2939151.383378] NET: Registered protocol family 24
[2939151.475377] PPP MPPE Compression module registered
[2939151.492519] PPP BSD Compression module registered
[2939151.517737] PPP Deflate Compression module registered
[2939151.536145] l2tp_core: L2TP core driver, V2.0
[2939151.553134] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[2939151.603759] NET: Registered protocol family 15
[2962263.292717] init: pkg-DirectoryServerForWindowsDomain main process (28613) terminated with status 127
[2962263.505393] init: smbd main process (29150) killed by TERM signal
[2962264.068256] init: winbindd main process (29237) killed by TERM signal
[2962273.105885] init: synopyntlmd main process (29231) killed by TERM signal
[3025431.035030] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3025431.055207] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3111829.560146] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3111829.580885] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3198228.036943] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3198228.057374] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3284626.677261] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3284626.733447] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3317735.528376] FAT-fs (synoboot2): fat_set_state: set=1 process=SYNO.Docker.Lic pid=24336
[3317735.541707] FAT-fs (synoboot2): fat_set_state: set=0 process=SYNO.Docker.Lic pid=24336
[3371025.051422] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3371025.072764] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3457423.489589] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3457423.509972] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3543821.983273] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3543822.003750] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3630220.499678] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3630220.519895] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3716619.028921] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3716619.051017] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3803017.559230] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3803017.579113] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3889415.990354] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=19457
[3889416.011003] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=19457
[3918754.626887] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[3918754.645728] usb 2-2: Parent hub missing LPM exit latency info.  Power management will be impacted.
[3919153.983640] mii: module verification failed: signature and/or required key missing - tainting kernel
[3919154.002105] usbcore: registered new interface driver aqc111
[3919154.015038] aqc111 2-2:1.0 eth2: register 'aqc111' at usb-0000:00:14.0-2, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:4e:0b:1b
[3919154.313685] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3919155.959293] init: winbindd main process (23947) killed by TERM signal
[3919161.942107] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3919161.953376] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[3919163.567735] init: winbindd main process (21136) killed by TERM signal
[3919165.476064] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 10.2.0.0:3260 on iSCSI/TCP
[3919165.489148] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [fe80::211:32ff:fe62:7035]:3260 on iSCSI/TCP
[3919165.503158] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [2a02:8106:22b:d100:265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919165.527727] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [fe80::265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919165.953261] init: winbindd main process (22493) killed by TERM signal
[3919167.453016] init: winbindd main process (23180) killed by TERM signal
[3919175.421155] init: iscsi_pluginserverd main process (24500) killed by TERM signal
[3919175.434179] init: iscsi_pluginengined main process (24489) killed by TERM signal
[3919177.096685] init: iscsi_pluginserverd main process (24863) killed by TERM signal
[3919177.108985] init: iscsi_pluginengined main process (24857) killed by TERM signal
[3919180.698594] init: synopyntlmd main process (23915) killed by TERM signal
[3919181.875719] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.0.103:3260 on iSCSI/TCP
[3919182.503598] init: winbindd main process (23571) killed by TERM signal
[3919182.774264] init: synopyntlmd main process (26008) killed by TERM signal
[3919282.881579] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 192.168.0.103:3260 on iSCSI/TCP
[3919282.881894] init: dhcp-client (eth2) main process (25073) killed by TERM signal
[3919282.902649] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [2a02:8106:22b:d100:265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919282.920032] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [fe80::265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919283.258950] init: winbindd main process (26407) killed by TERM signal
[3919298.628780] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Down
[3919312.470239] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3919313.771601] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.0.103:3260 on iSCSI/TCP
[3919313.783741] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [2a02:8106:22b:d100:265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919313.815284] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [fe80::265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919313.896715] init: dhcp-client (eth2) main process (437) killed by TERM signal
[3919314.266047] init: winbindd main process (699) killed by TERM signal
[3919316.105112] init: iscsi_pluginserverd main process (2818) killed by TERM signal
[3919316.139044] init: iscsi_pluginengined main process (2782) killed by TERM signal
[3919316.986459] init: iscsi_pluginserverd main process (3648) killed by TERM signal
[3919317.013532] init: iscsi_pluginengined main process (3619) killed by TERM signal
[3919317.103059] init: winbindd main process (3161) killed by TERM signal
[3919318.520620] init: winbindd main process (4239) killed by TERM signal
[3919365.204119] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 192.168.0.103:3260 on iSCSI/TCP
[3919365.225134] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 169.254.4.58:3260 on iSCSI/TCP
[3919366.112393] init: winbindd main process (4622) killed by TERM signal
[3919366.412750] init: synopyntlmd main process (26518) killed by TERM signal
[3919367.972241] init: winbindd main process (9166) killed by TERM signal
[3919371.786004] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3919373.065750] init: dhcp-client (eth2) main process (2813) killed by TERM signal
[3919373.162845] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 169.254.4.58:3260 on iSCSI/TCP
[3919373.185714] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [2a02:8106:22b:d100:265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919373.209516] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [fe80::265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919373.510732] init: winbindd main process (9594) killed by TERM signal
[3919377.838543] init: dhcp-client (eth2) main process (10221) killed by TERM signal
[3919378.226074] init: smbd main process (23855) killed by TERM signal
[3919378.323474] init: ftpd main process (12392) killed by TERM signal
[3919379.323176] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3919379.532524] 8021q: 802.1Q VLAN Support v1.8
[3919379.537438] 8021q: adding VLAN 0 to HW filter on device eth0
[3919379.544037] 8021q: adding VLAN 0 to HW filter on device eth1
[3919379.632448] IPv6: ADDRCONF(NETDEV_UP): eth2.40: link is not ready
[3919381.200817] init: dhcp-client (eth2.40) main process (12392) killed by TERM signal
[3919381.671634] init: winbindd main process (10522) killed by TERM signal
[3919384.223794] init: winbindd main process (13242) killed by TERM signal
[3919384.662639] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3919384.675759] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[3919384.683544] IPv6: ADDRCONF(NETDEV_CHANGE): eth2.40: link becomes ready
[3919386.811247] init: dhcp-client (eth2.40) main process (12629) killed by TERM signal
[3919387.059091] init: winbindd main process (13626) killed by TERM signal
[3919390.430873] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [fe80::265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919391.302444] init: iscsi_pluginserverd main process (15137) killed by TERM signal
[3919391.314319] init: iscsi_pluginengined main process (15129) killed by TERM signal
[3919396.655232] init: iscsi_pluginserverd main process (15796) killed by TERM signal
[3919396.665706] init: iscsi_pluginengined main process (15791) killed by TERM signal
[3919397.711193] init: iscsi_pluginserverd main process (15828) killed by TERM signal
[3919397.722181] init: iscsi_pluginengined main process (15823) killed by TERM signal
[3919422.761854] init: winbindd main process (15057) killed by TERM signal
[3919427.232342] init: dhcp-client (eth2.40) main process (14166) killed by TERM signal
[3919427.241329] init: dhcp-client (eth2.40) main process ended, respawning
[3919428.061437] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3919428.194899] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [fe80::265e:beff:fe4e:b1b]:3260 on iSCSI/TCP
[3919428.208349] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 169.254.4.58:3260 on iSCSI/TCP
[3919429.222756] init: winbindd main process (18169) killed by TERM signal
[3919430.480341] init: winbindd main process (19699) killed by TERM signal
[3919433.430213] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3919433.441435] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[3919435.034520] init: winbindd main process (20079) killed by TERM signal
[3919435.790463] init: dhcp-client (eth2) main process (19242) killed by TERM signal
[3919436.071655] init: iscsi_pluginserverd main process (21338) killed by TERM signal
[3919436.085465] init: iscsi_pluginengined main process (21319) killed by TERM signal
[3919436.769792] init: iscsi_pluginserverd main process (21409) killed by TERM signal
[3919436.782199] init: iscsi_pluginengined main process (21395) killed by TERM signal
[3919438.024168] init: iscsi_pluginserverd main process (21623) killed by TERM signal
[3919438.078640] init: iscsi_pluginengined main process (21613) killed by TERM signal
[3919438.439457] init: winbindd main process (21390) killed by TERM signal
[3919474.065710] init: dhcp-client (eth2) main process (21309) killed by TERM signal
[3919476.683172] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 169.254.4.58:3260 on iSCSI/TCP
[3919476.705076] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.181:3260 on iSCSI/TCP
[3919477.729642] init: winbindd main process (22254) killed by TERM signal
[3919478.044157] init: synopyntlmd main process (9223) killed by TERM signal
[3919479.156430] init: winbindd main process (26345) killed by TERM signal
[3919481.294948] init: iscsi_pluginserverd main process (26124) terminated with status 255
[3919481.304349] init: iscsi_pluginserverd main process ended, respawning
[3919573.485488] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3919575.102075] init: winbindd main process (26689) killed by TERM signal
[3919579.782844] init: smbd main process (12042) killed by TERM signal
[3919579.859924] init: ftpd main process (11845) killed by TERM signal
[3919582.021529] init: winbindd main process (1179) killed by TERM signal
[3919894.733217] device ovs_bond0 left promiscuous mode
[3919894.755847] device eth1 left promiscuous mode
[3919894.761023] device eth0 left promiscuous mode
[3919895.137794] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3919895.299895] device ovs_bond0 entered promiscuous mode
[3919895.396973] device eth0 entered promiscuous mode
[3919895.402646] device eth1 entered promiscuous mode
[3919897.073579] init: winbindd main process (2482) killed by TERM signal
[3919898.754404] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[3919898.991179] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[3919899.559574] init: iscsi_pluginserverd main process (23661) killed by TERM signal
[3919899.591383] init: iscsi_pluginengined main process (23643) killed by TERM signal
[3919900.182665] init: iscsi_pluginserverd main process (23941) killed by TERM signal
[3919900.238904] init: iscsi_pluginengined main process (23889) killed by TERM signal
[3919900.502214] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3919900.514150] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[3919900.617324] NET: Unregistered protocol family 15
[3919900.998861] init: iscsi_pluginserverd main process (24069) killed by TERM signal
[3919901.019802] init: iscsi_pluginengined main process (24054) killed by TERM signal
[3919902.547299] NET: Unregistered protocol family 24
[3919902.822292] init: winbindd main process (24783) killed by TERM signal
[3919902.843883] PPP generic driver version 2.4.2
[3919902.973782] NET: Registered protocol family 24
[3919903.273402] init: iscsi_pluginserverd main process (24361) killed by TERM signal
[3919903.313526] init: iscsi_pluginengined main process (24325) killed by TERM signal
[3919903.542360] PPP MPPE Compression module registered
[3919903.650464] PPP BSD Compression module registered
[3919903.767253] PPP Deflate Compression module registered
[3919903.834975] l2tp_core: L2TP core driver, V2.0
[3919903.899940] init: iscsi_pluginserverd main process (25287) killed by TERM signal
[3919903.902358] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[3919903.971562] init: iscsi_pluginengined main process (25252) killed by TERM signal
[3919904.128460] NET: Registered protocol family 15
[3919905.147005] init: iscsi_pluginserverd main process (25428) killed by TERM signal
[3919905.165184] init: iscsi_pluginengined main process (25398) killed by TERM signal
[3919905.985880] init: winbindd main process (25736) killed by TERM signal
[3919906.004174] igb 0000:02:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[3919906.023232] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[3919906.299387] init: iscsi_pluginserverd main process (25697) killed by TERM signal
[3919906.342467] init: iscsi_pluginengined main process (25682) killed by TERM signal
[3919908.363265] init: winbindd main process (26479) killed by TERM signal
[3919908.627064] init: iscsi_pluginserverd main process (25987) killed by TERM signal
[3919908.683438] init: iscsi_pluginengined main process (25970) killed by TERM signal
[3919909.377470] init: iscsi_pluginserverd main process (26949) killed by TERM signal
[3919909.416432] init: iscsi_pluginengined main process (26932) killed by TERM signal
[3919910.627601] init: iscsi_pluginserverd main process (27306) killed by TERM signal
[3919910.666024] init: iscsi_pluginengined main process (27274) killed by TERM signal
[3919911.780530] init: iscsi_pluginserverd main process (27751) killed by TERM signal
[3919911.829616] init: iscsi_pluginengined main process (27726) killed by TERM signal
[3919913.752620] init: iscsi_pluginserverd main process (28041) killed by TERM signal
[3919913.796852] init: iscsi_pluginengined main process (28013) killed by TERM signal
[3919914.556759] init: winbindd main process (28234) killed by TERM signal
[3919914.648536] init: iscsi_pluginserverd main process (28560) killed by TERM signal
[3919914.687510] init: iscsi_pluginengined main process (28552) killed by TERM signal
[3919916.706327] init: iscsi_pluginserverd main process (28886) killed by TERM signal
[3919916.729238] init: iscsi_pluginengined main process (28870) killed by TERM signal
[3919916.885821] init: winbindd main process (29262) killed by TERM signal
[3919917.990587] init: iscsi_pluginserverd main process (29507) killed by TERM signal
[3919918.022281] init: iscsi_pluginengined main process (29493) killed by TERM signal
[3919919.604031] init: winbindd main process (30098) killed by TERM signal
[3919935.330033] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3919937.002064] init: winbindd main process (30260) killed by TERM signal
[3919941.679655] init: smbd main process (2320) killed by TERM signal
[3919941.806306] init: ftpd main process (2117) killed by TERM signal
[3919942.454697] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3919942.637594] 8021q: 802.1Q VLAN Support v1.8
[3919942.642534] 8021q: adding VLAN 0 to HW filter on device eth0
[3919942.649100] 8021q: adding VLAN 0 to HW filter on device eth1
[3919942.777439] IPv6: ADDRCONF(NETDEV_UP): eth2.40: link is not ready
[3919944.497256] init: winbindd main process (32036) killed by TERM signal
[3919947.734211] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3919947.747263] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[3919947.756767] IPv6: ADDRCONF(NETDEV_CHANGE): eth2.40: link becomes ready
[3919949.952520] init: winbindd main process (2504) killed by TERM signal
[3919951.622049] init: winbindd main process (3531) killed by TERM signal
[3919956.205125] init: iscsi_pluginserverd main process (4350) killed by TERM signal
[3919956.225380] init: iscsi_pluginengined main process (4343) killed by TERM signal
[3919959.201004] init: iscsi_pluginserverd main process (5020) killed by TERM signal
[3919959.212580] init: iscsi_pluginengined main process (5012) killed by TERM signal
[3919959.606403] init: iscsi_pluginserverd main process (5294) killed by TERM signal
[3919959.618962] init: iscsi_pluginengined main process (5290) killed by TERM signal
[3919962.286015] init: iscsi_pluginserverd main process (5340) killed by TERM signal
[3919962.297392] init: iscsi_pluginengined main process (5332) killed by TERM signal
[3919963.257814] init: iscsi_pluginserverd main process (5530) killed by TERM signal
[3919963.268271] init: iscsi_pluginengined main process (5521) killed by TERM signal
[3920025.871658] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3920026.941517] init: iscsi_pluginserverd main process (10639) killed by TERM signal
[3920026.963621] init: iscsi_pluginengined main process (10615) killed by TERM signal
[3920027.150150] init: winbindd main process (4926) killed by TERM signal
[3920027.841780] init: iscsi_pluginserverd main process (10710) killed by TERM signal
[3920027.880100] init: iscsi_pluginengined main process (10689) killed by TERM signal
[3920031.190171] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3920031.201887] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[3920034.076640] init: winbindd main process (12000) killed by TERM signal
[3920035.962112] init: iscsi_pluginserverd main process (12876) killed by TERM signal
[3920036.010168] init: iscsi_pluginengined main process (12851) killed by TERM signal
[3920036.538143] init: winbindd main process (13200) killed by TERM signal
[3920036.820128] init: iscsi_pluginserverd main process (13591) killed by TERM signal
[3920036.864971] init: iscsi_pluginengined main process (13574) killed by TERM signal
[3920180.366843] init: winbindd main process (14185) killed by TERM signal
[3920188.864751] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[3920188.875684] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[3920192.365263] init: winbindd main process (23486) killed by TERM signal
[3920253.038423] device ovs_bond0 left promiscuous mode
[3920253.058483] device eth0 left promiscuous mode
[3920253.063946] device eth1 left promiscuous mode
[3920254.284340] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 192.168.1.180:3260 on iSCSI/TCP
[3920254.566015] init: winbindd main process (24786) killed by TERM signal
[3920256.788643] device ovs_eth0 entered promiscuous mode
[3920257.057591] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[3920257.072235] device eth0 entered promiscuous mode
[3920257.197154] device ovs_eth1 entered promiscuous mode
[3920257.468594] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[3920257.485205] device eth1 entered promiscuous mode
[3920258.322592] init: winbindd main process (29199) killed by TERM signal
[3920259.100200] init: dhcp-client (ovs_eth1) main process (29797) killed by TERM signal
[3920262.406256] init: winbindd main process (30906) killed by TERM signal
[3920263.006355] igb 0000:02:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[3920263.017194] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[3920263.027710] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[3920263.038891] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[3920265.051388] init: winbindd main process (31038) killed by TERM signal
[3920266.217288] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.180:3260 on iSCSI/TCP
[3920266.237244] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.24:3260 on iSCSI/TCP
[3920266.249215] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [fe80::211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3920266.249691] init: dhcp-client (ovs_eth1) main process (30196) killed by TERM signal
[3920266.520084] init: iscsi_pluginserverd main process (31900) killed by TERM signal
[3920266.532645] init: iscsi_pluginengined main process (31893) killed by TERM signal
[3920266.754226] init: iscsi_pluginserverd main process (31939) killed by TERM signal
[3920266.769371] init: iscsi_pluginengined main process (31932) killed by TERM signal
[3920266.993085] init: iscsi_pluginserverd main process (31984) killed by TERM signal
[3920267.005570] init: iscsi_pluginengined main process (31968) killed by TERM signal
[3920267.135737] init: iscsi_pluginengined main process (32019) killed by TERM signal
[3920267.672732] init: iscsi_pluginengined main process (32215) killed by TERM signal
[3920268.525254] init: iscsi_pluginserverd main process (32382) killed by TERM signal
[3920268.563777] init: iscsi_pluginengined main process (32357) killed by TERM signal
[3920270.462567] init: winbindd main process (677) killed by TERM signal
[3920270.996975] init: iscsi_pluginserverd main process (32699) killed by TERM signal
[3920271.029407] init: iscsi_pluginengined main process (32653) killed by TERM signal
[3920272.467030] init: iscsi_pluginserverd main process (1037) killed by TERM signal
[3920272.519343] init: iscsi_pluginengined main process (1023) killed by TERM signal
[3920273.574877] init: iscsi_pluginserverd main process (1537) killed by TERM signal
[3920273.606537] init: iscsi_pluginengined main process (1522) killed by TERM signal
[3920274.324305] init: winbindd main process (1899) killed by TERM signal
[3920297.856086] init: dhcp-client (ovs_eth1) main process (31851) killed by TERM signal
[3920299.239835] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 192.168.1.24:3260 on iSCSI/TCP
[3920299.331093] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3920300.671824] init: winbindd main process (2196) killed by TERM signal
[3920302.267896] init: iscsi_pluginserverd main process (4109) killed by TERM signal
[3920302.305308] init: iscsi_pluginengined main process (4087) killed by TERM signal
[3920303.849229] init: iscsi_pluginserverd main process (4588) killed by TERM signal
[3920303.870914] init: iscsi_pluginengined main process (4562) killed by TERM signal
[3920305.486974] init: winbindd main process (5188) killed by TERM signal
[3920374.074552] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Down
[3920375.614546] igb 0000:02:00.0 eth1: igb: eth1 NIC Link is Down
[3920375.655918] init: winbindd main process (5368) killed by TERM signal
[3920376.981643] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3920377.003404] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [fe80::211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3920377.059320] init: iscsi_pluginserverd main process (10652) killed by TERM signal
[3920377.071460] init: iscsi_pluginengined main process (10644) killed by TERM signal
[3920377.291871] init: winbindd main process (10834) killed by TERM signal
[3920416.318427] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[3920418.447044] init: winbindd main process (11101) killed by TERM signal
[3920418.612402] igb 0000:02:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[3920420.021720] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3920420.049436] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [fe80::211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3920420.156170] init: iscsi_pluginserverd main process (11767) killed by TERM signal
[3920420.190498] init: iscsi_pluginengined main process (11757) killed by TERM signal
[3920421.171102] init: winbindd main process (12478) killed by TERM signal
[3920421.982650] init: iscsi_pluginserverd main process (12424) killed by TERM signal
[3920422.016718] init: iscsi_pluginengined main process (12410) killed by TERM signal
[3920422.708051] init: iscsi_pluginserverd main process (12934) killed by TERM signal
[3920422.756073] init: iscsi_pluginengined main process (12920) killed by TERM signal
[3920423.224981] init: dhcp-client (ovs_eth1) main process (3062) killed by TERM signal
[3920425.522695] init: iscsi_pluginserverd main process (13207) killed by TERM signal
[3920425.576238] init: iscsi_pluginengined main process (13169) killed by TERM signal
[3920426.892224] init: iscsi_pluginserverd main process (14071) killed by TERM signal
[3920426.929604] init: iscsi_pluginengined main process (14047) killed by TERM signal
[3920430.166179] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3920431.987912] init: winbindd main process (14785) killed by TERM signal
[3920434.035458] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [2a02:8106:22b:d100:211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3920434.141172] init: iscsi_pluginserverd main process (15373) killed by TERM signal
[3920434.193776] init: iscsi_pluginengined main process (15345) killed by TERM signal
[3920434.682405] init: winbindd main process (15771) killed by TERM signal
[3920435.740545] init: iscsi_pluginserverd main process (16126) killed by TERM signal
[3920435.796036] init: iscsi_pluginengined main process (16098) killed by TERM signal
[3920436.778383] init: iscsi_pluginserverd main process (16828) killed by TERM signal
[3920436.814692] init: iscsi_pluginengined main process (16799) killed by TERM signal
[3920608.464931] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 192.168.1.181:3260 on iSCSI/TCP
[3920608.507070] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.179:3260 on iSCSI/TCP
[3920609.364915] init: winbindd main process (17718) killed by TERM signal
[3920609.697014] init: synopyntlmd main process (26471) killed by TERM signal
[3920610.817310] init: winbindd main process (4182) killed by TERM signal
[3920726.750638] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 192.168.1.180:3260 on iSCSI/TCP
[3920726.780400] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.181:3260 on iSCSI/TCP
[3920727.565268] init: iscsi_pluginserverd main process (15302) killed by TERM signal
[3920727.590746] init: iscsi_pluginengined main process (15282) killed by TERM signal
[3920727.819387] init: winbindd main process (4472) killed by TERM signal
[3920729.205683] init: winbindd main process (15730) killed by TERM signal
[3920758.495446] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 192.168.1.179:3260 on iSCSI/TCP
[3920758.523013] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.180:3260 on iSCSI/TCP
[3920759.284575] init: winbindd main process (15894) killed by TERM signal
[3920759.847918] init: avahi main process (18010) killed by TERM signal
[3920760.023044] init: synopyntlmd main process (4285) killed by TERM signal
[3920879.869139] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3920881.534178] init: winbindd main process (18367) killed by TERM signal
[3920886.182818] init: smbd main process (1557) killed by TERM signal
[3920886.264402] init: ftpd main process (1186) killed by TERM signal
[3920888.222247] init: winbindd main process (27486) killed by TERM signal
[3920947.761530] init: dhcp-client (ovs_eth1) main process (13279) killed by TERM signal
[3920947.770390] init: dhcp-client (ovs_eth1) main process ended, respawning
[3920948.312529] init: dhcp-client (ovs_eth1) main process (1959) killed by TERM signal
[3920948.877025] device ovs_eth0 left promiscuous mode
[3920948.890084] device eth0 left promiscuous mode
[3920948.937235] device ovs_eth1 left promiscuous mode
[3920948.951651] device eth1 left promiscuous mode
[3920949.540866] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3920949.713146] device ovs_eth0 entered promiscuous mode
[3920949.990514] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[3920950.009401] device eth0 entered promiscuous mode
[3920950.076965] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3920950.089164] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 192.168.1.181:3260 on iSCSI/TCP
[3920950.101728] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [2a02:8106:22b:d100:211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3920950.131955] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [fe80::211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3920950.676874] init: winbindd main process (28913) killed by TERM signal
[3920951.051200] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.181:3260 on iSCSI/TCP
[3920951.156617] device ovs_eth1 entered promiscuous mode
[3920951.284640] init: iscsi_pluginserverd main process (2966) killed by TERM signal
[3920951.345311] init: iscsi_pluginengined main process (2919) killed by TERM signal
[3920951.658500] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[3920951.716273] device eth1 entered promiscuous mode
[3920952.885271] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[3920952.896328] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[3920953.873597] init: winbindd main process (3664) killed by TERM signal
[3920954.657262] igb 0000:02:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[3920954.672299] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[3920954.838240] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3920954.871838] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[3920958.047171] init: winbindd main process (4925) killed by TERM signal
[3920961.264557] init: winbindd main process (5790) killed by TERM signal
[3920962.773420] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [2a02:8106:22b:d100:211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3920962.835991] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [fe80::211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3920963.456602] init: iscsi_pluginserverd main process (6847) killed by TERM signal
[3920963.472159] init: iscsi_pluginengined main process (6819) killed by TERM signal
[3920965.282253] init: iscsi_pluginserverd main process (6964) killed by TERM signal
[3920965.304277] init: iscsi_pluginengined main process (6938) killed by TERM signal
[3920967.386406] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3920967.386446] init: dhcp-client (ovs_eth1) main process (3705) killed by TERM signal
[3920967.444342] init: iscsi_pluginserverd main process (7661) killed by TERM signal
[3920967.457185] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3920967.480774] init: iscsi_pluginengined main process (7594) killed by TERM signal
[3920967.489345] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3920967.984372] init: iscsi_pluginserverd main process (8604) killed by TERM signal
[3920968.007886] init: iscsi_pluginengined main process (8570) killed by TERM signal
[3920968.578381] init: iscsi_pluginserverd main process (8856) killed by TERM signal
[3920968.612552] init: iscsi_pluginengined main process (8718) killed by TERM signal
[3920969.192613] init: winbindd main process (8384) killed by TERM signal
[3920969.388122] init: dhcp-client (ovs_eth1) main process (8541) killed by TERM signal
[3920969.599433] init: iscsi_pluginserverd main process (9005) killed by TERM signal
[3920969.683306] init: iscsi_pluginengined main process (8969) killed by TERM signal
[3920972.895633] init: iscsi_pluginserverd main process (9319) killed by TERM signal
[3920972.960646] init: iscsi_pluginengined main process (9296) killed by TERM signal
[3920975.296171] init: iscsi_pluginserverd main process (10221) killed by TERM signal
[3920975.424795] init: iscsi_pluginengined main process (10178) killed by TERM signal
[3920976.889971] init: iscsi_pluginserverd main process (11278) killed by TERM signal
[3920976.914154] init: iscsi_pluginengined main process (11241) killed by TERM signal
[3920978.407376] init: iscsi_pluginserverd main process (11785) killed by TERM signal
[3920978.466475] init: iscsi_pluginengined main process (11759) killed by TERM signal
[3920980.288967] init: iscsi_pluginserverd main process (12248) killed by TERM signal
[3920980.341370] init: iscsi_pluginengined main process (12216) killed by TERM signal
[3920981.876099] init: iscsi_pluginserverd main process (13063) killed by TERM signal
[3920981.894615] init: iscsi_pluginengined main process (13028) killed by TERM signal
[3920984.207139] init: iscsi_pluginserverd main process (13543) killed by TERM signal
[3920984.262977] init: iscsi_pluginengined main process (13513) killed by TERM signal
[3920985.014645] init: winbindd main process (13922) killed by TERM signal
[3920986.710978] init: iscsi_pluginserverd main process (14280) killed by TERM signal
[3920986.758999] init: iscsi_pluginengined main process (14258) killed by TERM signal
[3920988.993690] init: iscsi_pluginserverd main process (14912) killed by TERM signal
[3920989.075513] init: iscsi_pluginengined main process (14884) killed by TERM signal
[3921410.960012] init: dhcp-client (ovs_eth1) main process (9278) killed by TERM signal
[3921410.968827] init: dhcp-client (ovs_eth1) main process ended, respawning
[3921411.531173] init: dhcp-client (ovs_eth1) main process (16339) killed by TERM signal
[3921412.066047] device ovs_eth0 left promiscuous mode
[3921412.081917] device eth0 left promiscuous mode
[3921412.126247] device ovs_eth1 left promiscuous mode
[3921412.144938] device eth1 left promiscuous mode
[3921412.648787] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[3921412.814996] device ovs_eth0 entered promiscuous mode
[3921413.090781] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[3921413.106762] device eth0 entered promiscuous mode
[3921413.263240] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3921413.283314] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [2a02:8106:22b:d100:211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3921413.300448] iSCSI:iscsi_target.c:612:iscsit_del_np CORE[0] - Removed Network Portal: [fe80::211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3921413.597797] device ovs_eth1 entered promiscuous mode
[3921413.880402] init: winbindd main process (16083) killed by TERM signal
[3921414.035813] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[3921414.104958] device eth1 entered promiscuous mode
[3921414.421246] init: iscsi_pluginserverd main process (17385) killed by TERM signal
[3921414.485501] init: iscsi_pluginengined main process (17310) killed by TERM signal
[3921415.923580] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[3921415.934589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[3921416.904560] igb 0000:02:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[3921416.925920] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[3921417.942082] aqc111 2-2:1.0 eth2: Link Speed 5000, USB 3
[3921417.953801] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[3921424.236884] init: winbindd main process (20683) killed by TERM signal
[3921424.565250] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [2a02:8106:22b:d100:211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3921424.581317] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: [fe80::211:32ff:fe62:7036]:3260 on iSCSI/TCP
[3921426.920910] init: iscsi_pluginserverd main process (21122) killed by TERM signal
[3921426.942702] init: iscsi_pluginengined main process (21106) killed by TERM signal
[3921427.315280] init: iscsi_pluginserverd main process (21691) killed by TERM signal
[3921427.327827] init: iscsi_pluginengined main process (21671) killed by TERM signal
[3921428.685756] init: winbindd main process (21576) killed by TERM signal
[3921428.965736] init: iscsi_pluginserverd main process (21767) killed by TERM signal
[3921428.988212] init: iscsi_pluginengined main process (21755) killed by TERM signal
[3921430.656793] init: iscsi_pluginserverd main process (22400) killed by TERM signal
[3921430.685284] init: iscsi_pluginengined main process (22385) killed by TERM signal
[3921431.355284] init: winbindd main process (22691) killed by TERM signal
[3921432.170352] init: iscsi_pluginserverd main process (23306) killed by TERM signal
[3921432.188076] init: iscsi_pluginengined main process (23262) killed by TERM signal
[3921433.292658] init: iscsi_pluginserverd main process (23581) killed by TERM signal
[3921433.311450] init: iscsi_pluginengined main process (23556) killed by TERM signal
[3921433.556935] init: dhcp-client (ovs_eth1) main process (18023) killed by TERM signal
[3921433.684235] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 169.254.93.33:3260 on iSCSI/TCP
[3921433.753918] init: iscsi_pluginserverd main process (24019) killed by TERM signal
[3921433.790144] init: iscsi_pluginengined main process (24009) killed by TERM signal
[3921434.381766] init: iscsi_pluginengined main process (24180) killed by TERM signal
[3921437.035447] init: iscsi_pluginserverd main process (24412) killed by TERM signal
[3921437.068749] init: iscsi_pluginengined main process (24380) killed by TERM signal
[3921439.104447] init: iscsi_pluginserverd main process (25409) killed by TERM signal
[3921439.172304] init: iscsi_pluginengined main process (25373) killed by TERM signal
[3921440.822365] init: iscsi_pluginserverd main process (26000) killed by TERM signal
[3921440.890287] init: iscsi_pluginengined main process (25976) killed by TERM signal
[3921441.541158] init: winbindd main process (26223) killed by TERM signal
[3921443.302142] init: iscsi_pluginserverd main process (26580) killed by TERM signal
[3921443.326676] init: iscsi_pluginengined main process (26550) killed by TERM signal
[3921443.841871] init: winbindd main process (27208) killed by TERM signal

Output of lsusb command

|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (xhci_hcd 0000:00:14.0) hub
  |__1-5         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 650067AD90E41602)
|__usb2          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (xhci_hcd 0000:00:14.0) hub
  |__2-2         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 03I09244)
|__usb3          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
|__usb4          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
  |__4-1         152d:0569:2800 00  3.00 5000MBit/s 8mA 1IF  (JMicron ICY BOX IB-RD3620 00A123456789)

Output of ifconfig -a command

docker0   Link encap:Ethernet  HWaddr 02:42:07:11:29:FB  
          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 00:11:32:62:70:35  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1680598031 errors:0 dropped:133 overruns:133 frame:0
          TX packets:320891605 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2163361478118 (1.9 TiB)  TX bytes:274427338214 (255.5 GiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:62:70:36  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:294780098 errors:0 dropped:3446 overruns:3446 frame:0
          TX packets:313958789 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:390116115262 (363.3 GiB)  TX bytes:277238520497 (258.1 GiB)

eth2      Link encap:Ethernet  HWaddr 24:5E:BE:4E:0B:1B  
          inet addr:192.168.1.180  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2748140 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:235190934 (224.2 MiB)  TX bytes:21398461160 (19.9 GiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:205506844 errors:0 dropped:0 overruns:0 frame:0
          TX packets:205506844 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:36863150952 (34.3 GiB)  TX bytes:36863150952 (34.3 GiB)

ovs-syste Link encap:Ethernet  HWaddr 7E:B6:98:D5:A8:47  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

ovs_eth0  Link encap:Ethernet  HWaddr 00:11:32:62:70:35  
          inet addr:192.168.1.181  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9895 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10399 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:4209185 (4.0 MiB)  TX bytes:363982170 (347.1 MiB)

ovs_eth1  Link encap:Ethernet  HWaddr 00:11:32:62:70:36  
          inet addr:169.254.93.33  Bcast:169.254.255.255  Mask:255.255.0.0
          inet6 addr: 2a02:8106:22b:d100:211:32ff:fe62:7036/64 Scope:Global
          inet6 addr: fe80::211:32ff:fe62:7036/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6475 errors:0 dropped:0 overruns:0 frame:0
          TX packets:253 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3167564 (3.0 MiB)  TX bytes:71426 (69.7 KiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

DS216PLAY(MONAKO) is Ok!

DSM 6.2.3-25426 Update 1,CAN'T WORK.
BUT DSM 6.2.3-25426 IS OK!
I GUESS SYNOLOGY BLOCK 2 INTERFACE CARD.ONLY ONE WORK.
I CAN'T DOWNGRADE TO DSM 6.2.3-25426 VERISON.

DS1813 + with QNAP QNA-UC5G1T : lost connection

Description of the problem

I'm french, so sorry for my english.
Qnap connection lost after a time, no ping. in Synology "Connected"
i've set fixed IPv4, jumbo frame to 9000, like other LAN. and it's strange.
desactivate IPV6, but i've got Ipv6 adress (in interface & you see in bottom of this page)

i've got cedarview drivers.

Qnap Lan worked Up/Down, a time and stop.
the same after reboot and not used (using one of my internal LAN)

Description of your products

Synology DS1813+

and output of uname -a command :
Linux DS1813 3.10.105 #25556 SMP Thu Mar 18 12:51:35 CST 2021 x86_64 GNU/Linux synology_cedarview_1813+
DSM Version : 6.2.4-25556

the product name of the ethernet dongle : QNAP QNA-UC5G1T (firmware 3.1.6)

Description of your environment

DS1813+ & DS414 > Netgear XS508M (bottom house) > Netgear XS508M (top house) > PC1 10Gbe & PC2 10Gbe ...

XS508M is not manageable and RMA changed to have no bug jumbo frame

cable category : Cat.6a & Cat.7

Router is "a ISP french box : Freebox Delta", connection : 10Gbps plugged on XS508M SFP+

Output of dmesg command

[    0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x000000000151d000) (20MB)
[    0.000000] efi: mem07: type=4, attr=0xf, range=[0x000000000151d000-0x0000000001900000) (3MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001900000-0x000000007f38a000) (2010MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x000000007f38a000-0x0000000080000000) (12MB)
[    0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000080000000-0x00000000de736000) (1511MB)
[    0.000000] efi: mem11: type=10, attr=0xf, range=[0x00000000de736000-0x00000000de73e000) (0MB)
[    0.000000] efi: mem12: type=0, attr=0xf, range=[0x00000000de73e000-0x00000000de746000) (0MB)
[    0.000000] efi: mem13: type=4, attr=0xf, range=[0x00000000de746000-0x00000000de754000) (0MB)
[    0.000000] efi: mem14: type=0, attr=0xf, range=[0x00000000de754000-0x00000000de755000) (0MB)
[    0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000de755000-0x00000000de758000) (0MB)
[    0.000000] efi: mem16: type=0, attr=0xf, range=[0x00000000de758000-0x00000000de759000) (0MB)
[    0.000000] efi: mem17: type=10, attr=0xf, range=[0x00000000de759000-0x00000000de75a000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000de75a000-0x00000000de769000) (0MB)
[    0.000000] efi: mem19: type=5, attr=0x800000000000000f, range=[0x00000000de769000-0x00000000de76b000) (0MB)
[    0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000de76b000-0x00000000df0b5000) (9MB)
[    0.000000] efi: mem21: type=10, attr=0xf, range=[0x00000000df0b5000-0x00000000df0b8000) (0MB)
[    0.000000] efi: mem22: type=3, attr=0xf, range=[0x00000000df0b8000-0x00000000df0bd000) (0MB)
[    0.000000] efi: mem23: type=9, attr=0xf, range=[0x00000000df0bd000-0x00000000df0c1000) (0MB)
[    0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000df0c1000-0x00000000df0cd000) (0MB)
[    0.000000] efi: mem25: type=9, attr=0xf, range=[0x00000000df0cd000-0x00000000df0d0000) (0MB)
[    0.000000] efi: mem26: type=10, attr=0xf, range=[0x00000000df0d0000-0x00000000df0d1000) (0MB)
[    0.000000] efi: mem27: type=9, attr=0xf, range=[0x00000000df0d1000-0x00000000df0d2000) (0MB)
[    0.000000] efi: mem28: type=10, attr=0xf, range=[0x00000000df0d2000-0x00000000df0d3000) (0MB)
[    0.000000] efi: mem29: type=3, attr=0xf, range=[0x00000000df0d3000-0x00000000df0e2000) (0MB)
[    0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000df0e2000-0x00000000df0e4000) (0MB)
[    0.000000] efi: mem31: type=3, attr=0xf, range=[0x00000000df0e4000-0x00000000df0ea000) (0MB)
[    0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000df0ea000-0x00000000df0ec000) (0MB)
[    0.000000] efi: mem33: type=3, attr=0xf, range=[0x00000000df0ec000-0x00000000df0ed000) (0MB)
[    0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000df0ed000-0x00000000df0ee000) (0MB)
[    0.000000] efi: mem35: type=3, attr=0xf, range=[0x00000000df0ee000-0x00000000df0f3000) (0MB)
[    0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000df0f3000-0x00000000df0f7000) (0MB)
[    0.000000] efi: mem37: type=3, attr=0xf, range=[0x00000000df0f7000-0x00000000df0fc000) (0MB)
[    0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000df0fc000-0x00000000df0fd000) (0MB)
[    0.000000] efi: mem39: type=3, attr=0xf, range=[0x00000000df0fd000-0x00000000df10b000) (0MB)
[    0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000df10b000-0x00000000df10d000) (0MB)
[    0.000000] efi: mem41: type=3, attr=0xf, range=[0x00000000df10d000-0x00000000df110000) (0MB)
[    0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000df110000-0x00000000df111000) (0MB)
[    0.000000] efi: mem43: type=3, attr=0xf, range=[0x00000000df111000-0x00000000df11a000) (0MB)
[    0.000000] efi: mem44: type=10, attr=0xf, range=[0x00000000df11a000-0x00000000df31a000) (2MB)
[    0.000000] efi: mem45: type=3, attr=0xf, range=[0x00000000df31a000-0x00000000df32c000) (0MB)
[    0.000000] efi: mem46: type=10, attr=0xf, range=[0x00000000df32c000-0x00000000df32d000) (0MB)
[    0.000000] efi: mem47: type=4, attr=0xf, range=[0x00000000df32d000-0x00000000df32e000) (0MB)
[    0.000000] efi: mem48: type=10, attr=0xf, range=[0x00000000df32e000-0x00000000df333000) (0MB)
[    0.000000] efi: mem49: type=4, attr=0xf, range=[0x00000000df333000-0x00000000df334000) (0MB)
[    0.000000] efi: mem50: type=10, attr=0xf, range=[0x00000000df334000-0x00000000df336000) (0MB)
[    0.000000] efi: mem51: type=4, attr=0xf, range=[0x00000000df336000-0x00000000df33c000) (0MB)
[    0.000000] efi: mem52: type=10, attr=0xf, range=[0x00000000df33c000-0x00000000df340000) (0MB)
[    0.000000] efi: mem53: type=3, attr=0xf, range=[0x00000000df340000-0x00000000df344000) (0MB)
[    0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000df344000-0x00000000df345000) (0MB)
[    0.000000] efi: mem55: type=5, attr=0x800000000000000f, range=[0x00000000df345000-0x00000000df347000) (0MB)
[    0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000df347000-0x00000000df348000) (0MB)
[    0.000000] efi: mem57: type=3, attr=0xf, range=[0x00000000df348000-0x00000000df34a000) (0MB)
[    0.000000] efi: mem58: type=5, attr=0x800000000000000f, range=[0x00000000df34a000-0x00000000df34c000) (0MB)
[    0.000000] efi: mem59: type=3, attr=0xf, range=[0x00000000df34c000-0x00000000df360000) (0MB)
[    0.000000] efi: mem60: type=5, attr=0x800000000000000f, range=[0x00000000df360000-0x00000000df361000) (0MB)
[    0.000000] efi: mem61: type=6, attr=0x800000000000000f, range=[0x00000000df361000-0x00000000df362000) (0MB)
[    0.000000] efi: mem62: type=4, attr=0xf, range=[0x00000000df362000-0x00000000df363000) (0MB)
[    0.000000] efi: mem63: type=5, attr=0x800000000000000f, range=[0x00000000df363000-0x00000000df364000) (0MB)
[    0.000000] efi: mem64: type=6, attr=0x800000000000000f, range=[0x00000000df364000-0x00000000df377000) (0MB)
[    0.000000] efi: mem65: type=5, attr=0x800000000000000f, range=[0x00000000df377000-0x00000000df37b000) (0MB)
[    0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000df37b000-0x00000000df37c000) (0MB)
[    0.000000] efi: mem67: type=3, attr=0xf, range=[0x00000000df37c000-0x00000000df37f000) (0MB)
[    0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000df37f000-0x00000000df380000) (0MB)
[    0.000000] efi: mem69: type=6, attr=0x800000000000000f, range=[0x00000000df380000-0x00000000df381000) (0MB)
[    0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000df381000-0x00000000df383000) (0MB)
[    0.000000] efi: mem71: type=3, attr=0xf, range=[0x00000000df383000-0x00000000df384000) (0MB)
[    0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000df384000-0x00000000df38b000) (0MB)
[    0.000000] efi: mem73: type=3, attr=0xf, range=[0x00000000df38b000-0x00000000df392000) (0MB)
[    0.000000] efi: mem74: type=5, attr=0x800000000000000f, range=[0x00000000df392000-0x00000000df393000) (0MB)
[    0.000000] efi: mem75: type=4, attr=0xf, range=[0x00000000df393000-0x00000000df394000) (0MB)
[    0.000000] efi: mem76: type=3, attr=0xf, range=[0x00000000df394000-0x00000000df397000) (0MB)
[    0.000000] efi: mem77: type=4, attr=0xf, range=[0x00000000df397000-0x00000000df398000) (0MB)
[    0.000000] efi: mem78: type=3, attr=0xf, range=[0x00000000df398000-0x00000000df399000) (0MB)
[    0.000000] efi: mem79: type=4, attr=0xf, range=[0x00000000df399000-0x00000000df39a000) (0MB)
[    0.000000] efi: mem80: type=10, attr=0xf, range=[0x00000000df39a000-0x00000000df39e000) (0MB)
[    0.000000] efi: mem81: type=3, attr=0xf, range=[0x00000000df39e000-0x00000000df3a2000) (0MB)
[    0.000000] efi: mem82: type=5, attr=0x800000000000000f, range=[0x00000000df3a2000-0x00000000df3a4000) (0MB)
[    0.000000] efi: mem83: type=3, attr=0xf, range=[0x00000000df3a4000-0x00000000df3b1000) (0MB)
[    0.000000] efi: mem84: type=6, attr=0x800000000000000f, range=[0x00000000df3b1000-0x00000000df3b2000) (0MB)
[    0.000000] efi: mem85: type=4, attr=0xf, range=[0x00000000df3b2000-0x00000000df3b4000) (0MB)
[    0.000000] efi: mem86: type=5, attr=0x800000000000000f, range=[0x00000000df3b4000-0x00000000df3b6000) (0MB)
[    0.000000] efi: mem87: type=4, attr=0xf, range=[0x00000000df3b6000-0x00000000df3b7000) (0MB)
[    0.000000] efi: mem88: type=3, attr=0xf, range=[0x00000000df3b7000-0x00000000df3cb000) (0MB)
[    0.000000] efi: mem89: type=4, attr=0xf, range=[0x00000000df3cb000-0x00000000df3cc000) (0MB)
[    0.000000] efi: mem90: type=3, attr=0xf, range=[0x00000000df3cc000-0x00000000df3cd000) (0MB)
[    0.000000] efi: mem91: type=4, attr=0xf, range=[0x00000000df3cd000-0x00000000df3ce000) (0MB)
[    0.000000] efi: mem92: type=9, attr=0xf, range=[0x00000000df3ce000-0x00000000df3cf000) (0MB)
[    0.000000] efi: mem93: type=3, attr=0xf, range=[0x00000000df3cf000-0x00000000df3d9000) (0MB)
[    0.000000] efi: mem94: type=4, attr=0xf, range=[0x00000000df3d9000-0x00000000df3db000) (0MB)
[    0.000000] efi: mem95: type=10, attr=0xf, range=[0x00000000df3db000-0x00000000df3dc000) (0MB)
[    0.000000] efi: mem96: type=5, attr=0x800000000000000f, range=[0x00000000df3dc000-0x00000000df3de000) (0MB)
[    0.000000] efi: mem97: type=3, attr=0xf, range=[0x00000000df3de000-0x00000000df3e8000) (0MB)
[    0.000000] efi: mem98: type=5, attr=0x800000000000000f, range=[0x00000000df3e8000-0x00000000df3e9000) (0MB)
[    0.000000] efi: mem99: type=4, attr=0xf, range=[0x00000000df3e9000-0x00000000df3ee000) (0MB)
[    0.000000] efi: mem100: type=3, attr=0xf, range=[0x00000000df3ee000-0x00000000df3f1000) (0MB)
[    0.000000] efi: mem101: type=4, attr=0xf, range=[0x00000000df3f1000-0x00000000df3f2000) (0MB)
[    0.000000] efi: mem102: type=5, attr=0x800000000000000f, range=[0x00000000df3f2000-0x00000000df3f3000) (0MB)
[    0.000000] efi: mem103: type=4, attr=0xf, range=[0x00000000df3f3000-0x00000000df3f4000) (0MB)
[    0.000000] efi: mem104: type=3, attr=0xf, range=[0x00000000df3f4000-0x00000000df3f5000) (0MB)
[    0.000000] efi: mem105: type=10, attr=0xf, range=[0x00000000df3f5000-0x00000000df3f6000) (0MB)
[    0.000000] efi: mem106: type=4, attr=0xf, range=[0x00000000df3f6000-0x00000000df3f8000) (0MB)
[    0.000000] efi: mem107: type=10, attr=0xf, range=[0x00000000df3f8000-0x00000000df400000) (0MB)
[    0.000000] efi: mem108: type=4, attr=0xf, range=[0x00000000df400000-0x00000000df401000) (0MB)
[    0.000000] efi: mem109: type=10, attr=0xf, range=[0x00000000df401000-0x00000000df42c000) (0MB)
[    0.000000] efi: mem110: type=4, attr=0xf, range=[0x00000000df42c000-0x00000000df43f000) (0MB)
[    0.000000] efi: mem111: type=10, attr=0xf, range=[0x00000000df43f000-0x00000000df44e000) (0MB)
[    0.000000] efi: mem112: type=3, attr=0xf, range=[0x00000000df44e000-0x00000000df452000) (0MB)
[    0.000000] efi: mem113: type=4, attr=0xf, range=[0x00000000df452000-0x00000000df464000) (0MB)
[    0.000000] efi: mem114: type=3, attr=0xf, range=[0x00000000df464000-0x00000000df467000) (0MB)
[    0.000000] efi: mem115: type=4, attr=0xf, range=[0x00000000df467000-0x00000000df468000) (0MB)
[    0.000000] efi: mem116: type=3, attr=0xf, range=[0x00000000df468000-0x00000000df469000) (0MB)
[    0.000000] efi: mem117: type=5, attr=0x800000000000000f, range=[0x00000000df469000-0x00000000df46a000) (0MB)
[    0.000000] efi: mem118: type=6, attr=0x800000000000000f, range=[0x00000000df46a000-0x00000000df46b000) (0MB)
[    0.000000] efi: mem119: type=4, attr=0xf, range=[0x00000000df46b000-0x00000000df483000) (0MB)
[    0.000000] efi: mem120: type=5, attr=0x800000000000000f, range=[0x00000000df483000-0x00000000df484000) (0MB)
[    0.000000] efi: mem121: type=3, attr=0xf, range=[0x00000000df484000-0x00000000df487000) (0MB)
[    0.000000] efi: mem122: type=4, attr=0xf, range=[0x00000000df487000-0x00000000df6e8000) (2MB)
[    0.000000] efi: mem123: type=6, attr=0x800000000000000f, range=[0x00000000df6e8000-0x00000000df6e9000) (0MB)
[    0.000000] efi: mem124: type=4, attr=0xf, range=[0x00000000df6e9000-0x00000000df6ee000) (0MB)
[    0.000000] efi: mem125: type=6, attr=0x800000000000000f, range=[0x00000000df6ee000-0x00000000df6ef000) (0MB)
[    0.000000] efi: mem126: type=4, attr=0xf, range=[0x00000000df6ef000-0x00000000df6f0000) (0MB)
[    0.000000] efi: mem127: type=7, attr=0xf, range=[0x0000000100000000-0x000000011fcb0000) (508MB)
[    0.000000] efi: mem128: type=2, attr=0xf, range=[0x000000011fcb0000-0x000000011ff7f000) (2MB)
[    0.000000] efi: mem129: type=1, attr=0xf, range=[0x000000011ff7f000-0x000000011ffb4000) (0MB)
[    0.000000] efi: mem130: type=7, attr=0xf, range=[0x000000011ffb4000-0x000000011ffe5000) (0MB)
[    0.000000] efi: mem131: type=4, attr=0xf, range=[0x000000011ffe5000-0x000000011ffe6000) (0MB)
[    0.000000] efi: mem132: type=2, attr=0xf, range=[0x000000011ffe6000-0x000000011ffe7000) (0MB)
[    0.000000] efi: mem133: type=4, attr=0xf, range=[0x000000011ffe7000-0x0000000120000000) (0MB)
[    0.000000] efi: mem134: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem135: type=11, attr=0x8000000000000001, range=[0x00000000fff90000-0x00000000fff9a000) (0MB)
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Intel Corporation GRANITE WELL, BIOS Tiano-GraniteWell 05/27/2011
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x120000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    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 000000000 mask F00000000 write-back
[    0.000000]   1 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   2 base 0DF6F0000 mask FFFFF0000 uncachable
[    0.000000]   3 base 0DF800000 mask FFF800000 uncachable
[    0.000000]   4 base 0DF700000 mask FFFF00000 uncachable
[    0.000000]   5 base 100000000 mask FE0000000 write-back
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] e820: update [mem 0xdf6f0000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf6f0 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x019d2000, 0x019d2fff] PGTABLE
[    0.000000] BRK [0x019d3000, 0x019d3fff] PGTABLE
[    0.000000] BRK [0x019d4000, 0x019d4fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x11fc00000-0x11fdfffff]
[    0.000000]  [mem 0x11fc00000-0x11fdfffff] page 2M
[    0.000000] BRK [0x019d5000, 0x019d5fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x11c000000-0x11fbfffff]
[    0.000000]  [mem 0x11c000000-0x11fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
[    0.000000]  [mem 0x100000000-0x11bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xde735fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xde5fffff] page 2M
[    0.000000]  [mem 0xde600000-0xde735fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde746000-0xde753fff]
[    0.000000]  [mem 0xde746000-0xde753fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde755000-0xde757fff]
[    0.000000]  [mem 0xde755000-0xde757fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde75a000-0xde768fff]
[    0.000000]  [mem 0xde75a000-0xde768fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xde76b000-0xdf0b4fff]
[    0.000000]  [mem 0xde76b000-0xde7fffff] page 4k
[    0.000000]  [mem 0xde800000-0xdeffffff] page 2M
[    0.000000]  [mem 0xdf000000-0xdf0b4fff] page 4k
[    0.000000] BRK [0x019d6000, 0x019d6fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdf0b8000-0xdf0bcfff]
[    0.000000]  [mem 0xdf0b8000-0xdf0bcfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf0c1000-0xdf0ccfff]
[    0.000000]  [mem 0xdf0c1000-0xdf0ccfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf0d3000-0xdf119fff]
[    0.000000]  [mem 0xdf0d3000-0xdf119fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf31a000-0xdf32bfff]
[    0.000000]  [mem 0xdf31a000-0xdf32bfff] page 4k
[    0.000000] BRK [0x019d7000, 0x019d7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdf32d000-0xdf32dfff]
[    0.000000]  [mem 0xdf32d000-0xdf32dfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf333000-0xdf333fff]
[    0.000000]  [mem 0xdf333000-0xdf333fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf336000-0xdf33bfff]
[    0.000000]  [mem 0xdf336000-0xdf33bfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf340000-0xdf344fff]
[    0.000000]  [mem 0xdf340000-0xdf344fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf347000-0xdf349fff]
[    0.000000]  [mem 0xdf347000-0xdf349fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf34c000-0xdf35ffff]
[    0.000000]  [mem 0xdf34c000-0xdf35ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf362000-0xdf362fff]
[    0.000000]  [mem 0xdf362000-0xdf362fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf37b000-0xdf37ffff]
[    0.000000]  [mem 0xdf37b000-0xdf37ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf381000-0xdf391fff]
[    0.000000]  [mem 0xdf381000-0xdf391fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf393000-0xdf399fff]
[    0.000000]  [mem 0xdf393000-0xdf399fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf39e000-0xdf3a1fff]
[    0.000000]  [mem 0xdf39e000-0xdf3a1fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf3a4000-0xdf3b0fff]
[    0.000000]  [mem 0xdf3a4000-0xdf3b0fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf3b2000-0xdf3b3fff]
[    0.000000]  [mem 0xdf3b2000-0xdf3b3fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf3b6000-0xdf3cdfff]
[    0.000000]  [mem 0xdf3b6000-0xdf3cdfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf3cf000-0xdf3dafff]
[    0.000000]  [mem 0xdf3cf000-0xdf3dafff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf3de000-0xdf3e7fff]
[    0.000000]  [mem 0xdf3de000-0xdf3e7fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf3e9000-0xdf3f1fff]
[    0.000000]  [mem 0xdf3e9000-0xdf3f1fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf3f3000-0xdf3f4fff]
[    0.000000]  [mem 0xdf3f3000-0xdf3f4fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf3f6000-0xdf3f7fff]
[    0.000000]  [mem 0xdf3f6000-0xdf3f7fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf400000-0xdf400fff]
[    0.000000]  [mem 0xdf400000-0xdf400fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf42c000-0xdf43efff]
[    0.000000]  [mem 0xdf42c000-0xdf43efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf44e000-0xdf468fff]
[    0.000000]  [mem 0xdf44e000-0xdf468fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf46b000-0xdf482fff]
[    0.000000]  [mem 0xdf46b000-0xdf482fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf484000-0xdf6e7fff]
[    0.000000]  [mem 0xdf484000-0xdf6e7fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf6e9000-0xdf6edfff]
[    0.000000]  [mem 0xdf6e9000-0xdf6edfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf6ef000-0xdf6effff]
[    0.000000]  [mem 0xdf6ef000-0xdf6effff] page 4k
[    0.000000] init_memory_mapping: [mem 0x11fe00000-0x11fffffff]
[    0.000000]  [mem 0x11fe00000-0x11fffffff] page 2M
[    0.000000] RAMDISK: [mem 0x7f38d000-0x7f922fff]
[    0.000000] ACPI: RSDP 0x00000000DF3CE014 00024 (v02 INTEL )
[    0.000000] ACPI: XSDT 0x00000000DF3CE120 00044 (v01 INTEL  TIANO    00000003      01000013)
[    0.000000] ACPI: FACP 0x00000000DF0CF000 000F4 (v03 INTEL  TIANO    00000003 INTL 0100000D)
[    0.000000] ACPI BIOS Bug: Warning: Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20130328/tbfadt-653)
[    0.000000] ACPI: DSDT 0x00000000DF0BD000 03883 (v01 INTEL  GraniteW 00000003 INTL 20070508)
[    0.000000] ACPI: FACS 0x00000000DF0D0000 00040
[    0.000000] ACPI: APIC 0x00000000DF0D1000 00078 (v01 INTEL  TIANO    00000001 MSFT 00000000)
[    0.000000] ACPI: HPET 0x00000000DF0CE000 00038 (v01                 00000001      00000000)
[    0.000000] ACPI: MCFG 0x00000000DF0CD000 0003C (v01                 00000001      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0003ffffff] PMD -> [ffff88011b400000-ffff88011edfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x11fffffff]
[    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-0xde735fff]
[    0.000000]   node   0: [mem 0xde746000-0xde753fff]
[    0.000000]   node   0: [mem 0xde755000-0xde757fff]
[    0.000000]   node   0: [mem 0xde75a000-0xde768fff]
[    0.000000]   node   0: [mem 0xde76b000-0xdf0b4fff]
[    0.000000]   node   0: [mem 0xdf0b8000-0xdf0bcfff]
[    0.000000]   node   0: [mem 0xdf0c1000-0xdf0ccfff]
[    0.000000]   node   0: [mem 0xdf0d3000-0xdf119fff]
[    0.000000]   node   0: [mem 0xdf31a000-0xdf32bfff]
[    0.000000]   node   0: [mem 0xdf32d000-0xdf32dfff]
[    0.000000]   node   0: [mem 0xdf333000-0xdf333fff]
[    0.000000]   node   0: [mem 0xdf336000-0xdf33bfff]
[    0.000000]   node   0: [mem 0xdf340000-0xdf344fff]
[    0.000000]   node   0: [mem 0xdf347000-0xdf349fff]
[    0.000000]   node   0: [mem 0xdf34c000-0xdf35ffff]
[    0.000000]   node   0: [mem 0xdf362000-0xdf362fff]
[    0.000000]   node   0: [mem 0xdf37b000-0xdf37ffff]
[    0.000000]   node   0: [mem 0xdf381000-0xdf391fff]
[    0.000000]   node   0: [mem 0xdf393000-0xdf399fff]
[    0.000000]   node   0: [mem 0xdf39e000-0xdf3a1fff]
[    0.000000]   node   0: [mem 0xdf3a4000-0xdf3b0fff]
[    0.000000]   node   0: [mem 0xdf3b2000-0xdf3b3fff]
[    0.000000]   node   0: [mem 0xdf3b6000-0xdf3cdfff]
[    0.000000]   node   0: [mem 0xdf3cf000-0xdf3dafff]
[    0.000000]   node   0: [mem 0xdf3de000-0xdf3e7fff]
[    0.000000]   node   0: [mem 0xdf3e9000-0xdf3f1fff]
[    0.000000]   node   0: [mem 0xdf3f3000-0xdf3f4fff]
[    0.000000]   node   0: [mem 0xdf3f6000-0xdf3f7fff]
[    0.000000]   node   0: [mem 0xdf400000-0xdf400fff]
[    0.000000]   node   0: [mem 0xdf42c000-0xdf43efff]
[    0.000000]   node   0: [mem 0xdf44e000-0xdf468fff]
[    0.000000]   node   0: [mem 0xdf46b000-0xdf482fff]
[    0.000000]   node   0: [mem 0xdf484000-0xdf6e7fff]
[    0.000000]   node   0: [mem 0xdf6e9000-0xdf6edfff]
[    0.000000]   node   0: [mem 0xdf6ef000-0xdf6effff]
[    0.000000]   node   0: [mem 0x100000000-0x11fffffff]
[    0.000000] On node 0 totalpages: 1045481
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12448 pages used for memmap
[    0.000000]   DMA32 zone: 910411 pages, LIFO batch:31
[    0.000000]   Normal zone: 1792 pages used for memmap
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, 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 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 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 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000001d41000 - 0000000001d42000
[    0.000000] PM: Registered nosave memory: 0000000001d41000 - 0000000001d42000
[    0.000000] PM: Registered nosave memory: 00000000de736000 - 00000000de73e000
[    0.000000] PM: Registered nosave memory: 00000000de73e000 - 00000000de746000
[    0.000000] PM: Registered nosave memory: 00000000de754000 - 00000000de755000
[    0.000000] PM: Registered nosave memory: 00000000de758000 - 00000000de759000
[    0.000000] PM: Registered nosave memory: 00000000de759000 - 00000000de75a000
[    0.000000] PM: Registered nosave memory: 00000000de769000 - 00000000de76b000
[    0.000000] PM: Registered nosave memory: 00000000df0b5000 - 00000000df0b8000
[    0.000000] PM: Registered nosave memory: 00000000df0bd000 - 00000000df0c1000
[    0.000000] PM: Registered nosave memory: 00000000df0cd000 - 00000000df0d0000
[    0.000000] PM: Registered nosave memory: 00000000df0d0000 - 00000000df0d1000
[    0.000000] PM: Registered nosave memory: 00000000df0d1000 - 00000000df0d2000
[    0.000000] PM: Registered nosave memory: 00000000df0d2000 - 00000000df0d3000
[    0.000000] PM: Registered nosave memory: 00000000df11a000 - 00000000df31a000
[    0.000000] PM: Registered nosave memory: 00000000df32c000 - 00000000df32d000
[    0.000000] PM: Registered nosave memory: 00000000df32e000 - 00000000df333000
[    0.000000] PM: Registered nosave memory: 00000000df334000 - 00000000df336000
[    0.000000] PM: Registered nosave memory: 00000000df33c000 - 00000000df340000
[    0.000000] PM: Registered nosave memory: 00000000df345000 - 00000000df347000
[    0.000000] PM: Registered nosave memory: 00000000df34a000 - 00000000df34c000
[    0.000000] PM: Registered nosave memory: 00000000df360000 - 00000000df362000
[    0.000000] PM: Registered nosave memory: 00000000df363000 - 00000000df37b000
[    0.000000] PM: Registered nosave memory: 00000000df380000 - 00000000df381000
[    0.000000] PM: Registered nosave memory: 00000000df392000 - 00000000df393000
[    0.000000] PM: Registered nosave memory: 00000000df39a000 - 00000000df39e000
[    0.000000] PM: Registered nosave memory: 00000000df3a2000 - 00000000df3a4000
[    0.000000] PM: Registered nosave memory: 00000000df3b1000 - 00000000df3b2000
[    0.000000] PM: Registered nosave memory: 00000000df3b4000 - 00000000df3b6000
[    0.000000] PM: Registered nosave memory: 00000000df3ce000 - 00000000df3cf000
[    0.000000] PM: Registered nosave memory: 00000000df3db000 - 00000000df3dc000
[    0.000000] PM: Registered nosave memory: 00000000df3dc000 - 00000000df3de000
[    0.000000] PM: Registered nosave memory: 00000000df3e8000 - 00000000df3e9000
[    0.000000] PM: Registered nosave memory: 00000000df3f2000 - 00000000df3f3000
[    0.000000] PM: Registered nosave memory: 00000000df3f5000 - 00000000df3f6000
[    0.000000] PM: Registered nosave memory: 00000000df3f8000 - 00000000df400000
[    0.000000] PM: Registered nosave memory: 00000000df401000 - 00000000df42c000
[    0.000000] PM: Registered nosave memory: 00000000df43f000 - 00000000df44e000
[    0.000000] PM: Registered nosave memory: 00000000df469000 - 00000000df46b000
[    0.000000] PM: Registered nosave memory: 00000000df483000 - 00000000df484000
[    0.000000] PM: Registered nosave memory: 00000000df6e8000 - 00000000df6e9000
[    0.000000] PM: Registered nosave memory: 00000000df6ee000 - 00000000df6ef000
[    0.000000] PM: Registered nosave memory: 00000000df6f0000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fff90000
[    0.000000] PM: Registered nosave memory: 00000000fff90000 - 00000000fff9a000
[    0.000000] PM: Registered nosave memory: 00000000fff9a000 - 0000000100000000
[    0.000000] e820: [mem 0xdf6f0000-0xfed1bfff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 24 pages/cpu @ffff88011fa00000 s69248 r8192 d20864 u524288
[    0.000000] pcpu-alloc: s69248 r8192 d20864 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1031163
[    0.000000] Kernel command line: root=/dev/md0 ihd_num=0 netif_num=4 pwrctl_pin=N0910N1034 syno_hw_version=DS1813+ macs=0011323533bd,0011323533be,0011323533bf,0011323533c0 sn=1470LON247402
[    0.000000] Internal HD num: 0
[    0.000000] Internal netif num: 4
[    0.000000] Get sata id 9 pwrctl pin 10
[    0.000000] Get sata id 10 pwrctl pin 34
[    0.000000] Synology Hardware Version: DS1813+-j
[    0.000000] Serial Number: 1470LON247402
[    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] Memory: 4020448k/4718592k available (4798k kernel code, 536668k absent, 161476k reserved, 3807k data, 760k init)
[    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] NR_IRQS:4352 nr_irqs:712 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] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.001000] tsc: Detected 2127.827 MHz processor
[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4255.65 BogoMIPS (lpj=2127827)
[    0.010638] pid_max: default: 32768 minimum: 301
[    0.015300] init_memory_mapping: [mem 0xde769000-0xde76afff]
[    0.020967]  [mem 0xde769000-0xde76afff] page 4k
[    0.021003] init_memory_mapping: [mem 0xdf345000-0xdf346fff]
[    0.026667]  [mem 0xdf345000-0xdf346fff] page 4k
[    0.026692] init_memory_mapping: [mem 0xdf34a000-0xdf34bfff]
[    0.032357]  [mem 0xdf34a000-0xdf34bfff] page 4k
[    0.032381] init_memory_mapping: [mem 0xdf360000-0xdf360fff]
[    0.038048]  [mem 0xdf360000-0xdf360fff] page 4k
[    0.038071] init_memory_mapping: [mem 0xdf361000-0xdf361fff]
[    0.043740]  [mem 0xdf361000-0xdf361fff] page 4k
[    0.043763] init_memory_mapping: [mem 0xdf363000-0xdf363fff]
[    0.049431]  [mem 0xdf363000-0xdf363fff] page 4k
[    0.049454] init_memory_mapping: [mem 0xdf364000-0xdf376fff]
[    0.055114]  [mem 0xdf364000-0xdf376fff] page 4k
[    0.055137] init_memory_mapping: [mem 0xdf377000-0xdf37afff]
[    0.060797]  [mem 0xdf377000-0xdf37afff] page 4k
[    0.060823] init_memory_mapping: [mem 0xdf380000-0xdf380fff]
[    0.066491]  [mem 0xdf380000-0xdf380fff] page 4k
[    0.066513] init_memory_mapping: [mem 0xdf392000-0xdf392fff]
[    0.072180]  [mem 0xdf392000-0xdf392fff] page 4k
[    0.072202] init_memory_mapping: [mem 0xdf3a2000-0xdf3a3fff]
[    0.077875]  [mem 0xdf3a2000-0xdf3a3fff] page 4k
[    0.077896] init_memory_mapping: [mem 0xdf3b1000-0xdf3b1fff]
[    0.083563]  [mem 0xdf3b1000-0xdf3b1fff] page 4k
[    0.083584] init_memory_mapping: [mem 0xdf3b4000-0xdf3b5fff]
[    0.089248]  [mem 0xdf3b4000-0xdf3b5fff] page 4k
[    0.089269] init_memory_mapping: [mem 0xdf3dc000-0xdf3ddfff]
[    0.094930]  [mem 0xdf3dc000-0xdf3ddfff] page 4k
[    0.094950] init_memory_mapping: [mem 0xdf3e8000-0xdf3e8fff]
[    0.100613]  [mem 0xdf3e8000-0xdf3e8fff] page 4k
[    0.100633] init_memory_mapping: [mem 0xdf3f2000-0xdf3f2fff]
[    0.106295]  [mem 0xdf3f2000-0xdf3f2fff] page 4k
[    0.106321] init_memory_mapping: [mem 0xdf469000-0xdf469fff]
[    0.111988]  [mem 0xdf469000-0xdf469fff] page 4k
[    0.112009] init_memory_mapping: [mem 0xdf46a000-0xdf46afff]
[    0.117671]  [mem 0xdf46a000-0xdf46afff] page 4k
[    0.117691] init_memory_mapping: [mem 0xdf483000-0xdf483fff]
[    0.123353]  [mem 0xdf483000-0xdf483fff] page 4k
[    0.123373] init_memory_mapping: [mem 0xdf6e8000-0xdf6e8fff]
[    0.129036]  [mem 0xdf6e8000-0xdf6e8fff] page 4k
[    0.129055] init_memory_mapping: [mem 0xdf6ee000-0xdf6eefff]
[    0.134719]  [mem 0xdf6ee000-0xdf6eefff] page 4k
[    0.144635] Security Framework initialized
[    0.148755] AppArmor: AppArmor initialized
[    0.152876] Mount-cache hash table entries: 256
[    0.157707] Initializing cgroup subsys memory
[    0.162103] Initializing cgroup subsys devices
[    0.166557] Initializing cgroup subsys freezer
[    0.171009] Initializing cgroup subsys blkio
[    0.175324] Disabled fast string operations
[    0.179518] CPU: Physical Processor ID: 0
[    0.183533] CPU: Processor Core ID: 0
[    0.187207] mce: CPU supports 5 MCE banks
[    0.191234] CPU0: Thermal monitoring enabled (TM1)
[    0.196043] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
               Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
               tlb_flushall_shift: 6
[    0.210200] Freeing SMP alternatives: 24k freed
[    0.214751] ACPI: Core revision 20130328
[    0.221238] ACPI: All ACPI Tables successfully acquired
[    0.228580] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.244592] smpboot: CPU0: Intel(R) Atom(TM) CPU D2701   @ 2.13GHz (fam: 06, model: 36, stepping: 01)
[    0.355764] Performance Events: PEBS fmt0+, 8-deep LBR, Atom events, Intel PMU driver.
[    0.363780] ... version:                3
[    0.367787] ... bit width:              40
[    0.371887] ... generic registers:      2
[    0.375896] ... value mask:             000000ffffffffff
[    0.381206] ... max period:             000000007fffffff
[    0.386519] ... fixed-purpose events:   3
[    0.390528] ... event mask:             0000000700000003
[    0.412239] Disabled fast string operations
[    0.430124] Disabled fast string operations
[    0.396306] smpboot: Booting Node   0, Processors  #1 #2 #3 OK
[    0.448402] Disabled fast string operations
[    0.454773] Brought up 4 CPUs
[    0.457750] smpboot: Total of 4 processors activated (17022.61 BogoMIPS)
[    0.464935] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.473386] devtmpfs: initialized
[    0.477060] PM: Registering ACPI NVS region [mem 0xde736000-0xde73dfff] (32768 bytes)
[    0.484897] PM: Registering ACPI NVS region [mem 0xde759000-0xde759fff] (4096 bytes)
[    0.492636] PM: Registering ACPI NVS region [mem 0xdf0b5000-0xdf0b7fff] (12288 bytes)
[    0.500464] PM: Registering ACPI NVS region [mem 0xdf0d0000-0xdf0d0fff] (4096 bytes)
[    0.508200] PM: Registering ACPI NVS region [mem 0xdf0d2000-0xdf0d2fff] (4096 bytes)
[    0.515935] PM: Registering ACPI NVS region [mem 0xdf11a000-0xdf319fff] (2097152 bytes)
[    0.523987] PM: Registering ACPI NVS region [mem 0xdf32c000-0xdf32cfff] (4096 bytes)
[    0.531720] PM: Registering ACPI NVS region [mem 0xdf32e000-0xdf332fff] (20480 bytes)
[    0.539545] PM: Registering ACPI NVS region [mem 0xdf334000-0xdf335fff] (8192 bytes)
[    0.547280] PM: Registering ACPI NVS region [mem 0xdf33c000-0xdf33ffff] (16384 bytes)
[    0.555102] PM: Registering ACPI NVS region [mem 0xdf39a000-0xdf39dfff] (16384 bytes)
[    0.562924] PM: Registering ACPI NVS region [mem 0xdf3db000-0xdf3dbfff] (4096 bytes)
[    0.570661] PM: Registering ACPI NVS region [mem 0xdf3f5000-0xdf3f5fff] (4096 bytes)
[    0.578396] PM: Registering ACPI NVS region [mem 0xdf3f8000-0xdf3fffff] (32768 bytes)
[    0.586220] PM: Registering ACPI NVS region [mem 0xdf401000-0xdf42bfff] (176128 bytes)
[    0.594133] PM: Registering ACPI NVS region [mem 0xdf43f000-0xdf44dfff] (61440 bytes)
[    0.602216] xor: measuring software checksum speed
[    0.616630]    prefetch64-sse:  7204.000 MB/sec
[    0.630623]    generic_sse:  6460.000 MB/sec
[    0.634898] xor: using function: prefetch64-sse (7204.000 MB/sec)
[    0.641080] NET: Registered protocol family 16
[    0.646381] ACPI: bus type PCI registered
[    0.650583] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.659894] PCI: not using MMCONFIG
[    0.663392] PCI: Using configuration type 1 for base access
[    0.678512] bio: create slab <bio-0> at 0
[    0.699715] raid6: sse2x1   gen()   183 MB/s
[    0.720602] raid6: sse2x1   xor()   878 MB/s
[    0.741678] raid6: sse2x2   gen()   546 MB/s
[    0.762566] raid6: sse2x2   xor()  1478 MB/s
[    0.783585] raid6: sse2x4   gen()   933 MB/s
[    0.804539] raid6: sse2x4   xor()  1765 MB/s
[    0.808817] raid6: using algorithm sse2x4 gen() (933 MB/s)
[    0.814300] raid6: .... xor() 1765 MB/s, rmw enabled
[    0.819262] raid6: using ssse3x2 recovery algorithm
[    0.824206] ACPI: Added _OSI(Module Device)
[    0.828396] ACPI: Added _OSI(Processor Device)
[    0.832838] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.837543] ACPI: Added _OSI(Processor Aggregator Device)
[    0.843914] ACPI: EC: Look up EC in DSDT
[    0.848488] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.854810] ACPI: Interpreter enabled
[    0.858502] ACPI: (supports S0 S4 S5)
[    0.862172] ACPI: Using IOAPIC for interrupt routing
[    0.867185] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.876693] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.886120] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.895373] ACPI: No dock devices found.
[    0.908982] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.915367] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.921663] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
[    0.927808] acpi PNP0A08:00: ignoring host bridge window [mem 0x3f800000-0xdfffffff] (conflicts with System RAM [mem 0x01d41fd8-0xde735fff])
[    0.940504] PCI host bridge to bus 0000:00
[    0.944613] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.950101] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.956278] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.962457] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.969333] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.976202] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff]
[    0.983073] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[    0.989944] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff]
[    0.996814] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    1.003693] pci 0000:00:00.0: [8086:0bf3] type 00 class 0x060000
[    1.003902] pci 0000:00:02.0: [8086:0be2] type 00 class 0x030000
[    1.003919] pci 0000:00:02.0: reg 10: [mem 0xf0c00000-0xf0cfffff]
[    1.003927] pci 0000:00:02.0: reg 14: [io  0x70f0-0x70f7]
[    1.004174] pci 0000:00:19.0: [8086:10e5] type 00 class 0x020000
[    1.004201] pci 0000:00:19.0: reg 10: [mem 0xf0d00000-0xf0d1ffff]
[    1.004215] pci 0000:00:19.0: reg 14: [mem 0xf0d24000-0xf0d24fff]
[    1.004227] pci 0000:00:19.0: reg 18: [io  0x70c0-0x70df]
[    1.004314] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.004499] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[    1.004556] pci 0000:00:1a.0: reg 20: [io  0x70a0-0x70bf]
[    1.004727] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    1.010541] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[    1.010572] pci 0000:00:1a.7: reg 10: [mem 0xf0d22000-0xf0d223ff]
[    1.010688] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    1.010829] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    1.016611] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[    1.016707] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.016797] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.022568] pci 0000:00:1c.1: [8086:3a42] type 01 class 0x060400
[    1.022661] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    1.022749] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    1.028521] pci 0000:00:1c.2: [8086:3a44] type 01 class 0x060400
[    1.028614] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.028706] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    1.034500] pci 0000:00:1c.3: [8086:3a46] type 01 class 0x060400
[    1.034593] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.034682] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    1.040457] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400
[    1.040550] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.040640] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    1.046410] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
[    1.046505] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.046595] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    1.052373] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[    1.052432] pci 0000:00:1d.0: reg 20: [io  0x7080-0x709f]
[    1.052601] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    1.058398] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[    1.058459] pci 0000:00:1d.1: reg 20: [io  0x7060-0x707f]
[    1.058629] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    1.064406] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[    1.064465] pci 0000:00:1d.2: reg 20: [io  0x7040-0x705f]
[    1.064629] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    1.070426] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[    1.070458] pci 0000:00:1d.7: reg 10: [mem 0xf0d21000-0xf0d213ff]
[    1.070573] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.070702] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    1.076499] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    1.076736] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[    1.076839] pci 0000:00:1f.0: address space collision: [io  0x0400-0x047f] conflicts with ACPI PM1a_EVT_BLK [??? 0x00000400-0x00000403 flags 0x80000000]
[    1.090475] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    1.097610] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[    1.105400] pci 0000:00:1f.2: [8086:3a22] type 00 class 0x010601
[    1.105429] pci 0000:00:1f.2: reg 10: [io  0x70e8-0x70ef]
[    1.105442] pci 0000:00:1f.2: reg 14: [io  0x70fc-0x70ff]
[    1.105454] pci 0000:00:1f.2: reg 18: [io  0x70e0-0x70e7]
[    1.105466] pci 0000:00:1f.2: reg 1c: [io  0x70f8-0x70fb]
[    1.105477] pci 0000:00:1f.2: reg 20: [io  0x7020-0x703f]
[    1.105490] pci 0000:00:1f.2: reg 24: [mem 0xf0d20000-0xf0d207ff]
[    1.105553] pci 0000:00:1f.2: PME# supported from D3hot
[    1.105733] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
[    1.105757] pci 0000:00:1f.3: reg 10: [mem 0xf0d23000-0xf0d230ff 64bit]
[    1.105786] pci 0000:00:1f.3: reg 20: [io  0x7000-0x701f]
[    1.106125] pci 0000:01:00.0: [8086:1533] type 00 class 0x020000
[    1.106154] pci 0000:01:00.0: reg 10: [mem 0xf0a00000-0xf0afffff]
[    1.106188] pci 0000:01:00.0: reg 18: [io  0x6000-0x601f]
[    1.106208] pci 0000:01:00.0: reg 1c: [mem 0xf0b00000-0xf0b03fff]
[    1.106357] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.109246] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.114224] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.114231] pci 0000:00:1c.0:   bridge window [mem 0xf0a00000-0xf0bfffff]
[    1.114424] pci 0000:02:00.0: [8086:1533] type 00 class 0x020000
[    1.114454] pci 0000:02:00.0: reg 10: [mem 0xf0800000-0xf08fffff]
[    1.114488] pci 0000:02:00.0: reg 18: [io  0x5000-0x501f]
[    1.114508] pci 0000:02:00.0: reg 1c: [mem 0xf0900000-0xf0903fff]
[    1.114647] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.117242] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    1.122223] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.122231] pci 0000:00:1c.1:   bridge window [mem 0xf0800000-0xf09fffff]
[    1.122427] pci 0000:03:00.0: [1095:3132] type 00 class 0x018000
[    1.122465] pci 0000:03:00.0: reg 10: [mem 0xf0704000-0xf070407f 64bit]
[    1.122492] pci 0000:03:00.0: reg 18: [mem 0xf0700000-0xf0703fff 64bit]
[    1.122510] pci 0000:03:00.0: reg 20: [io  0x4000-0x407f]
[    1.122543] pci 0000:03:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
[    1.122624] pci 0000:03:00.0: supports D1 D2
[    1.122740] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    1.132753] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.137723] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    1.137730] pci 0000:00:1c.2:   bridge window [mem 0xf0700000-0xf07fffff]
[    1.137897] pci 0000:04:00.0: [1095:3132] type 00 class 0x018000
[    1.137933] pci 0000:04:00.0: reg 10: [mem 0xf0604000-0xf060407f 64bit]
[    1.137959] pci 0000:04:00.0: reg 18: [mem 0xf0600000-0xf0603fff 64bit]
[    1.137978] pci 0000:04:00.0: reg 20: [io  0x3000-0x307f]
[    1.138010] pci 0000:04:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
[    1.138092] pci 0000:04:00.0: supports D1 D2
[    1.138200] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    1.148207] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.153176] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.153183] pci 0000:00:1c.3:   bridge window [mem 0xf0600000-0xf06fffff]
[    1.153354] pci 0000:05:00.0: [1b6f:7023] type 00 class 0x0c0330
[    1.153395] pci 0000:05:00.0: reg 10: [mem 0xf0500000-0xf0507fff 64bit]
[    1.153552] pci 0000:05:00.0: supports D1 D2
[    1.153556] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot
[    1.156226] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.161207] pci 0000:00:1c.4:   bridge window [mem 0xf0500000-0xf05fffff]
[    1.161402] pci 0000:06:00.0: [10b5:8603] type 01 class 0x060400
[    1.161433] pci 0000:06:00.0: reg 10: [mem 0xf0400000-0xf0403fff]
[    1.161573] pci 0000:06:00.0: supports D1 D2
[    1.161578] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.164220] pci 0000:00:1c.5: PCI bridge to [bus 06-09]
[    1.169463] pci 0000:00:1c.5:   bridge window [io  0x1000-0x2fff]
[    1.169470] pci 0000:00:1c.5:   bridge window [mem 0xf0000000-0xf04fffff]
[    1.169683] pci 0000:07:01.0: [10b5:8603] type 01 class 0x060400
[    1.169850] pci 0000:07:01.0: supports D1 D2
[    1.169854] pci 0000:07:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.170012] pci 0000:07:02.0: [10b5:8603] type 01 class 0x060400
[    1.170177] pci 0000:07:02.0: supports D1 D2
[    1.170182] pci 0000:07:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.170398] pci 0000:06:00.0: PCI bridge to [bus 07-09]
[    1.175638] pci 0000:06:00.0:   bridge window [io  0x1000-0x2fff]
[    1.175647] pci 0000:06:00.0:   bridge window [mem 0xf0000000-0xf03fffff]
[    1.175881] pci 0000:08:00.0: [8086:1533] type 00 class 0x020000
[    1.175921] pci 0000:08:00.0: reg 10: [mem 0xf0200000-0xf02fffff]
[    1.175970] pci 0000:08:00.0: reg 18: [io  0x2000-0x201f]
[    1.175997] pci 0000:08:00.0: reg 1c: [mem 0xf0300000-0xf0303fff]
[    1.176209] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    1.179221] pci 0000:07:01.0: PCI bridge to [bus 08]
[    1.184200] pci 0000:07:01.0:   bridge window [io  0x2000-0x2fff]
[    1.184209] pci 0000:07:01.0:   bridge window [mem 0xf0200000-0xf03fffff]
[    1.184471] pci 0000:09:00.0: [8086:1533] type 00 class 0x020000
[    1.184511] pci 0000:09:00.0: reg 10: [mem 0xf0000000-0xf00fffff]
[    1.184560] pci 0000:09:00.0: reg 18: [io  0x1000-0x101f]
[    1.184587] pci 0000:09:00.0: reg 1c: [mem 0xf0100000-0xf0103fff]
[    1.184791] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    1.187216] pci 0000:07:02.0: PCI bridge to [bus 09]
[    1.192198] pci 0000:07:02.0:   bridge window [io  0x1000-0x1fff]
[    1.192207] pci 0000:07:02.0:   bridge window [mem 0xf0000000-0xf01fffff]
[    1.192441] pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode)
[    1.199242] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.199248] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.199252] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.199257] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    1.199261] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000effff] (subtractive decode)
[    1.199265] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    1.199269] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xfebfffff] (subtractive decode)
[    1.199274] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[    1.199316] pci_bus 0000:00: on NUMA node 0
[    1.199652] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    1.207676] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    1.215695] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    1.223717] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    1.231744] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    1.239778] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0
[    1.246831] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0
[    1.253865] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0
[    1.261155] ACPI: Enabled 5 GPEs in block 00 to 1F
[    1.265997] acpi root: \_SB_.PCI0 notify handler is installed
[    1.266041] Found 1 acpi root devices
[    1.266454] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=none,locks=none
[    1.274378] vgaarb: loaded
[    1.277093] vgaarb: bridge control possible 0000:00:02.0
[    1.282707] SCSI subsystem initialized
[    1.286468] ACPI: bus type ATA registered
[    1.290708] libata version 3.00 loaded.
[    1.290952] pps_core: LinuxPPS API ver. 1 registered
[    1.295927] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    1.305112] PTP clock support registered
[    1.309308] PCI: Using ACPI for IRQ routing
[    1.321612] PCI: pci_cache_line_size set to 64 bytes
[    1.321741] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    1.321745] e820: reserve RAM buffer [mem 0x01d41fc8-0x03ffffff]
[    1.321749] e820: reserve RAM buffer [mem 0xde736000-0xdfffffff]
[    1.321763] e820: reserve RAM buffer [mem 0xde754000-0xdfffffff]
[    1.321778] e820: reserve RAM buffer [mem 0xde758000-0xdfffffff]
[    1.321792] e820: reserve RAM buffer [mem 0xde769000-0xdfffffff]
[    1.321805] e820: reserve RAM buffer [mem 0xdf0b5000-0xdfffffff]
[    1.321819] e820: reserve RAM buffer [mem 0xdf0bd000-0xdfffffff]
[    1.321833] e820: reserve RAM buffer [mem 0xdf0cd000-0xdfffffff]
[    1.321846] e820: reserve RAM buffer [mem 0xdf11a000-0xdfffffff]
[    1.321859] e820: reserve RAM buffer [mem 0xdf32c000-0xdfffffff]
[    1.321872] e820: reserve RAM buffer [mem 0xdf32e000-0xdfffffff]
[    1.321884] e820: reserve RAM buffer [mem 0xdf334000-0xdfffffff]
[    1.321896] e820: reserve RAM buffer [mem 0xdf33c000-0xdfffffff]
[    1.321908] e820: reserve RAM buffer [mem 0xdf345000-0xdfffffff]
[    1.321920] e820: reserve RAM buffer [mem 0xdf34a000-0xdfffffff]
[    1.321931] e820: reserve RAM buffer [mem 0xdf360000-0xdfffffff]
[    1.321943] e820: reserve RAM buffer [mem 0xdf363000-0xdfffffff]
[    1.321953] e820: reserve RAM buffer [mem 0xdf380000-0xdfffffff]
[    1.321964] e820: reserve RAM buffer [mem 0xdf392000-0xdfffffff]
[    1.321974] e820: reserve RAM buffer [mem 0xdf39a000-0xdfffffff]
[    1.321984] e820: reserve RAM buffer [mem 0xdf3a2000-0xdfffffff]
[    1.321994] e820: reserve RAM buffer [mem 0xdf3b1000-0xdfffffff]
[    1.322003] e820: reserve RAM buffer [mem 0xdf3b4000-0xdfffffff]
[    1.322012] e820: reserve RAM buffer [mem 0xdf3ce000-0xdfffffff]
[    1.322021] e820: reserve RAM buffer [mem 0xdf3db000-0xdfffffff]
[    1.322029] e820: reserve RAM buffer [mem 0xdf3e8000-0xdfffffff]
[    1.322037] e820: reserve RAM buffer [mem 0xdf3f2000-0xdfffffff]
[    1.322044] e820: reserve RAM buffer [mem 0xdf3f5000-0xdfffffff]
[    1.322051] e820: reserve RAM buffer [mem 0xdf3f8000-0xdfffffff]
[    1.322057] e820: reserve RAM buffer [mem 0xdf401000-0xdfffffff]
[    1.322063] e820: reserve RAM buffer [mem 0xdf43f000-0xdfffffff]
[    1.322069] e820: reserve RAM buffer [mem 0xdf469000-0xdfffffff]
[    1.322074] e820: reserve RAM buffer [mem 0xdf483000-0xdfffffff]
[    1.322078] e820: reserve RAM buffer [mem 0xdf6e8000-0xdfffffff]
[    1.322083] e820: reserve RAM buffer [mem 0xdf6ee000-0xdfffffff]
[    1.322086] e820: reserve RAM buffer [mem 0xdf6f0000-0xdfffffff]
[    1.322560] Switching to clocksource hpet
[    1.326766] AppArmor: AppArmor Filesystem Enabled
[    1.331628] pnp: PnP ACPI init
[    1.334705] ACPI: bus type PNP registered
[    1.338957] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.345576] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.352190] system 00:00: [mem 0x000c0000-0x000dffff] has been reserved
[    1.358809] system 00:00: [mem 0xffe00000-0xffffffff] could not be reserved
[    1.365776] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.372741] system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.379360] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.379796] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.379933] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
[    1.379985] pnp 00:03: disabling [io  0x1180-0x119f] because it overlaps 0000:00:1c.5 BAR 7 [io  0x1000-0x2fff]
[    1.390068] pnp 00:03: disabling [io  0x1100-0x113f] because it overlaps 0000:00:1c.5 BAR 7 [io  0x1000-0x2fff]
[    1.400147] pnp 00:03: disabling [io  0x1140-0x117f] because it overlaps 0000:00:1c.5 BAR 7 [io  0x1000-0x2fff]
[    1.410243] pnp 00:03: disabling [io  0x0400-0x040f] because it overlaps 0000:00:1f.0 BAR 7 [io  0x0400-0x047f]
[    1.420324] pnp 00:03: disabling [io  0x0410-0x041f] because it overlaps 0000:00:1f.0 BAR 7 [io  0x0400-0x047f]
[    1.430430] pnp 00:03: disabling [io  0x1180-0x119f disabled] because it overlaps 0000:06:00.0 BAR 7 [io  0x1000-0x2fff]
[    1.441288] pnp 00:03: disabling [io  0x1100-0x113f disabled] because it overlaps 0000:06:00.0 BAR 7 [io  0x1000-0x2fff]
[    1.452152] pnp 00:03: disabling [io  0x1140-0x117f disabled] because it overlaps 0000:06:00.0 BAR 7 [io  0x1000-0x2fff]
[    1.463025] pnp 00:03: disabling [io  0x1180-0x119f disabled] because it overlaps 0000:07:02.0 BAR 7 [io  0x1000-0x1fff]
[    1.473889] pnp 00:03: disabling [io  0x1100-0x113f disabled] because it overlaps 0000:07:02.0 BAR 7 [io  0x1000-0x1fff]
[    1.484752] pnp 00:03: disabling [io  0x1140-0x117f disabled] because it overlaps 0000:07:02.0 BAR 7 [io  0x1000-0x1fff]
[    1.495741] system 00:03: [io  0x04c0-0x04ff] could not be reserved
[    1.502014] system 00:03: [io  0x0500-0x053f] has been reserved
[    1.507935] system 00:03: [io  0xefa0-0xefdf] has been reserved
[    1.513864] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.514394] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.514890] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.515020] pnp 00:06: Plug and Play ACPI device, IDs PNP0003 (active)
[    1.515048] pnp: PnP ACPI: found 7 devices
[    1.519157] ACPI: bus type PNP unregistered
[    1.537114] pci 0000:03:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
[    1.545724] pci 0000:04:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
[    1.554397] pci 0000:07:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000
[    1.554430] pci 0000:07:01.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.554437] pci 0000:06:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07-09] add_size 200000
[    1.554450] pci 0000:06:00.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.554455] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06-09] add_size 200000
[    1.554476] pci 0000:00:1f.0: BAR 7: [io  0x0400-0x047f] has bogus alignment
[    1.561526] pci 0000:00:1c.5: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.561541] pci 0000:00:1c.2: BAR 9: assigned [mem 0xf0e00000-0xf0efffff pref]
[    1.568773] pci 0000:00:1c.3: BAR 9: assigned [mem 0xf0f00000-0xf0ffffff pref]
[    1.576004] pci 0000:00:1c.5: BAR 9: assigned [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.583750] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.588720] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.594823] pci 0000:00:1c.0:   bridge window [mem 0xf0a00000-0xf0bfffff]
[    1.601624] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    1.606599] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.612699] pci 0000:00:1c.1:   bridge window [mem 0xf0800000-0xf09fffff]
[    1.619500] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0e00000-0xf0e7ffff pref]
[    1.626721] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.631692] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    1.637796] pci 0000:00:1c.2:   bridge window [mem 0xf0700000-0xf07fffff]
[    1.644585] pci 0000:00:1c.2:   bridge window [mem 0xf0e00000-0xf0efffff pref]
[    1.651815] pci 0000:04:00.0: BAR 6: assigned [mem 0xf0f00000-0xf0f7ffff pref]
[    1.659035] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.664007] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.670110] pci 0000:00:1c.3:   bridge window [mem 0xf0600000-0xf06fffff]
[    1.676899] pci 0000:00:1c.3:   bridge window [mem 0xf0f00000-0xf0ffffff pref]
[    1.684127] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.689097] pci 0000:00:1c.4:   bridge window [mem 0xf0500000-0xf05fffff]
[    1.695895] pci 0000:06:00.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.695901] pci 0000:06:00.0: BAR 9: assigned [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.703642] pci 0000:07:01.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.703648] pci 0000:07:01.0: BAR 9: assigned [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.711394] pci 0000:07:01.0: PCI bridge to [bus 08]
[    1.716366] pci 0000:07:01.0:   bridge window [io  0x2000-0x2fff]
[    1.722472] pci 0000:07:01.0:   bridge window [mem 0xf0200000-0xf03fffff]
[    1.729269] pci 0000:07:01.0:   bridge window [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.737019] pci 0000:07:02.0: PCI bridge to [bus 09]
[    1.741993] pci 0000:07:02.0:   bridge window [io  0x1000-0x1fff]
[    1.748094] pci 0000:07:02.0:   bridge window [mem 0xf0000000-0xf01fffff]
[    1.754896] pci 0000:06:00.0: PCI bridge to [bus 07-09]
[    1.760123] pci 0000:06:00.0:   bridge window [io  0x1000-0x2fff]
[    1.766227] pci 0000:06:00.0:   bridge window [mem 0xf0000000-0xf03fffff]
[    1.773017] pci 0000:06:00.0:   bridge window [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.780767] pci 0000:00:1c.5: PCI bridge to [bus 06-09]
[    1.785999] pci 0000:00:1c.5:   bridge window [io  0x1000-0x2fff]
[    1.792099] pci 0000:00:1c.5:   bridge window [mem 0xf0000000-0xf04fffff]
[    1.798894] pci 0000:00:1c.5:   bridge window [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.806639] pci 0000:00:1e.0: PCI bridge to [bus 0a]
[    1.813077] pci 0000:00:1e.0: setting latency timer to 64
[    1.813085] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.813089] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.813094] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.813098] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[    1.813102] pci_bus 0000:00: resource 8 [mem 0x000e0000-0x000effff]
[    1.813106] pci_bus 0000:00: resource 9 [mem 0x000f0000-0x000fffff]
[    1.813110] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfebfffff]
[    1.813114] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed44fff]
[    1.813119] pci_bus 0000:01: resource 0 [io  0x6000-0x6fff]
[    1.813123] pci_bus 0000:01: resource 1 [mem 0xf0a00000-0xf0bfffff]
[    1.813128] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    1.813132] pci_bus 0000:02: resource 1 [mem 0xf0800000-0xf09fffff]
[    1.813136] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    1.813140] pci_bus 0000:03: resource 1 [mem 0xf0700000-0xf07fffff]
[    1.813145] pci_bus 0000:03: resource 2 [mem 0xf0e00000-0xf0efffff pref]
[    1.813149] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    1.813153] pci_bus 0000:04: resource 1 [mem 0xf0600000-0xf06fffff]
[    1.813157] pci_bus 0000:04: resource 2 [mem 0xf0f00000-0xf0ffffff pref]
[    1.813162] pci_bus 0000:05: resource 1 [mem 0xf0500000-0xf05fffff]
[    1.813166] pci_bus 0000:06: resource 0 [io  0x1000-0x2fff]
[    1.813170] pci_bus 0000:06: resource 1 [mem 0xf0000000-0xf04fffff]
[    1.813174] pci_bus 0000:06: resource 2 [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.813178] pci_bus 0000:07: resource 0 [io  0x1000-0x2fff]
[    1.813182] pci_bus 0000:07: resource 1 [mem 0xf0000000-0xf03fffff]
[    1.813187] pci_bus 0000:07: resource 2 [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.813191] pci_bus 0000:08: resource 0 [io  0x2000-0x2fff]
[    1.813195] pci_bus 0000:08: resource 1 [mem 0xf0200000-0xf03fffff]
[    1.813199] pci_bus 0000:08: resource 2 [mem 0xf1000000-0xf11fffff 64bit pref]
[    1.813204] pci_bus 0000:09: resource 0 [io  0x1000-0x1fff]
[    1.813208] pci_bus 0000:09: resource 1 [mem 0xf0000000-0xf01fffff]
[    1.813213] pci_bus 0000:0a: resource 4 [io  0x0000-0x0cf7]
[    1.813217] pci_bus 0000:0a: resource 5 [io  0x0d00-0xffff]
[    1.813221] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
[    1.813225] pci_bus 0000:0a: resource 7 [mem 0x000c0000-0x000dffff]
[    1.813229] pci_bus 0000:0a: resource 8 [mem 0x000e0000-0x000effff]
[    1.813233] pci_bus 0000:0a: resource 9 [mem 0x000f0000-0x000fffff]
[    1.813237] pci_bus 0000:0a: resource 10 [mem 0xe0000000-0xfebfffff]
[    1.813241] pci_bus 0000:0a: resource 11 [mem 0xfed40000-0xfed44fff]
[    1.813338] NET: Registered protocol family 2
[    1.818100] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    1.825570] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.832490] TCP: Hash tables configured (established 32768 bind 32768)
[    1.839124] TCP: reno registered
[    1.842395] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.848446] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.855056] NET: Registered protocol family 1
[    1.859636] RPC: Registered named UNIX socket transport module.
[    1.865568] RPC: Registered udp transport module.
[    1.870289] RPC: Registered tcp transport module.
[    1.875003] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.883991] pci 0000:05:00.0: enabling device (0000 -> 0002)
[    1.889829] PCI: CLS 128 bytes, default 64
[    2.269526] Trying to unpack rootfs image as initramfs...
[    4.550726] decompress cpio completed and skip redundant lzma
[    4.557035] Freeing initrd memory: 5720k freed
[    4.565546] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.572008] software IO TLB [mem 0xda736000-0xde736000] (64MB) mapped at [ffff8800da736000-ffff8800de735fff]
[    4.613063] Initialise module verification
[    4.617377] audit: initializing netlink socket (disabled)
[    4.622859] type=2000 audit(1620203076.946:1): initialized
[    4.632619] bounce pool size: 64 pages
[    4.638166] VFS: Disk quotas dquot_6.5.2
[    4.642234] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.649315] NFS: Registering the id_resolver key type
[    4.654393] Key type id_resolver registered
[    4.658581] Key type id_legacy registered
[    4.662611] msgmni has been set to 7890
[    4.666924] Key type asymmetric registered
[    4.671034] Asymmetric key parser 'x509' registered
[    4.676148] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    4.683547] io scheduler noop registered
[    4.687476] io scheduler deadline registered
[    4.691779] io scheduler cfq registered (default)
[    4.696852] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    4.697216] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    4.697675] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    4.698087] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[    4.699046] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
[    4.701888] pcieport 0000:00:1c.5: irq 45 for MSI/MSI-X
[    4.704691] pcieport 0000:06:00.0: irq 46 for MSI/MSI-X
[    4.710030] pcieport 0000:07:01.0: irq 47 for MSI/MSI-X
[    4.717338] pcieport 0000:07:02.0: irq 48 for MSI/MSI-X
[    5.582326] tsc: Refined TSC clocksource calibration: 2127.999 MHz
[    5.588567] Switching to clocksource tsc
[    6.260322] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    6.290675] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    6.317667] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    6.477766] brd: module loaded
[    6.502993] Loading iSCSI transport class v2.0-870.
[    6.556877] ahci 0000:00:1f.2: version 3.0
[    6.556897] ahci 0000:00:1f.2: enabling device (0000 -> 0003)
[    6.563130] ahci 0000:00:1f.2: irq 49 for MSI/MSI-X
[    6.563389] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    6.571610] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems
[    6.579533] ahci 0000:00:1f.2: setting latency timer to 64
[    6.632721] scsi0 : ahci
[    6.642876] scsi1 : ahci
[    6.649090] scsi2 : ahci
[    6.653187] scsi3 : ahci
[    6.658575] scsi4 : ahci
[    6.666496] scsi5 : ahci
[    6.672938] ata1: SATA max UDMA/133 abar m2048@0xf0d20000 port 0xf0d20100 irq 49
[    6.680364] ata2: SATA max UDMA/133 abar m2048@0xf0d20000 port 0xf0d20180 irq 49
[    6.687791] ata3: SATA max UDMA/133 abar m2048@0xf0d20000 port 0xf0d20200 irq 49
[    6.695188] ata4: SATA max UDMA/133 abar m2048@0xf0d20000 port 0xf0d20280 irq 49
[    6.702586] ata5: SATA max UDMA/133 abar m2048@0xf0d20000 port 0xf0d20300 irq 49
[    6.709983] ata6: SATA max UDMA/133 abar m2048@0xf0d20000 port 0xf0d20380 irq 49
[    6.718478] sata_sil24 0000:03:00.0: version 1.1
[    6.718502] sata_sil24 0000:03:00.0: enabling device (0000 -> 0003)
[    6.725037] sata_sil24 0000:03:00.0: Increase sil3132 swing to 0xf
[    7.022229] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    7.028447] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    7.034672] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    7.040879] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    7.047115] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    7.053364] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    7.059564] ata1.00: ATA-10: ST8000VN0022-2EL112, SC61, max UDMA/133
[    7.065921] ata1.00: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    7.073144] ata1.00: SN:            ZA1DAG0S
[    7.077487] ata3.00: ATA-10: TOSHIBA HDWG180, 0603, max UDMA/133
[    7.083501] ata3.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    7.090806] ata3.00: SN:        Y040A17LFAUG
[    7.095110] ata2.00: ATA-10: ST8000VN0022-2EL112, SC61, max UDMA/133
[    7.101482] ata2.00: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    7.108706] ata2.00: SN:            ZA1DAFYK
[    7.112997] ata6.00: ATA-10: TOSHIBA HDWG180, 0603, max UDMA/133
[    7.119008] ata6.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    7.126317] ata6.00: SN:        90G0A28NFAUG
[    7.130659] ata4.00: ATA-10: TOSHIBA HDWG180, 0603, max UDMA/133
[    7.136680] ata4.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    7.143989] ata4.00: SN:        Y040A1B8FAUG
[    7.148393] ata5.00: ATA-10: TOSHIBA HDWG180, 0603, max UDMA/133
[    7.154413] ata5.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    7.161721] ata5.00: SN:        Y040A1B2FAUG
[    7.166007] ata3.00: configured for UDMA/133
[    7.170343] ata1.00: configured for UDMA/133
[    7.174749] ata6.00: configured for UDMA/133
[    7.179174] ata5.00: configured for UDMA/133
[    7.183467] ata2.00: configured for UDMA/133
[    7.187121] scsi 0:0:0:0: Direct-Access     ATA      ST8000VN0022-2EL112      SC61 PQ: 0 ANSI: 5
[    7.196600] ata4.00: configured for UDMA/133
[    7.196834] sd 0:0:0:0: [sda] 15628053168 512-byte logical blocks: (8.00 TB/7.27 TiB)
[    7.196838] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    7.197031] sd 0:0:0:0: [sda] Write Protect is off
[    7.197037] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    7.197104] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.202090] scsi 1:0:0:0: Direct-Access     ATA      ST8000VN0022-2EL112      SC61 PQ: 0 ANSI: 5
[    7.213169] sd 1:0:0:0: [sdb] 15628053168 512-byte logical blocks: (8.00 TB/7.27 TiB)
[    7.213173] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    7.213330] sd 1:0:0:0: [sdb] Write Protect is off
[    7.213335] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    7.213407] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.245082]  sda: sda1 sda2 sda5
[    7.254289] sd 0:0:0:0: [sda] Attached SCSI disk
[    7.285010] scsi 2:0:0:0: Direct-Access     TOSHIBA  HDWG180                  0603 PQ: 0 ANSI: 5
[    7.294329]  sdb: sdb1 sdb2 sdb5
[    7.300518] sd 2:0:0:0: [sdc] 15628053168 512-byte logical blocks: (8.00 TB/7.27 TiB)
[    7.308383] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    7.313844] sd 2:0:0:0: [sdc] Write Protect is off
[    7.318689] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    7.320016] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.320744] scsi 3:0:0:0: Direct-Access     TOSHIBA  HDWG180                  0603 PQ: 0 ANSI: 5
[    7.332577] sd 1:0:0:0: [sdb] Attached SCSI disk
[    7.339536] sd 3:0:0:0: [sdd] 15628053168 512-byte logical blocks: (8.00 TB/7.27 TiB)
[    7.339540] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    7.340441] sd 3:0:0:0: [sdd] Write Protect is off
[    7.340446] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    7.340504] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.356262] scsi 4:0:0:0: Direct-Access     TOSHIBA  HDWG180                  0603 PQ: 0 ANSI: 5
[    7.371756] sd 4:0:0:0: [sde] 15628053168 512-byte logical blocks: (8.00 TB/7.27 TiB)
[    7.371759] sd 4:0:0:0: [sde] 4096-byte physical blocks
[    7.371885] sd 4:0:0:0: [sde] Write Protect is off
[    7.371889] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    7.371943] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.391891] scsi 5:0:0:0: Direct-Access     TOSHIBA  HDWG180                  0603 PQ: 0 ANSI: 5
[    7.411451] sd 5:0:0:0: [sdf] 15628053168 512-byte logical blocks: (8.00 TB/7.27 TiB)
[    7.411454] sd 5:0:0:0: [sdf] 4096-byte physical blocks
[    7.411586] sd 5:0:0:0: [sdf] Write Protect is off
[    7.411590] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    7.411648] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.432813]  sdd: sdd1 sdd2 sdd5
[    7.441721]  sde: sde1 sde2 sde5
[    7.463046] sd 3:0:0:0: [sdd] Attached SCSI disk
[    7.477987]  sdf: sdf1 sdf2 sdf5
[    7.487922] sd 4:0:0:0: [sde] Attached SCSI disk
[    7.509785]  sdc: sdc1 sdc2 sdc5
[    7.547101] sd 5:0:0:0: [sdf] Attached SCSI disk
[    7.562463] sd 2:0:0:0: [sdc] Attached SCSI disk
[    7.731126] sata_sil24 0000:03:00.0: Increase sil3132 swing to 0xf
[    8.748135] scsi6 : sata_sil24
[    8.756541] scsi7 : sata_sil24
[    8.762254] ata7: SATA max UDMA/100 host m128@0xf0704000 port 0xf0700000 irq 18
[    8.769616] ata8: SATA max UDMA/100 host m128@0xf0704000 port 0xf0702000 irq 18
[    8.776981] sata_sil24 0000:04:00.0: enabling device (0000 -> 0003)
[    8.783436] sata_sil24 0000:04:00.0: Increase sil3132 swing to 0xf
[    9.789211] sata_sil24 0000:04:00.0: Increase sil3132 swing to 0xf
[   10.802931] scsi8 : sata_sil24
[   10.814047] scsi9 : sata_sil24
[   10.818308] ata9: SATA max UDMA/100 host m128@0xf0604000 port 0xf0600000 irq 19
[   10.825668] ata10: SATA max UDMA/100 host m128@0xf0604000 port 0xf0602000 irq 19
[   10.833142] ata9: limiting SATA link speed to 1.5 Gbps
[   10.841906] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   10.907595] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
[   11.368250] ata7.00: ATA-10: TOSHIBA HDWG180, 0603, max UDMA/133
[   11.374283] ata7.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   11.381265] ata7.00: SN:        Y040A1B4FAUG
[   11.888723] i8042: No controller found
[   11.892770] rtc_cmos 00:01: RTC can wake from S4
[   11.897854] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[   11.904004] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[   11.910441] ata7.00: configured for UDMA/100
[   11.911526] scsi 6:0:0:0: Direct-Access     TOSHIBA  HDWG180                  0603 PQ: 0 ANSI: 5
[   11.912546] sd 6:0:0:0: [sdg] 15628053168 512-byte logical blocks: (8.00 TB/7.27 TiB)
[   11.912549] sd 6:0:0:0: [sdg] 4096-byte physical blocks
[   11.912689] sd 6:0:0:0: [sdg] Write Protect is off
[   11.912693] sd 6:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[   11.912749] sd 6:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.951464] i2c /dev entries driver
[   11.957588] coretemp coretemp.0: Unable to read TjMax from CPU 0
[   11.963666] coretemp coretemp.0: Unable to read TjMax from CPU 2
[   11.969782] it87: Found IT8728F chip at 0x6c0, revision 0
[   11.975213] it87: Beeping is supported
[   11.979311]  sdg: sdg1 sdg2 sdg5
[   11.988463] sd 6:0:0:0: [sdg] Attached SCSI disk
[   11.982720] ACPI Warning: 0x00000000000006C5-0x00000000000006C6 SystemIO conflicts with Region \_SB_.PCI0.LPC_.RTIO 1 (20130328/utaddress-249)
[   12.000257] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.013594] md: linear personality registered for level -1
[   12.019120] md: raid0 personality registered for level 0
[   12.024460] md: raid1 personality registered for level 1
[   12.029790] md: raid10 personality registered for level 10
[   12.035582] md: raid6 personality registered for level 6
[   12.040922] md: raid5 personality registered for level 5
[   12.046252] md: raid4 personality registered for level 4
[   12.051947] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: [email protected]
[   12.060407] cpuidle: using governor ladder
[   12.064511] cpuidle: using governor menu
[   12.068436] EFI Variables Facility v0.08 2004-May-17
[   12.156556] TCP: cubic registered
[   12.159885] NET: Registered protocol family 17
[   12.164374] Key type dns_resolver registered
[   12.974717] ata9: SATA link up 1.5 Gbps (SStatus 113 SControl 10)
[   14.011115] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 5 ports, feat 0x1/0x9
[   14.056302] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
[   14.075202] ata8.00: ATA-10: TOSHIBA HDWG180, 0603, max UDMA/133
[   14.081279] ata8.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   14.088286] ata8.00: SN:        90G0A1A4FAUG
[   14.093765] ata8.00: configured for UDMA/100
[   14.102512] ata9: Apply Synology fast PMP boot
[   14.102937] scsi 7:0:0:0: Direct-Access     TOSHIBA  HDWG180                  0603 PQ: 0 ANSI: 5
[   14.110739] sd 7:0:0:0: [sdh] 15628053168 512-byte logical blocks: (8.00 TB/7.27 TiB)
[   14.110742] sd 7:0:0:0: [sdh] 4096-byte physical blocks
[   14.110877] sd 7:0:0:0: [sdh] Write Protect is off
[   14.110881] sd 7:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[   14.110935] sd 7:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.154553]  sdh: sdh1 sdh2 sdh5
[   14.159460] sd 7:0:0:0: [sdh] Attached SCSI disk
[   15.676703] ata9.00: limiting SATA link speed to 1.5 Gbps
[   15.682112] ata9.00: hard resetting link
[   15.990768] ata9.00: SATA link down (SStatus 0 SControl 310)
[   15.996438] ata9: No present pin info for SATA link down event
[   16.002483] ata9.01: limiting SATA link speed to 1.5 Gbps
[   16.007890] ata9.01: hard resetting link
[   16.316626] ata9.01: SATA link down (SStatus 0 SControl 310)
[   16.322286] ata9: No present pin info for SATA link down event
[   16.328327] ata9.02: limiting SATA link speed to 1.5 Gbps
[   16.333733] ata9.02: hard resetting link
[   16.642496] ata9.02: SATA link down (SStatus 0 SControl 310)
[   16.648164] ata9: No present pin info for SATA link down event
[   16.654210] ata9.03: limiting SATA link speed to 1.5 Gbps
[   16.659617] ata9.03: hard resetting link
[   16.968363] ata9.03: SATA link down (SStatus 0 SControl 310)
[   16.974024] ata9: No present pin info for SATA link down event
[   16.980073] ata9.04: limiting SATA link speed to 1.5 Gbps
[   16.985476] ata9.04: hard resetting link
[   17.294220] ata9.04: SATA link down (SStatus 0 SControl 310)
[   17.299880] ata9: No present pin info for SATA link down event
[   17.305957] ata9: EH complete
[   17.337873] scsi 8:15:0:0: Processor         Synology Virtual Device           1.00 PQ: 0 ANSI: 4
[   17.346744] blk_limits_max_hw_sectors: set to minimum 8
[   17.353235] ata10: limiting SATA link speed to 1.5 Gbps
[   19.377012] ata10: SATA link down (SStatus 0 SControl 10)
[   19.382428] ata10: No present pin info for SATA link down event
[   19.388417] Loading module verification blacklist certificates
[   19.394275] Loading module verification certificates
[   19.399282] MODSIGN: Loaded cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[   19.413868] MODSIGN: Loaded cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[   19.424240] MODSIGN: Loaded cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[   19.436084] MODSIGN: Loaded cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[   19.446183] registered taskstats version 1
[   19.450993] rtc_cmos 00:01: setting system clock to 2021-05-05 08:24:57 UTC (1620203097)
[   19.461012] Freeing unused kernel memory: 760k freed
[   19.466333] Write protecting the kernel read-only data: 8192k
[   19.472409] Freeing unused kernel memory: 1336k freed
[   19.481091] Freeing unused kernel memory: 532k freed
[   19.631951] ACPI: bus type USB registered
[   19.636493] usbcore: registered new interface driver usbfs
[   19.642401] usbcore: registered new interface driver hub
[   19.648923] usbcore: registered new interface driver ethub
[   19.654767] usbcore: registered new device driver usb
[   19.696910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   19.716120] ehci-pci: EHCI PCI platform driver
[   19.720902] ehci-pci 0000:00:1a.7: setting latency timer to 64
[   19.720925] ehci-pci 0000:00:1a.7: EHCI Host Controller
[   19.726192] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[   19.733623] ehci-pci 0000:00:1a.7: debug port 1
[   19.742075] ehci-pci 0000:00:1a.7: cache line size of 128 is not supported
[   19.742110] ehci-pci 0000:00:1a.7: irq 17, io mem 0xf0d22000
[   19.752828] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   19.759208] hub 1-0:1.0: USB hub found
[   19.763039] hub 1-0:1.0: 2 ports detected
[   19.767664] ehci-pci 0000:00:1d.7: setting latency timer to 64
[   19.767693] ehci-pci 0000:00:1d.7: EHCI Host Controller
[   19.773071] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[   19.780575] ehci-pci 0000:00:1d.7: debug port 1
[   19.789087] ehci-pci 0000:00:1d.7: cache line size of 128 is not supported
[   19.789105] ehci-pci 0000:00:1d.7: irq 18, io mem 0xf0d21000
[   19.799816] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   19.806297] hub 2-0:1.0: USB hub found
[   19.810127] hub 2-0:1.0: 6 ports detected
[   19.841828] uhci_hcd: USB Universal Host Controller Interface driver
[   19.848558] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[   19.848566] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   19.853829] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   19.861310] uhci_hcd 0000:00:1a.0: irq 22, io base 0x000070a0
[   19.867759] hub 3-0:1.0: USB hub found
[   19.871615] hub 3-0:1.0: 2 ports detected
[   19.876127] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[   19.876135] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   19.881450] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   19.889022] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00007080
[   19.895472] hub 4-0:1.0: USB hub found
[   19.899323] hub 4-0:1.0: 2 ports detected
[   19.903959] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[   19.903970] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   19.909285] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[   19.916843] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00007060
[   19.923395] hub 5-0:1.0: USB hub found
[   19.927227] hub 5-0:1.0: 2 ports detected
[   19.931698] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[   19.931706] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   19.937058] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[   19.944656] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00007040
[   19.951427] hub 6-0:1.0: USB hub found
[   19.955276] hub 6-0:1.0: 2 ports detected
[   20.027040] etxhci_hcd-170202 0000:05:00.0: Etron xHCI Host Controller
[   20.033645] etxhci_hcd-170202 0000:05:00.0: new USB bus registered, assigned bus number 7
[   20.054224] etxhci_hcd-170202 0000:05:00.0: irq 50 for MSI/MSI-X
[   20.055166] xHCI etxhci_add_endpoint called for root hub
[   20.055170] xHCI etxhci_check_bandwidth called for root hub
[   20.055423] ethub 7-0:1.0: USB hub found
[   20.059447] ethub 7-0:1.0: 2 ports detected
[   20.063879] etxhci_hcd-170202 0000:05:00.0: Etron xHCI Host Controller
[   20.070531] etxhci_hcd-170202 0000:05:00.0: new USB bus registered, assigned bus number 8
[   20.079810] xHCI etxhci_add_endpoint called for root hub
[   20.079819] xHCI etxhci_check_bandwidth called for root hub
[   20.080140] ethub 8-0:1.0: USB hub found
[   20.084151] ethub 8-0:1.0: 2 ports detected
[   20.103175] cedarview_synobios: module license 'Synology Inc.' taints kernel.
[   20.110395] Disabling lock debugging due to kernel taint
[   20.145678] usb 2-1: new high-speed USB device number 2 using ehci-pci
[   20.693441] usb 4-2: new low-speed USB device number 2 using uhci_hcd
[   21.216343] 2021-5-5 8:24:58 UTC
[   21.219583] synobios: load, major number 201
[   21.223883] Brand: Synology
[   21.226737] Model: DS-1813+
[   21.229568] set group disks wakeup number to 4, spinup time deno 7
[   21.736010] synobios cpu_arch proc entry initialized
[   21.740994] synobios crypto_hw proc entry initialized
[   21.746059] synobios syno_platform proc entry initialized
[   21.751506] synobios open /dev/ttyS1 success
[   21.768329] synobios: unload
[   21.790119] md: Autodetecting RAID arrays.
[   21.856708] md: invalid raid superblock magic on sda5
[   21.861779] md: sda5 does not have a valid v0.90 superblock, not importing!
[   21.921164] md: invalid raid superblock magic on sdb5
[   21.926236] md: sdb5 does not have a valid v0.90 superblock, not importing!
[   21.972733] md: invalid raid superblock magic on sdc5
[   21.977816] md: sdc5 does not have a valid v0.90 superblock, not importing!
[   22.035409] md: invalid raid superblock magic on sdd5
[   22.040471] md: sdd5 does not have a valid v0.90 superblock, not importing!
[   22.086288] md: invalid raid superblock magic on sde5
[   22.091350] md: sde5 does not have a valid v0.90 superblock, not importing!
[   22.144204] md: invalid raid superblock magic on sdf5
[   22.149261] md: sdf5 does not have a valid v0.90 superblock, not importing!
[   22.215318] md: invalid raid superblock magic on sdg5
[   22.220404] md: sdg5 does not have a valid v0.90 superblock, not importing!
[   22.262999] md: invalid raid superblock magic on sdh5
[   22.268073] md: sdh5 does not have a valid v0.90 superblock, not importing!
[   22.275054] md: Scanned 24 and added 16 devices.
[   22.279688] md: autorun ...
[   22.282498] md: considering sda1 ...
[   22.286112] md:  adding sda1 ...
[   22.289355] md: sda2 has different UUID to sda1
[   22.293906] md:  adding sdb1 ...
[   22.297150] md: sdb2 has different UUID to sda1
[   22.301695] md:  adding sdc1 ...
[   22.304948] md: sdc2 has different UUID to sda1
[   22.309499] md:  adding sdd1 ...
[   22.312753] md: sdd2 has different UUID to sda1
[   22.317306] md:  adding sde1 ...
[   22.320551] md: sde2 has different UUID to sda1
[   22.325095] md:  adding sdf1 ...
[   22.328350] md: sdf2 has different UUID to sda1
[   22.332889] md:  adding sdg1 ...
[   22.336133] md: sdg2 has different UUID to sda1
[   22.340688] md:  adding sdh1 ...
[   22.343941] md: sdh2 has different UUID to sda1
[   22.348541] md: created md0
[   22.351352] md: bind<sdh1>
[   22.354102] md: bind<sdg1>
[   22.356845] md: bind<sdf1>
[   22.359591] md: bind<sde1>
[   22.362329] md: bind<sdd1>
[   22.365067] md: bind<sdc1>
[   22.367821] md: bind<sdb1>
[   22.370556] md: bind<sda1>
[   22.373323] md: running: <sda1><sdb1><sdc1><sdd1><sde1><sdf1><sdg1><sdh1>
[   22.380779] md/raid1:md0: active with 8 out of 8 mirrors
[   22.540572] md0: detected capacity change from 0 to 2549940224
[   22.546655] md: considering sda2 ...
[   22.550287] md:  adding sda2 ...
[   22.553543] md:  adding sdb2 ...
[   22.556821] md:  adding sdc2 ...
[   22.560081] md:  adding sdd2 ...
[   22.563321] md:  adding sde2 ...
[   22.566579] md:  adding sdf2 ...
[   22.569838] md:  adding sdg2 ...
[   22.573102] md:  adding sdh2 ...
[   22.573566] usb 8-1: new SuperSpeed USB device number 2 using etxhci_hcd-170202
[   22.584482] md: created md1
[   22.587426] md: bind<sdh2>
[   22.590206] md: bind<sdg2>
[   22.593019] md: bind<sdf2>
[   22.595817] md: bind<sde2>
[   22.598719] md: bind<sdd2>
[   22.601553] md: bind<sdc2>
[   22.604390] md: bind<sdb2>
[   22.607190] md: bind<sda2>
[   22.610006] md: running: <sda2><sdb2><sdc2><sdd2><sde2><sdf2><sdg2><sdh2>
[   22.619309] md/raid1:md1: active with 8 out of 8 mirrors
[   22.647347] md1: detected capacity change from 0 to 2147418112
[   22.653427] md: ... autorun DONE.
[   23.008640]  md0: unknown partition table
[   23.771586] EXT4-fs (md0): barriers disabled
[   23.784506] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts:
[   26.114547] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
[   26.906270] EXT4-fs (md0): re-mounted. Opts: (null)
[   31.251049] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   31.256511] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   31.262053] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   31.267532] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   31.273025] sd 4:0:0:0: Attached scsi generic sg4 type 0
[   31.278530] sd 5:0:0:0: Attached scsi generic sg5 type 0
[   31.284027] sd 6:0:0:0: Attached scsi generic sg6 type 0
[   31.289515] sd 7:0:0:0: Attached scsi generic sg7 type 0
[   31.295009] scsi 8:15:0:0: Attached scsi generic sg8 type 3
[   31.990936]  md1: unknown partition table
[   32.101995] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k
[   32.460301] zram: module is from the staging directory, the quality is unknown, you have been warned.
[   32.470556] zram: Created 2 device(s) ...
[   32.504425] Adding 1212412k swap on /dev/zram0.  Priority:1 extents:1 across:1212412k SS
[   32.537650] Adding 1212412k swap on /dev/zram1.  Priority:1 extents:1 across:1212412k SS
[   33.409190] systemd-udevd[5397]: starting version 204
[   38.197588] NET: Registered protocol family 10
[   38.379583] sit: IPv6 over IPv4 tunneling driver
[   39.279366] init: syno-auth-check main process (7816) killed by TERM signal
[   40.482396] fuse init (API version 7.22)
[   40.543993] e1000e: Intel(R) PRO/1000 Network Driver - 3.3.4-NAPI
[   40.550150] e1000e: Copyright(c) 1999 - 2016 Intel Corporation.
[   40.556178] e1000e 0000:00:19.0: enabling device (0000 -> 0002)
[   40.562412] e1000e 0000:00:19.0: can't derive routing for PCI INT A
[   40.568729] e1000e 0000:00:19.0: PCI INT A: no GSI
[   40.573600] e1000e 0000:00:19.0: setting latency timer to 64
[   40.573701] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   40.583097] e1000e 0000:00:19.0: irq 51 for MSI/MSI-X
[   41.075100] e1000e 0000:00:19.0: can't derive routing for PCI INT A
[   41.106885] Intel(R) Gigabit Ethernet Network Driver - version 5.3.5.3
[   41.113450] Copyright (c) 2007-2015 Intel Corporation.
[   41.118650] igb 0000:01:00.0: enabling device (0000 -> 0002)
[   41.124905] igb 0000:01:00.0: irq 51 for MSI/MSI-X
[   41.124920] igb 0000:01:00.0: irq 52 for MSI/MSI-X
[   41.170279] igb 0000:01:00.0: added PHC on eth0
[   41.174891] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[   41.181842] igb 0000:01:00.0: eth0: (PCIe:2.5GT/s:Width x1)
[   41.187596] igb 0000:01:00.0 eth0: MAC: 00:a0:c9:00:00:00
[   41.193116] igb 0000:01:00.0: eth0: PBA No: 200500-000
[   41.198313] igb 0000:01:00.0: LRO is disabled
[   41.202738] igb 0000:01:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[   41.210389] igb 0000:02:00.0: enabling device (0000 -> 0002)
[   41.216741] igb 0000:02:00.0: irq 53 for MSI/MSI-X
[   41.216787] igb 0000:02:00.0: irq 54 for MSI/MSI-X
[   41.259055] igb 0000:02:00.0: added PHC on eth1
[   41.263659] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[   41.270575] igb 0000:02:00.0: eth1: (PCIe:2.5GT/s:Width x1)
[   41.276268] igb 0000:02:00.0 eth1: MAC: 00:a0:c9:00:00:00
[   41.281781] igb 0000:02:00.0: eth1: PBA No: 200500-000
[   41.286992] igb 0000:02:00.0: LRO is disabled
[   41.291393] igb 0000:02:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[   41.299017] igb 0000:08:00.0: enabling device (0000 -> 0002)
[   41.305441] igb 0000:08:00.0: irq 55 for MSI/MSI-X
[   41.305458] igb 0000:08:00.0: irq 56 for MSI/MSI-X
[   41.346924] igb 0000:08:00.0: added PHC on eth2
[   41.351524] igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection
[   41.358510] igb 0000:08:00.0: eth2: (PCIe:2.5GT/s:Width x1)
[   41.364229] igb 0000:08:00.0 eth2: MAC: 00:a0:c9:00:00:00
[   41.369735] igb 0000:08:00.0: eth2: PBA No: 200500-000
[   41.374960] igb 0000:08:00.0: LRO is disabled
[   41.379362] igb 0000:08:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[   41.387057] igb 0000:09:00.0: enabling device (0000 -> 0002)
[   41.393453] igb 0000:09:00.0: irq 57 for MSI/MSI-X
[   41.393468] igb 0000:09:00.0: irq 58 for MSI/MSI-X
[   41.437117] igb 0000:09:00.0: added PHC on eth3
[   41.441729] igb 0000:09:00.0: Intel(R) Gigabit Ethernet Network Connection
[   41.448691] igb 0000:09:00.0: eth3: (PCIe:2.5GT/s:Width x1)
[   41.454427] igb 0000:09:00.0 eth3: MAC: 00:a0:c9:00:00:00
[   41.459936] igb 0000:09:00.0: eth3: PBA No: 200500-000
[   41.465213] igb 0000:09:00.0: LRO is disabled
[   41.469591] igb 0000:09:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[   41.531648] Loading modules backported from Linux version v3.18.1-0-g39ca484
[   41.538756] Backport generated by backports.git v3.18.1-1-0-g5e9ec4c
[   41.719065] bio: create slab <bio-1> at 1
[   41.723480] Btrfs loaded
[   41.747266] exFAT: Version 1.2.9
[   42.963913] 2021-5-5 8:25:20 UTC
[   42.967188] synobios: load, major number 201
[   42.971499] Brand: Synology
[   42.974421] Model: DS-1813+
[   42.977302] set group disks wakeup number to 4, spinup time deno 7
[   43.484207] synobios cpu_arch proc entry initialized
[   43.489225] synobios crypto_hw proc entry initialized
[   43.494442] synobios syno_platform proc entry initialized
[   43.499972] synobios open /dev/ttyS1 success
[   44.897541] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   44.946319] igb 0000:01:00.0: changing MTU from 1500 to 9000
[   45.646937] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[   46.567151] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   48.055065] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   50.023889] md: md2 stopped.
[   50.034053] md: bind<sdb5>
[   50.037243] md: bind<sdc5>
[   50.040513] md: bind<sdd5>
[   50.043671] md: bind<sde5>
[   50.046803] md: bind<sdf5>
[   50.050007] md: bind<sdg5>
[   50.053190] md: bind<sdh5>
[   50.056605] md: bind<sda5>
[   50.061683] md/raid:md2: device sda5 operational as raid disk 0
[   50.067649] md/raid:md2: device sdh5 operational as raid disk 7
[   50.073607] md/raid:md2: device sdg5 operational as raid disk 6
[   50.079570] md/raid:md2: device sdf5 operational as raid disk 5
[   50.085532] md/raid:md2: device sde5 operational as raid disk 4
[   50.091523] md/raid:md2: device sdd5 operational as raid disk 3
[   50.097490] md/raid:md2: device sdc5 operational as raid disk 2
[   50.103453] md/raid:md2: device sdb5 operational as raid disk 1
[   50.111911] md/raid:md2: allocated 8572kB
[   50.116409] md/raid:md2: raid level 6 active with 8 out of 8 devices, algorithm 2
[   50.123891] RAID conf printout:
[   50.123894]  --- level:6 rd:8 wd:8
[   50.123898]  disk 0, o:1, dev:sda5
[   50.123902]  disk 1, o:1, dev:sdb5
[   50.123905]  disk 2, o:1, dev:sdc5
[   50.123908]  disk 3, o:1, dev:sdd5
[   50.123912]  disk 4, o:1, dev:sde5
[   50.123915]  disk 5, o:1, dev:sdf5
[   50.123918]  disk 6, o:1, dev:sdg5
[   50.123921]  disk 7, o:1, dev:sdh5
[   50.150780] md2: detected capacity change from 0 to 47979696881664
[   50.157912]  md2: unknown partition table
[   50.441354] bio: create slab <bio-2> at 2
[   52.268498] BTRFS: device label 2021.04.08-06:32:16 v25556 devid 1 transid 27324 /dev/vg1/volume_1
[   52.278471] BTRFS info (device dm-1): enabling auto syno reclaim space
[   52.285026] BTRFS info (device dm-1): use ssd allocation scheme
[   52.290956] BTRFS info (device dm-1): using free space tree
[   52.296529] BTRFS: has skinny extents
[   52.466900] igb 0000:01:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   52.476489] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   70.002307] Synotify use 16384 event queue size
[   70.006985] Synotify use 16384 event queue size
[   70.206338] usb-storage 2-1:1.0: USB Mass Storage device detected
[   70.243454] scsi10 : usb-storage 2-1:1.0
[   70.247658] usbcore: registered new interface driver usb-storage
[   70.371008] usbcore: registered new interface driver usblp
[   70.573268] usbcore: registered new interface driver usbhid
[   70.578868] usbhid: USB HID core driver
[   71.252045] scsi 10:0:0:0: Direct-Access     Synology DiskStation              PMAP PQ: 0 ANSI: 6
[   71.262415] sd 10:0:0:0: [synoboot] 245760 512-byte logical blocks: (125 MB/120 MiB)
[   71.270392] sd 10:0:0:0: Attached scsi generic sg9 type 0
[   71.276420] sd 10:0:0:0: [synoboot] Write Protect is off
[   71.281782] sd 10:0:0:0: [synoboot] Mode Sense: 23 00 00 00
[   71.297106] sd 10:0:0:0: [synoboot] No Caching mode page found
[   71.303027] sd 10:0:0:0: [synoboot] Assuming drive cache: write through
[   71.319120] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(0011323533bd).
[   71.333383] sd 10:0:0:0: [synoboot] No Caching mode page found
[   71.339243] sd 10:0:0:0: [synoboot] Assuming drive cache: write through
[   71.370775] GPT:Primary header thinks Alt. header is not at the end of the disk.
[   71.378188] GPT:225279 != 245759
[   71.378246] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   71.389285] GPT:Alternate GPT header not at the end of the disk.
[   71.395314] GPT:225279 != 245759
[   71.398569] GPT: Use GNU Parted to correct GPT errors.
[   71.403780]  synoboot: synoboot1 synoboot2
[   71.433479] sd 10:0:0:0: [synoboot] No Caching mode page found
[   71.439347] sd 10:0:0:0: [synoboot] Assuming drive cache: write through
[   71.446002] sd 10:0:0:0: [synoboot] Attached SCSI disk
[   71.452640] iSCSI:target_core_device.c:617:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   71.464827] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
[   71.908849] iSCSI:target_core_file.c:146:fd_attach_hba RODSP plugin for fileio is enabled.
[   71.917167] iSCSI:target_core_file.c:153:fd_attach_hba ODX Token Manager is enabled.
[   71.943862] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[   71.962584] iSCSI:target_core_ep.c:786:ep_attach_hba RODSP plugin for epio is enabled.
[   71.970556] iSCSI:target_core_ep.c:793:ep_attach_hba ODX Token Manager is enabled.
[   73.683648] FAT-fs (synoboot2): fat_set_state: set=1 process=synopkicompatsy pid=12564
[   73.707117] FAT-fs (synoboot2): fat_set_state: set=0 process=synopkicompatsy pid=12564
[   75.923506] warning: `nginx' uses 32-bit capabilities (legacy support in use)
[   75.924146] warning: `nginx' uses 32-bit capabilities (legacy support in use)
[   76.731974] ata7.00: configured for UDMA/100
[   76.736390] ata7: EH complete
[   77.098457] ata8.00: configured for UDMA/100
[   77.102854] ata8: EH complete
[   77.293776] ata1.00: configured for UDMA/133
[   77.298158] ata1: EH complete
[   77.577091] ata2.00: configured for UDMA/133
[   77.581466] ata2: EH complete
[   77.798002] ata3.00: configured for UDMA/133
[   77.802344] ata3: EH complete
[   77.990429] ata4.00: configured for UDMA/133
[   77.994753] ata4: EH complete
[   78.128967] ata5.00: configured for UDMA/133
[   78.133354] ata5: EH complete
[   78.298556] ata6.00: configured for UDMA/133
[   78.302920] ata6: EH complete
[   79.720408] loop: module loaded
[   85.228013] init: scsi_plugin_server main process (12375) killed by TERM signal
[   85.673131] mii: module verification failed: signature and/or required key missing - tainting kernel
[   85.751590] usbcore: registered new interface driver aqc111
[   85.766523] aqc111 8-1:1.0 eth4: register 'aqc111' at usb-0000:05:00.0-1, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:54:18:29
[   86.575336] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready
[   88.395706] init: nmbd main process (15242) killed by TERM signal
[   92.288378] init: syno-check-disk-compatibility main process (15451) terminated with status 255
[   93.518267] init: scsi_plugin_server main process (14567) killed by TERM signal
[   94.115656] aqc111 8-1:1.0 eth4: Link Speed 5000, USB 3
[   94.127590] IPv6: ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
[   94.968499] init: iscsi_pluginengined main process (14541) killed by KILL signal
[   95.065220] init: scsi_plugin_server main process (16096) killed by TERM signal
[   97.629386] init: iscsi_pluginserverd main process (16314) killed by TERM signal
[   97.670813] init: iscsi_pluginengined main process (16312) killed by TERM signal
[   98.045193] init: scsi_plugin_server main process (16316) killed by TERM signal
[   98.345939] init: nmbd main process (16824) killed by TERM signal
[   99.423541] init: iscsi_pluginserverd main process (16927) killed by TERM signal
[   99.449749] init: iscsi_pluginengined main process (16911) killed by TERM signal
[   99.637231] init: scsi_plugin_server main process (16949) killed by TERM signal
[   99.689452] init: nmbd main process (17230) killed by TERM signal
[  101.153795] init: nmbd main process (17596) killed by TERM signal
[  103.758745] init: nmbd main process (18042) killed by TERM signal
[  109.168687] perf interrupt took too long (2508 > 5000), lowering kernel.perf_event_max_sample_rate to 50000
[  109.670262] init: iscsi_pluginengined main process (17231) killed by KILL signal
[  109.987399] init: scsi_plugin_server main process (17255) killed by TERM signal
[  310.978315] Synotify use 16384 event queue size
[ 1952.475970] perf interrupt took too long (5005 > 10000), lowering kernel.perf_event_max_sample_rate to 25000
[ 2211.223047] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -110
[ 2211.296028] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -75
[ 2211.335998] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -71
[ 2211.339995] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -71
[ 2211.344006] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[ 2211.347995] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[ 2211.351991] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[ 2211.356003] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[ 2211.461896] hub 4-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
[ 2211.793718] hub 4-0:1.0: deferred disconnect failed, on port 2 reset (ret: -22), status: 0100, change: 0000
[ 2211.803753] usb 4-2: USB disconnect, device number 2
[ 2212.938997] usb 4-2: new low-speed USB device number 3 using uhci_hcd
[16515.348278] init: synoscheduler-vmtouch main process (4952) killed by TERM signal
[16515.581396] init: synoscheduler-vmtouch main process (29909) killed by TERM signal
[16515.754998] init: synoscheduler-vmtouch main process (29947) killed by TERM signal
[24287.630166] init: pkg-synoabk-agent-authd main process (30059) killed by TERM signal
[24287.656550] init: pkg-synodedup-engined main process (30054) killed by TERM signal
[24290.954379] init: synoscheduler-vmtouch main process (29998) killed by TERM signal
[24291.112228] init: synoscheduler-vmtouch main process (11246) killed by TERM signal
[24295.641176] init: synoscheduler-vmtouch main process (11255) killed by TERM signal
[33292.738006] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -75
[33292.781984] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[33292.785990] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[33292.789977] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[33292.831720] hub 4-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
[33293.110592] usb 4-2: reset low-speed USB device number 3 using uhci_hcd
[50091.603027] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -75
[50091.620126] hub 4-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
[50091.630007] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[50091.633981] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[50091.637977] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[50091.641981] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[50091.899955] usb 4-2: reset low-speed USB device number 3 using uhci_hcd
[67541.005419] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 6 ret -110
[67541.058399] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 6 ret -75
[67541.062392] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[67541.066389] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[67541.070380] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 6 ret -71
[67541.074391] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 2 ret -71
[67541.078381] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -71
[67541.082376] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -71
[67541.122365] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -71
[67541.126372] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -71
[67541.130362] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[67541.134358] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[67541.138354] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[67541.138542] hub 4-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
[67541.145137] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[67541.574322] hub 4-0:1.0: deferred disconnect failed, on port 2 reset (ret: -22), status: 0100, change: 0002
[67541.584096] usb 4-2: USB disconnect, device number 3
[67542.625904] usb 4-2: new low-speed USB device number 4 using uhci_hcd
[70075.537707] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -75
[70075.541709] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.545714] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.549720] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.553751] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.557712] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.561693] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.565722] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.569704] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 6 ret -71
[70075.573726] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 6 ret -71
[70075.577719] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.581716] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[70075.585694] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 6 ret -71
[70075.588151] hub 4-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
[70075.594756] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 2 ret -71
[70075.594798] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -2
[70075.868988] usb 4-2: reset low-speed USB device number 4 using uhci_hcd
[124034.622119] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -75
[124034.647129] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[124034.651118] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[124034.655102] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[124034.727946] hub 4-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
[124035.007799] usb 4-2: reset low-speed USB device number 4 using uhci_hcd
[172840.490444] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -75
[172840.494440] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[172840.498450] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[172840.502441] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[172840.506433] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[172840.510443] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[172840.514429] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[172840.516830] hub 4-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
[172840.523477] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 4 ret -71
[172840.523497] usb 4-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 6 ret -2
[172840.797704] usb 4-2: reset low-speed USB device number 4 using uhci_hcd

Output of lsusb command

|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:1a.7) hub
|__usb2          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:1d.7) hub
  |__2-1         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 65004769BB852176)
|__usb3          1d6b:0001:0310 09  1.10   12MBit/s 0mA 1IF  (uhci_hcd 0000:00:1a.0) hub
|__usb4          1d6b:0001:0310 09  1.10   12MBit/s 0mA 1IF  (uhci_hcd 0000:00:1d.0) hub
  |__4-2         0463:ffff:0100 00  2.00  1.5MBit/s 20mA 1IF  (EATON Ellipse ECO 000000000)
|__usb5          1d6b:0001:0310 09  1.10   12MBit/s 0mA 1IF  (uhci_hcd 0000:00:1d.1) hub
|__usb6          1d6b:0001:0310 09  1.10   12MBit/s 0mA 1IF  (uhci_hcd 0000:00:1d.2) hub
|__usb7          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:05:00.0) hub
|__usb8          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:05:00.0) hub
  |__8-1         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP▒ Pacific▒ 0AI18523)

Output of ifconfig -a command

eth0      Link encap:Ethernet  HWaddr 00:11:32:35:33:BD
          inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:2127122046 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1469960914 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2253891133697 (2.0 TiB)  TX bytes:2250138584384 (2.0 TiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:35:33:BE
          inet addr:169.254.106.202  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth2      Link encap:Ethernet  HWaddr 00:11:32:35:33:BF
          inet addr:169.254.222.231  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth3      Link encap:Ethernet  HWaddr 00:11:32:35:33:C0
          inet addr:192.168.2.34  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth4      Link encap:Ethernet  HWaddr 24:5E:BE:54:18:29
          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::265e:beff:fe54:1829/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:2272315 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9983174607 (9.2 GiB)  TX bytes:5996280504 (5.5 GiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:318837 errors:0 dropped:0 overruns:0 frame:0
          TX packets:318837 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:37623750 (35.8 MiB)  TX bytes:37623750 (35.8 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Report FYI DSM7 - DS1520+ (geminilake)

See reply comment below.

Working good...

DSM 7.0-41890
aqc111-geminilake-1.3.3.0-3

Sabrent USB Type-A or Type-C to 5-Gigabit Ethernet Adapter [10/100/1000/2500/5000 Mbps] (NT-SS5G)
amazon.com/gp/product/B08977K9D2

Jumbo Frame Enabled - MTU 9000
Network Status: | 5000 Mbps, Full duplex, MTU 9000

Have not experimented with other values.

Getting 250-300 MB/s upload and 480 MB/s download settling half way through to 340 MB/s (3.5 GB file).

Uploading to 5 Disk 6TB RAID 5 (22TB Total)

Synology RS819 - Realtek RTD1296

Is there a package that works with the RS819 and its Realtek RTD1296 cpu?

Adapter = QNAP-UC5G1T

[I did look, honest, so happy to be forcibly pointed in the right direction]

Incidentally I got this running on a colleagues NAS (already supported) and found the performance to be erratic. Looking in more detail with a USB analyser and saw the voltage drop when transfer speed and current draw increased until a momentary drop completely with the speed then building again (a sawtooth pattern). Issue cured by using a Y-type USB adapter to provide power from 2 USB ports. No more throttled speed or sawtooth transfer pattern.

Regards to all.

DS1520+ geminilake/QNA-UC5G1T connection failure on restart

Update: Also tested with Sabrent NT-SS5G same result.

Description of the problem

5GbE Qnap connection failure occurs every shutdown --> startup, restart, or stop/run the driver package. The IP4 connection does not retain the Subnet mask, Gateway and DNS server settings resulting in connection failure.

Reconnection can be reestablish using manual configuration if failure occurred using DHCP or if the failure occurred with a manual connection it can be reestablish using automatic (DHCP) - reconnection is reestablished via the opposite IP4 connection type which was active when the connection failure occurred.

Description of your products

DS1520+
uname -a output:
Linux TM5 4.4.59+ #25426 SMP PREEMPT Thu Jul 16 17:09:17 CST 2020 x86_64 GNU/Linux synology_geminilake_1520+

DSM 6.2.3-25426 Update 2

aqc111-geminilake-1.3.3.0-2.spk
QNA-UC5G1T

Description of your environment

Connected to a 10GbE switch (NETGEAR XS508M) with a Cat 8 cable

The problem has nothing to do with the currently connected computer - it is an internal - Synology/QNA-UC5G1T problem.

X570 TUF GAMING PLUS
AMD Ryzen 9 3950X 16-Core Processor 3.49GHz
RAM: 16.0 GB
NIC: QNAP QXG-10G1T Single-Port (10Gbase-T) 10GbE Network Expansion PCIe

lsusb
|__usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__1-4 f400:f400:0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskStation 7F0007207481C658)
|__usb2 1d6b:0003:0404 09 3.00 5000MBit/s 0mA 1IF (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__2-2 1c04:0015:0101 00 3.20 5000MBit/s 896mA 1IF (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 06I08145)

I will submit the other Linux command outputs via an additional comment when I restart the DS1520+ and the connection failure problem occurs.

need help with compiling usbnet.c

Using the Synology Packaging Toolkit and compiling for braswell (linux kernel 3.10.x) I'm getting compile errors for usbnet.c because struct usbnet in linux/usb/usbnet.h does not have rx_qlen.
usbnet.c in this repoistory comes from a newer kernel, according to your commit message. How did you compile usbnet.ko for the braswell SPK?

在DS1815+ DSM 6.2.3-25426安装失败,提示 套件与DSM不兼容

Description of the problem

Replace this line with your answer.

Description of your products

  • the product name of your NAS model
    • and output of uname -a command
    • DSM version x.x
  • the product name of the ethernet dongle

Description of your environment

  • connect directly to a PC or using a hub
    • PC: NIC model name or chipset name
    • Hub: model name
  • cable category (Cat.5e or Cat.6 or Cat.7)

Output of dmesg command

(paste output here)

Output of lsusb command

(paste output here)

Output of ifconfig -a command

(paste output here)

DS1815+ | Fast Reads, Slow Writes

Description of the problem

Trying this driver on a DS1815+(avoton) and the driver works fine (installs, new connecton is shown and IP is retrieved via DHCP) and I can access the host and ping it without issue.

Read speeds are great, 270Mb/s when copying a file via SMB from the diskstation to another network host.

The issue I'm having is that writes are really slow, 60Mb/s - 72Mb/s max. Data is being written onto a SHR volume (btrfs). Writes with onboard nics max out at 113Mb/s. Tried from two different network clients, both running 10G ethernet.

Description of your products

DS1815+
Linux DS1815 3.10.105 #24922 SMP Wed Jul 3 16:37:24 CST 2019 x86_64 GNU/Linux synology_avoton_1815+
DSM 6.2.2-24922 Update 4
QNAP QNAUC5G1T

Description of your environment

Connected to unmanaged switch
- PC: QLogic BCM57810
- Hub: NetGear XS508M
- Cable : CAT7

Output of dmesg command

[73302.925741] aqc111 3-3:1.0 eth4: register 'aqc111' at usb-0000:04:00.0-3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:42:e1:8b
[73302.938767] usbcore: registered new interface driver aqc111
[73303.364455] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready
[73310.877090] aqc111 3-3:1.0 eth4: Link Speed 5000, USB 3
[73310.891136] IPv6: ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
[73313.351874] init: winbindd main process (18161) killed by TERM signal
[73313.799412] init: nmbd main process (26033) killed by TERM signal
[73313.841300] init: iscsi_pluginserverd main process (25673) killed by TERM signal
[73313.859656] init: iscsi_pluginengined main process (25651) killed by TERM signal

Output of lsusb command

|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:16.0) hub
  |__1-1         8087:07db:0002 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2ffffffdbffffffad) hub
    |__1-1.1     f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 6500653E076DAE11)
|__usb2          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
|__usb3          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
  |__3-3         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 99I09132)

Output of ifconfig -a command

bond0     Link encap:Ethernet  HWaddr 00:11:32:XX:XX:XX 
          inet addr:192.168.0.16  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:216343250 errors:0 dropped:85 overruns:85 frame:0
          TX packets:384503303 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:98030316905 (91.2 GiB)  TX bytes:550134835990 (512.3 GiB)

bond1     Link encap:Ethernet  HWaddr 00:11:32:XX:XX:XX  
          inet addr:192.168.0.17  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:210932 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4748 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:25428193 (24.2 MiB)  TX bytes:435276 (425.0 KiB)

docker0   Link encap:Ethernet  HWaddr 02:42:C4:15:0D:92  
          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
          inet6 addr: fe80::42:c4ff:fe15:d92/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:82657022 errors:0 dropped:0 overruns:0 frame:0
          TX packets:45401025 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:119131995899 (110.9 GiB)  TX bytes:13470339171 (12.5 GiB)

docker020 Link encap:Ethernet  HWaddr 5E:6D:99:73:71:E0  
          inet6 addr: fe80::5c6d:99ff:fe73:71e0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:249 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:51380 (50.1 KiB)

docker36a Link encap:Ethernet  HWaddr 6E:0A:55:1F:0D:9E  
          inet6 addr: fe80::6c0a:55ff:fe1f:d9e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5319 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7567 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:304786 (297.6 KiB)  TX bytes:488410 (476.9 KiB)

docker5f9 Link encap:Ethernet  HWaddr BE:09:91:DE:93:69  
          inet6 addr: fe80::bc09:91ff:fede:9369/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:214765 errors:0 dropped:0 overruns:0 frame:0
          TX packets:243470 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:33839198 (32.2 MiB)  TX bytes:50721912 (48.3 MiB)

docker898 Link encap:Ethernet  HWaddr 22:0E:A2:FC:78:CF  
          inet6 addr: fe80::200e:a2ff:fefc:78cf/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:188328 errors:0 dropped:0 overruns:0 frame:0
          TX packets:189303 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:27542844 (26.2 MiB)  TX bytes:55997208 (53.4 MiB)

docker9ae Link encap:Ethernet  HWaddr 7A:4D:4C:94:BF:26  
          inet6 addr: fe80::784d:4cff:fe94:bf26/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5417 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7902 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:2193700 (2.0 MiB)  TX bytes:543419 (530.6 KiB)

dockera67 Link encap:Ethernet  HWaddr 9E:06:C1:F4:52:BC  
          inet6 addr: fe80::9c06:c1ff:fef4:52bc/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:159249 errors:0 dropped:0 overruns:0 frame:0
          TX packets:234762 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:14930495 (14.2 MiB)  TX bytes:529522579 (504.9 MiB)

dockerc49 Link encap:Ethernet  HWaddr DE:4C:AD:04:71:47  
          inet6 addr: fe80::dc4c:adff:fe04:7147/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:32696359 errors:0 dropped:0 overruns:0 frame:0
          TX packets:19130962 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:46605581747 (43.4 GiB)  TX bytes:4887145441 (4.5 GiB)

dockered3 Link encap:Ethernet  HWaddr 66:53:5D:4E:EE:52  
          inet6 addr: fe80::6453:5dff:fe4e:ee52/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2271931 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1670187 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:2738586589 (2.5 GiB)  TX bytes:2050102685 (1.9 GiB)

eth0      Link encap:Ethernet  HWaddr 00:11:32:57:EA:85  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:28289049 errors:0 dropped:0 overruns:0 frame:0
          TX packets:278859999 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:37414663751 (34.8 GiB)  TX bytes:421379136339 (392.4 GiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:57:EA:85  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:188054200 errors:0 dropped:85 overruns:85 frame:0
          TX packets:105643298 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:60615653088 (56.4 GiB)  TX bytes:128755690567 (119.9 GiB)

eth2      Link encap:Ethernet  HWaddr 00:11:32:57:EA:87  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:132191 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4748 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:20037288 (19.1 MiB)  TX bytes:435276 (425.0 KiB)

eth3      Link encap:Ethernet  HWaddr 00:11:32:57:EA:87  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:78741 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5390905 (5.1 MiB)  TX bytes:0 (0.0 B)

eth4      Link encap:Ethernet  HWaddr 24:5E:BE:XX:XX:XX  
          inet addr:192.168.0.42  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::265e:beff:fe42:e18b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:342 errors:1 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:51524 (50.3 KiB)  TX bytes:32952 (32.1 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:676820 errors:0 dropped:0 overruns:0 frame:0
          TX packets:676820 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:117180797 (111.7 MiB)  TX bytes:117180797 (111.7 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

If you have any suggestions on possible causes here it would be appreciated. I'm available if you need any further information or testing to be conducted.

Thanks !

Support for Evansport architect

Dear @bb-qq

Is there any chance you could add support for Evansport? I have a DS214play with Intel Atom CE5335. The NAS is still running well, and it would be great if it could connect 5Gbe or 2.5Gbe.

Regards,

Support for RS816

Description of the problem

I can't find a Package for MARVELL Armada 385. Can you compile a package for this?

Description of your products

  • Synology RS816
  • Linux rackstation01 3.10.105 #25426 SMP Mon Dec 14 18:44:29 CST 2020 armv7l GNU/Linux synology_armada38x_rs816
  • DSM version6.2.3-25426 Update 3
  • QNAP-UC5G1T

Output of lsusb command

|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.105 xhci-hcd xHCI Host Controller f10f0000.usb3) hub
|__usb2          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.105 xhci-hcd xHCI Host Controller f10f0000.usb3) hub
  |__2-1         1058:25a3:1013 00  3.00 5000MBit/s 8mA 1IF  (Western Digital Elements 25A3 575832314432374653325055)
|__usb3          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.105 xhci-hcd xHCI Host Controller f10f8000.usb3) hub
|__usb4          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.105 xhci-hcd xHCI Host Controller f10f8000.usb3) hub
  |__4-1         1c04:0015:0101 00  3.20 5000MBit/s 896mA 2IFs (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 0AI18305)
|__usb5          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd f1058000.usb) hub

Output of ifconfig -a command

bond0     Link encap:Ethernet  HWaddr XX:XX:XX:XX:XX:XX
          inet addr:192.168.2.30  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::211:32ff:fe60:3dd1/64 Scope:Link
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:1245332718 errors:0 dropped:0 overruns:0 frame:0
          TX packets:731360315 errors:0 dropped:11 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1306607119 (1.2 GiB)  TX bytes:2757265716 (2.5 GiB)

eth0      Link encap:Ethernet  HWaddr XX:XX:XX:XX:XX:XX
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:104194192 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11759112 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1024
          RX bytes:485110825 (462.6 MiB)  TX bytes:600481583 (572.6 MiB)
          Interrupt:193

eth1      Link encap:Ethernet  HWaddr XX:XX:XX:XX:XX:XX
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:1141138526 errors:0 dropped:0 overruns:0 frame:0
          TX packets:719601203 errors:0 dropped:11 overruns:0 carrier:0
          collisions:0 txqueuelen:1024
          RX bytes:821496294 (783.4 MiB)  TX bytes:2156784133 (2.0 GiB)
          Interrupt:194

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:6690955 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6690955 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:846708609 (807.4 MiB)  TX bytes:846708609 (807.4 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

DS1812+ report

This is more of a situation report than an issue report, just thought I'd share my results, as this NAS isn't listed in the README.

I gave this a try on my DS1812+ (cedarview package) with the QNAP dongle. Direct connection from NAS to PC (Aquantia AQtion 10GbE).

I didn't pay enough attention when initially plugging the dongle in and picked a USB2 port. This limited the dongle to 1gbps link speed and actual throughput to a lot less (obviously).

Interestingly, when connecting to a USB3(.0) port, the link speed would get stuck at 100mbps. Reboots, replugs, tinkering, nothing seemed to fix it. The only way to get out of it was forcing the link speed on the adapter in the PC.

In the end, I couldn't get any better performance out of it than 1gbps PC -> NAS and 750mbps NAS -> PC. Not sure why this is asymmetrical. Spent some time playing with both Windows and Linux TCP/IP tuning, to no avail. This performance was the same with both iperf3 (also parallel) and SMB file transfer.

Additional notes:

  • Changing Ethernet configuration in DSM, or changing card settings on the PC, would often require a complete replug and reboot for things to work again. But once it works it keeps working as long as you don't touch anything, across PC and/or NAS reboots. No noteworthy messages in dmesg.
  • Dongle was tested between PC and laptop and worked at the expected throughput.
  • Multiple cat5e and cat6 cables were tried, no cat7 at hand, same results.
  • Forced 2.5gbps link speed was also tried, same results.
  • Different USB3 ports were tried, same results.
  • NAS CPU usage never came above 15%.
  • No other USB devices plugged in, lsusb reported 5gbps link to dongle.

If you have any bright ideas on improving the situation, I'd be happy to hear them. For now I've returned to using both built-in 1gbps in parallel.

Private flags

Thank u for developing the driver! After read Readme, I find the Private flag, but I dont know how to config it on my DS218+. Does it mean using ssh log in dsm and run them as command?

Disable thermal throttling
ethtool --set-priv-flags eth2 "Thermal throttling" off

Enable Low Power 5G
ethtool --set-priv-flags eth2 "Low Power 5G" on

DS916+への対応について

bb-qq様

DS916+(Braswell)、DSM 6.2.2-24922 Update 4にて
aqc111-braswell-1.3.3.0-1.spkを適用したところ、
1000Mbpsリンクアップとなりました。

また、一定時間経つとリンクアップにも関わらず通信が切れるようです。
ifconfig eth2 down
ifconfig eth2 up
で復旧はしますが…。

対向はIntel X540-T2 @Windowsです。

何かアドバイス等ありましたらどうぞよろしくお願い致します。

No Hot Plug of adapters?

Description of the problem

With driver running plugging in a compatible USB adapter doesn't result in a new interface in DSM.
Restarting the driver package resolves the issue.

Description of your products

Linux SYN01 3.10.105 #24922 SMP Wed Jul 3 16:37:24 CST 2019 x86_64 GNU/Linux synology_avoton_1815+

DSM 6.2.2-24922 Update 4
QNAP QNA-UC5G1T
TRENDnet TUC-ET5G

Description of your environment

plugged into a multigig RJ45 SFP port and USB port 1

Output of dmesg command

978.908041] init: synowsdiscoveryd main process (16960) killed by TERM signal
[6254578.795447] init: synowsdiscoveryd main process (425) killed by TERM signal
[6263387.797590] init: synoscheduler-vmtouch main process (28554) killed by TERM signal
[6263388.079431] init: synoscheduler-vmtouch main process (24795) killed by TERM signal
[6263408.482183] init: synoscheduler-vmtouch main process (24878) killed by TERM signal
[6263408.700496] init: synoscheduler-vmtouch main process (26099) killed by TERM signal
[6281462.218793] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=17326
[6281462.239414] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=17326
[6281462.365261] FAT-fs (synoboot2): fat_set_state: set=1 process=synoddsmd pid=17326
[6281462.382960] FAT-fs (synoboot2): fat_set_state: set=0 process=synoddsmd pid=17326
[6302334.977547] usbcore: deregistering interface driver aqc111
[6302334.983945] aqc111 3-4:1.0 eth4: unregister 'aqc111' usb-0000:04:00.0-4, QNAP QNA-UC5G1T USB to 5GbE Adapter
[6302354.573371] aqc111 3-4:1.0 eth4: register 'aqc111' at usb-0000:04:00.0-4, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:4d:a6:7f
[6302354.586691] usbcore: registered new interface driver aqc111
[6302355.317235] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready
[6302362.833089] aqc111 3-4:1.0 eth4: Link Speed 5000, USB 3
[6302362.852894] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302362.852905] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302362.866608] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302362.867666] IPv6: ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
[6302365.339236] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302366.706665] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302366.844501] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302366.851766] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302369.281115] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302370.079961] init: winbindd main process (21471) killed by TERM signal
[6302371.618975] iSCSI:iscsi_target.c:520:iscsit_add_np CORE[0] - Added Network Portal: 192.168.1.111:3260 on iSCSI/TCP
[6302377.042452] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302379.366634] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302379.373478] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302379.448110] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302385.543398] init: iscsi_pluginengined main process (20867) killed by KILL signal
[6302386.177931] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302386.184770] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302386.191597] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302386.198421] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302386.284993] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302386.291811] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302386.298625] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302386.305439] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.842533] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.849360] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.856182] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.863002] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.869960] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.876789] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.883608] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.890494] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.895893] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302393.906132] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302398.865297] net_ratelimit: 83 callbacks suppressed
[6302398.870875] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302398.981954] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302398.988794] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302399.036288] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302399.089420] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302399.143710] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302399.150548] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302399.206071] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302399.212911] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302399.228804] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302403.996907] net_ratelimit: 110 callbacks suppressed
[6302404.002561] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302404.011716] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302404.018545] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302404.025367] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302404.032187] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302404.083681] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302404.135050] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302404.530730] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302405.060371] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302405.077201] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302409.182738] net_ratelimit: 18 callbacks suppressed
[6302409.188324] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302409.609531] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302409.616362] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302409.623187] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302409.629185] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302409.667763] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302409.721076] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302410.161850] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302410.506570] init: nmbd main process (31389) killed by TERM signal
[6302410.880809] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302411.928421] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302414.457738] init: iscsi_pluginserverd main process (32514) killed by KILL signal
[6302415.156929] net_ratelimit: 5 callbacks suppressed
[6302415.162386] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302415.212909] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302416.059556] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302416.163251] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302416.882526] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302416.889363] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302416.896196] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302416.903322] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302416.959063] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302416.965893] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302420.953586] net_ratelimit: 10 callbacks suppressed
[6302420.959141] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302421.108097] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302421.406253] init: iscsi_pluginengined main process (32416) killed by KILL signal
[6302423.422492] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302424.059062] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302424.999051] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302425.006655] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302426.022345] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
[6302427.242498] aqc111 3-4:1.0 eth4: kevent 2 may have been dropped
<repeats>

Output of lsusb command

alexb@SYN01:/$ lsusb
|__usb1          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (ehci_hcd 0000:00:16.0) hub
  |__1-1         8087:07db:0002 09  2.00  480MBit/s 0mA 1IF  ( ffffffd1ffffffb2ffffffdbffffffad) hub
    |__1-1.1     f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 650051F06331C969)
|__usb2          1d6b:0002:0310 09  2.00  480MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
|__usb3          1d6b:0003:0310 09  3.00 5000MBit/s 0mA 1IF  (Linux 3.10.105 etxhci_hcd-170202 Etron xHCI Host Controller 0000:04:00.0) hub
  |__3-4         1c04:0015:0101 00  3.20 5000MBit/s 896mA 1IF  (QNAP QNAP QNA-UC5G1T USB to 5GbE Adapter 02I08844)

Output of ifconfig -a command

alexb@SYN01:/$ ifconfig -a
docker0   Link encap:Ethernet  HWaddr 02:42:DD:53:95:8C  
          inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
          inet6 addr: fe80::42:ddff:fe53:958c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1650189 errors:0 dropped:0 overruns:0 frame:0
          TX packets:69823632 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:13214182304 (12.3 GiB)  TX bytes:14027762853 (13.0 GiB)

docker-1e Link encap:Ethernet  HWaddr 02:42:EE:2C:4D:3B  
          inet addr:172.19.0.1  Bcast:172.19.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

docker255 Link encap:Ethernet  HWaddr 32:47:71:E9:FD:1B  
          inet6 addr: fe80::3047:71ff:fee9:fd1b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:164401 errors:0 dropped:0 overruns:0 frame:0
          TX packets:65754860 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:12605226 (12.0 MiB)  TX bytes:2764248233 (2.5 GiB)

docker3d8 Link encap:Ethernet  HWaddr B2:8A:6E:16:20:36  
          inet6 addr: fe80::b08a:6eff:fe16:2036/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:161023 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68083793 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:7415206 (7.0 MiB)  TX bytes:2867092561 (2.6 GiB)

docker421 Link encap:Ethernet  HWaddr 0E:9A:1E:C6:0A:6A  
          inet6 addr: fe80::c9a:1eff:fec6:a6a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:165339 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17057250 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:7797800 (7.4 MiB)  TX bytes:723945635 (690.4 MiB)

docker490 Link encap:Ethernet  HWaddr 92:B1:07:C0:E9:A4  
          inet6 addr: fe80::90b1:7ff:fec0:e9a4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:132121 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68217162 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6403400 (6.1 MiB)  TX bytes:2867437764 (2.6 GiB)

docker7e0 Link encap:Ethernet  HWaddr A6:BF:61:1E:6F:7E  
          inet6 addr: fe80::a4bf:61ff:fe1e:6f7e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:132021 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68317567 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6399210 (6.1 MiB)  TX bytes:2880264567 (2.6 GiB)

docker924 Link encap:Ethernet  HWaddr BA:04:19:18:33:CA  
          inet6 addr: fe80::b804:19ff:fe18:33ca/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:181437 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:14322099 (13.6 MiB)

docker_gw Link encap:Ethernet  HWaddr 02:42:32:0E:24:0E  
          inet addr:172.18.0.1  Bcast:172.18.255.255  Mask:255.255.0.0
          inet6 addr: fe80::42:32ff:fe0e:240e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:628531 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68572439 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:213247855 (203.3 MiB)  TX bytes:2924307732 (2.7 GiB)

dockera9b Link encap:Ethernet  HWaddr D6:87:53:35:51:0E  
          inet6 addr: fe80::d487:53ff:fe35:510e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:132479 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17057109 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6417684 (6.1 MiB)  TX bytes:723923992 (690.3 MiB)

dockerb41 Link encap:Ethernet  HWaddr 7E:8A:9C:80:C0:C9  
          inet6 addr: fe80::7c8a:9cff:fe80:c0c9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:172187 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68010478 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:8521662 (8.1 MiB)  TX bytes:2858945148 (2.6 GiB)

dockerd00 Link encap:Ethernet  HWaddr FA:0B:17:25:19:C6  
          inet6 addr: fe80::f80b:17ff:fe25:19c6/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:132030 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68003258 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6403575 (6.1 MiB)  TX bytes:2857972333 (2.6 GiB)

dockerd0a Link encap:Ethernet  HWaddr 9A:CF:F5:3B:80:E8  
          inet6 addr: fe80::98cf:f5ff:fe3b:80e8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:181475 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:14330697 (13.6 MiB)

dockerd1a Link encap:Ethernet  HWaddr 2E:A3:6F:CE:CD:B1  
          inet6 addr: fe80::2ca3:6fff:fece:cdb1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:951555 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68960687 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:8181364968 (7.6 GiB)  TX bytes:10164211175 (9.4 GiB)

dockerefb Link encap:Ethernet  HWaddr D2:23:47:79:A5:2B  
          inet6 addr: fe80::d023:47ff:fe79:a52b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:132358 errors:0 dropped:0 overruns:0 frame:0
          TX packets:67991185 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6412590 (6.1 MiB)  TX bytes:2857453890 (2.6 GiB)

eth0      Link encap:Ethernet  HWaddr 00:11:32:40:20:19  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3273029029 errors:0 dropped:15043 overruns:15043 frame:0
          TX packets:6747585580 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3099414174162 (2.8 TiB)  TX bytes:9828802463414 (8.9 TiB)

eth1      Link encap:Ethernet  HWaddr 00:11:32:40:20:1A  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:884159453 errors:0 dropped:0 overruns:0 frame:0
          TX packets:132104860 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:864176962414 (804.8 GiB)  TX bytes:13242156849 (12.3 GiB)

eth2      Link encap:Ethernet  HWaddr 00:11:32:40:20:1B  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:153915173 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17501796 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:26639393479 (24.8 GiB)  TX bytes:916092670 (873.6 MiB)

eth3      Link encap:Ethernet  HWaddr 00:11:32:40:20:1C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1189524560 errors:0 dropped:411 overruns:411 frame:0
          TX packets:112346988 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1195623270238 (1.0 TiB)  TX bytes:50184862223 (46.7 GiB)

eth4      Link encap:Ethernet  HWaddr 24:5E:BE:4D:A6:7F  
          inet addr:192.168.1.111  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::265e:beff:fe4d:a67f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:18166 errors:1 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2972585 (2.8 MiB)  TX bytes:314240 (306.8 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:486711280 errors:0 dropped:0 overruns:0 frame:0
          TX packets:486711280 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:69874368485 (65.0 GiB)  TX bytes:69874368485 (65.0 GiB)

ov-001000 Link encap:Ethernet  HWaddr A6:BF:61:1E:6F:7E  
          inet addr:10.255.0.1  Bcast:10.255.255.255  Mask:255.255.0.0
          inet6 addr: fe80::d828:33ff:fe55:90b2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:293358 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68417704 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:9720592 (9.2 MiB)  TX bytes:2885341925 (2.6 GiB)

ov-001001 Link encap:Ethernet  HWaddr 0E:9A:1E:C6:0A:6A  
          inet addr:10.0.0.1  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::3087:bdff:fe86:242e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:297818 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17156320 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:10046032 (9.5 MiB)  TX bytes:728940644 (695.1 MiB)

ov-001002 Link encap:Ethernet  HWaddr 9A:CF:F5:3B:80:E8  
          inet addr:10.0.1.1  Bcast:10.0.1.255  Mask:255.255.255.0
          inet6 addr: fe80::5499:24ff:fe9c:c538/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:181491 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:14340315 (13.6 MiB)

ovs-syste Link encap:Ethernet  HWaddr 62:A0:85:45:BC:27  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

ovs_eth0  Link encap:Ethernet  HWaddr 00:11:32:40:20:19  
          inet addr:192.168.1.30  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3196924628 errors:0 dropped:0 overruns:0 frame:0
          TX packets:541829499 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3093833515525 (2.8 TiB)  TX bytes:9418822962672 (8.5 TiB)

ovs_eth1  Link encap:Ethernet  HWaddr 00:11:32:40:20:1A  
          inet addr:192.168.2.31  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:848329388 errors:0 dropped:0 overruns:0 frame:0
          TX packets:130545708 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:861755665955 (802.5 GiB)  TX bytes:13139995313 (12.2 GiB)

ovs_eth2  Link encap:Ethernet  HWaddr 00:11:32:40:20:1B  
          inet addr:192.168.3.32  Bcast:192.168.3.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:53722044 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17449597 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:12119770186 (11.2 GiB)  TX bytes:913307071 (870.9 MiB)

ovs_eth3  Link encap:Ethernet  HWaddr 00:11:32:40:20:1C  
          inet addr:192.168.4.33  Bcast:192.168.4.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1058095886 errors:0 dropped:0 overruns:0 frame:0
          TX packets:74851356 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1146164225387 (1.0 TiB)  TX bytes:46042544241 (42.8 GiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

tap021132 Link encap:Ethernet  HWaddr 36:A1:BF:C1:27:D4  
          inet6 addr: fe80::34a1:bfff:fec1:27d4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6099483 errors:0 dropped:0 overruns:0 frame:0
          TX packets:103694538 errors:0 dropped:4581 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2156061164 (2.0 GiB)  TX bytes:15957562327 (14.8 GiB)

vx-001001 Link encap:Ethernet  HWaddr E6:18:A7:AC:E4:D6  
          inet6 addr: fe80::e418:a7ff:feac:e4d6/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:50884 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

vx-001002 Link encap:Ethernet  HWaddr AE:C1:89:69:08:E8  
          inet6 addr: fe80::acc1:89ff:fe69:8e8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1450  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:50855 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

DS1019+ losing connections

Description of the problem

While copying data the network connection randomly drops. I can go to package center and turn off and on to get it to work again. May or not be related to my 10Gb rj45 sfp+ in my Mikrotik.

Description of your products

DS1019+ with the Qnap QNA-UC5G1T

- DSM version 6.2.3 update 2

Description of your environment

  • connect directly to a PC or using a hub
    • PC: NIC model name or chipset name
    • Hub: Mikrotik 5 port desktop switch crs305-1g-4s with a ipolex 10g sfp+ rj45 copper transceiver
  • cable category (Cat.6)

Output of dmesg command

(paste output here)

Output of lsusb command

(paste output here)

Output of ifconfig -a command

(paste output here)

DSM 7.0 support?

Hello bb-qq, the new dsm7.0 rc has been released. Is there any planned maintenance driver?

aqc111 on Synology apollolake_1019+ Linux msp 4.4.59+ cannot connect at 2.5Gbps or 5Gbps

Description of the problem

Tested on my synology with 4 different 1, 2.5, 5, 10Gbps switches.
Out of the box with the aqc111 driver installed, it only supports 100Mbps.
If you turn off thermal throttling, you can get it to connect at 1000Mbps
(However it was new out of box, in cool room, with no data flowing so temperature could not be issue)

Attempting to set speed to 2500 results in no speed change, and removing autonegotiation prevents link.

Description of your products

  • Synology 1019+
    • Linux msp 4.4.59+ #25426 SMP PREEMPT Tue May 12 04:54:55 CST 2020 x86_64 GNU/Linux synology_apollolake_1019+
    • DSM version 6.2.3-25426
  • Sonnet Solo5G USB-C to 5 GBASE-T Ethernet Adapter

Description of your environment

  • connect directly to a PC or using a hub
    • PC: N/A - can't get it to connect to switch at right speed.
    • Hub: Unifi Dream Machine PRO with 10Gtek SFP+ adapter
    • Hub: Linksys GS110EMX
  • Cat 6. 2 Meter.

Output of dmesg command

ethtool eth2
Settings for eth2:
	Supported ports: [ TP MII ]
	Supported link modes:   100baseT/Full 
	                        1000baseT/Full 
	Supported pause frame use: No
	Supports auto-negotiation: Yes
	Advertised link modes:  100baseT/Full 
	                        1000baseT/Full 
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Speed: 100Mb/s
	Duplex: Full
	Port: MII
	PHYAD: 0
	Transceiver: internal
	Auto-negotiation: on
	Supports Wake-on: g
	Wake-on: d
	Current message level: 0x00000007 (7)
			       drv probe link
	Link detected: yes

ethtool --show-priv-flags eth2
Private flags for eth2:
Low Power 5G      : off
Thermal throttling: on
ethtool -i eth2 #driver info
driver: aqc111
version: 1.3.3.0
firmware-version: 3.1.6
bus-info: usb-0000:00:15.0-1
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: yes

ethtool -s eth2 speed 5000 duplex full autoneg on
Cannot advertise speed 5000 duplex full

DS1819+ issues

Description of the problem

I have tested the QNA-UC5G1T in all of the ports on the DS1819+ and have been getting errors on all devices. I thought that power might be an issue but no port solved the issue.

Description of your products

  • DS1819+
    • Linux notadrobo 4.4.59+ #25426
    • DSM 6.2.3-25426 Update 2
  • Qnap QNA-UC5G1T

Description of your environment

  • connect directly to a PC or using a hub
    • PC: Switch is a Unfi 10Gb switch
  • Cat.7

Output of dmesg command

[   55.488743] usb 2-2-port3: logical disconnect on port 3 [kworker/3:5]
[   55.670308] usb 2-2.3: USB disconnect, device number 62
[   55.984463] usb 2-2.3: new SuperSpeed USB device number 63 using xhci_hcd
[   56.712340] usb 2-2.3: usb_reset_and_verify_device Failed to disable LTM
               .
[   56.720749] usb 2-2-port3: logical disconnect on port 3 [kworker/3:1]
[   56.908170] usb 2-2.3: USB disconnect, device number 63
[   57.005499] usb 2-2.3: new SuperSpeed USB device number 64 using xhci_hcd
[   57.144328] usb 2-2.3: usb_reset_and_verify_device Failed to disable LTM
               .
[   57.160301] usb 2-2-port3: logical disconnect on port 3 [kworker/3:6]
[   57.384300] usb 2-2.3: USB disconnect, device number 64
[   57.700801] usb 2-2.3: Device not responding to setup address.
[   57.910814] usb 2-2.3: Device not responding to setup address.
[   58.067242] mii: module verification failed: signature and/or required key missing - tainting kernel
[   58.122301] usb 2-2.3: device not accepting address 65, error -71
[   58.172119] usbcore: registered new interface driver aqc111
[   58.500811] usb 2-2.3: Device not responding to setup address.
[   58.710811] usb 2-2.3: Device not responding to setup address.
[   59.036760] usb 2-2.3: device not accepting address 66, error -71
[   59.407823] usb 2-2.3: Device not responding to setup address.
[   59.617824] usb 2-2.3: Device not responding to setup address.
[   59.825319] usb 2-2.3: device not accepting address 67, error -71
[   60.204411] ip_tables: (C) 2000-2006 Netfilter Core Team
[   60.509321] usb 2-2.3: new SuperSpeed USB device number 68 using xhci_hcd
[   60.543000] aqc111 2-2.3:1.0 eth5: register 'aqc111' at usb-0000:00:15.0-2.3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:4f:87:dd
[   60.577664] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   60.772847] aqc111 2-2.3:1.0 eth5: unregister 'aqc111' usb-0000:00:15.0-2.3, QNAP QNA-UC5G1T USB to 5GbE Adapter
[   60.807439] aqc111 2-2.3:1.0 eth5 (unregistered): Failed to write(0x1) reg index 0x0002: -71
[   60.868108] aqc111 2-2.3:1.0 eth5 (unregistered): Failed to write(0x1) reg index 0x0002: -71
[   60.927938] aqc111 2-2.3:1.0 eth5 (unregistered): Failed to write(0x61) reg index 0x0000: -71
[   60.985924] usb 2-2.3: usb_reset_and_verify_device Failed to disable LTM
               .
[   61.020822] usb 2-2-port3: logical disconnect on port 3 [kworker/3:1]
[   61.049184] aqc111 2-2.3:1.0 (unnamed net_device) (uninitialized): Failed to write(0xb0) reg index 0x0001: -19
[   61.078284] aufs 4.4-20160328
[   61.166799] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   61.256333] usb 2-2.3: USB disconnect, device number 68
[   61.310256] Bridge firewalling registered
[   61.365759] usb 2-2.3: new SuperSpeed USB device number 69 using xhci_hcd
[   61.402965] aqc111 2-2.3:1.0 eth5: register 'aqc111' at usb-0000:00:15.0-2.3, QNAP QNA-UC5G1T USB to 5GbE Adapter, 24:5e:be:4f:87:dd
[   61.492861] aqc111 2-2.3:1.0 eth5: unregister 'aqc111' usb-0000:00:15.0-2.3, QNAP QNA-UC5G1T USB to 5GbE Adapter
[   61.573219] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[   61.577109] aqc111 2-2.3:1.0 eth5 (unregistered): Failed to write(0x1) reg index 0x0002: -71
[   61.580590] aqc111 2-2.3:1.0 eth5 (unregistered): Failed to write(0x1) reg index 0x0002: -71
[   61.584098] aqc111 2-2.3:1.0 eth5 (unregistered): Failed to write(0x61) reg index 0x0000: -71
[   61.588366] usb 2-2.3: usb_reset_and_verify_device Failed to disable LTM

Output of lsusb command

|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__1-1         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 7F008ABB20CA6010)
  |__1-2         0bda:5411:0104 09  2.10  480MBit/s 0mA 1IF  (Generic 4-Port USB 2.0 Hub syno.ext.hub) hub
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.59+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__2-2         0bda:0411:0104 09  3.00 5000MBit/s 0mA 1IF  (Generic 4-Port USB 3.0 Hub syno.ext.hub) hub
    |__2-2.3     1c04:0015:0101 00  3.20 5000MBit/s  0IFs (QNAP▒ Pacific▒ 04I22793)

Output of ifconfig -a command

eth0,eth1,eth2,eth3,eth4 (Internal Synology 10GBe card), no eth5 shows up

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.