Jump to content
XPEnology Community

DSM 6.2 Loader


jun

Recommended Posts

On 1/10/2019 at 9:47 AM, NeoID said:

This is how it looks right after a new install with two WD Red drives attached to my LSI HBA in pass-through mode. I can see the bootloader (configured as SATA) taking up the first slot. I have no additional SATA controller added to the VM (I have removed all I can remove). For some reason I have four empty slots before the two drives of my HBA show up. I guess this has something to do with the SATAmap variable but I cant' find much info on it. Considering that it shows me 16 slots (more than the default 4 or 12 of the original synology) without modifying any system files I guess I somehow can support all 16 drives or even pass-through two HBA's in order to get 24 drives?

 

Capture.PNG

 

I will answer my own post as it might help others or start a at least shine some light on how to configure the sata_args parameters.
As usually I've modified grub.cfg and added my serial and mac before commenting out all menu items except the one for ESXi.

 

When booting the image Storage Manager gave me the above setup which is far from ideal. The first one is the bootloader attached to the virtual SATA controller 0 and the other two are my first and second drive connected to my LSI HBA in pass-through mode. In order to hide the drive I added DiskIdxMap=1F to the sata_args. This pushed the bootloader out of the 16 disk boundary so I was left with the other two data drives. In order to move them to the beginning of the slots I also added SasIdxMap=0xfffffffe. I've testet multiple values and decreased the value one by one until all drives aligned correctly. The reason for why you see 16 drives is because maxdrives in /etc.defaults/synoinfo.conf was set to 16. Not exactly sure why it is set to that value and not 4 or 12, but maybe it's changed based on your hardware/sata ports and the fact that my HBA has 16 drives? No idea about that last part, but it seems to work as intended.

 

set sata_args='DiskIdxMap=1F SasIdxMap=0xfffffffe'

 

Capture.PNG

Capture.PNG

Edited by NeoID
  • Like 1
Link to comment
Share on other sites

2 hours ago, NeoID said:

The reason for why you see 16 drives is because maxdrives in /etc.defaults/synoinfo.conf was set to 16. Not exactly sure why it is set to that value and not 4 or 12, but maybe it's changed based on your hardware/sata ports and the fact that my HBA has 16 drives? No idea about that last part, but it seems to work as intended.

 

Maxdrives=16 via Jun's loader 1.04b only (so far).  There was a forum request to have that change implemented.

 

Link to comment
Share on other sites

18 minutes ago, flyride said:

 

Maxdrives=16 via Jun's loader 1.04b only (so far).  There was a forum request to have that change implemented.

 

 

I see... how will this work in terms of future upgrades? I know Synology sometimes overwrites synofinfo.conf. If this implementation survives upgrades... It's there a way to change it/make it configurable through grub? I have currently two VMs with two 16 ports LSI HBAs, but it would be much nicer to merge them into one with 24 drives. However, not a fan of changing synoinfo.conf and risking a crashed volume if it's suddenly overridden. I guess I could make a script that runs on bolt that makes sure the variable is set before DSM is started, but much nicer if @jun would take the time to implement this or suggest a "best practice" method of changing maxdrives and the two other related (usb/esata)  variables. :)

Edited by NeoID
Link to comment
Share on other sites

Maxdrives=16 is already overriding synoinfo.conf.  This is not different than Maxdrives=12 we have had up until now, with no more or less risk due to upgrades.

 

You'd have to get Jun to speak about the user configurability of it however.  I suspect it's not easy to do as the changes in grub are affecting arguments passed to the kernel at boot time, and Maxdrives is not a kernel parameter.

Link to comment
Share on other sites

4 hours ago, flyride said:

Maxdrives=16 is already overriding synoinfo.conf.

 

What I mean is that I don't understand how jun is able to override synoinfo.conf and make it survive upgrades (never had any issues with it at least), but when I change /etc.defaults/synoinfo.conf it may or may not survive upgrades... it sounds to me like I should put the "Maxdrives=24" or whatever somewhere else (in another file) that again makes sure that synoinfo.conf always has the correct value. For example.. I see that there's also /etc/synoinfo.conf which contains the same values.. is that file persistent and overriding the /etc.defaults/synoinfo.conf file?

 

Seems by the way that I'm still missing something regarding the sata_args or so as I now get the following message trying to log into my test VM: "You cannot login to the system because the disk space is full currently. Please restart the system and try again." I have never seen the error message before and it's obviously not out of disk space by just sitting there idling for 5 hours. It works again after a reboot, but there is still something that isn't right. I'll update my post when I've figured out what's causing this.

Edited by NeoID
Link to comment
Share on other sites

I may have found a bug. I'm using netdata for system monitoring on both my "production" and test xpenology (see storage manager screenshot in my previous post).

Using synoboot 1.03b/ds3615xs  everything is fine, but using 1.04b with two drives it tells me that my array is degraded. DSM on the other hand says everything is normal.

As mentioned, this isn't an issue on the previous loader.

Capture.PNG

Edited by NeoID
Link to comment
Share on other sites

Apparently the lastest bootloader or version of DSM does something silly.

When doing cat /proc/mdstat I get:

 

md1 : active raid1 sda2[0] sdb2[1]
      2097088 blocks [16/2] [UU______________]

But that doesn't seem right.. a RAID 1 on the previous loader looked like this:

md3 : active raid1 sdi3[0] sdj3[1]
      483564544 blocks super 1.2 [2/2] [UU]

Netdata doesn't like the 16/2 status as it assumes drives are missing from the array and therefore degraded. DSM doesn't seem to care though, but still not perfect.

Link to comment
Share on other sites

/dev/md0 is the DSM partition and is a n-disk RAID1 (n=the number of disks in your system)

/dev/md1 is the swap partition is also a n-disk RAID1 (n=the number of disks in your system)

 

Your arrays are /dev/md2, /dev/md3 and so forth

 

The [16/n] (or [12/n] in the case of earlier loaders) notation is normal and linked to maxdisks.  Even on a real Synology box you will at least see underscores where empty slots are.

  • Like 1
Link to comment
Share on other sites

23 hours ago, NeoID said:

 

What I mean is that I don't understand how jun is able to override synoinfo.conf and make it survive upgrades

                    GNU GRUB  version 2.02~beta2-36ubuntu3.9

 +----------------------------------------------------------------------------+
 | DS3617xs 6.1 Baremetal with Jun's Mod v1.02-alpha                          |
 |*DS3617xs 6.1 Baremetal with Jun's Mod v1.02-alpha Reinstall                |
 | DS3617xs 6.1 VMWare/ESXI with Jun's Mod v1.02-alpha                        |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 +----------------------------------------------------------------------------+

[snip]
patching file etc/passwd
patching file etc/rc
patching file etc/synoinfo.conf
patching file linuxrc.syno
patching file usr/sbin/init.post
START /linuxrc.syno

As you can see the loader patches the files dynamically on each boot.

Link to comment
Share on other sites

TO

IG88 or Jun,

 

Please check loader DS3617xs 6.2 1.03b

It  will not work with the latest hardware,  The highest it will go is 6.2 23739 update 2 from there it breaks. With DS3615xs it works well with old and new hardware and I'm able to update to the latest 6.2.1 23824 update 4.

Even using the extra.lzma it will not work I have added intel nics and nothing seems to work.

 

Thanks guys again for the great work !

 

Edited by painkiller895
  • Like 1
Link to comment
Share on other sites

On 11/9/2018 at 2:26 PM, ideasman69 said:

Back to the Asrock boards:

 

J3455B-ITX: works

J3455-M: works

J3455-ITX: i915 driver fails which explains why /dev/dri is missing:


===== trigger device plug event =====
[  219.079271] BUG: unable to handle kernel NULL pointer dereference at           (null)
[  219.087187] IP: [<          (null)>]           (null)
[  219.092288] PGD 1783da067 PUD 1783db067 PMD 0
[  219.096825] Oops: 0010 [#1] PREEMPT SMP
[  219.100846] Modules linked in: i915(E+) drm_kms_helper(E) syscopyarea(E) sysfillrect(E) sysimgblt(E) fb_sys_fops(E) cfbfillrect(E) cfbcopyarea(E) cfbimgblt(E) drm(E) fb(E) fbdev intel_agp(E) intel_gtt(E) agpgart(E) video backlight button synoacl_vfs(PO) hfsplus md4 hmac r8168(OE) ixgbe(E) igb(E) i2c_algo_bit e1000e(E) vxlan ip6_udp_tunnel udp_tunnel fuse vfat fat crc32c_intel aesni_intel glue_helper lrw gf128mul ablk_helper arc4 cryptd ecryptfs sha256_generic ecb aes_x86_64 authenc des_generic ansi_cprng cts md5 cbc cpufreq_powersave cpufreq_performance acpi_cpufreq processor cpufreq_stats dm_snapshot dm_bufio crc_itu_t crc_ccitt quota_v2 quota_tree psnap p8022 llc sit tunnel4 ip_tunnel ipv6 zram sg etxhci_hcd rtc_cmos(E) mdio(E) mpt3sas(E) raid_class(E) scsi_transport_sas(E) megaraid_sas(E) megaraid(E) mptctl(E) mptspi(E) mptscsih(E) mptbase(E) scsi_transport_spi(E) megaraid_mbox(E) megaraid_mm(E) vmw_pvscsi(E) BusLogic(E) usb_storage xhci_pci xhci_hcd usbcore usb_common imwz(OE) [last unloaded: apollolake_synobios]
[  219.193595] CPU: 3 PID: 6837 Comm: insmod Tainted: P           OE   4.4.59+ #23824
[  219.201196] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./J3455-ITX, BIOS P1.80 05/21/2018
[  219.210792] task: ffff880178b0e240 ti: ffff880072450000 task.ti: ffff880072450000
[  219.218296] RIP: 0010:[<0000000000000000>]  [<          (null)>]           (null)
[  219.225833] RSP: 0018:ffff880072453950  EFLAGS: 00010202
[  219.231162] RAX: 0000000000000246 RBX: ffff8800727341c0 RCX: 0000000000000010
[  219.238322] RDX: 0000000000000002 RSI: 0000000000000002 RDI: ffff8800727341c0
[  219.245482] RBP: ffff880072453970 R08: 0000000000000000 R09: 0000000000000000
[  219.252641] R10: 0000000000bc5624 R11: 0000000000000001 R12: ffff880072453990
[  219.259803] R13: 0000000000000002 R14: 0000000000000002 R15: ffff880072734ba0
[  219.266962] FS:  00007fb83f4f3700(0000) GS:ffff88017fd80000(0000) knlGS:0000000000000000
[  219.275077] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  219.280847] CR2: 0000000000000000 CR3: 0000000174ffd000 CR4: 00000000003406f0
[  219.288006] Stack:
[  219.290031]  ffffffff8140c409 ffff8800727341c0 ffff880072734000 ffff8800727341c0
[  219.297556]  ffff8800724539b8 ffffffffa059da68 ffff8800724539e7 0000000000000000
[  219.305082]  0000000100000040 ffff88007245398c ffff001000010040 ffff8800724539d0
[  219.312605] Call Trace:
[  219.315076]  [<ffffffff8140c409>] ? i2c_transfer+0x79/0x90
[  219.320594]  [<ffffffffa059da68>] drm_dp_dual_mode_read+0x58/0x80 [drm_kms_helper]
[  219.328194]  [<ffffffffa059dcb2>] drm_dp_dual_mode_detect+0x32/0x150 [drm_kms_helper]
[  219.336121]  [<ffffffffa0683adc>] lspcon_init+0x6c/0x1a0 [i915]
[  219.342121]  [<ffffffffa066b480>] intel_ddi_init+0x2d0/0x4f0 [i915]
[  219.348474]  [<ffffffffa0649537>] intel_modeset_init+0x15e7/0x1a70 [i915]
[  219.355342]  [<ffffffffa0683507>] ? intel_setup_gmbus+0x2e7/0x310 [i915]
[  219.362118]  [<ffffffffa05beccf>] i915_driver_load+0xa0f/0xe00 [i915]
[  219.368637]  [<ffffffffa05c9797>] i915_pci_probe+0x27/0x40 [i915]
[  219.374761]  [<ffffffff812fc85c>] pci_device_probe+0x8c/0x100
[  219.380537]  [<ffffffff813842d1>] driver_probe_device+0x1f1/0x310
[  219.386654]  [<ffffffff81384472>] __driver_attach+0x82/0x90
[  219.392254]  [<ffffffff813843f0>] ? driver_probe_device+0x310/0x310
[  219.398544]  [<ffffffff81382361>] bus_for_each_dev+0x61/0xa0
[  219.404226]  [<ffffffff81383d69>] driver_attach+0x19/0x20
[  219.409643]  [<ffffffff81383993>] bus_add_driver+0x1b3/0x230
[  219.415324]  [<ffffffffa06fa000>] ? 0xffffffffa06fa000
[  219.420483]  [<ffffffff81384c7b>] driver_register+0x5b/0xe0
[  219.426079]  [<ffffffff812fb337>] __pci_register_driver+0x47/0x50
[  219.432243]  [<ffffffffa06fa03e>] i915_init+0x3e/0x45 [i915]
[  219.437926]  [<ffffffff810003b6>] do_one_initcall+0x86/0x1b0
[  219.443608]  [<ffffffff810dfdd8>] do_init_module+0x56/0x1be
[  219.449204]  [<ffffffff810b61ad>] load_module+0x1ded/0x2070
[  219.454798]  [<ffffffff810b3510>] ? __symbol_put+0x50/0x50
[  219.460307]  [<ffffffff810b65b9>] SYSC_finit_module+0x79/0x80
[  219.466082]  [<ffffffff810b65d9>] SyS_finit_module+0x9/0x10
[  219.471679]  [<ffffffff81567444>] entry_SYSCALL_64_fastpath+0x18/0x8c
[  219.478146] Code:  Bad RIP value.
[  219.481540] RIP  [<          (null)>]           (null)
[  219.486723]  RSP <ffff880072453950>
[  219.490238] CR2: 0000000000000000
[  219.493572] ---[ end trace 21ef5019a03d0eeb ]---
[  219.498323] ------------[ cut here ]------------

I've tried:

  • all official versions of the J3455-ITX BIOS including the newly released 1.80
  •  flashing the J3455B-ITX and J3455-M BIOSs to the board using an external flashing device
    •  the J3455B-ITX BIOS booted but for whatever reason said it was a J3355B-ITX and wouldn't get past post saying the CPU didn't match the BIOS.
    •  the J3455-M BIOS also booted but the model string was incorrect
  • all combinations of BIOS settings
  • installing 6.2 using 3615 bootloader, then upgrading to 6.2.1 and the 918+ bootloader
  • changing the GPU priority to PCIe and sticking in a PCIe video card


All of the above failed :(

 

It looks like the original release of the 918+ boot loader works on this board so maybe something to do with the newer i915 driver @jun put in?

 

 

my HW config: Asrock J4105-ITX     4GB DDR4  run at 2400HZ ,  500GB  WD HDD.   

Loader:1.04b     DSM for 918+  6.2 23739

 

Maybe about GuC and HuC   hasn't  loaded firmwares ?    @jun @ideasman69 @IG-88   

 

Spoiler

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Mon Jan 14 11:08:56 2019] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[Mon Jan 14 11:08:56 2019] ACPI: Power Button [PWRB]
[Mon Jan 14 11:08:56 2019] Linux agpgart interface v0.103
[Mon Jan 14 11:08:56 2019] systemd-udevd[5743]: starting version 204
[Mon Jan 14 11:08:57 2019] [drm] GuC: No firmware known for this platform!
[Mon Jan 14 11:08:57 2019] [drm] HuC: No firmware known for this platform!
[Mon Jan 14 11:08:57 2019] [drm] VT-d active for gfx access
[Mon Jan 14 11:08:57 2019] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[Mon Jan 14 11:08:57 2019] [drm] Driver supports precise vblank timestamp query.
[Mon Jan 14 11:08:57 2019] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[Mon Jan 14 11:08:57 2019] [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[Mon Jan 14 11:08:57 2019] BUG: unable to handle kernel NULL pointer dereference at           (null)
[Mon Jan 14 11:08:57 2019] IP: [<          (null)>]           (null)
[Mon Jan 14 11:08:57 2019] PGD 178570067 PUD 178194067 PMD 0 
[Mon Jan 14 11:08:57 2019] Oops: 0010 [#1] PREEMPT SMP 
[Mon Jan 14 11:08:57 2019] Modules linked in:
[Mon Jan 14 11:08:57 2019]  i915(E+)
[Mon Jan 14 11:08:57 2019]  drm_kms_helper(E)
[Mon Jan 14 11:08:57 2019]  syscopyarea(E) sysfillrect(E) sysimgblt(E) fb_sys_fops(E) cfbfillrect(E) cfbcopyarea(E) cfbimgblt(E) drm(E) fb(E) fbdev intel_agp(E) intel_gtt(E) agpgart(E) video backlight button synoacl_vfs(PO) hfsplus md4 hmac r8168(OE) ixgbe(E) igb(O) i2c_algo_bit e1000e(O) vxlan ip6_udp_tunnel udp_tunnel fuse vfat fat crc32c_intel aesni_intel glue_helper lrw gf128mul ablk_helper arc4 cryptd ecryptfs sha256_generic ecb aes_x86_64 authenc des_generic ansi_cprng cts md5 cbc cpufreq_powersave cpufreq_performance acpi_cpufreq processor cpufreq_stats dm_snapshot dm_bufio crc_itu_t crc_ccitt quota_v2 quota_tree psnap p8022 llc sit tunnel4 ip_tunnel ipv6 zram sg etxhci_hcd rtc_cmos(E) mdio(E) mpt3sas(E) raid_class(E) scsi_transport_sas(E) megaraid_sas(E) megaraid(E) mptctl(E) mptspi(E) mptscsih(E) mptbase(E)
[Mon Jan 14 11:08:57 2019]  scsi_transport_spi(E) megaraid_mbox(E) megaraid_mm(E) vmw_pvscsi(E) BusLogic(E) usb_storage xhci_pci xhci_hcd usbcore usb_common lcosolrr(OE) [last unloaded: apollolake_synobios]
[Mon Jan 14 11:08:57 2019] CPU: 2 PID: 5796 Comm: insmod Tainted: P           OE   4.4.59+ #23739
[Mon Jan 14 11:08:57 2019] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./J4105-ITX, BIOS P1.40 08/06/2018
[Mon Jan 14 11:08:57 2019] task: ffff880173b25000 ti: ffff88006e0ec000 task.ti: ffff88006e0ec000
[Mon Jan 14 11:08:57 2019] RIP: 0010:[<0000000000000000>]  [<          (null)>]           (null)
[Mon Jan 14 11:08:57 2019] RSP: 0018:ffff88006e0ef8b0  EFLAGS: 00010202
[Mon Jan 14 11:08:57 2019] RAX: 0000000000000246 RBX: ffff880067a241c0 RCX: 0000000000000001
[Mon Jan 14 11:08:57 2019] RDX: 0000000000000002 RSI: 0000000000000002 RDI: ffff880067a241c0
[Mon Jan 14 11:08:57 2019] RBP: ffff88006e0ef8d0 R08: 0000000000000002 R09: ffffffffa06b3b60
[Mon Jan 14 11:08:57 2019] R10: ffff880067a24154 R11: ffff880067a2417c R12: ffff88006e0ef910
[Mon Jan 14 11:08:57 2019] R13: 0000000000000002 R14: ffff88006e0ef8ff R15: ffff88006e0ef98f
[Mon Jan 14 11:08:57 2019] FS:  00007f5597952700(0000) GS:ffff88017fd00000(0000) knlGS:0000000000000000
[Mon Jan 14 11:08:57 2019] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Mon Jan 14 11:08:57 2019] CR2: 0000000000000000 CR3: 0000000177743000 CR4: 00000000003406f0
[Mon Jan 14 11:08:57 2019] Stack:
[Mon Jan 14 11:08:57 2019]  ffffffff8140c269 0000000000000005 0000000000000002 ffff88006e0ef8fe
[Mon Jan 14 11:08:57 2019]  ffff88006e0ef960 ffffffffa0520da2 ffff88006e0ef910 0001880002000790
[Mon Jan 14 11:08:57 2019]  ffff880067a241c0 0000000000000000 ffff000100000030 ffff88006e0ef8ff
[Mon Jan 14 11:08:57 2019] Call Trace:
[Mon Jan 14 11:08:57 2019]  [<ffffffff8140c269>] ? i2c_transfer+0x79/0x90
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0520da2>] drm_do_probe_ddc_edid+0xc2/0x130 [drm]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0522360>] drm_get_edid+0x300/0x390 [drm]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa06818bf>] intel_dp_init_connector+0xa7f/0xf00 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0676533>] intel_ddi_init+0x383/0x4f0 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa065452a>] intel_modeset_init+0x15da/0x1a70 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa068e507>] ? intel_setup_gmbus+0x2e7/0x310 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa05c9ccf>] i915_driver_load+0xa0f/0xe00 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa05d4797>] i915_pci_probe+0x27/0x40 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffff812fb5bc>] pci_device_probe+0x8c/0x100
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384271>] driver_probe_device+0x1f1/0x310
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384412>] __driver_attach+0x82/0x90
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384390>] ? driver_probe_device+0x310/0x310
[Mon Jan 14 11:08:57 2019]  [<ffffffff81382301>] bus_for_each_dev+0x61/0xa0
[Mon Jan 14 11:08:57 2019]  [<ffffffff81383d09>] driver_attach+0x19/0x20
[Mon Jan 14 11:08:57 2019]  [<ffffffff81383933>] bus_add_driver+0x1b3/0x230
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0705000>] ? 0xffffffffa0705000
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384c1b>] driver_register+0x5b/0xe0
[Mon Jan 14 11:08:57 2019]  [<ffffffff812fa097>] __pci_register_driver+0x47/0x50
[Mon Jan 14 11:08:57 2019]  [<ffffffffa070503e>] i915_init+0x3e/0x45 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffff810003b6>] do_one_initcall+0x86/0x1b0
[Mon Jan 14 11:08:57 2019]  [<ffffffff810df1d8>] do_init_module+0x56/0x1be
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b554d>] load_module+0x1ded/0x2070
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b28b0>] ? __symbol_put+0x50/0x50
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b5959>] SYSC_finit_module+0x79/0x80
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b5979>] SyS_finit_module+0x9/0x10
[Mon Jan 14 11:08:57 2019]  [<ffffffff81566b17>] entry_SYSCALL_64_fastpath+0x12/0x6a
[Mon Jan 14 11:08:57 2019] Code:  Bad RIP value.
[Mon Jan 14 11:08:57 2019] RIP  [<          (null)>]           (null)
[Mon Jan 14 11:08:57 2019]  RSP <ffff88006e0ef8b0>
[Mon Jan 14 11:08:57 2019] CR2: 0000000000000000
[Mon Jan 14 11:08:57 2019] ---[ end trace dbe7a1e6c398b39f ]---
[Mon Jan 14 11:08:57 2019] ------------[ cut here ]------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

Spoiler

-------------------------------------------------------------------------------------------------------------------------------------------------------------------
[Thu Jan 10 00:13:55 2019] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[Thu Jan 10 00:13:55 2019] ACPI: Power Button [PWRB]
[Thu Jan 10 00:13:55 2019] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[Thu Jan 10 00:13:55 2019] ACPI: Power Button [PWRF]
[Thu Jan 10 00:13:55 2019] Linux agpgart interface v0.103
[Thu Jan 10 00:13:55 2019] [drm] PipeC fused off
[Thu Jan 10 00:13:55 2019] [drm] VT-d active for gfx access
[Thu Jan 10 00:13:55 2019] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[Thu Jan 10 00:13:55 2019] Failed to add WC MTRR for [00000000e0000000-00000000efffffff]; performance may suffer.
[Thu Jan 10 00:13:55 2019] [drm] DMAR active, disabling use of stolen memory
[Thu Jan 10 00:13:55 2019] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[Thu Jan 10 00:13:55 2019] [drm] Driver supports precise vblank timestamp query.
[Thu Jan 10 00:13:55 2019] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[Thu Jan 10 00:13:55 2019] [drm] Initialized i915 1.6.0 20180514 for 0000:00:02.0 on minor 0
[Thu Jan 10 00:13:55 2019] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[Thu Jan 10 00:13:55 2019] acpi device:60: registered as cooling_device4
[Thu Jan 10 00:13:55 2019] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[Thu Jan 10 00:13:55 2019] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[Thu Jan 10 00:13:55 2019] Btrfs loaded, crc32c=crc32c-intel
[Thu Jan 10 00:13:55 2019] exFAT: Version 1.2.9
[Thu Jan 10 00:13:55 2019] jme: JMicron JMC2XX ethernet driver version 1.0.8
[Thu Jan 10 00:13:55 2019] sky2: driver version 1.30
[Thu Jan 10 00:13:56 2019] QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.3.63
[Thu Jan 10 00:13:56 2019] QLogic/NetXen Network Driver v4.0.82
[Thu Jan 10 00:13:56 2019] Solarflare NET driver v4.0
[Thu Jan 10 00:13:56 2019] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[Thu Jan 10 00:13:56 2019] e1000: Copyright (c) 1999-2006 Intel Corporation.
[Thu Jan 10 00:13:56 2019] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[Thu Jan 10 00:13:56 2019] VMware vmxnet3 virtual NIC driver - version 1.4.5.0-k-NAPI
[Thu Jan 10 00:13:56 2019] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[Thu Jan 10 00:13:56 2019] usbcore: registered new interface driver ax88179_178a
[Thu Jan 10 00:13:56 2019] 2019-1-10 8:13:57 UTC

---------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

Spoiler

[Mon Jan 14 11:08:39 2019] Initializing cgroup subsys cpuset
[Mon Jan 14 11:08:39 2019] Initializing cgroup subsys cpu
[Mon Jan 14 11:08:39 2019] Initializing cgroup subsys cpuacct
[Mon Jan 14 11:08:39 2019] Linux version 4.4.59+ (root@build3) (gcc version 4.9.3 20150311 (prerelease) (crosstool-NG 1.20.0) ) #23739 SMP PREEMPT Tue Jul 3 19:51:03 CST 2018
[Mon Jan 14 11:08:39 2019] Command line: syno_hdd_powerup_seq=1 HddHotplug=0 syno_hw_version=DS918+ vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet syno_hdd_detect=0 syno_port_thaw=1 root=/dev/md0 
[Mon Jan 14 11:08:39 2019] KERNEL supported cpus:
[Mon Jan 14 11:08:39 2019]   Intel GenuineIntel
[Mon Jan 14 11:08:39 2019] x86/fpu: xstate_offset[3]:  960, xstate_sizes[3]:   64
[Mon Jan 14 11:08:39 2019] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
[Mon Jan 14 11:08:39 2019] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[Mon Jan 14 11:08:39 2019] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[Mon Jan 14 11:08:39 2019] x86/fpu: Supporting XSAVE feature 0x08: 'MPX bounds registers'
[Mon Jan 14 11:08:39 2019] x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR'
[Mon Jan 14 11:08:39 2019] x86/fpu: Enabled xstate features 0x1b, context size is 1088 bytes, using 'standard' format.
[Mon Jan 14 11:08:39 2019] x86/fpu: Using 'eager' FPU context switches.
[Mon Jan 14 11:08:39 2019] e820: BIOS-provided physical RAM map:
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x0000000000000100-0x000000000003dfff] usable
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000000003e000-0x000000000003ffff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x0000000012151000-0x000000006add3fff] usable
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000006add4000-0x000000006d655fff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000006d656000-0x000000006d677fff] usable
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000006d678000-0x000000006d6cefff] ACPI NVS
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000006d6cf000-0x000000006da9afff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000006da9b000-0x000000006e4c1fff] usable
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000006e4c2000-0x000000006e56dfff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000006e56e000-0x000000006ebfffff] usable
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x000000006ec00000-0x000000007fffffff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[Mon Jan 14 11:08:39 2019] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[Mon Jan 14 11:08:39 2019] NX (Execute Disable) protection: active
[Mon Jan 14 11:08:39 2019] e820: update [mem 0x00100000-0x0010000f] usable ==> usable
[Mon Jan 14 11:08:39 2019] extended physical RAM map:
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x0000000000000100-0x000000000003dfff] usable
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000000003e000-0x000000000003ffff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x0000000000040000-0x000000000009dfff] usable
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x0000000000100000-0x000000000010000f] usable
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x0000000000100010-0x000000000fffffff] usable
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x0000000010000000-0x0000000012150fff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x0000000012151000-0x000000006add3fff] usable
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000006add4000-0x000000006d655fff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000006d656000-0x000000006d677fff] usable
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000006d678000-0x000000006d6cefff] ACPI NVS
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000006d6cf000-0x000000006da9afff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000006da9b000-0x000000006e4c1fff] usable
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000006e4c2000-0x000000006e56dfff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000006e56e000-0x000000006ebfffff] usable
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x000000006ec00000-0x000000007fffffff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[Mon Jan 14 11:08:39 2019] reserve setup_data: [mem 0x0000000100000000-0x000000017fffffff] usable
[Mon Jan 14 11:08:39 2019] efi: EFI v2.60 by American Megatrends
[Mon Jan 14 11:08:39 2019] efi:  ACPI 2.0=0x6d678000  ACPI=0x6d678000  SMBIOS=0x6d947000  SMBIOS 3.0=0x6d946000  ESRT=0x69d09398 
[Mon Jan 14 11:08:39 2019] esrt: Reserving ESRT space from 0x0000000069d09398 to 0x0000000069d093d0.
[Mon Jan 14 11:08:39 2019] SMBIOS 3.1.1 present.
[Mon Jan 14 11:08:39 2019] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Mon Jan 14 11:08:39 2019] e820: remove [mem 0x000a0000-0x000fffff] usable
[Mon Jan 14 11:08:39 2019] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
[Mon Jan 14 11:08:39 2019] MTRR default type: uncachable
[Mon Jan 14 11:08:39 2019] MTRR fixed ranges enabled:
[Mon Jan 14 11:08:39 2019]   00000-9FFFF write-back
[Mon Jan 14 11:08:39 2019]   A0000-BFFFF uncachable
[Mon Jan 14 11:08:39 2019]   C0000-FFFFF write-protect
[Mon Jan 14 11:08:39 2019] MTRR variable ranges enabled:
[Mon Jan 14 11:08:39 2019]   0 base 00FF000000 mask 7FFF000000 write-combining
[Mon Jan 14 11:08:39 2019]   1 base 0000000000 mask 7F80000000 write-back
[Mon Jan 14 11:08:39 2019]   2 base 006F000000 mask 7FFF000000 uncachable
[Mon Jan 14 11:08:39 2019]   3 base 0070000000 mask 7FF0000000 uncachable
[Mon Jan 14 11:08:39 2019]   4 base 0100000000 mask 7F80000000 write-back
[Mon Jan 14 11:08:39 2019]   5 base 0090000000 mask 7FF0000000 write-combining
[Mon Jan 14 11:08:39 2019]   6 disabled
[Mon Jan 14 11:08:39 2019]   7 disabled
[Mon Jan 14 11:08:39 2019]   8 disabled
[Mon Jan 14 11:08:39 2019]   9 disabled
[Mon Jan 14 11:08:39 2019] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[Mon Jan 14 11:08:39 2019] e820: last_pfn = 0x6ec00 max_arch_pfn = 0x400000000
[Mon Jan 14 11:08:39 2019] Base memory trampoline at [ffff880000098000] 98000 size 24576
[Mon Jan 14 11:08:39 2019] Using GB pages for direct mapping
[Mon Jan 14 11:08:39 2019] BRK [0x019fa000, 0x019fafff] PGTABLE
[Mon Jan 14 11:08:39 2019] BRK [0x019fb000, 0x019fbfff] PGTABLE
[Mon Jan 14 11:08:39 2019] BRK [0x019fc000, 0x019fcfff] PGTABLE
[Mon Jan 14 11:08:39 2019] BRK [0x019fd000, 0x019fdfff] PGTABLE
[Mon Jan 14 11:08:39 2019] BRK [0x019fe000, 0x019fefff] PGTABLE
[Mon Jan 14 11:08:39 2019] BRK [0x019ff000, 0x019fffff] PGTABLE
[Mon Jan 14 11:08:39 2019] RAMDISK: [mem 0x367fb000-0x37ffffff]
[Mon Jan 14 11:08:39 2019] ACPI: Early table checksum verification disabled
[Mon Jan 14 11:08:39 2019] ACPI: RSDP 0x000000006D678000 000024 (v02 ALASKA)
[Mon Jan 14 11:08:39 2019] ACPI: XSDT 0x000000006D6780C0 0000E4 (v01 ALASKA A M I    01072009 AMI  00010013)
[Mon Jan 14 11:08:39 2019] ACPI: FACP 0x000000006D684620 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[Mon Jan 14 11:08:39 2019] ACPI: DSDT 0x000000006D678250 00C3C3 (v02 ALASKA A M I    01072009 INTL 20160930)
[Mon Jan 14 11:08:39 2019] ACPI: FACS 0x000000006D6CE080 000040
[Mon Jan 14 11:08:39 2019] ACPI: FPDT 0x000000006D684740 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[Mon Jan 14 11:08:39 2019] ACPI: FIDT 0x000000006D684790 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[Mon Jan 14 11:08:39 2019] ACPI: MCFG 0x000000006D684830 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[Mon Jan 14 11:08:39 2019] ACPI: DBG2 0x000000006D684870 000072 (v00 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: DBGP 0x000000006D6848F0 000034 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: HPET 0x000000006D684930 000038 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: LPIT 0x000000006D684970 00005C (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: APIC 0x000000006D6849D0 000084 (v03 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: NPKT 0x000000006D684A60 000065 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0x000000006D684AD0 003E72 (v02 INTEL  DptfTab  00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0x000000006D688950 0010B3 (v02 INTEL  UsbCTabl 00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0x000000006D689A10 00153E (v01 Intel_ Platform 00001000 INTL 20160930)
[Mon Jan 14 11:08:39 2019] ACPI: AAFT 0x000000006D68AF50 0002CE (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0x000000006D68B220 0004D5 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0x000000006D68B700 000775 (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0x000000006D68BE80 00035F (v02 PmRef  Cpu0Tst  00003000 INTL 20160930)
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0x000000006D68C1E0 0001E6 (v02 PmRef  ApTst    00003000 INTL 20160930)
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0x000000006D68C3D0 0028FE (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
[Mon Jan 14 11:08:39 2019] ACPI: UEFI 0x000000006D68ECD0 000042 (v01 ALASKA A M I    00000002      01000013)
[Mon Jan 14 11:08:39 2019] ACPI: TPM2 0x000000006D68ED20 000034 (v03 ALASKA A M I    00000001 AMI  00000000)
[Mon Jan 14 11:08:39 2019] ACPI: DMAR 0x000000006D68ED60 0000A8 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[Mon Jan 14 11:08:39 2019] ACPI: WDAT 0x000000006D68EE10 000104 (v01                 00000000      00000000)
[Mon Jan 14 11:08:39 2019] ACPI: WSMT 0x000000006D68EF20 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[Mon Jan 14 11:08:39 2019] ACPI: Local APIC address 0xfee00000
[Mon Jan 14 11:08:39 2019] Zone ranges:
[Mon Jan 14 11:08:39 2019]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[Mon Jan 14 11:08:39 2019]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[Mon Jan 14 11:08:39 2019]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[Mon Jan 14 11:08:39 2019] Movable zone start for each node
[Mon Jan 14 11:08:39 2019] Early memory node ranges
[Mon Jan 14 11:08:39 2019]   node   0: [mem 0x0000000000001000-0x000000000003dfff]
[Mon Jan 14 11:08:39 2019]   node   0: [mem 0x0000000000040000-0x000000000009dfff]
[Mon Jan 14 11:08:39 2019]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[Mon Jan 14 11:08:39 2019]   node   0: [mem 0x0000000012151000-0x000000006add3fff]
[Mon Jan 14 11:08:39 2019]   node   0: [mem 0x000000006d656000-0x000000006d677fff]
[Mon Jan 14 11:08:39 2019]   node   0: [mem 0x000000006da9b000-0x000000006e4c1fff]
[Mon Jan 14 11:08:39 2019]   node   0: [mem 0x000000006e56e000-0x000000006ebfffff]
[Mon Jan 14 11:08:39 2019]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[Mon Jan 14 11:08:39 2019] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[Mon Jan 14 11:08:39 2019] On node 0 totalpages: 957689
[Mon Jan 14 11:08:39 2019]   DMA zone: 64 pages used for memmap
[Mon Jan 14 11:08:39 2019]   DMA zone: 23 pages reserved
[Mon Jan 14 11:08:39 2019]   DMA zone: 3995 pages, LIFO batch:0
[Mon Jan 14 11:08:39 2019]   DMA32 zone: 6710 pages used for memmap
[Mon Jan 14 11:08:39 2019]   DMA32 zone: 429406 pages, LIFO batch:31
[Mon Jan 14 11:08:39 2019]   Normal zone: 8192 pages used for memmap
[Mon Jan 14 11:08:39 2019]   Normal zone: 524288 pages, LIFO batch:31
[Mon Jan 14 11:08:39 2019] ACPI: PM-Timer IO Port: 0x408
[Mon Jan 14 11:08:39 2019] ACPI: Local APIC address 0xfee00000
[Mon Jan 14 11:08:39 2019] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[Mon Jan 14 11:08:39 2019] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[Mon Jan 14 11:08:39 2019] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[Mon Jan 14 11:08:39 2019] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[Mon Jan 14 11:08:39 2019] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[Mon Jan 14 11:08:39 2019] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Mon Jan 14 11:08:39 2019] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[Mon Jan 14 11:08:39 2019] ACPI: IRQ0 used by override.
[Mon Jan 14 11:08:39 2019] ACPI: IRQ9 used by override.
[Mon Jan 14 11:08:39 2019] Using ACPI (MADT) for SMP configuration information
[Mon Jan 14 11:08:39 2019] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[Mon Jan 14 11:08:39 2019] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x0003e000-0x0003ffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x00100000-0x00100fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x10000000-0x12150fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x6add4000-0x6d655fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x6d678000-0x6d6cefff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x6d6cf000-0x6da9afff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x6e4c2000-0x6e56dfff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x6ec00000-0x7fffffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0x80000000-0xcfffffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xd0000000-0xd0ffffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xd1000000-0xd3708fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xd370a000-0xdfffffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xf0000000-0xfe041fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[Mon Jan 14 11:08:39 2019] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[Mon Jan 14 11:08:39 2019] e820: [mem 0x80000000-0xcfffffff] available for PCI devices
[Mon Jan 14 11:08:39 2019] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[Mon Jan 14 11:08:39 2019] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[Mon Jan 14 11:08:39 2019] PERCPU: Embedded 31 pages/cpu @ffff88017fc00000 s86168 r8192 d32616 u524288
[Mon Jan 14 11:08:39 2019] pcpu-alloc: s86168 r8192 d32616 u524288 alloc=1*2097152
[Mon Jan 14 11:08:39 2019] pcpu-alloc: [0] 0 1 2 3 
[Mon Jan 14 11:08:39 2019] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 942700
[Mon Jan 14 11:08:39 2019] Kernel command line: syno_hdd_powerup_seq=1 HddHotplug=0 syno_hw_version=DS918+ vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet syno_hdd_detect=0 syno_port_thaw=1 root=/dev/md0 sn=1780PDN388713 mac1=0011327B2C74 netif_num=1 vid=0x0781 pid=0x5567
[Mon Jan 14 11:08:39 2019] Power on seq num: 1
[Mon Jan 14 11:08:39 2019] Synology Hardware Version: DS918+
[Mon Jan 14 11:08:39 2019] Vender format version: 2
[Mon Jan 14 11:08:39 2019] SYNO GPIO hdd detect pin: 0 
[Mon Jan 14 11:08:39 2019] Serial Number: 1780PDN388713
[Mon Jan 14 11:08:39 2019] Mac1: 0011327B2C74
[Mon Jan 14 11:08:39 2019] Internal netif num: 1
[Mon Jan 14 11:08:39 2019] PID hash table entries: 4096 (order: 3, 32768 bytes)
[Mon Jan 14 11:08:39 2019] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[Mon Jan 14 11:08:39 2019] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[Mon Jan 14 11:08:39 2019] Memory: 3568736K/3830756K available (5545K kernel code, 461K rwdata, 1816K rodata, 836K init, 684K bss, 262020K reserved, 0K cma-reserved)
[Mon Jan 14 11:08:39 2019] Preemptible hierarchical RCU implementation.
[Mon Jan 14 11:08:39 2019]      Build-time adjustment of leaf fanout to 64.
[Mon Jan 14 11:08:39 2019]      RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[Mon Jan 14 11:08:39 2019] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[Mon Jan 14 11:08:39 2019] NR_IRQS:4352 nr_irqs:1024 16
[Mon Jan 14 11:08:39 2019] Console: colour dummy device 80x25
[Mon Jan 14 11:08:39 2019] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[Mon Jan 14 11:08:39 2019] hpet clockevent registered
[Mon Jan 14 11:08:39 2019] tsc: PIT calibration matches HPET. 1 loops
[Mon Jan 14 11:08:39 2019] tsc: Detected 1497.885 MHz processor
[Mon Jan 14 11:08:39 2019] Calibrating delay loop (skipped), value calculated using timer frequency.. 2995.77 BogoMIPS (lpj=1497885)
[Mon Jan 14 11:08:39 2019] pid_max: default: 32768 minimum: 301
[Mon Jan 14 11:08:39 2019] ACPI: Core revision 20150930
[Mon Jan 14 11:08:39 2019] ACPI: 9 ACPI AML tables successfully acquired and loaded
[Mon Jan 14 11:08:39 2019] Security Framework initialized
[Mon Jan 14 11:08:39 2019] AppArmor: AppArmor initialized
[Mon Jan 14 11:08:39 2019] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[Mon Jan 14 11:08:39 2019] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[Mon Jan 14 11:08:39 2019] Initializing cgroup subsys io
[Mon Jan 14 11:08:39 2019] Initializing cgroup subsys memory
[Mon Jan 14 11:08:39 2019] Initializing cgroup subsys devices
[Mon Jan 14 11:08:39 2019] Initializing cgroup subsys freezer
[Mon Jan 14 11:08:39 2019] CPU: Physical Processor ID: 0
[Mon Jan 14 11:08:39 2019] CPU: Processor Core ID: 0
[Mon Jan 14 11:08:39 2019] mce: CPU supports 7 MCE banks
[Mon Jan 14 11:08:39 2019] CPU0: Thermal monitoring enabled (TM1)
[Mon Jan 14 11:08:39 2019] process: using mwait in idle threads
[Mon Jan 14 11:08:39 2019] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[Mon Jan 14 11:08:39 2019] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[Mon Jan 14 11:08:39 2019] Spectre V2 : kernel not compiled with retpoline; no mitigation available!
[Mon Jan 14 11:08:39 2019] Freeing SMP alternatives memory: 28K (ffffffff81946000 - ffffffff8194d000)
[Mon Jan 14 11:08:39 2019] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Mon Jan 14 11:08:39 2019] TSC deadline timer enabled
[Mon Jan 14 11:08:39 2019] smpboot: CPU0: Intel(R) Celeron(R) J4105 CPU @ 1.50GHz (family: 0x6, model: 0x7a, stepping: 0x1)
[Mon Jan 14 11:08:39 2019] Performance Events: PEBS fmt3+, generic architected perfmon, full-width counters, Intel PMU driver.
[Mon Jan 14 11:08:39 2019] ... version:                4
[Mon Jan 14 11:08:39 2019] ... bit width:              48
[Mon Jan 14 11:08:39 2019] ... generic registers:      4
[Mon Jan 14 11:08:39 2019] ... value mask:             0000ffffffffffff
[Mon Jan 14 11:08:39 2019] ... max period:             00007fffffffffff
[Mon Jan 14 11:08:39 2019] ... fixed-purpose events:   3
[Mon Jan 14 11:08:39 2019] ... event mask:             000000070000000f
[Mon Jan 14 11:08:39 2019] x86: Booting SMP configuration:
[Mon Jan 14 11:08:39 2019] .... node  #0, CPUs:      #1
[Mon Jan 14 11:08:39 2019] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[Mon Jan 14 11:08:39 2019]  #2 #3
[Mon Jan 14 11:08:39 2019] x86: Booted up 1 node, 4 CPUs
[Mon Jan 14 11:08:39 2019] smpboot: Total of 4 processors activated (11983.08 BogoMIPS)
[Mon Jan 14 11:08:39 2019] devtmpfs: initialized
[Mon Jan 14 11:08:39 2019] PM: Registering ACPI NVS region [mem 0x6d678000-0x6d6cefff] (356352 bytes)
[Mon Jan 14 11:08:39 2019] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[Mon Jan 14 11:08:39 2019] futex hash table entries: 1024 (order: 4, 65536 bytes)
[Mon Jan 14 11:08:39 2019] xor: measuring software checksum speed
[Mon Jan 14 11:08:39 2019]    prefetch64-sse: 12916.000 MB/sec
[Mon Jan 14 11:08:39 2019]    generic_sse: 11004.000 MB/sec
[Mon Jan 14 11:08:39 2019] xor: using function: prefetch64-sse (12916.000 MB/sec)
[Mon Jan 14 11:08:39 2019] pinctrl core: initialized pinctrl subsystem
[Mon Jan 14 11:08:39 2019] NET: Registered protocol family 16
[Mon Jan 14 11:08:39 2019] cpuidle: using governor ladder
[Mon Jan 14 11:08:39 2019] cpuidle: using governor menu
[Mon Jan 14 11:08:39 2019] ACPI: bus type PCI registered
[Mon Jan 14 11:08:39 2019] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[Mon Jan 14 11:08:39 2019] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[Mon Jan 14 11:08:39 2019] PCI: Using configuration type 1 for base access
[Mon Jan 14 11:08:39 2019] raid6: sse2x1   gen()  5500 MB/s
[Mon Jan 14 11:08:39 2019] raid6: sse2x1   xor()  3763 MB/s
[Mon Jan 14 11:08:39 2019] raid6: sse2x2   gen()  6613 MB/s
[Mon Jan 14 11:08:39 2019] raid6: sse2x2   xor()  4425 MB/s
[Mon Jan 14 11:08:39 2019] raid6: sse2x4   gen()  7707 MB/s
[Mon Jan 14 11:08:39 2019] raid6: sse2x4   xor()  2500 MB/s
[Mon Jan 14 11:08:39 2019] raid6: using algorithm sse2x4 gen() 7707 MB/s
[Mon Jan 14 11:08:39 2019] raid6: .... xor() 2500 MB/s, rmw enabled
[Mon Jan 14 11:08:39 2019] raid6: using ssse3x2 recovery algorithm
[Mon Jan 14 11:08:39 2019] ACPI: Added _OSI(Module Device)
[Mon Jan 14 11:08:39 2019] ACPI: Added _OSI(Processor Device)
[Mon Jan 14 11:08:39 2019] ACPI: Added _OSI(3.0 _SCP Extensions)
[Mon Jan 14 11:08:39 2019] ACPI: Added _OSI(Processor Aggregator Device)
[Mon Jan 14 11:08:39 2019] ACPI: Executed 12 blocks of module-level executable AML code
[Mon Jan 14 11:08:39 2019] ACPI: Dynamic OEM Table Load:
[Mon Jan 14 11:08:39 2019] ACPI: SSDT 0xFFFF88017AC28400 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
[Mon Jan 14 11:08:39 2019] ACPI: Executed 1 blocks of module-level executable AML code
[Mon Jan 14 11:08:39 2019] ACPI: Interpreter enabled
[Mon Jan 14 11:08:39 2019] ACPI: (supports S0 S4 S5)
[Mon Jan 14 11:08:39 2019] ACPI: Using IOAPIC for interrupt routing
[Mon Jan 14 11:08:39 2019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Mon Jan 14 11:08:39 2019] ACPI: Power Resource [DRST] (on)
[Mon Jan 14 11:08:39 2019] ACPI: Power Resource [DRST] (on)
[Mon Jan 14 11:08:39 2019] ACPI: Power Resource [DRST] (on)
[Mon Jan 14 11:08:39 2019] ACPI: Power Resource [DRST] (on)
[Mon Jan 14 11:08:39 2019] ACPI: Power Resource [DRST] (on)
[Mon Jan 14 11:08:39 2019] ACPI: Power Resource [DRST] (on)
[Mon Jan 14 11:08:39 2019] ACPI: Power Resource [WRST] (on)
[Mon Jan 14 11:08:39 2019] ACPI: Power Resource [FN00] (on)
[Mon Jan 14 11:08:39 2019] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[Mon Jan 14 11:08:39 2019] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[Mon Jan 14 11:08:39 2019] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[Mon Jan 14 11:08:39 2019] acpi PNP0A08:00: host bridge window [mem 0x1000000010000 window] (ignored, not CPU addressable)
[Mon Jan 14 11:08:39 2019] PCI host bridge to bus 0000:00
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0x70000001-0x7fffffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: root bus resource [bus 00-ff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[Mon Jan 14 11:08:39 2019] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
[Mon Jan 14 11:08:39 2019] pci 0000:00:00.1: reg 0x10: [mem 0x80000000-0x80007fff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:00:02.0: [8086:3185] type 00 class 0x030000
[Mon Jan 14 11:08:39 2019] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[Mon Jan 14 11:08:39 2019] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[Mon Jan 14 11:08:39 2019] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040300
[Mon Jan 14 11:08:39 2019] pci 0000:00:0e.0: reg 0x10: [mem 0xa1310000-0xa1313fff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[Mon Jan 14 11:08:39 2019] pci 0000:00:0e.0: System wakeup disabled by ACPI
[Mon Jan 14 11:08:39 2019] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[Mon Jan 14 11:08:39 2019] pci 0000:00:0f.0: reg 0x10: [mem 0xa1319000-0xa1319fff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:00:0f.0: PME# supported from D3hot
[Mon Jan 14 11:08:39 2019] pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
[Mon Jan 14 11:08:39 2019] pci 0000:00:12.0: reg 0x10: [mem 0xa1314000-0xa1315fff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:12.0: reg 0x14: [mem 0xa1318000-0xa13180ff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[Mon Jan 14 11:08:39 2019] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[Mon Jan 14 11:08:39 2019] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[Mon Jan 14 11:08:39 2019] pci 0000:00:12.0: reg 0x24: [mem 0xa1317000-0xa13177ff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:12.0: PME# supported from D3hot
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.0: System wakeup disabled by ACPI
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.1: [8086:31d9] type 01 class 0x060400
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.1: System wakeup disabled by ACPI
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2: [8086:31da] type 01 class 0x060400
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2: System wakeup disabled by ACPI
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3: [8086:31db] type 01 class 0x060400
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3: System wakeup disabled by ACPI
[Mon Jan 14 11:08:39 2019] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[Mon Jan 14 11:08:39 2019] pci 0000:00:15.0: reg 0x10: [mem 0xa1300000-0xa130ffff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:00:15.0: PME# supported from D3hot D3cold
[Mon Jan 14 11:08:39 2019] pci 0000:00:15.0: System wakeup disabled by ACPI
[Mon Jan 14 11:08:39 2019] pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
[Mon Jan 14 11:08:39 2019] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
[Mon Jan 14 11:08:39 2019] pci 0000:00:1f.1: reg 0x10: [mem 0xa1316000-0xa13160ff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.0: PCI bridge to [bus 01]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.1: PCI bridge to [bus 02]
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: reg 0x10: [io  0xe000-0xe0ff]
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: reg 0x18: [mem 0xa1204000-0xa1204fff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: reg 0x20: [mem 0xa1200000-0xa1203fff 64bit]
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: supports D1 D2
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: System wakeup disabled by ACPI
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2: PCI bridge to [bus 03]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2:   bridge window [io  0xe000-0xefff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2:   bridge window [mem 0xa1200000-0xa12fffff]
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: reg 0x10: [io  0xd050-0xd057]
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: reg 0x14: [io  0xd040-0xd043]
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: reg 0x18: [io  0xd030-0xd037]
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: reg 0x1c: [io  0xd020-0xd023]
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: reg 0x20: [io  0xd000-0xd01f]
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: reg 0x24: [mem 0xa1100000-0xa11001ff]
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: System wakeup disabled by ACPI
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3: PCI bridge to [bus 04]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3:   bridge window [io  0xd000-0xdfff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3:   bridge window [mem 0xa1100000-0xa11fffff]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: on NUMA node 0
[Mon Jan 14 11:08:39 2019] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 10 11 12 14 15), disabled.
[Mon Jan 14 11:08:39 2019] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15), disabled.
[Mon Jan 14 11:08:39 2019] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[Mon Jan 14 11:08:39 2019] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 10 11 12 14 15), disabled.
[Mon Jan 14 11:08:39 2019] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *7, disabled.
[Mon Jan 14 11:08:39 2019] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *9, disabled.
[Mon Jan 14 11:08:39 2019] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[Mon Jan 14 11:08:39 2019] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[Mon Jan 14 11:08:39 2019] ACPI: Enabled 6 GPEs in block 00 to 7F
[Mon Jan 14 11:08:39 2019] vgaarb: setting as boot device: PCI:0000:00:02.0
[Mon Jan 14 11:08:39 2019] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[Mon Jan 14 11:08:39 2019] vgaarb: loaded
[Mon Jan 14 11:08:39 2019] vgaarb: bridge control possible 0000:00:02.0
[Mon Jan 14 11:08:39 2019] SCSI subsystem initialized
[Mon Jan 14 11:08:39 2019] libata version 3.00 loaded.
[Mon Jan 14 11:08:39 2019] pps_core: LinuxPPS API ver. 1 registered
[Mon Jan 14 11:08:39 2019] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Mon Jan 14 11:08:39 2019] PTP clock support registered
[Mon Jan 14 11:08:39 2019] EFI Variables Facility v0.08 2004-May-17
[Mon Jan 14 11:08:39 2019] pstore: Registered efi as persistent store backend
[Mon Jan 14 11:08:39 2019] PCI: Using ACPI for IRQ routing
[Mon Jan 14 11:08:39 2019] PCI: pci_cache_line_size set to 64 bytes
[Mon Jan 14 11:08:39 2019] e820: reserve RAM buffer [mem 0x0003e000-0x0003ffff]
[Mon Jan 14 11:08:39 2019] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[Mon Jan 14 11:08:39 2019] e820: reserve RAM buffer [mem 0x6add4000-0x6bffffff]
[Mon Jan 14 11:08:39 2019] e820: reserve RAM buffer [mem 0x6d678000-0x6fffffff]
[Mon Jan 14 11:08:39 2019] e820: reserve RAM buffer [mem 0x6e4c2000-0x6fffffff]
[Mon Jan 14 11:08:39 2019] e820: reserve RAM buffer [mem 0x6ec00000-0x6fffffff]
[Mon Jan 14 11:08:39 2019] clocksource: Switched to clocksource hpet
[Mon Jan 14 11:08:39 2019] AppArmor: AppArmor Filesystem Enabled
[Mon Jan 14 11:08:39 2019] pnp: PnP ACPI init
[Mon Jan 14 11:08:39 2019] system 00:00: [io  0x0280-0x028f] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:00: [io  0x0290-0x029f] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:00: [io  0x02a0-0x02af] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[Mon Jan 14 11:08:39 2019] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[Mon Jan 14 11:08:39 2019] pnp 00:02: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[Mon Jan 14 11:08:39 2019] pnp 00:03: [dma 0 disabled]
[Mon Jan 14 11:08:39 2019] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[Mon Jan 14 11:08:39 2019] system 00:04: [io  0x0680-0x069f] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:04: [io  0x0400-0x047f] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:04: [io  0x0500-0x05fe] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xfea00000-0xfeafffff] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xfed01000-0xfed01fff] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xfed03000-0xfed03fff] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xfed06000-0xfed06fff] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xfed08000-0xfed09fff] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xfed80000-0xfedbffff] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xfed1c000-0xfed1cfff] has been reserved
[Mon Jan 14 11:08:39 2019] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[Mon Jan 14 11:08:39 2019] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[Mon Jan 14 11:08:39 2019] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[Mon Jan 14 11:08:39 2019] pnp: PnP ACPI: found 7 devices
[Mon Jan 14 11:08:39 2019] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.0: PCI bridge to [bus 01]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.1: PCI bridge to [bus 02]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2: PCI bridge to [bus 03]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2:   bridge window [io  0xe000-0xefff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.2:   bridge window [mem 0xa1200000-0xa12fffff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3: PCI bridge to [bus 04]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3:   bridge window [io  0xd000-0xdfff]
[Mon Jan 14 11:08:39 2019] pci 0000:00:13.3:   bridge window [mem 0xa1100000-0xa11fffff]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 11 [mem 0x70000001-0x7fffffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 12 [mem 0x80000000-0xbfffffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xefffffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 14 [mem 0xfea00000-0xfeafffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 15 [mem 0xfed00000-0xfed003ff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 16 [mem 0xfed01000-0xfed01fff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 17 [mem 0xfed03000-0xfed03fff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 18 [mem 0xfed06000-0xfed06fff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 19 [mem 0xfed08000-0xfed09fff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 20 [mem 0xfed80000-0xfedbffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 21 [mem 0xfed1c000-0xfed1cfff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:00: resource 22 [mem 0xfee00000-0xfeefffff window]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:03: resource 1 [mem 0xa1200000-0xa12fffff]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[Mon Jan 14 11:08:39 2019] pci_bus 0000:04: resource 1 [mem 0xa1100000-0xa11fffff]
[Mon Jan 14 11:08:39 2019] NET: Registered protocol family 2
[Mon Jan 14 11:08:39 2019] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[Mon Jan 14 11:08:39 2019] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[Mon Jan 14 11:08:39 2019] TCP: Hash tables configured (established 32768 bind 32768)
[Mon Jan 14 11:08:39 2019] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[Mon Jan 14 11:08:39 2019] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[Mon Jan 14 11:08:39 2019] NET: Registered protocol family 1
[Mon Jan 14 11:08:39 2019] RPC: Registered named UNIX socket transport module.
[Mon Jan 14 11:08:39 2019] RPC: Registered udp transport module.
[Mon Jan 14 11:08:39 2019] RPC: Registered tcp transport module.
[Mon Jan 14 11:08:39 2019] RPC: Registered tcp NFSv4.1 backchannel transport module.
[Mon Jan 14 11:08:39 2019] pci 0000:00:02.0: Video device with shadowed ROM
[Mon Jan 14 11:08:39 2019] PCI: CLS 64 bytes, default 64
[Mon Jan 14 11:08:39 2019] Trying to unpack rootfs image as initramfs...
[Mon Jan 14 11:08:39 2019] Freeing initrd memory: 24596K (ffff8800367fb000 - ffff880038000000)
[Mon Jan 14 11:08:39 2019] lcosolrr: module verification failed: signature and/or required key missing - tainting kernel
[Mon Jan 14 11:08:39 2019] DMAR: Host address width 39
[Mon Jan 14 11:08:39 2019] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[Mon Jan 14 11:08:39 2019] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 9e2ff0505e
[Mon Jan 14 11:08:39 2019] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[Mon Jan 14 11:08:39 2019] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[Mon Jan 14 11:08:39 2019] DMAR: RMRR base: 0x0000006d5f5000 end: 0x0000006d614fff
[Mon Jan 14 11:08:39 2019] DMAR: RMRR base: 0x0000006f800000 end: 0x0000007fffffff
[Mon Jan 14 11:08:39 2019] DMAR: No ATSR found
[Mon Jan 14 11:08:39 2019] DMAR: dmar0: Using Queued invalidation
[Mon Jan 14 11:08:39 2019] DMAR: dmar1: Using Queued invalidation
[Mon Jan 14 11:08:39 2019] DMAR: Setting RMRR:
[Mon Jan 14 11:08:39 2019] DMAR: Setting identity map for device 0000:00:02.0 [0x6f800000 - 0x7fffffff]
[Mon Jan 14 11:08:39 2019] DMAR: Setting identity map for device 0000:00:15.0 [0x6d5f5000 - 0x6d614fff]
[Mon Jan 14 11:08:39 2019] DMAR: Prepare 0-16MiB unity mapping for LPC
[Mon Jan 14 11:08:39 2019] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[Mon Jan 14 11:08:39 2019] DMAR: Intel(R) Virtualization Technology for Directed I/O
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:00.0 to group 0
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:00.1 to group 0
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:02.0 to group 1
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:0e.0 to group 2
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:0f.0 to group 3
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:12.0 to group 4
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:13.0 to group 5
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:13.1 to group 6
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:13.2 to group 7
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:13.3 to group 8
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:15.0 to group 9
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:1f.0 to group 10
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:00:1f.1 to group 10
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:03:00.0 to group 11
[Mon Jan 14 11:08:39 2019] iommu: Adding device 0000:04:00.0 to group 12
[Mon Jan 14 11:08:39 2019] audit: initializing netlink subsys (disabled)
[Mon Jan 14 11:08:39 2019] audit: type=2000 audit(1547435320.786:1): initialized
[Mon Jan 14 11:08:39 2019] Initialise system trusted keyring
[Mon Jan 14 11:08:39 2019] VFS: Disk quotas dquot_6.6.0
[Mon Jan 14 11:08:39 2019] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Mon Jan 14 11:08:39 2019] NFS: Registering the id_resolver key type
[Mon Jan 14 11:08:39 2019] Key type id_resolver registered
[Mon Jan 14 11:08:39 2019] Key type id_legacy registered
[Mon Jan 14 11:08:39 2019] async_tx: api initialized (async)
[Mon Jan 14 11:08:39 2019] Key type asymmetric registered
[Mon Jan 14 11:08:39 2019] Asymmetric key parser 'x509' registered
[Mon Jan 14 11:08:39 2019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[Mon Jan 14 11:08:39 2019] io scheduler noop registered
[Mon Jan 14 11:08:39 2019] io scheduler deadline registered
[Mon Jan 14 11:08:39 2019] io scheduler cfq registered (default)
[Mon Jan 14 11:08:39 2019] pcieport 0000:00:13.0: Signaling PME through PCIe PME interrupt
[Mon Jan 14 11:08:39 2019] pcie_pme 0000:00:13.0:pcie01: service driver pcie_pme loaded
[Mon Jan 14 11:08:39 2019] pcieport 0000:00:13.1: Signaling PME through PCIe PME interrupt
[Mon Jan 14 11:08:39 2019] pcie_pme 0000:00:13.1:pcie01: service driver pcie_pme loaded
[Mon Jan 14 11:08:39 2019] pcieport 0000:00:13.2: Signaling PME through PCIe PME interrupt
[Mon Jan 14 11:08:39 2019] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[Mon Jan 14 11:08:39 2019] pcie_pme 0000:00:13.2:pcie01: service driver pcie_pme loaded
[Mon Jan 14 11:08:39 2019] pcieport 0000:00:13.3: Signaling PME through PCIe PME interrupt
[Mon Jan 14 11:08:39 2019] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[Mon Jan 14 11:08:39 2019] pcie_pme 0000:00:13.3:pcie01: service driver pcie_pme loaded
[Mon Jan 14 11:08:39 2019] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[Mon Jan 14 11:08:40 2019] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[Mon Jan 14 11:08:40 2019] console [ttyS0] enabled
[Mon Jan 14 11:08:40 2019] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 8250
[Mon Jan 14 11:08:40 2019] brd: module loaded
[Mon Jan 14 11:08:40 2019] Loading iSCSI transport class v2.0-870.
[Mon Jan 14 11:08:40 2019] ahci 0000:00:12.0: version 3.0
[Mon Jan 14 11:08:40 2019] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[Mon Jan 14 11:08:40 2019] ahci 0000:00:12.0: flags: 64bit ncq sntf clo only pmp pio slum part deso sadm sds apst 
[Mon Jan 14 11:08:40 2019] scsi host0: ahci
[Mon Jan 14 11:08:40 2019] scsi host1: ahci
[Mon Jan 14 11:08:40 2019] ata1: SATA max UDMA/133 abar m2048@0xa1317000 port 0xa1317100 irq 126
[Mon Jan 14 11:08:40 2019] ata2: SATA max UDMA/133 abar m2048@0xa1317000 port 0xa1317180 irq 126
[Mon Jan 14 11:08:40 2019] ata1: SATA link down (SStatus 4 SControl 300)
[Mon Jan 14 11:08:40 2019] tsc: Refined TSC clocksource calibration: 1497.605 MHz
[Mon Jan 14 11:08:40 2019] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x15964c2b7f1, max_idle_ns: 440795264259 ns
[Mon Jan 14 11:08:41 2019] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[Mon Jan 14 11:08:41 2019] ata2.00: ATA-8: WDC WD5000AAKX-08ANVA0, 20.01H20, max UDMA/100
[Mon Jan 14 11:08:41 2019] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[Mon Jan 14 11:08:41 2019] ata2.00: configured for UDMA/100
[Mon Jan 14 11:08:41 2019] scsi 1:0:0:0: Direct-Access     WDC      WD5000AAKX-08ANVA0       1H20 PQ: 0 ANSI: 5
[Mon Jan 14 11:08:41 2019] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[Mon Jan 14 11:08:41 2019] sd 1:0:0:0: [sdb] Write Protect is off
[Mon Jan 14 11:08:41 2019] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[Mon Jan 14 11:08:41 2019] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[Mon Jan 14 11:08:41 2019] ahci 0000:04:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[Mon Jan 14 11:08:41 2019] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc 
[Mon Jan 14 11:08:41 2019] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Mon Jan 14 11:08:41 2019] scsi host2: ahci
[Mon Jan 14 11:08:41 2019]  sdb: sdb1 sdb2 sdb3
[Mon Jan 14 11:08:41 2019] sd 1:0:0:0: [sdb] Attached SCSI disk
[Mon Jan 14 11:08:41 2019] scsi host3: ahci
[Mon Jan 14 11:08:41 2019] ata3: SATA max UDMA/133 abar m512@0xa1100000 port 0xa1100100 irq 127
[Mon Jan 14 11:08:41 2019] ata4: SATA max UDMA/133 abar m512@0xa1100000 port 0xa1100180 irq 127
[Mon Jan 14 11:08:41 2019] ata3: SATA link down (SStatus 0 SControl 300)
[Mon Jan 14 11:08:41 2019] ata4: SATA link down (SStatus 0 SControl 300)
[Mon Jan 14 11:08:41 2019] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[Mon Jan 14 11:08:41 2019] serio: i8042 KBD port at 0x60,0x64 irq 1
[Mon Jan 14 11:08:41 2019] serio: i8042 AUX port at 0x60,0x64 irq 12
[Mon Jan 14 11:08:41 2019] i2c /dev entries driver
[Mon Jan 14 11:08:41 2019] md: linear personality registered for level -1
[Mon Jan 14 11:08:41 2019] md: raid0 personality registered for level 0
[Mon Jan 14 11:08:41 2019] md: raid1 personality registered for level 1
[Mon Jan 14 11:08:41 2019] md: raid10 personality registered for level 10
[Mon Jan 14 11:08:41 2019] md: raid6 personality registered for level 6
[Mon Jan 14 11:08:41 2019] md: raid5 personality registered for level 5
[Mon Jan 14 11:08:41 2019] md: raid4 personality registered for level 4
[Mon Jan 14 11:08:41 2019] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[Mon Jan 14 11:08:41 2019] NET: Registered protocol family 17
[Mon Jan 14 11:08:41 2019] Key type dns_resolver registered
[Mon Jan 14 11:08:41 2019] registered taskstats version 1
[Mon Jan 14 11:08:41 2019] Loading compiled-in untrusted X.509 certificates
[Mon Jan 14 11:08:41 2019] Loading compiled-in X.509 certificates
[Mon Jan 14 11:08:41 2019] Loaded X.509 cert 'Synology SDG kernel module signing key: 7bd0b0d6bcd31651c22ce3978bdc8c8bdc417329'
[Mon Jan 14 11:08:41 2019] Loaded X.509 cert 'Synology Root Certification Authority: f2c075361f168425f8b5ef31b796406c3aab2089'
[Mon Jan 14 11:08:41 2019] Loaded X.509 cert 'Synology Kernel Module Signing Certification Authority: 600839b5d127e0e11d817a31f0575d323a7c0e28'
[Mon Jan 14 11:08:41 2019] Loaded X.509 cert 'Synology kernel module signing key: 4646ce54489669338118a3b1286da156ac366fa5'
[Mon Jan 14 11:08:41 2019] page_owner is disabled
[Mon Jan 14 11:08:41 2019] AppArmor: AppArmor sha1 policy hashing enabled
[Mon Jan 14 11:08:41 2019] hctosys: unable to open rtc device (rtc0)
[Mon Jan 14 11:08:41 2019] Freeing unused kernel memory: 836K (ffffffff81875000 - ffffffff81946000)
[Mon Jan 14 11:08:41 2019] Write protecting the kernel read-only data: 8192k
[Mon Jan 14 11:08:41 2019] Freeing unused kernel memory: 588K (ffff88000156d000 - ffff880001600000)
[Mon Jan 14 11:08:41 2019] Freeing unused kernel memory: 232K (ffff8800017c6000 - ffff880001800000)
[Mon Jan 14 11:08:41 2019] clocksource: Switched to clocksource tsc
[Mon Jan 14 11:08:41 2019] ACPI: bus type USB registered
[Mon Jan 14 11:08:41 2019] usbcore: registered new interface driver usbfs
[Mon Jan 14 11:08:41 2019] usbcore: registered new interface driver hub
[Mon Jan 14 11:08:41 2019] usbcore: registered new interface driver ethub
[Mon Jan 14 11:08:41 2019] usbcore: registered new device driver usb
[Mon Jan 14 11:08:41 2019] xhci_hcd 0000:00:15.0: xHCI Host Controller
[Mon Jan 14 11:08:41 2019] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[Mon Jan 14 11:08:42 2019] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009010
[Mon Jan 14 11:08:42 2019] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[Mon Jan 14 11:08:42 2019] hub 1-0:1.0: USB hub found
[Mon Jan 14 11:08:42 2019] hub 1-0:1.0: 9 ports detected
[Mon Jan 14 11:08:42 2019] xhci_hcd 0000:00:15.0: xHCI Host Controller
[Mon Jan 14 11:08:42 2019] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[Mon Jan 14 11:08:42 2019] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[Mon Jan 14 11:08:42 2019] hub 2-0:1.0: USB hub found
[Mon Jan 14 11:08:42 2019] hub 2-0:1.0: 7 ports detected
[Mon Jan 14 11:08:42 2019] usbcore: registered new interface driver usb-storage
[Mon Jan 14 11:08:42 2019] VMware PVSCSI driver - version 1.0.5.0-k
[Mon Jan 14 11:08:42 2019] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[Mon Jan 14 11:08:42 2019] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[Mon Jan 14 11:08:42 2019] Fusion MPT base driver 3.04.20
[Mon Jan 14 11:08:42 2019] Copyright (c) 1999-2008 LSI Corporation
[Mon Jan 14 11:08:42 2019] Fusion MPT SPI Host driver 3.04.20
[Mon Jan 14 11:08:42 2019] Fusion MPT misc device (ioctl) driver 3.04.20
[Mon Jan 14 11:08:42 2019] mptctl: Registered with Fusion MPT base driver
[Mon Jan 14 11:08:42 2019] mptctl: /dev/mptctl @ (major,minor=10,220)
[Mon Jan 14 11:08:42 2019] megasas: 06.808.16.00-rc1
[Mon Jan 14 11:08:42 2019] mpt3sas version 09.102.00.00 loaded
[Mon Jan 14 11:08:42 2019] rtc_cmos 00:06: RTC can wake from S4
[Mon Jan 14 11:08:42 2019] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[Mon Jan 14 11:08:42 2019] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram
[Mon Jan 14 11:08:42 2019] apollolake_synobios: module license 'Synology Inc.' taints kernel.
[Mon Jan 14 11:08:42 2019] Disabling lock debugging due to kernel taint
[Mon Jan 14 11:08:42 2019] 2019-1-14 3:8:43 UTC
[Mon Jan 14 11:08:42 2019] synobios: load, major number 201
[Mon Jan 14 11:08:42 2019] Brand: Synology
[Mon Jan 14 11:08:42 2019] Model: DS-918+
[Mon Jan 14 11:08:42 2019] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[Mon Jan 14 11:08:42 2019] synobios cpu_arch proc entry initialized
[Mon Jan 14 11:08:42 2019] synobios crypto_hw proc entry initialized
[Mon Jan 14 11:08:42 2019] synobios syno_platform proc entry initialized
[Mon Jan 14 11:08:42 2019] synobios open /dev/ttyS1 success
[Mon Jan 14 11:08:42 2019] synobios: unload
[Mon Jan 14 11:08:42 2019] md: Autodetecting RAID arrays.
[Mon Jan 14 11:08:42 2019] md: invalid raid superblock magic on sdb3
[Mon Jan 14 11:08:42 2019] md: sdb3 does not have a valid v0.90 superblock, not importing!
[Mon Jan 14 11:08:42 2019] md: Scanned 3 and added 2 devices.
[Mon Jan 14 11:08:42 2019] md: autorun ...
[Mon Jan 14 11:08:42 2019] md: considering sdb1 ...
[Mon Jan 14 11:08:42 2019] md:  adding sdb1 ...
[Mon Jan 14 11:08:42 2019] md: sdb2 has different UUID to sdb1
[Mon Jan 14 11:08:42 2019] md: created md0
[Mon Jan 14 11:08:42 2019] md: bind<sdb1>
[Mon Jan 14 11:08:42 2019] md: running: <sdb1>
[Mon Jan 14 11:08:42 2019] md/raid1:md0: active with 1 out of 16 mirrors
[Mon Jan 14 11:08:42 2019] md0: detected capacity change from 0 to 2549940224
[Mon Jan 14 11:08:42 2019] md: considering sdb2 ...
[Mon Jan 14 11:08:42 2019] md:  adding sdb2 ...
[Mon Jan 14 11:08:42 2019] md: created md1
[Mon Jan 14 11:08:42 2019] md: bind<sdb2>
[Mon Jan 14 11:08:42 2019] md: running: <sdb2>
[Mon Jan 14 11:08:42 2019] md/raid1:md1: active with 1 out of 16 mirrors
[Mon Jan 14 11:08:42 2019] md1: detected capacity change from 0 to 2147418112
[Mon Jan 14 11:08:42 2019] md: ... autorun DONE.
[Mon Jan 14 11:08:42 2019] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[Mon Jan 14 11:08:42 2019] usb-storage 1-4:1.0: USB Mass Storage device detected
[Mon Jan 14 11:08:42 2019] scsi host4: usb-storage 1-4:1.0
[Mon Jan 14 11:08:42 2019] random: nonblocking pool is initialized
[Mon Jan 14 11:08:43 2019] EXT4-fs (md0): barriers disabled
[Mon Jan 14 11:08:43 2019] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: 
[Mon Jan 14 11:08:43 2019] scsi 4:0:0:0: Direct-Access     SanDisk  Cruzer Blade             1.27 PQ: 0 ANSI: 6
[Mon Jan 14 11:08:43 2019] sd 4:0:0:0: [synoboot] 15223808 512-byte logical blocks: (7.79 GB/7.26 GiB)
[Mon Jan 14 11:08:43 2019] sd 4:0:0:0: [synoboot] Write Protect is off
[Mon Jan 14 11:08:43 2019] sd 4:0:0:0: [synoboot] Mode Sense: 43 00 00 00
[Mon Jan 14 11:08:43 2019] sd 4:0:0:0: [synoboot] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[Mon Jan 14 11:08:43 2019]  synoboot: synoboot1 synoboot2 synoboot3 synoboot4
[Mon Jan 14 11:08:43 2019] sd 4:0:0:0: [synoboot] Attached SCSI removable disk
[Mon Jan 14 11:08:47 2019] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
[Mon Jan 14 11:08:48 2019] EXT4-fs (md0): re-mounted. Opts: (null)
[Mon Jan 14 11:08:52 2019] sd 1:0:0:0: Attached scsi generic sg0 type 0
[Mon Jan 14 11:08:52 2019] sd 4:0:0:0: Attached scsi generic sg1 type 0
[Mon Jan 14 11:08:53 2019] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k 
[Mon Jan 14 11:08:53 2019] zram: Added device: zram0
[Mon Jan 14 11:08:53 2019] zram: Added device: zram1
[Mon Jan 14 11:08:53 2019] zram: Added device: zram2
[Mon Jan 14 11:08:53 2019] zram: Added device: zram3
[Mon Jan 14 11:08:53 2019] zram0: detected capacity change from 0 to 576716800
[Mon Jan 14 11:08:53 2019] Adding 563196k swap on /dev/zram0.  Priority:1 extents:1 across:563196k SS
[Mon Jan 14 11:08:53 2019] zram1: detected capacity change from 0 to 576716800
[Mon Jan 14 11:08:53 2019] Adding 563196k swap on /dev/zram1.  Priority:1 extents:1 across:563196k SS
[Mon Jan 14 11:08:53 2019] zram2: detected capacity change from 0 to 576716800
[Mon Jan 14 11:08:53 2019] Adding 563196k swap on /dev/zram2.  Priority:1 extents:1 across:563196k SS
[Mon Jan 14 11:08:53 2019] zram3: detected capacity change from 0 to 576716800
[Mon Jan 14 11:08:53 2019] Adding 563196k swap on /dev/zram3.  Priority:1 extents:1 across:563196k SS
[Mon Jan 14 11:08:54 2019] NET: Registered protocol family 10
[Mon Jan 14 11:08:54 2019] sit: IPv6 over IPv4 tunneling driver
[Mon Jan 14 11:08:55 2019] init: syno-auth-check main process (5267) killed by TERM signal
[Mon Jan 14 11:08:56 2019] SSE version of gcm_enc/dec engaged.
[Mon Jan 14 11:08:56 2019] fuse init (API version 7.23)
[Mon Jan 14 11:08:56 2019] e1000e: Intel(R) PRO/1000 Network Driver - 3.3.4-NAPI
[Mon Jan 14 11:08:56 2019] e1000e: Copyright(c) 1999 - 2016 Intel Corporation.
[Mon Jan 14 11:08:56 2019] Intel(R) Gigabit Ethernet Network Driver - version 5.3.5.3
[Mon Jan 14 11:08:56 2019] Copyright (c) 2007-2015 Intel Corporation.
[Mon Jan 14 11:08:56 2019] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.2.1-k
[Mon Jan 14 11:08:56 2019] ixgbe: Copyright (c) 1999-2015 Intel Corporation.
[Mon Jan 14 11:08:56 2019] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[Mon Jan 14 11:08:56 2019] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[Mon Jan 14 11:08:56 2019] r8168  Copyright (C) 2017  Realtek NIC software team <nicfae@realtek.com> 
                            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/>. 
[Mon Jan 14 11:08:56 2019] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[Mon Jan 14 11:08:56 2019] ACPI: Power Button [PWRB]
[Mon Jan 14 11:08:56 2019] Linux agpgart interface v0.103
[Mon Jan 14 11:08:56 2019] systemd-udevd[5743]: starting version 204
[Mon Jan 14 11:08:57 2019] [drm] GuC: No firmware known for this platform!
[Mon Jan 14 11:08:57 2019] [drm] HuC: No firmware known for this platform!
[Mon Jan 14 11:08:57 2019] [drm] VT-d active for gfx access
[Mon Jan 14 11:08:57 2019] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[Mon Jan 14 11:08:57 2019] [drm] Driver supports precise vblank timestamp query.
[Mon Jan 14 11:08:57 2019] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[Mon Jan 14 11:08:57 2019] [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[Mon Jan 14 11:08:57 2019] BUG: unable to handle kernel NULL pointer dereference at           (null)
[Mon Jan 14 11:08:57 2019] IP: [<          (null)>]           (null)
[Mon Jan 14 11:08:57 2019] PGD 178570067 PUD 178194067 PMD 0 
[Mon Jan 14 11:08:57 2019] Oops: 0010 [#1] PREEMPT SMP 
[Mon Jan 14 11:08:57 2019] Modules linked in:
[Mon Jan 14 11:08:57 2019]  i915(E+)
[Mon Jan 14 11:08:57 2019]  drm_kms_helper(E)
[Mon Jan 14 11:08:57 2019]  syscopyarea(E) sysfillrect(E) sysimgblt(E) fb_sys_fops(E) cfbfillrect(E) cfbcopyarea(E) cfbimgblt(E) drm(E) fb(E) fbdev intel_agp(E) intel_gtt(E) agpgart(E) video backlight button synoacl_vfs(PO) hfsplus md4 hmac r8168(OE) ixgbe(E) igb(O) i2c_algo_bit e1000e(O) vxlan ip6_udp_tunnel udp_tunnel fuse vfat fat crc32c_intel aesni_intel glue_helper lrw gf128mul ablk_helper arc4 cryptd ecryptfs sha256_generic ecb aes_x86_64 authenc des_generic ansi_cprng cts md5 cbc cpufreq_powersave cpufreq_performance acpi_cpufreq processor cpufreq_stats dm_snapshot dm_bufio crc_itu_t crc_ccitt quota_v2 quota_tree psnap p8022 llc sit tunnel4 ip_tunnel ipv6 zram sg etxhci_hcd rtc_cmos(E) mdio(E) mpt3sas(E) raid_class(E) scsi_transport_sas(E) megaraid_sas(E) megaraid(E) mptctl(E) mptspi(E) mptscsih(E) mptbase(E)
[Mon Jan 14 11:08:57 2019]  scsi_transport_spi(E) megaraid_mbox(E) megaraid_mm(E) vmw_pvscsi(E) BusLogic(E) usb_storage xhci_pci xhci_hcd usbcore usb_common lcosolrr(OE) [last unloaded: apollolake_synobios]
[Mon Jan 14 11:08:57 2019] CPU: 2 PID: 5796 Comm: insmod Tainted: P           OE   4.4.59+ #23739
[Mon Jan 14 11:08:57 2019] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./J4105-ITX, BIOS P1.40 08/06/2018
[Mon Jan 14 11:08:57 2019] task: ffff880173b25000 ti: ffff88006e0ec000 task.ti: ffff88006e0ec000
[Mon Jan 14 11:08:57 2019] RIP: 0010:[<0000000000000000>]  [<          (null)>]           (null)
[Mon Jan 14 11:08:57 2019] RSP: 0018:ffff88006e0ef8b0  EFLAGS: 00010202
[Mon Jan 14 11:08:57 2019] RAX: 0000000000000246 RBX: ffff880067a241c0 RCX: 0000000000000001
[Mon Jan 14 11:08:57 2019] RDX: 0000000000000002 RSI: 0000000000000002 RDI: ffff880067a241c0
[Mon Jan 14 11:08:57 2019] RBP: ffff88006e0ef8d0 R08: 0000000000000002 R09: ffffffffa06b3b60
[Mon Jan 14 11:08:57 2019] R10: ffff880067a24154 R11: ffff880067a2417c R12: ffff88006e0ef910
[Mon Jan 14 11:08:57 2019] R13: 0000000000000002 R14: ffff88006e0ef8ff R15: ffff88006e0ef98f
[Mon Jan 14 11:08:57 2019] FS:  00007f5597952700(0000) GS:ffff88017fd00000(0000) knlGS:0000000000000000
[Mon Jan 14 11:08:57 2019] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Mon Jan 14 11:08:57 2019] CR2: 0000000000000000 CR3: 0000000177743000 CR4: 00000000003406f0
[Mon Jan 14 11:08:57 2019] Stack:
[Mon Jan 14 11:08:57 2019]  ffffffff8140c269 0000000000000005 0000000000000002 ffff88006e0ef8fe
[Mon Jan 14 11:08:57 2019]  ffff88006e0ef960 ffffffffa0520da2 ffff88006e0ef910 0001880002000790
[Mon Jan 14 11:08:57 2019]  ffff880067a241c0 0000000000000000 ffff000100000030 ffff88006e0ef8ff
[Mon Jan 14 11:08:57 2019] Call Trace:
[Mon Jan 14 11:08:57 2019]  [<ffffffff8140c269>] ? i2c_transfer+0x79/0x90
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0520da2>] drm_do_probe_ddc_edid+0xc2/0x130 [drm]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0522360>] drm_get_edid+0x300/0x390 [drm]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa06818bf>] intel_dp_init_connector+0xa7f/0xf00 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0676533>] intel_ddi_init+0x383/0x4f0 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa065452a>] intel_modeset_init+0x15da/0x1a70 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa068e507>] ? intel_setup_gmbus+0x2e7/0x310 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa05c9ccf>] i915_driver_load+0xa0f/0xe00 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa05d4797>] i915_pci_probe+0x27/0x40 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffff812fb5bc>] pci_device_probe+0x8c/0x100
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384271>] driver_probe_device+0x1f1/0x310
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384412>] __driver_attach+0x82/0x90
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384390>] ? driver_probe_device+0x310/0x310
[Mon Jan 14 11:08:57 2019]  [<ffffffff81382301>] bus_for_each_dev+0x61/0xa0
[Mon Jan 14 11:08:57 2019]  [<ffffffff81383d09>] driver_attach+0x19/0x20
[Mon Jan 14 11:08:57 2019]  [<ffffffff81383933>] bus_add_driver+0x1b3/0x230
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0705000>] ? 0xffffffffa0705000
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384c1b>] driver_register+0x5b/0xe0
[Mon Jan 14 11:08:57 2019]  [<ffffffff812fa097>] __pci_register_driver+0x47/0x50
[Mon Jan 14 11:08:57 2019]  [<ffffffffa070503e>] i915_init+0x3e/0x45 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffff810003b6>] do_one_initcall+0x86/0x1b0
[Mon Jan 14 11:08:57 2019]  [<ffffffff810df1d8>] do_init_module+0x56/0x1be
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b554d>] load_module+0x1ded/0x2070
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b28b0>] ? __symbol_put+0x50/0x50
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b5959>] SYSC_finit_module+0x79/0x80
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b5979>] SyS_finit_module+0x9/0x10
[Mon Jan 14 11:08:57 2019]  [<ffffffff81566b17>] entry_SYSCALL_64_fastpath+0x12/0x6a
[Mon Jan 14 11:08:57 2019] Code:  Bad RIP value.
[Mon Jan 14 11:08:57 2019] RIP  [<          (null)>]           (null)
[Mon Jan 14 11:08:57 2019]  RSP <ffff88006e0ef8b0>
[Mon Jan 14 11:08:57 2019] CR2: 0000000000000000
[Mon Jan 14 11:08:57 2019] ---[ end trace dbe7a1e6c398b39f ]---
[Mon Jan 14 11:08:57 2019] ------------[ cut here ]------------
[Mon Jan 14 11:08:57 2019] WARNING: CPU: 2 PID: 5796 at kernel/softirq.c:150 __local_bh_enable_ip+0x65/0x90()
[Mon Jan 14 11:08:57 2019] Modules linked in: i915(E+) drm_kms_helper(E) syscopyarea(E) sysfillrect(E) sysimgblt(E) fb_sys_fops(E) cfbfillrect(E) cfbcopyarea(E) cfbimgblt(E) drm(E) fb(E) fbdev intel_agp(E) intel_gtt(E) agpgart(E) video backlight button synoacl_vfs(PO) hfsplus md4 hmac r8168(OE) ixgbe(E) igb(O) i2c_algo_bit e1000e(O) vxlan ip6_udp_tunnel udp_tunnel fuse vfat fat crc32c_intel aesni_intel glue_helper lrw gf128mul ablk_helper arc4 cryptd ecryptfs sha256_generic ecb aes_x86_64 authenc des_generic ansi_cprng cts md5 cbc cpufreq_powersave cpufreq_performance acpi_cpufreq processor cpufreq_stats dm_snapshot dm_bufio crc_itu_t crc_ccitt quota_v2 quota_tree psnap p8022 llc sit tunnel4 ip_tunnel ipv6 zram sg etxhci_hcd rtc_cmos(E) mdio(E) mpt3sas(E) raid_class(E) scsi_transport_sas(E) megaraid_sas(E) megaraid(E)
[Mon Jan 14 11:08:57 2019]  mptctl(E) mptspi(E) mptscsih(E) mptbase(E) scsi_transport_spi(E) megaraid_mbox(E) megaraid_mm(E) vmw_pvscsi(E) BusLogic(E) usb_storage xhci_pci xhci_hcd usbcore usb_common lcosolrr(OE) [last unloaded: apollolake_synobios]
[Mon Jan 14 11:08:57 2019] CPU: 2 PID: 5796 Comm: insmod Tainted: P      D    OE   4.4.59+ #23739
[Mon Jan 14 11:08:57 2019] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./J4105-ITX, BIOS P1.40 08/06/2018
[Mon Jan 14 11:08:57 2019]  0000000000000000 ffff88006e0ef5b8 ffffffff812b541d 0000000000000000
[Mon Jan 14 11:08:57 2019]  ffffffff8172073c ffff88006e0ef5f0 ffffffff81046ced 0000000000000201
[Mon Jan 14 11:08:57 2019]  ffff880173b25000 ffff880173b25678 ffff880173b25000 ffff880172844c68
[Mon Jan 14 11:08:57 2019] Call Trace:
[Mon Jan 14 11:08:57 2019]  [<ffffffff812b541d>] dump_stack+0x4d/0x70
[Mon Jan 14 11:08:57 2019]  [<ffffffff81046ced>] warn_slowpath_common+0x7d/0xc0
[Mon Jan 14 11:08:57 2019]  [<ffffffff81046de6>] warn_slowpath_null+0x16/0x20
[Mon Jan 14 11:08:57 2019]  [<ffffffff8104a555>] __local_bh_enable_ip+0x65/0x90
[Mon Jan 14 11:08:57 2019]  [<ffffffff81566665>] _raw_spin_unlock_bh+0x15/0x20
[Mon Jan 14 11:08:57 2019]  [<ffffffff810c1e0b>] cgroup_exit+0x4b/0xa0
[Mon Jan 14 11:08:57 2019]  [<ffffffff8104963d>] do_exit+0x36d/0xab0
[Mon Jan 14 11:08:57 2019]  [<ffffffff810073b4>] oops_end+0x84/0xc0
[Mon Jan 14 11:08:57 2019]  [<ffffffff8103a2eb>] no_context+0xfb/0x2b0
[Mon Jan 14 11:08:57 2019]  [<ffffffff8103a510>] __bad_area_nosemaphore+0x70/0x1f0
[Mon Jan 14 11:08:57 2019]  [<ffffffff8103a69e>] bad_area_nosemaphore+0xe/0x10
[Mon Jan 14 11:08:57 2019]  [<ffffffff8103a8e9>] __do_page_fault+0x79/0x370
[Mon Jan 14 11:08:57 2019]  [<ffffffff8103ac1c>] do_page_fault+0xc/0x10
[Mon Jan 14 11:08:57 2019]  [<ffffffff815681b2>] page_fault+0x22/0x30
[Mon Jan 14 11:08:57 2019]  [<ffffffff8140c269>] ? i2c_transfer+0x79/0x90
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0520da2>] drm_do_probe_ddc_edid+0xc2/0x130 [drm]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0522360>] drm_get_edid+0x300/0x390 [drm]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa06818bf>] intel_dp_init_connector+0xa7f/0xf00 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0676533>] intel_ddi_init+0x383/0x4f0 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa065452a>] intel_modeset_init+0x15da/0x1a70 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa068e507>] ? intel_setup_gmbus+0x2e7/0x310 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa05c9ccf>] i915_driver_load+0xa0f/0xe00 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffffa05d4797>] i915_pci_probe+0x27/0x40 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffff812fb5bc>] pci_device_probe+0x8c/0x100
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384271>] driver_probe_device+0x1f1/0x310
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384412>] __driver_attach+0x82/0x90
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384390>] ? driver_probe_device+0x310/0x310
[Mon Jan 14 11:08:57 2019]  [<ffffffff81382301>] bus_for_each_dev+0x61/0xa0
[Mon Jan 14 11:08:57 2019]  [<ffffffff81383d09>] driver_attach+0x19/0x20
[Mon Jan 14 11:08:57 2019]  [<ffffffff81383933>] bus_add_driver+0x1b3/0x230
[Mon Jan 14 11:08:57 2019]  [<ffffffffa0705000>] ? 0xffffffffa0705000
[Mon Jan 14 11:08:57 2019]  [<ffffffff81384c1b>] driver_register+0x5b/0xe0
[Mon Jan 14 11:08:57 2019]  [<ffffffff812fa097>] __pci_register_driver+0x47/0x50
[Mon Jan 14 11:08:57 2019]  [<ffffffffa070503e>] i915_init+0x3e/0x45 [i915]
[Mon Jan 14 11:08:57 2019]  [<ffffffff810003b6>] do_one_initcall+0x86/0x1b0
[Mon Jan 14 11:08:57 2019]  [<ffffffff810df1d8>] do_init_module+0x56/0x1be
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b554d>] load_module+0x1ded/0x2070
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b28b0>] ? __symbol_put+0x50/0x50
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b5959>] SYSC_finit_module+0x79/0x80
[Mon Jan 14 11:08:57 2019]  [<ffffffff810b5979>] SyS_finit_module+0x9/0x10
[Mon Jan 14 11:08:57 2019]  [<ffffffff81566b17>] entry_SYSCALL_64_fastpath+0x12/0x6a
[Mon Jan 14 11:08:57 2019] ---[ end trace dbe7a1e6c398b3a0 ]---
[Mon Jan 14 11:08:57 2019] Btrfs loaded, crc32c=crc32c-intel
[Mon Jan 14 11:08:57 2019] exFAT: Version 1.2.9
[Mon Jan 14 11:08:57 2019] jme: JMicron JMC2XX ethernet driver version 1.0.8
[Mon Jan 14 11:08:57 2019] sky2: driver version 1.30
[Mon Jan 14 11:08:57 2019] QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.3.63
[Mon Jan 14 11:08:57 2019] QLogic/NetXen Network Driver v4.0.82
[Mon Jan 14 11:08:57 2019] Solarflare NET driver v4.0
[Mon Jan 14 11:08:57 2019] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[Mon Jan 14 11:08:57 2019] e1000: Copyright (c) 1999-2006 Intel Corporation.
[Mon Jan 14 11:08:57 2019] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[Mon Jan 14 11:08:57 2019] VMware vmxnet3 virtual NIC driver - version 1.4.5.0-k-NAPI
[Mon Jan 14 11:08:57 2019] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[Mon Jan 14 11:08:57 2019] usbcore: registered new interface driver ax88179_178a
[Mon Jan 14 11:08:58 2019] 2019-1-14 3:8:59 UTC
[Mon Jan 14 11:08:58 2019] synobios: load, major number 201
[Mon Jan 14 11:08:58 2019] Brand: Synology
[Mon Jan 14 11:08:58 2019] Model: DS-918+
[Mon Jan 14 11:08:58 2019] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[Mon Jan 14 11:08:58 2019] synobios cpu_arch proc entry initialized
[Mon Jan 14 11:08:58 2019] synobios crypto_hw proc entry initialized
[Mon Jan 14 11:08:58 2019] synobios syno_platform proc entry initialized
[Mon Jan 14 11:08:58 2019] synobios open /dev/ttyS1 success
[Mon Jan 14 11:08:58 2019] eth0: 0xffffc90001668000, 00:11:32:7b:2c:74, IRQ 129
[Mon Jan 14 11:08:58 2019] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[Mon Jan 14 11:08:59 2019] md: md2 stopped.
[Mon Jan 14 11:08:59 2019] md: bind<sdb3>
[Mon Jan 14 11:08:59 2019] md/raid1:md2: active with 1 out of 1 mirrors
[Mon Jan 14 11:08:59 2019] md2: detected capacity change from 0 to 495170093056
[Mon Jan 14 11:09:01 2019] BTRFS: device label 2019.01.10-08:28:09 v23739 devid 1 transid 172 /dev/md2
[Mon Jan 14 11:09:01 2019] BTRFS info (device md2): enabling auto syno reclaim space
[Mon Jan 14 11:09:01 2019] BTRFS info (device md2): using free space tree
[Mon Jan 14 11:09:01 2019] BTRFS info (device md2): has skinny extents
[Mon Jan 14 11:09:02 2019] r8168: eth0: link up
[Mon Jan 14 11:09:02 2019] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[Mon Jan 14 11:09:02 2019] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[Mon Jan 14 11:09:02 2019] ehci-pci: EHCI PCI platform driver
[Mon Jan 14 11:09:02 2019] uhci_hcd: USB Universal Host Controller Interface driver
[Mon Jan 14 11:09:02 2019] usbcore: registered new interface driver usblp
[Mon Jan 14 11:09:02 2019] usbcore: registered new interface driver usbhid
[Mon Jan 14 11:09:02 2019] usbhid: USB HID core driver
[Mon Jan 14 11:09:03 2019] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(0011327b2c74).
[Mon Jan 14 11:09:03 2019] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[Mon Jan 14 11:09:03 2019] iSCSI:target_core_device.c:617:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[Mon Jan 14 11:09:03 2019] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
[Mon Jan 14 11:09:04 2019] iSCSI:target_core_file.c:146:fd_attach_hba RODSP plugin for fileio is enabled.
[Mon Jan 14 11:09:04 2019] iSCSI:target_core_file.c:153:fd_attach_hba ODX Token Manager is enabled.
[Mon Jan 14 11:09:04 2019] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[Mon Jan 14 11:09:04 2019] iSCSI:target_core_ep.c:813:ep_attach_hba RODSP plugin for epio is enabled.
[Mon Jan 14 11:09:04 2019] iSCSI:target_core_ep.c:820:ep_attach_hba ODX Token Manager is enabled.
[Mon Jan 14 11:09:04 2019] loop: module loaded
[Mon Jan 14 11:09:06 2019] ata2.00: configured for UDMA/100
[Mon Jan 14 11:09:06 2019] ata2: EH complete

 

 

Edited by Polanskiman
Added spoiler tag.
Link to comment
Share on other sites

Spoiler

                            GNU GRUB  version 2.02
 +----------------------------------------------------------------------------+
 |*DS918+ 6.2.1/6.2 Baremetal with Jun's Mod v1.04b                           | 
 | DS918+ 6.2.1/6.2 Baremetal with Jun's Mod v1.04b Reinstall                 |
 | DS918+ 6.2.1/6.2 VMWare/ESXI with Jun's Mod v1.04b                         |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            | 
 +----------------------------------------------------------------------------+
      Use the ^ and v keys to select which entry is highlighted.          
      Press enter to boot the selected OS, `e' to edit the commands       
      before booting or `c' for a command-line.                           
   The highlighted entry will be executed automatically in 0s.                 
[    0.024071] Spectre V2 : kernel not compiled with retpoline; no mitigation available!
patching file etc/rc
patching file etc/synoinfo.conf
Hunk #2 FAILED at 266.
Hunk #3 FAILED at 285.
Hunk #4 FAILED at 311.
3 out of 4 hunks FAILED -- saving rejects to file etc/synoinfo.conf.rej
patching file linuxrc.syno
patching file usr/sbin/init.post
START /linuxrc.syno
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore ... [  OK  ]
:: Loading module xhci-hcd ... [  OK  ]
:: Loading module xhci-pci ... [  OK  ]
:: Loading module usb-storage ... [  OK  ]
:: Loading module BusLogic ... [  OK  ]
:: Loading module vmw_pvscsi ... [  OK  ]
:: Loading module megaraid_mm ... [  OK  ]
:: Loading module megaraid_mbox ... [  OK  ]
:: Loading module scsi_transport_spi ... [  OK  ]
:: Loading module mptbase ... [  OK  ]
:: Loading module mptscsih ... [  OK  ]
:: Loading module mptspi ... [  OK  ]
:: Loading module mptctl ... [  OK  ]
:: Loading module megaraid ... [  OK  ]
:: Loading module megaraid_sas ... [  OK  ]
:: Loading module scsi_transport_sas ... [  OK  ]
:: Loading module raid_class ... [  OK  ]
:: Loading module mpt3sas ... [  OK  ]
:: Loading module mdio ... [  OK  ]
:: Loading module rtc-cmos ... [  OK  ]
Insert net driver(Mindspeed only)...
Starting /usr/syno/bin/synocfgen...
/usr/syno/bin/synocfgen returns 0
[    2.694244] md: invalid raid superblock magic on sda3
Partition Version=8
 /sbin/e2fsck exists, checking /dev/md0... 
/sbin/e2fsck -pvf returns 0
Mounting /dev/md0 /tmpRoot
------------upgrade
Begin upgrade procedure
No upgrade file exists
End upgrade procedure
============upgrade
Wait 2 seconds for synology manufactory device
Mon Jan 14 06:39:09 UTC 2019
/dev/md0 /tmpRoot ext4 rw,relatime,data=ordered 0 0
none /sys/kernel/debug debugfs rw,relatime 0 0
sys /sys sysfs rw,relatime 0 0
none /dev devtmpfs rw,relatime,size=1830720k,nr_inodes=457680,mode=755 0 0
proc /proc proc rw,relatime 0 0
linuxrc.syno executed successfully.
Post init
==================== start udevd ====================
[   16.392590] BUG: unable to handle kernel NULL pointer dereference at           (null)
[   16.400898] IP: [<          (null)>]           (null)
[   16.406302] PGD 17587a067 PUD 173301067 PMD 0 
[   16.411096] Oops: 0010 [#1] REEMPT SMP 
[   16.414574] Modules linked in: i915(E+) drm_kms_helper(E) syscopyarea(E) sysfillrect(E) sysimgblt(E) fb_sys_fops(E) cfbfillrect(E) cfbcopyarea(E) cfbimgblt(E) drm(E) fb(E) fbdev intel_agp(E) intel_gtt(E) agpgart(E) video backlight button synoacl_vfs(PO) hfsplus md4 hmac r8168(OE) ixgbe(E) igb(O) i2c_algo_bit e1000e(O) vxlan ip6_udp_tunnel udp_tunnel fuse vfat fat crc32c_intel aesni_intel glue_helper lrw gf128mul ablk_helper arc4 cryptd ecryptfs sha256_generic ecb aes_x86_64 authenc des_generic ansi_cprng cts md5 cbc cpufreq_powersave cpufreq_performance acpi_cpufreq processor cpufreq_stats dm_snapshot dm_bufio crc_itu_t crc_ccitt quota_v2 quota_tree psnap p8022 llc sit tunnel4 ip_tunnel ipv6 zram sg etxhci_hcd rtc_cmos(E) mdio(E) mpt3sas(E) raid_class(E) scsi_transport_sas(E) megaraid_sas(E) megaraid(E) mptctl(E) mptspi(E) mptscsih(E) mptbase(E) scsi_transport_spi(E) megaraid_mbox(E) megaraid_mm(E) vmw_pvscsi(E) BusLogic(E) usb_storage xhci_pci xhci_hcd usbcore usb_common tduuxx(OE) [last unloaded: apollolake_synobios]
[   16.414624] CPU: 2 PID: 5717 Comm: insmod Tainted: P           OE   4.4.59+ #23739
[   16.414625] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./J4105-ITX, BIOS P1.40 08/06/2018
[   16.414626] task: ffff88006413f080 ti: ffff88017ac80000 task.ti: ffff88017ac80000
[   16.414628] RIP: 0010:[<0000000000000000>]  [<          (null)>]           (null)
[   16.414629] RSP: 0018:ffff88017ac838b0  EFLAGS: 00010202
[   16.414630] RAX: 0000000000000246 RBX: ffff880067a7b1c0 RCX: 0000000000000001
[   16.414630] RDX: 0000000000000002 RSI: 0000000000000002 RDI: ffff880067a7b1c0
[   16.414631] RBP: ffff88017ac838d0 R08: 0000000000000002 R09: ffffffffa06b3b60
[   16.414631] R10: ffff880067a7b154 R11: ffff880067a7b17c R12: ffff88017ac83910
[   16.414632] R13: 0000000000000002 R14: ffff88017ac838ff R15: ffff88017ac8398f
[   16.414633] FS:  00007fbbddd88700(0000) GS:ffff88017fd00000(0000) knlGS:0000000000000000
[   16.414634] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   16.414634] CR2: 0000000000000000 CR3: 000000017a69d000 CR4: 00000000003406f0
[   16.414635] Stack:
[   16.414637]  ffffffff8140c269 0000000000000005 0000000000000002 ffff88017ac838fe
[   16.414638]  ffff88017ac83960 ffffffffa0520da2 ffff88017ac83910 0001880002000790
[   16.414639]  ffff880067a7b1c0 0000000000000000 ffff000100000030 ffff88017ac838ff
[   16.414640] Call Trace:
[   16.414648]  [<ffffffff8140c269>] ? i2c_transfer+0x79/0x90
[   16.414662]  [<ffffffffa0520da2>] drm_do_probe_ddc_edid+0xc2/0x130 [drm]
[   16.414671]  [<ffffffffa0522360>] drm_get_edid+0x300/0x390 [drm]
[   16.414720]  [<ffffffffa06818bf>] intel_dp_init_connector+0xa7f/0xf00 [i915]
[   16.414754]  [<ffffffffa0676533>] intel_ddi_init+0x383/0x4f0 [i915]
[   16.414789]  [<ffffffffa065452a>] intel_modeset_init+0x15da/0x1a70 [i915]
[   16.414823]  [<ffffffffa068e507>] ? intel_setup_gmbus+0x2e7/0x310 [i915]
[   16.414855]  [<ffffffffa05c9ccf>] i915_driver_load+0xa0f/0xe00 [i915]
[   16.414886]  [<ffffffffa05d4797>] i915_pci_probe+0x27/0x40 [i915]
[   16.414889]  [<ffffffff812fb5bc>] pci_device_probe+0x8c/0x100
[   16.414892]  [<ffffffff81384271>] driver_probe_device+0x1f1/0x310
[   16.414894]  [<ffffffff81384412>] __driver_attach+0x82/0x90
[   16.414896]  [<ffffffff81384390>] ? driver_probe_device+0x310/0x310
[   16.414897]  [<ffffffff81382301>] bus_for_each_dev+0x61/0xa0
[   16.414899]  [<ffffffff81383d09>] driver_attach+0x19/0x20
[   16.414901]  [<ffffffff81383933>] bus_add_driver+0x1b3/0x230
[   16.414902]  [<ffffffffa0705000>] ? 0xffffffffa0705000
[   16.414903]  [<ffffffff81384c1b>] driver_register+0x5b/0xe0
[   16.414906]  [<ffffffff812fa097>] __pci_register_driver+0x47/0x50
[   16.414936]  [<ffffffffa070503e>] i915_init+0x3e/0x45 [i915]
[   16.414939]  [<ffffffff810003b6>] do_one_initcall+0x86/0x1b0
[   16.414942]  [<ffffffff810df1d8>] do_init_module+0x56/0x1be
[   16.414945]  [<ffffffff810b554d>] load_module+0x1ded/0x2070
[   16.414947]  [<ffffffff810b28b0>] ? __symbol_put+0x50/0x50
[   16.414949]  [<ffffffff810b5959>] SYSC_finit_module+0x79/0x80
[   16.414951]  [<ffffffff810b5979>] SyS_finit_module+0x9/0x10
[   16.414954]  [<ffffffff81566b17>] entry_SYSCALL_64_fastpath+0x12/0x6a
[   16.414959] Code:  Bad RIP value.
[   16.414961] RIP  [<          (null)>]           (null)
[   16.414961]  RSP <ffff88017ac838b0>
[   16.414962] CR2: 0000000000000000
[   16.414964] ---[ end trace 4a47fc199a428b14 ]---
[   16.756181] Btrfs loaded, crc32c=crc32c-intel
[   16.768572] exFAT: Version 1.2.9
[   16.797586] jme: JMicron JMC2XX ethernet driver version 1.0.8
[   16.803451] sky2: driver version 1.30
[   16.812758] QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.3.63
[   16.819384] QLogic/NetXen Network Driver v4.0.82
[   16.822910] Solarflare NET driver v4.0
[   16.826196] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   16.826197] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   16.829141] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[   16.832106] VMware vmxnet3 virtual NIC driver - version 1.4.5.0-k-NAPI
[   16.841126] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[   16.857792] usbcore: registered new interface driver ax88179_178a
[   17.082966] 2019-1-14 6:39:19 UTC
[   17.086523] synobios: load, major number 201
[   17.091109] Brand: Synology
[   17.094158] Model: DS-918+
[   17.097020] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[   17.105945] synobios cpu_arch proc entry initialized
[   17.111183] synobios crypto_hw proc entry initialized
[   17.116557] synobios syno_platform proc entry initialized
[   17.122316] synobios open /dev/ttyS1 success
[   17.148339] systemd-udevd[5964]: starting version 204
===== trigger device plug event =====
[   17.981409] eth0: 0xffffc90001664000, 00:11:32:7b:2c:74, IRQ 127
[   18.052175] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.757826] md: md2 stopped.
[   18.781340] md: bind<sda3>
[   18.784765] md/raid1:md2: active with 1 out of 1 mirrors
[   18.813662] md2: detected capacity change from 0 to 495170093056
[   20.172162] BTRFS: device label 2019.01.10-08:28:09 v23739 devid 1 transid 191 /dev/md2
[   20.180664] BTRFS info (device md2): enabling auto syno reclaim space
[   20.187119] BTRFS info (device md2): using free space tree
[   20.192610] BTRFS info (device md2): has skinny extents
[   21.171491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   21.201559] ehci-pci: EHCI PCI platform driver
[   21.346013] uhci_hcd: USB Universal Host Controller Interface driver
[   21.457545] usbcore: registered new interface driver usblp
[   21.818961] usbcore: registered new interface driver usbhid
[   21.824533] usbhid: USB HID core driver
[   21.996233] iSCSI:target_core_rodsp_server.c:1027:rodsp_server_init RODSP server started, login_key(0011327b2c74).
[   22.137338] iSCSI:extent_pool.c:766:ep_init syno_extent_pool successfully initialized
[   22.190536] iSCSI:target_core_device.c:617:se_dev_align_max_sectors Rounding down aligned max_sectors from 4294967295 to 4294967288
[   22.203514] iSCSI:target_core_lunbackup.c:361:init_io_buffer_head 512 buffers allocated, total 2097152 bytes successfully
[   22.349321] iSCSI:target_core_file.c:146:fd_attach_hba RODSP plugin for fileio is enabled.
[   22.358026] iSCSI:target_core_file.c:153:fd_attach_hba ODX Token Manager is enabled.
[   22.366294] iSCSI:target_core_multi_file.c:91:fd_attach_hba RODSP plugin for multifile is enabled.
[   22.375825] iSCSI:target_core_ep.c:813:ep_attach_hba RODSP plugin for epio is enabled.
[   22.384219] iSCSI:target_core_ep.c:820:ep_attach_hba ODX Token Manager is enabled.

 

 

Edited by Polanskiman
Added spoiler tag.
Link to comment
Share on other sites

Hey guys, So what is the deal now?

 

One loader maintained for DS918 with 16 drives?

 

So if I want to use the latest DSM I should make sure I have 4th Generation or newer?

 

I have two systems with 1st Gen i7 and 3rd Gen i5. I will upgrade these.

 

Can I go for a 8th Gen i3/i5/i7? And for motherboard do we just make sure it has Intel SATA, Intel LAN etc?

 

Thanks :)

Link to comment
Share on other sites

  1 hour ago, Trailblazer said:

I couldn't see how to edit my previous post. My installation on a Dell T30 did not work.

I can only get it to work with 6.1.7 and the 1.02b Boot loader for the 916+. That does work, and quite well.

Thanks Jun!

=====================================================================

Does your T30 have a Intel Xeon E3-1225 v5 ?

Are you booting with UEFI mode ?

and HD set to AHCI mode ?

VID:# Correct ?

PID:# Correct ?

If so it should work, on mine it does...I'm using Loader 1.04 on the DS918+

 

I'm sorry guys this had to be moved to it's proper post, didn't realize where i was...

Edited by painkiller895
Link to comment
Share on other sites

16 hours ago, chipped said:

Hey guys, So what is the deal now?

 

One loader maintained for DS918 with 16 drives?

 

So if I want to use the latest DSM I should make sure I have 4th Generation or newer?

 

 

That and the same hardware as Synology includes drivers for in their .pat file. As of update 6.2.1-23824 it appears that Synology has turned on module signing and security software that prevents anything but a Synology generated module from loading. So, I ntil someone puts a lot more effort in to find a way to bypass this you’ll need to have hardware that has uses the same chips for disk and networking as Synology uses. It also appears that they are taking drivers out that aren’t specific to the model it’s running on.

 

Edited by wingspinner
Link to comment
Share on other sites

31 minutes ago, wingspinner said:

As of update 6.2.1-23824 it appears that Synology has turned on module signing and security software that prevents anything but a Synology generated module from loading.

 

While modules are in fact signed, I do not see any evidence that kernel signature enforcement is turned on.  I can load and unload my own compiled modules into 6.2.1 just fine.

Link to comment
Share on other sites

I know this is only a cosmetic thing, but no matter how I try to hide the boot drive using DiskIdxMap in the sata_args, DSM stopps working after a few hours. After a while it stops working and I'm only presented with a white page when trying to login, but after a while I get the message saying that the disk space is full when trying to login. Any ideas?

 

I guess the best choice is to stick to the default "set sata_args='SataPortMap=4'" and just ignore the bootloader and the four spaces between the PCI card. This way you still get to use 12 drives.

Link to comment
Share on other sites

10 hours ago, wingspinner said:

 

That and the same hardware as Synology includes drivers for in their .pat file. As of update 6.2.1-23824 it appears that Synology has turned on module signing and security software that prevents anything but a Synology generated module from loading. So, I ntil someone puts a lot more effort in to find a way to bypass this you’ll need to have hardware that has uses the same chips for disk and networking as Synology uses. It also appears that they are taking drivers out that aren’t specific to the model it’s running on.

 

 

Ok, so try keep it as close to native as possible. 

 

Does it work on Intel 8th Gen CPU's?

 

What SATA chipsets and LAN chipsets are safe?

Link to comment
Share on other sites

On 1/14/2019 at 5:56 PM, flyride said:

 

While modules are in fact signed, I do not see any evidence that kernel signature enforcement is turned on.  I can load and unload my own compiled modules into 6.2.1 just fine.

Flyride,

This isn’t what I’m seeing with ds918 and the 1.04b loader. If you’ve made it work i’m eager to be corrected and to understand what you have done to make it so.

Link to comment
Share on other sites

Hello,

 

I'm at DSM Version 6.1.7 Loader 1.02b with my HP G7 Microserver N40L. In the past updates where a problem with AMD powered devices.
Is it safe to upgrade to DSM 6.2.1 at the moment and if yes, which loader and image (xs3615+ at the moment) should I use?

 

thanks for the help

Link to comment
Share on other sites

So i made the mistake of running an update without checking the forum first.

Im on an Ivy Bridge i5, and as far as i can tell the new update doesnt support that old arcitecture.

 

I can do a clean install with my old image on jun 1.03b and ds3617xs, but when i connect the disks from my old shr raid it does not initialize them and recognize them as a shr group until reboot. After reboot it shows as recoverable, but it runs the newer update on the raid disks in the recovery process and takes me back to square 1. (jun loads normally, but no network on the onboard intel nic and no disk activity)

 

is there a good way of preventing the upgrade in recovery, or just corrupting the dsm that is on the old raid?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...