Jump to content
XPEnology Community

Drivers requests for DSM 5.2


Recommended Posts

This is an updated synoobot file which include several updates/fixes.

 

Before doing anything, backup your data.

No warranty for any damages, loss of data or anything else.

 

Link : http://xpenology.trantor.be/beta/

Copy *.ko to /lib/modules/

 

We can finally install DSM on SCSI/SAS controller !

 

 

Changelog:

v4 (29/12/2013)

- You can now install DSM on drives connected to a SCSI/SAS controller
- Fix the volume "broken" issue when DSM is installed on a SCSI/SAS controller
- Fix NFS support
- Update megaraid_sas driver to the latest version
- Modify the way XPEnology's modules are loaded in ramdisk
- Include modules from previous beta
- Add PS2 keyboard support

v3 (21/12/2013)

- Add more drivers for KVM / virtio / virtualization support
- Add patched r8169 driver (realtek chips which are not working with the r8168 driver will work with this one)
- Add latest version of sk98lin driver (Marvell Yukon / SysKonnect SK-98xx/SK-95xx support)
- Update Broadcom bnx2 driver to latest version


v2 (05/12/2013)

- AX88179 Gigabit Ethernet USB 3.0
- Latest driver version for RocketRAID 3xxx/4xxx Controller
- Latest (aacraid) driver version for Adaptec
- Support XFS filesystem (no idea if DSM will automount this)


v1

- Update synobios.ko (by k3dt ; fix "buzzer stop button pressed" warning)


SCSI
----

Highpoint Rocketraid 2720SGL
LSI mpt2sas v17
Adaptec aacraid
Intel C600 Series Chipset SAS


NETWORK
-------

3Com 3c590/3c900, 3cr990
Alteon AceNIC/3Com 3C985/NetGear GA620
QLogic QLA3XXX
SiS 900/7016 SiS190/SiS191


USB
---

USB to serial / Prolific 2303 driver


PATA
----

ATI PATA (PATA_ATIIXP)
AMD/NVidia PATA (PATA_AMD)
CMD64x PATA (PATA_CMD64X)
JMicron PATA (PATA_JMICRON)
Marvell PATA (PATA_MARVELL)
Promise PATA 2027x (PATA_PDC2027X)
Intel SCH PATA (PATA_SCH)
CMD / Silicon Image 680 PATA (PATA_SIL680)
SiS PATA (PATA_SIS)
VIA PATA (PATA_VIA)
Winbond SL82C105 PATA (PATA_WINBOND)
Legacy PATA support (PATA_LEGACY)

Link to comment
Share on other sites

This morning SHR RAID5 volume of 3 drives (2 on lsi, 1 on motherboard) is OK, reboot OK, System Health OK :grin:

 

thx for your answers, i have tested your new wifi beta rt2800usb driver, it make some error, so i'm waiting for your next :smile:

 

This is why I didn't want to add wifi drivers in the first place. The wifi stack on linux is not easy to use.

All the wifi drivers are the latest from kernel 3.12.

Like I said wifi modules have often dependency, you need to load them in a particular order:

 

insmod cfg80211.ko
insmod mac80211.ko
insmod rt2x00lib.ko
insmod rt2x00usb.ko
insmod rt2800lib.ko
insmod rt2800usb.ko

 

You get your wifi card detected.

 

the problem is not detecting, it's performance bench,it cause many disconnect.

 

my card is correctly detected by many error like this in dmesg :

 

 

[14511.184342] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2

[14511.184382] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2

[14511.554080] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping

[14511.554202] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping

 

 

i think it's kernel bug with recent release, this problem not happen with 4.2

 

problem seems to be solved with last kernel. is a backport problem ?

 

https://dev.openwrt.org/ticket/13523

Link to comment
Share on other sites

This is an updated synoobot file which include several updates/fixes.

 

Before doing anything, backup your data.

No warranty for any damages, loss of data or anything else.

 

Link : http://xpenology.trantor.be/beta/

Copy *.ko to /lib/modules/

 

We can finally install DSM on SCSI/SAS controller !

 

 

Changelog:

v4 (29/12/2013)

- You can now install DSM on drives connected to a SCSI/SAS controller
- Fix the volume "broken" issue when DSM is installed on a SCSI/SAS controller
- Fix NFS support
- Update megaraid_sas driver to the latest version
- Modify the way XPEnology's modules are loaded in ramdisk
- Include modules from previous beta
- Add PS2 keyboard support

v3 (21/12/2013)

- Add more drivers for KVM / virtio / virtualization support
- Add patched r8169 driver (realtek chips which are not working with the r8168 driver will work with this one)
- Add latest version of sk98lin driver (Marvell Yukon / SysKonnect SK-98xx/SK-95xx support)
- Update Broadcom bnx2 driver to latest version


v2 (05/12/2013)

- AX88179 Gigabit Ethernet USB 3.0
- Latest driver version for RocketRAID 3xxx/4xxx Controller
- Latest (aacraid) driver version for Adaptec
- Support XFS filesystem (no idea if DSM will automount this)


v1

- Update synobios.ko (by k3dt ; fix "buzzer stop button pressed" warning)


SCSI
----

Highpoint Rocketraid 2720SGL
LSI mpt2sas v17
Adaptec aacraid
Intel C600 Series Chipset SAS


NETWORK
-------

3Com 3c590/3c900, 3cr990
Alteon AceNIC/3Com 3C985/NetGear GA620
QLogic QLA3XXX
SiS 900/7016 SiS190/SiS191


USB
---

USB to serial / Prolific 2303 driver


PATA
----

ATI PATA (PATA_ATIIXP)
AMD/NVidia PATA (PATA_AMD)
CMD64x PATA (PATA_CMD64X)
JMicron PATA (PATA_JMICRON)
Marvell PATA (PATA_MARVELL)
Promise PATA 2027x (PATA_PDC2027X)
Intel SCH PATA (PATA_SCH)
CMD / Silicon Image 680 PATA (PATA_SIL680)
SiS PATA (PATA_SIS)
VIA PATA (PATA_VIA)
Winbond SL82C105 PATA (PATA_WINBOND)
Legacy PATA support (PATA_LEGACY)

 

Confirm :smile:

 

Works! Thanks!

Link to comment
Share on other sites

 

[14511.184342] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2

[14511.184382] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2

[14511.554080] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping

[14511.554202] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping

 

problem seems to be solved with last kernel. is a backport problem ?

https://dev.openwrt.org/ticket/13523

 

They talk about kernel 3.10, I use backports from kernel 3.12...

Does the official synology modules works ok with your card ?

Files from official 4.3 hda1 : http://xpenology.trantor.be/beta/rt2800-wifi.7z

 

EDIT:

 

Or just don't use wifi with your NAS :lol: ^^

Link to comment
Share on other sites

Still no luck with SAS here

 

Tried

 

H310 > Backplane > drives

 

Lots of errors

 

[    6.870967] mpt2sas version 17.00.00.00 loaded
[    6.871140] scsi14 : Fusion MPT SAS Host
[    6.871565] mpt2sas 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.871672] mpt2sas 0000:08:00.0: setting latency timer to 64
[    6.871678] mpt2sas0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (16434664 kB)
[    6.871834] mpt2sas0: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1
[    6.872026] mpt2sas 0000:08:00.0: irq 49 for MSI/MSI-X
[    6.872045] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 49
[    6.872132] mpt2sas0: iomem(0x00000000fbcf0000), mapped(0xffffc900040e0000), size(65536)
[    6.872255] mpt2sas0: ioport(0x000000000000be00), size(256)
[    6.986749] mpt2sas0: Allocated physical memory: size(6195 kB)
[    6.986845] mpt2sas0: Current Controller Queue Depth(2748), Max Controller Queue Depth(2879)
[    6.986970] mpt2sas0: Scatter Gather Elements per IO(128)
[    7.046225] mpt2sas0: LSISAS2008: FWVersion(07.15.08.00), ChipRevision(0x03), BiosVersion(00.00.00.00)
[    7.046355] mpt2sas0: Dell 6Gbps SAS HBA: Vendor(0x1000), Device(0x0072), SSVID(0x1028), SSDID(0x1F1C)
[    7.046483] mpt2sas0: Protocol=(Initiator,Target), Capabilities=(Raid,TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    7.047231] mpt2sas0: sending port enable !!
[   21.040985] mpt2sas0: host_add: handle(0x0001), sas_addr(0x5d4ae5208a846400), phys(8)
[   42.155758] mpt2sas0: port enable: SUCCESS
[   42.775426] scsi 14:0:0:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[   43.024688] scsi 14:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221100000000), phy(0), device_name(0x0000000000000000)
[   43.024821] scsi 14:0:0:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(7)
[   43.025029] scsi 14:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   43.025155] scsi 14:0:0:0: serial_number(            9QJ3Z366)
[   43.025257] scsi 14:0:0:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(6), cmd_que(1)
[   43.025528] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   43.025617] syno_disk_type_get: Fusion MPT SAS Host,0
[   43.025704] sd_probe: index=14
[   43.025784] sd_format_disk_name()=sdo
[   43.028000] sd 14:0:0:0: [sdo] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB)
[   43.124931] sd 14:0:0:0: [sdo] Write Protect is off
[   43.125018] sd 14:0:0:0: [sdo] Mode Sense: 7f 00 00 08
[   43.128175] sd 14:0:0:0: [sdo] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   43.258816]  sdo: sdo2
[   43.377875] sd 14:0:0:0: [sdo] Attached SCSI disk
[   43.774629] scsi 14:0:1:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[   44.024035] scsi 14:0:1:0: SATA: handle(0x000b), sas_addr(0x4433221103000000), phy(3), device_name(0x0000000000000000)
[   44.024169] scsi 14:0:1:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(4)
[   44.024377] scsi 14:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   44.024513] scsi 14:0:1:0: serial_number(            9QJ3YVFN)
[   44.024603] scsi 14:0:1:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(6), cmd_que(1)
[   44.024864] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   44.024953] syno_disk_type_get: Fusion MPT SAS Host,0
[   44.025040] want_idx 14 index 15. delay and reget
[   45.023746] want_idx 14 index 15
[   45.023826] want_idx 14 index 15. delay and reget
[   46.023027] want_idx 14 index 15
[   46.023107] want_idx 14 index 15. delay and reget
[   47.022318] want_idx 14 index 15
[   47.022399] want_idx 14 index 15. delay and reget
[   48.021601] want_idx 14 index 15
[   48.021681] want_idx 14 index 15. delay and reget
[   49.020874] want_idx 14 index 15
[   49.020955] want_idx 14 index 15. delay and reget
[   50.026131] want_idx 14 index 15
[   50.026211] want_idx 14 index 15. delay and reget
[   51.025452] want_idx 14 index 15
[   51.025533] want_idx 14 index 15. delay and reget
[   52.024765] want_idx 14 index 15
[   52.024845] want_idx 14 index 15. delay and reget
[   53.024041] want_idx 14 index 15
[   53.024122] want_idx 14 index 15. delay and reget
[   54.023342] want_idx 14 index 15
[   54.023422] want_idx 14 index 15. delay and reget
[   55.022625] want_idx 14 index 15
[   55.022705] want_idx 14 index 15. delay and reget
[   56.021917] want_idx 14 index 15
[   56.021996] want_idx 14 index 15. delay and reget
[   57.021243] want_idx 14 index 15
[   57.021323] want_idx 14 index 15. delay and reget
[   58.020487] want_idx 14 index 15
[   58.020567] want_idx 14 index 15. delay and reget
[   59.019791] want_idx 14 index 15
[   59.019871] sd_probe: index=15
[   59.019950] sd_format_disk_name()=sdp
[   59.022242] sd 14:0:1:0: [sdp] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   59.125535] sd 14:0:1:0: [sdp] Write Protect is off
[   59.125622] sd 14:0:1:0: [sdp] Mode Sense: 7f 00 00 08
[   59.128844] sd 14:0:1:0: [sdp] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   59.278502]  sdp:
[   59.377885] sd 14:0:1:0: [sdp] Attached SCSI disk
[   59.763449] scsi 14:0:2:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[   60.012856] scsi 14:0:2:0: SATA: handle(0x000c), sas_addr(0x4433221102000000), phy(2), device_name(0x0000000000000000)
[   60.012990] scsi 14:0:2:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(5)
[   60.013209] scsi 14:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   60.013335] scsi 14:0:2:0: serial_number(            9QJ3TFCW)
[   60.013425] scsi 14:0:2:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(6), cmd_que(1)
[   60.013681] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   60.013770] syno_disk_type_get: Fusion MPT SAS Host,0
[   60.013858] want_idx 14 index 16. delay and reget
[   61.012369] want_idx 14 index 16
[   61.012450] want_idx 14 index 16. delay and reget
[   62.011671] want_idx 14 index 16
[   62.011751] want_idx 14 index 16. delay and reget
[   63.010927] want_idx 14 index 16
[   63.011008] want_idx 14 index 16. delay and reget
[   64.010237] want_idx 14 index 16
[   64.010318] want_idx 14 index 16. delay and reget
[   65.009494] want_idx 14 index 16
[   65.009574] want_idx 14 index 16. delay and reget
[   66.008792] want_idx 14 index 16
[   66.008872] want_idx 14 index 16. delay and reget
[   67.008162] want_idx 14 index 16
[   67.008242] want_idx 14 index 16. delay and reget
[   68.007433] want_idx 14 index 16
[   68.007513] want_idx 14 index 16. delay and reget
[   69.006686] want_idx 14 index 16
[   69.006765] want_idx 14 index 16. delay and reget
[   70.005989] want_idx 14 index 16
[   70.006069] want_idx 14 index 16. delay and reget
[   71.005249] want_idx 14 index 16
[   71.005329] want_idx 14 index 16. delay and reget
[   72.004552] want_idx 14 index 16
[   72.004632] want_idx 14 index 16. delay and reget
[   73.003833] want_idx 14 index 16
[   73.003913] want_idx 14 index 16. delay and reget
[   74.003111] want_idx 14 index 16
[   74.003191] want_idx 14 index 16. delay and reget
[   75.002399] want_idx 14 index 16
[   75.002480] sd_probe: index=16
[   75.002558] sd_format_disk_name()=sdq
[   75.004784] sd 14:0:2:0: [sdq] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   75.105522] sd 14:0:2:0: [sdq] Write Protect is off
[   75.105609] sd 14:0:2:0: [sdq] Mode Sense: 7f 00 00 08
[   75.108765] sd 14:0:2:0: [sdq] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   75.258119]  sdq:
[   75.357875] sd 14:0:2:0: [sdq] Attached SCSI disk
[   75.752330] scsi 14:0:3:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[   76.001744] scsi 14:0:3:0: SATA: handle(0x000d), sas_addr(0x4433221101000000), phy(1), device_name(0x0000000000000000)
[   76.001877] scsi 14:0:3:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(6)
[   76.002086] scsi 14:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   76.002212] scsi 14:0:3:0: serial_number(            9QJ3Z17W)
[   76.002301] scsi 14:0:3:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(6), cmd_que(1)
[   76.002557] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   76.002646] syno_disk_type_get: Fusion MPT SAS Host,0
[   76.002746] want_idx 14 index 17. delay and reget
[   77.001981] want_idx 14 index 17
[   77.002061] want_idx 14 index 17. delay and reget
[   78.001279] want_idx 14 index 17
[   78.001359] want_idx 14 index 17. delay and reget
[   79.000578] want_idx 14 index 17
[   79.000659] want_idx 14 index 17. delay and reget
[   79.999854] want_idx 14 index 17
[   79.999934] want_idx 14 index 17. delay and reget
[   80.999153] want_idx 14 index 17
[   80.999233] want_idx 14 index 17. delay and reget
[   81.998422] want_idx 14 index 17
[   81.998502] want_idx 14 index 17. delay and reget
[   82.997727] want_idx 14 index 17
[   82.997807] want_idx 14 index 17. delay and reget
[   83.997018] want_idx 14 index 17
[   83.997098] want_idx 14 index 17. delay and reget
[   84.996297] want_idx 14 index 17
[   84.996377] want_idx 14 index 17. delay and reget
[   85.995604] want_idx 14 index 17
[   85.995683] want_idx 14 index 17. delay and reget
[   86.994906] want_idx 14 index 17
[   86.994986] want_idx 14 index 17. delay and reget
[   87.994175] want_idx 14 index 17
[   87.994255] want_idx 14 index 17. delay and reget
[   88.993505] want_idx 14 index 17
[   88.993585] want_idx 14 index 17. delay and reget
[   89.992762] want_idx 14 index 17
[   89.992841] want_idx 14 index 17. delay and reget
[   90.992033] want_idx 14 index 17
[   90.992112] sd_probe: index=17
[   90.992191] sd_format_disk_name()=sdr
[   90.994423] sd 14:0:3:0: [sdr] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   91.095027] sd 14:0:3:0: [sdr] Write Protect is off
[   91.095114] sd 14:0:3:0: [sdr] Mode Sense: 7f 00 00 08
[   91.098305] sd 14:0:3:0: [sdr] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   91.228192]  sdr:
[   91.348006] sd 14:0:3:0: [sdr] Attached SCSI disk
[   91.739966] scsi 14:0:4:0: Direct-Access     ATA      ST31000528AS             HP22 PQ: 0 ANSI: 5
[   91.989370] scsi 14:0:4:0: SATA: handle(0x000e), sas_addr(0x4433221104000000), phy(4), device_name(0x0000000000000000)
[   91.989504] scsi 14:0:4:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(3)
[   91.989713] scsi 14:0:4:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   91.989838] scsi 14:0:4:0: serial_number(6VP1JS3Y            )
[   91.989928] scsi 14:0:4:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(6), cmd_que(1)
[   91.990188] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   91.990277] syno_disk_type_get: Fusion MPT SAS Host,0
[   91.990374] want_idx 14 index 18. delay and reget
[   92.989605] want_idx 14 index 18
[   92.989686] want_idx 14 index 18. delay and reget
[   93.988912] want_idx 14 index 18
[   93.988992] want_idx 14 index 18. delay and reget
[   94.988212] want_idx 14 index 18
[   94.988293] want_idx 14 index 18. delay and reget
[   95.987504] want_idx 14 index 18
[   95.987584] want_idx 14 index 18. delay and reget
[   96.986801] want_idx 14 index 18
[   96.986882] want_idx 14 index 18. delay and reget
[   97.986068] want_idx 14 index 18
[   97.986148] want_idx 14 index 18. delay and reget
[   98.985363] want_idx 14 index 18
[   98.985443] want_idx 14 index 18. delay and reget
[   99.984654] want_idx 14 index 18
[   99.984734] want_idx 14 index 18. delay and reget
[  100.983940] want_idx 14 index 18
[  100.984020] want_idx 14 index 18. delay and reget
[  101.983203] want_idx 14 index 18
[  101.983283] want_idx 14 index 18. delay and reget
[  102.982502] want_idx 14 index 18
[  102.982582] want_idx 14 index 18. delay and reget
[  103.981774] want_idx 14 index 18
[  103.981854] want_idx 14 index 18. delay and reget
[  104.981090] want_idx 14 index 18
[  104.981169] want_idx 14 index 18. delay and reget
[  105.980394] want_idx 14 index 18
[  105.980474] want_idx 14 index 18. delay and reget
[  106.979660] want_idx 14 index 18
[  106.979740] sd_probe: index=18
[  106.979819] sd_format_disk_name()=sds
[  106.981146] sd 14:0:4:0: [sds] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[  107.023310] sd 14:0:4:0: [sds] Write Protect is off
[  107.030091] sd 14:0:4:0: [sds] Mode Sense: 7f 00 00 08
[  107.030867] sd 14:0:4:0: [sds] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  107.124558]  sds:
[  107.240512] sd 14:0:4:0: [sds] Attached SCSI disk
[  107.729955] scsi 14:0:5:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[  107.979368] scsi 14:0:5:0: SATA: handle(0x000f), sas_addr(0x4433221107000000), phy(7), device_name(0x0000000000000000)
[  107.979502] scsi 14:0:5:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(0)
[  107.979711] scsi 14:0:5:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  107.979836] scsi 14:0:5:0: serial_number(            9QJ3XPZ3)
[  107.979938] scsi 14:0:5:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(6), cmd_que(1)
[  107.980197] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[  107.980285] syno_disk_type_get: Fusion MPT SAS Host,0
[  107.980374] want_idx 14 index 19. delay and reget
[  108.979250] want_idx 14 index 19
[  108.979331] want_idx 14 index 19. delay and reget
[  109.978554] want_idx 14 index 19
[  109.978635] want_idx 14 index 19. delay and reget
[  110.977845] want_idx 14 index 19
[  110.977926] want_idx 14 index 19. delay and reget
[  111.977149] want_idx 14 index 19
[  111.977230] want_idx 14 index 19. delay and reget
[  112.976389] want_idx 14 index 19
[  112.976469] want_idx 14 index 19. delay and reget
[  113.975661] want_idx 14 index 19
[  113.975741] want_idx 14 index 19. delay and reget
[  114.974976] want_idx 14 index 19
[  114.975056] want_idx 14 index 19. delay and reget
[  115.974286] want_idx 14 index 19
[  115.974366] want_idx 14 index 19. delay and reget
[  116.973534] want_idx 14 index 19
[  116.973614] want_idx 14 index 19. delay and reget
[  117.972841] want_idx 14 index 19
[  117.972921] want_idx 14 index 19. delay and reget
[  118.972148] want_idx 14 index 19
[  118.972228] want_idx 14 index 19. delay and reget
[  119.971424] want_idx 14 index 19
[  119.971504] want_idx 14 index 19. delay and reget
[  120.970683] want_idx 14 index 19
[  120.970762] want_idx 14 index 19. delay and reget
[  121.970000] want_idx 14 index 19
[  121.970080] want_idx 14 index 19. delay and reget
[  122.969292] want_idx 14 index 19
[  122.969372] sd_probe: index=19
[  122.969451] sd_format_disk_name()=sdt
[  122.971721] sd 14:0:5:0: [sdt] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[  123.070439] sd 14:0:5:0: [sdt] Write Protect is off
[  123.070527] sd 14:0:5:0: [sdt] Mode Sense: 7f 00 00 08
[  123.073585] sd 14:0:5:0: [sdt] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  123.200845]  sdt:
[  123.314901] sd 14:0:5:0: [sdt] Attached SCSI disk
[  123.717859] scsi 14:0:6:0: Direct-Access     ATA      HUA721010KLA330      43W AB4A PQ: 0 ANSI: 5
[  123.967263] scsi 14:0:6:0: SATA: handle(0x0010), sas_addr(0x4433221106000000), phy(6), device_name(0x0000000000000000)
[  123.967396] scsi 14:0:6:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(1)
[  123.967605] scsi 14:0:6:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  123.967731] scsi 14:0:6:0: serial_number(      GTA060PBHTVADE)
[  123.967820] scsi 14:0:6:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(6), cmd_que(1)
[  123.968083] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[  123.968171] syno_disk_type_get: Fusion MPT SAS Host,0
[  123.968260] want_idx 14 index 20. delay and reget
[  124.966847] want_idx 14 index 20
[  124.966927] want_idx 14 index 20. delay and reget
[  125.966148] want_idx 14 index 20
[  125.966228] want_idx 14 index 20. delay and reget
[  126.965441] want_idx 14 index 20
[  126.965521] want_idx 14 index 20. delay and reget
[  127.964732] want_idx 14 index 20
[  127.964812] want_idx 14 index 20. delay and reget
[  128.964022] want_idx 14 index 20
[  128.964101] want_idx 14 index 20. delay and reget
[  129.963336] want_idx 14 index 20
[  129.963416] want_idx 14 index 20. delay and reget
[  130.962631] want_idx 14 index 20
[  130.962712] want_idx 14 index 20. delay and reget
[  131.961883] want_idx 14 index 20
[  131.961963] want_idx 14 index 20. delay and reget
[  132.961185] want_idx 14 index 20
[  132.961266] want_idx 14 index 20. delay and reget
[  133.960446] want_idx 14 index 20
[  133.960526] want_idx 14 index 20. delay and reget
[  134.959745] want_idx 14 index 20
[  134.959825] want_idx 14 index 20. delay and reget
[  135.959044] want_idx 14 index 20
[  135.959124] want_idx 14 index 20. delay and reget
[  136.958304] want_idx 14 index 20
[  136.958384] want_idx 14 index 20. delay and reget
[  137.957604] want_idx 14 index 20
[  137.957684] want_idx 14 index 20. delay and reget
[  138.956906] want_idx 14 index 20
[  138.956986] sd_probe: index=20
[  138.957065] sd_format_disk_name()=sdu
[  138.958037] sd 14:0:6:0: [sdu] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[  139.151746] sd 14:0:6:0: [sdu] Write Protect is off
[  139.151838] sd 14:0:6:0: [sdu] Mode Sense: 7f 00 00 08
[  139.158076] sd 14:0:6:0: [sdu] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  139.364811]  sdu:
[  139.582702] sd 14:0:6:0: [sdu] Attached SCSI disk
[  139.706717] scsi 14:0:7:0: Direct-Access     ATA      HUA721010KLA330      43W AB4A PQ: 0 ANSI: 5
[  139.956122] scsi 14:0:7:0: SATA: handle(0x0011), sas_addr(0x4433221105000000), phy(5), device_name(0x0000000000000000)
[  139.956256] scsi 14:0:7:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(2)
[  139.956474] scsi 14:0:7:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  139.956600] scsi 14:0:7:0: serial_number(      GTA060PBHTURHE)
[  139.956690] scsi 14:0:7:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(6), cmd_que(1)
[  139.956953] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[  139.957042] syno_disk_type_get: Fusion MPT SAS Host,0
[  139.957130] want_idx 14 index 21. delay and reget
[  140.956481] want_idx 14 index 21
[  140.956562] want_idx 14 index 21. delay and reget
[  141.955770] want_idx 14 index 21
[  141.955851] want_idx 14 index 21. delay and reget
[  142.955060] want_idx 14 index 21
[  142.955141] want_idx 14 index 21. delay and reget
[  143.954340] want_idx 14 index 21
[  143.954419] want_idx 14 index 21. delay and reget
[  144.953645] want_idx 14 index 21
[  144.953725] want_idx 14 index 21. delay and reget
[  145.952942] want_idx 14 index 21
[  145.953023] want_idx 14 index 21. delay and reget
[  146.952204] want_idx 14 index 21
[  146.952284] want_idx 14 index 21. delay and reget
[  147.951458] want_idx 14 index 21
[  147.951538] want_idx 14 index 21. delay and reget
[  148.950792] want_idx 14 index 21
[  148.950872] want_idx 14 index 21. delay and reget
[  149.950069] want_idx 14 index 21
[  149.950149] want_idx 14 index 21. delay and reget
[  150.949370] want_idx 14 index 21
[  150.949451] want_idx 14 index 21. delay and reget
[  151.948666] want_idx 14 index 21
[  151.948745] want_idx 14 index 21. delay and reget
[  152.947968] want_idx 14 index 21
[  152.948048] want_idx 14 index 21. delay and reget
[  153.947231] want_idx 14 index 21
[  153.947311] want_idx 14 index 21. delay and reget
[  154.946533] want_idx 14 index 21
[  154.946613] sd_probe: index=21
[  154.946692] sd_format_disk_name()=sdv
[  154.947648] sd 14:0:7:0: [sdv] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[  155.134225] sd 14:0:7:0: [sdv] Write Protect is off
[  155.134312] sd 14:0:7:0: [sdv] Mode Sense: 7f 00 00 08
[  155.140143] sd 14:0:7:0: [sdv] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  155.346838]  sdv:
[  155.564730] sd 14:0:7:0: [sdv] Attached SCSI disk
[  155.565577] megasas: 06.601.06.00 June. 17, 17:00:00 PDT 2013
[  155.566961] rr272x_1x: module license 'Proprietary' taints kernel.
[  155.567052] Disabling lock debugging due to kernel taint
[  155.568097] rr272x_1x:RocketRAID 272x_1x controller driver v1.5 (Nov 30 2013 15:00:35)
[  156.614606] rr272x_1x:no controller detected.
[  156.624363] Adaptec aacraid driver 1.2-1[30300]custom
[  156.640017] RocketRAID 3xxx/4xxx Controller driver v1.9
[  156.640640] stex: Promise SuperTrak EX Driver version: 4.6.0000.4
[  156.641693] ipr: IBM Power RAID SCSI Device Driver version: 2.5.2 (April 27, 2011)
[  156.648580] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[  156.649391] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[  156.650090] 3ware Storage Controller device driver for Linux v1.26.02.003.
[  156.653496] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[  156.669811]  md0: unknown partition table
[  156.669972] md0: detected capacity change from 2549940224 to 0
[  156.670086] md: md0: set sda1 to auto_remap [0]
[  156.670172] md: md0: set sdb1 to auto_remap [0]
[  156.670256] md: md0: set sde1 to auto_remap [0]
[  156.670344] md: md0: set sdf1 to auto_remap [0]
[  156.670428] md: md0 stopped.
[  156.670509] md: unbind
[  156.678288] md: export_rdev(sda1)
[  156.678373] md: unbind
[  156.694272] md: export_rdev(sdb1)
[  156.694356] md: unbind
[  156.703264] md: export_rdev(sde1)
[  156.703348] md: unbind
[  156.703452] md: export_rdev(sdf1)
[  158.713098] md1: detected capacity change from 2147418112 to 0
[  158.713189] md: md1: set sda2 to auto_remap [0]
[  158.713274] md: md1: set sdb2 to auto_remap [0]
[  158.713358] md: md1: set sde2 to auto_remap [0]
[  158.713442] md: md1: set sdf2 to auto_remap [0]
[  158.713526] md: md1 stopped.
[  158.713607] md: unbind
[  158.729836] md: export_rdev(sda2)
[  158.729920] md: unbind
[  158.745821] md: export_rdev(sdb2)
[  158.745904] md: unbind
[  158.761807] md: export_rdev(sde2)
[  158.761890] md: unbind
[  158.761992] md: export_rdev(sdf2)
[  160.764700] md: Autodetecting XPEnology RAID arrays.
[  160.765210] blDenyDisks: ALLOW
[  160.765607] blDenyDisks: ALLOW
[  160.765940] blDenyDisks: ALLOW
[  160.766275] blDenyDisks: ALLOW
[  160.774244] blDenyDisks: ALLOW
[  160.774616] blDenyDisks: ALLOW
[  160.774809] blDenyDisks: ALLOW
[  160.775003] blDenyDisks: ALLOW
[  160.792726] blDenyDisks: ALLOW
[  160.792806] md: Scanned 9 and added 9 devices.
[  160.792889] md: autorun ...
[  160.792967] md: considering sda1 ...
[  160.793050] md:  adding sda1 ...
[  160.793130] md: sda2 has different UUID to sda1
[  160.793216] md:  adding sdb1 ...
[  160.793296] md: sdb2 has different UUID to sda1
[  160.793385] md:  adding sde1 ...
[  160.793466] md: sde2 has different UUID to sda1
[  160.793551] md:  adding sdf1 ...
[  160.793632] md: sdf2 has different UUID to sda1
[  160.793717] md: sdo2 has different UUID to sda1
[  160.793808] md: created md0
[  160.793886] md: bind
[  160.793972] md: bind
[  160.794055] md: bind
[  160.794138] md: bind
[  160.794221] md: running: 
[  160.794566] bio: create slab  at 1
[  160.794712] md/raid1:md0: active with 4 out of 12 mirrors
[  160.794814] md0: detected capacity change from 0 to 2549940224
[  160.794949] md: considering sda2 ...
[  160.795034] md:  adding sda2 ...
[  160.795115] md:  adding sdb2 ...
[  160.795196] md:  adding sde2 ...
[  160.795277] md:  adding sdf2 ...
[  160.795363] md: sdo2 has different UUID to sda2
[  160.795622] md: created md1
[  160.795703] md: bind
[  160.795793] md: bind
[  160.795885] md: bind
[  160.795970] md: bind
[  160.796054] md: running: 
[  160.796450] md/raid1:md1: active with 4 out of 12 mirrors
[  160.796551] md1: detected capacity change from 0 to 2147418112
[  160.796697] md: considering sdo2 ...
[  160.796785] md:  adding sdo2 ...
[  160.796870] md: md1 already running, cannot run sdo2
[  160.796961] md: export_rdev(sdo2)
[  160.797051] md: ... autorun DONE.
[  160.797461]  md1: unknown partition table
[  160.798637] synobios: load, major number 201
[  160.798726] Brand: Synology
[  160.798893] Model: DS-3612xs
[  160.799017] set group disks wakeup number to 4, spinup time deno 7
[  160.802779] synobios: unload
[  160.820724]  md0: unknown partition table
[  161.244328] EXT4-fs (md0): synoacl module has not been loaded. Unable to mount with synoacl, vfs_mod status=-1, ext4_mod status=-1
[  161.252513] EXT4-fs (md0): barriers disabled
[  161.261642] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: 
[  161.411029] synoacl module [synoacl_ext4] is not loaded 
[  161.411117] synoacl module [synoacl_vfs] is not loaded 
[  161.439032] EXT3-fs (md0): error: couldn't mount because of unsupported optional features (2c0)
[  161.468533] EXT4-fs (md0): synoacl module has not been loaded. Unable to mount with synoacl, vfs_mod status=-1, ext4_mod status=-1
[  161.477099] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
[  161.477231] VFS: Mounted root (ext4 filesystem) readonly on device 9:0.
[  161.477322] Trying to move old root to /initrd ... okay
[  161.488359] Freeing unused kernel memory: 508k freed
[  161.488511] Write protecting the kernel read-only data: 8192k
[  161.493061] Freeing unused kernel memory: 1956k freed
[  161.494298] Freeing unused kernel memory: 372k freed
[  161.785348] EXT4-fs (md0): re-mounted. Opts: (null)
[  162.833337] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  162.833494] sd 1:0:0:0: Attached scsi generic sg1 type 0
[  162.833662] sd 4:0:0:0: Attached scsi generic sg2 type 0
[  162.833822] sd 5:0:0:0: Attached scsi generic sg3 type 0
[  162.833995] sd 14:0:0:0: Attached scsi generic sg4 type 0
[  162.834145] sd 14:0:1:0: Attached scsi generic sg5 type 0
[  162.834297] sd 14:0:2:0: Attached scsi generic sg6 type 0
[  162.834449] sd 14:0:3:0: Attached scsi generic sg7 type 0
[  162.834597] sd 14:0:4:0: Attached scsi generic sg8 type 0
[  162.834748] sd 14:0:5:0: Attached scsi generic sg9 type 0
[  162.834908] sd 14:0:6:0: Attached scsi generic sg10 type 0
[  162.835066] sd 14:0:7:0: Attached scsi generic sg11 type 0

 

Tried

 

H310 > drives

Same

 

 

Tried different controller (1068e) just by itself (one drive)

Nothing

no drives detected

 

:roll:

 

Am I doing this correctly

 

Downloaded your new synoboot-3810-pre-v1.1_v4.img

and using XPEnology_trantor_v1.0_DSM_DS3612xs_3810.pat

 

??

 

.

.

Link to comment
Share on other sites

OK swapped systems

 

New system is

 

Motherboard INTEL S5000PSL

H200 SAS Controller

3 x 300Gb in expander backplane

 

This one fires up and see's all drives..

 

Lets me install

 

Reboot and all still there

 

Still getting some errors tho

 

237.736983] RAID1 conf printout:
[  237.736986]  --- wd:3 rd:12
[  237.736988]  disk 0, wo:0, o:1, dev:sdc1
[  237.736990]  disk 1, wo:0, o:1, dev:sdd1
[  237.736993]  disk 2, wo:0, o:1, dev:sde1
[  344.800032] sd 2:0:0:0: attempting task abort! scmd(ffff88015a5a7180)
[  344.800126] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 09 80 00 00 80 00
[  344.800774] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  344.800861] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.796655] sd 2:0:0:0: task abort: SUCCESS scmd(ffff88015a5a7180)
[  348.796731] sd 2:0:0:0: attempting task abort! scmd(ffff880156d70180)
[  348.796803] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0a 00 00 00 80 00
[  348.797478] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.797566] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.797699] sd 2:0:0:0: task abort: SUCCESS scmd(ffff880156d70180)
[  348.797769] sd 2:0:0:0: attempting task abort! scmd(ffff880158a8a680)
[  348.797839] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0a 80 00 00 80 00
[  348.798517] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.798604] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.798697] sd 2:0:0:0: task abort: SUCCESS scmd(ffff880158a8a680)
[  348.798767] sd 2:0:0:0: attempting task abort! scmd(ffff880156d70a80)
[  348.798838] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0b 00 00 00 80 00
[  348.799513] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.799601] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.799693] sd 2:0:0:0: task abort: SUCCESS scmd(ffff880156d70a80)
[  348.799763] sd 2:0:0:0: attempting task abort! scmd(ffff8801582887c0)
[  348.799833] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0b 80 00 00 80 00
[  348.800513] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.800600] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.800693] sd 2:0:0:0: task abort: SUCCESS scmd(ffff8801582887c0)
[  348.800763] sd 2:0:0:0: attempting task abort! scmd(ffff880158a8a780)
[  348.800834] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0c 00 00 00 80 00
[  348.801510] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.801597] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.801690] sd 2:0:0:0: task abort: SUCCESS scmd(ffff880158a8a780)
[  348.801760] sd 2:0:0:0: attempting task abort! scmd(ffff88015827f3c0)
[  348.801830] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0c 80 00 00 80 00
[  348.802504] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.802591] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.802683] sd 2:0:0:0: task abort: SUCCESS scmd(ffff88015827f3c0)
[  348.802753] sd 2:0:0:0: attempting task abort! scmd(ffff88015a5a7b80)
[  348.802824] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0d 00 00 00 80 00
[  348.803498] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.803585] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.803678] sd 2:0:0:0: task abort: SUCCESS scmd(ffff88015a5a7b80)
[  348.803748] sd 2:0:0:0: attempting task abort! scmd(ffff8801590ff0c0)
[  348.803818] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0d 80 00 00 80 00
[  348.804495] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.805011] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.810904] sd 2:0:0:0: task abort: SUCCESS scmd(ffff8801590ff0c0)
[  348.810976] sd 2:0:0:0: attempting task abort! scmd(ffff88015a5a7a80)
[  348.811059] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0e 00 00 00 80 00
[  348.811727] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.811814] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.811909] sd 2:0:0:0: task abort: SUCCESS scmd(ffff88015a5a7a80)
[  348.811981] sd 2:0:0:0: attempting task abort! scmd(ffff880156fba880)
[  348.812069] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0e 80 00 00 80 00
[  348.812736] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.812824] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.812917] sd 2:0:0:0: task abort: SUCCESS scmd(ffff880156fba880)
[  348.812987] sd 2:0:0:0: attempting task abort! scmd(ffff88015911de80)
[  348.813066] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 0f 00 00 00 80 00
[  348.813717] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.813804] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.813897] sd 2:0:0:0: task abort: SUCCESS scmd(ffff88015911de80)
[  348.813967] sd 2:0:0:0: attempting task abort! scmd(ffff8801582883c0)
[  348.814047] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x35: 35 00 00 00 00 00 00 00 00 00
[  348.814699] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  348.814786] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  348.814878] sd 2:0:0:0: task abort: SUCCESS scmd(ffff8801582883c0)
[  348.814949] sd 2:0:2:0: attempting task abort! scmd(ffff880158288bc0)
[  348.815029] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 00 00 00 00 80 00
[  348.815688] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  348.815778] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  354.996410] sd 2:0:2:0: task abort: SUCCESS scmd(ffff880158288bc0)
[  354.996500] sd 2:0:2:0: attempting task abort! scmd(ffff8801582889c0)
[  354.996575] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 00 80 00 00 80 00
[  354.997235] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  354.997328] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  354.997459] sd 2:0:2:0: task abort: SUCCESS scmd(ffff8801582889c0)
[  354.997529] sd 2:0:2:0: attempting task abort! scmd(ffff8801590bcdc0)
[  354.997599] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 01 00 00 00 80 00
[  354.998265] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  354.998352] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  354.998444] sd 2:0:2:0: task abort: SUCCESS scmd(ffff8801590bcdc0)
[  354.998514] sd 2:0:2:0: attempting task abort! scmd(ffff8801590bc5c0)
[  354.998584] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 01 80 00 00 80 00
[  354.999249] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  354.999336] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  354.999428] sd 2:0:2:0: task abort: SUCCESS scmd(ffff8801590bc5c0)
[  354.999499] sd 2:0:2:0: attempting task abort! scmd(ffff880159c475c0)
[  354.999569] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 02 00 00 00 80 00
[  355.000233] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.000320] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.000413] sd 2:0:2:0: task abort: SUCCESS scmd(ffff880159c475c0)
[  355.000482] sd 2:0:2:0: attempting task abort! scmd(ffff880159135880)
[  355.000553] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 02 80 00 00 80 00
[  355.001216] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.001303] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.001401] sd 2:0:2:0: task abort: SUCCESS scmd(ffff880159135880)
[  355.001474] sd 2:0:2:0: attempting task abort! scmd(ffff8801590bc8c0)
[  355.001545] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 03 00 00 00 80 00
[  355.002202] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.002294] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.002386] sd 2:0:2:0: task abort: SUCCESS scmd(ffff8801590bc8c0)
[  355.002456] sd 2:0:2:0: attempting task abort! scmd(ffff8801582aec80)
[  355.002526] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 03 80 00 00 80 00
[  355.003184] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.003275] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.003368] sd 2:0:2:0: task abort: SUCCESS scmd(ffff8801582aec80)
[  355.003438] sd 2:0:2:0: attempting task abort! scmd(ffff88015916a780)
[  355.003508] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 04 00 00 00 80 00
[  355.004166] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.004257] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.004349] sd 2:0:2:0: task abort: SUCCESS scmd(ffff88015916a780)
[  355.004419] sd 2:0:2:0: attempting task abort! scmd(ffff88015a21a4c0)
[  355.004490] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 04 80 00 00 80 00
[  355.005143] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.005236] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.005333] sd 2:0:2:0: task abort: SUCCESS scmd(ffff88015a21a4c0)
[  355.005403] sd 2:0:2:0: attempting task abort! scmd(ffff88015827fec0)
[  355.005473] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 05 00 00 00 80 00
[  355.006126] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.006219] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.006315] sd 2:0:2:0: task abort: SUCCESS scmd(ffff88015827fec0)
[  355.006385] sd 2:0:2:0: attempting task abort! scmd(ffff88015a5a7780)
[  355.006455] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 05 80 00 00 80 00
[  355.007107] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.007199] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.007296] sd 2:0:2:0: task abort: SUCCESS scmd(ffff88015a5a7780)
[  355.007366] sd 2:0:2:0: attempting task abort! scmd(ffff88015827fcc0)
[  355.007436] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 06 00 00 00 80 00
[  355.008088] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.008181] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.008278] sd 2:0:2:0: task abort: SUCCESS scmd(ffff88015827fcc0)
[  355.008348] sd 2:0:2:0: attempting task abort! scmd(ffff8801590bc7c0)
[  355.008418] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 06 80 00 00 80 00
[  355.009070] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.009162] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.009259] sd 2:0:2:0: task abort: SUCCESS scmd(ffff8801590bc7c0)
[  355.009328] sd 2:0:2:0: attempting task abort! scmd(ffff880158be64c0)
[  355.009399] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 07 00 00 01 00 00
[  355.010048] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.010137] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.010235] sd 2:0:2:0: task abort: SUCCESS scmd(ffff880158be64c0)
[  355.010307] sd 2:0:2:0: attempting task abort! scmd(ffff8801590ff2c0)
[  355.010377] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 08 00 00 01 00 00
[  355.011026] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.011115] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.011213] sd 2:0:2:0: task abort: SUCCESS scmd(ffff8801590ff2c0)
[  355.011283] sd 2:0:2:0: attempting task abort! scmd(ffff88015912e380)
[  355.011353] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 09 00 00 00 80 00
[  355.011997] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.012023] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.012182] sd 2:0:2:0: task abort: SUCCESS scmd(ffff88015912e380)
[  355.012254] sd 2:0:2:0: attempting task abort! scmd(ffff88015827f5c0)
[  355.012326] sd 2:0:2:0: [sde] CDB: cdb[0]=0x35: 35 00 00 00 00 00 00 00 00 00
[  355.012982] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  355.013069] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  355.013167] sd 2:0:2:0: task abort: SUCCESS scmd(ffff88015827f5c0)
[  355.013239] sd 2:0:1:0: attempting task abort! scmd(ffff880158be68c0)
[  355.013317] sd 2:0:1:0: [sdd] CDB: cdb[0]=0x35: 35 00 00 00 00 00 00 00 00 00
[  355.013962] scsi target2:0:1: handle(0x000b), sas_address(0x5000e0ca371ac002), phy(1)
[  355.014049] scsi target2:0:1: enclosure_logical_id(0x5000e0ca371ac000), slot(1)
[  355.014146] sd 2:0:1:0: task abort: SUCCESS scmd(ffff880158be68c0)
[  355.014218] sd 2:0:1:0: attempting task abort! scmd(ffff880158be69c0)
[  355.014292] sd 2:0:1:0: [sdd] CDB: cdb[0]=0x28: 28 00 00 04 22 38 00 00 08 00
[  355.014944] scsi target2:0:1: handle(0x000b), sas_address(0x5000e0ca371ac002), phy(1)
[  355.015031] scsi target2:0:1: enclosure_logical_id(0x5000e0ca371ac000), slot(1)
[  355.015129] sd 2:0:1:0: task abort: SUCCESS scmd(ffff880158be69c0)
[  356.046463] mpt2sas0: log_info(0x31111000): originator(PL), code(0x11), sub_code(0x1000)
[  357.796694] mpt2sas0: log_info(0x31111000): originator(PL), code(0x11), sub_code(0x1000)
[  357.797152] sd 2:0:0:0: attempting device reset! scmd(ffff88015a5a7180)
[  357.797225] sd 2:0:0:0: [sdc] CDB: cdb[0]=0x28: 28 00 00 5b 09 80 00 00 80 00
[  357.797871] scsi target2:0:0: handle(0x000a), sas_address(0x5000e0ca371ac001), phy(0)
[  357.797958] scsi target2:0:0: enclosure_logical_id(0x5000e0ca371ac000), slot(0)
[  358.046419] sd 2:0:0:0: device reset: SUCCESS scmd(ffff88015a5a7180)
[  358.796166] sd 2:0:2:0: attempting device reset! scmd(ffff880158288bc0)
[  358.796239] sd 2:0:2:0: [sde] CDB: cdb[0]=0x2a: 2a 00 00 5b 00 00 00 00 80 00
[  358.796886] scsi target2:0:2: handle(0x000c), sas_address(0x5000e0ca371ac003), phy(2)
[  358.796974] scsi target2:0:2: enclosure_logical_id(0x5000e0ca371ac000), slot(2)
[  359.296637] sd 2:0:2:0: device reset: SUCCESS scmd(ffff880158288bc0)

Link to comment
Share on other sites

This is an updated synoobot file which include several updates/fixes.

 

Link : http://xpenology.trantor.be/beta/synobo ... v1.1_v3.7z

 

Known issues:

- You can't install DSM on a drive connected to a SCSI/SAS controller (configuration lost on reboot)

- Volume containing drives attached to SCSI/SAS controller is "broken" on each reboot, you must click repair.

 

Changelog:

v3 (21/12/2013)

- Add more drivers for KVM / virtio / virtualization support
- Add patched r8169 driver (realtek chips which are not working with the r8168 driver will work with this one)
- Add latest version of sk98lin driver (Marvell Yukon / SysKonnect SK-98xx/SK-95xx support)
- Update Broadcom bnx2 driver to latest version


v2 (05/12/2013)

- AX88179 Gigabit Ethernet USB 3.0
- Latest driver version for RocketRAID 3xxx/4xxx Controller
- Latest (aacraid) driver version for Adaptec
- Support XFS filesystem (no idea if DSM will automount this)


v1

- Update synobios.ko (by k3dt ; fix "buzzer stop button pressed" warning)


SCSI
----

Highpoint Rocketraid 2720SGL
LSI mpt2sas v17
Adaptec aacraid
Intel C600 Series Chipset SAS


NETWORK
-------

3Com 3c590/3c900, 3cr990
Alteon AceNIC/3Com 3C985/NetGear GA620
QLogic QLA3XXX
SiS 900/7016 SiS190/SiS191


USB
---

USB to serial / Prolific 2303 driver


PATA
----

ATI PATA (PATA_ATIIXP)
AMD/NVidia PATA (PATA_AMD)
CMD64x PATA (PATA_CMD64X)
JMicron PATA (PATA_JMICRON)
Marvell PATA (PATA_MARVELL)
Promise PATA 2027x (PATA_PDC2027X)
Intel SCH PATA (PATA_SCH)
CMD / Silicon Image 680 PATA (PATA_SIL680)
SiS PATA (PATA_SIS)
VIA PATA (PATA_VIA)
Winbond SL82C105 PATA (PATA_WINBOND)
Legacy PATA support (PATA_LEGACY)

 

 

I have test this version,but I cannot shut down the machine, must shut down the machine second time.I find the problem is VPN server,I Uninstall VPN server,the machine can normal shutdown

How to solve this problem?

but vision v1 is OK!

The same problem in V4. How to solve it??

if you reboot the system the system log show "system started counting down to reboot " but the system is run (all server are shut down expect VPN server)

if you shutdown the system the system log show "system started counting down to shutdown " but the system is run (all server are shut down expect VPN server)

I find I cannot connect to the vpn with PC and phone

Edited by Guest
Link to comment
Share on other sites

The same problem in V4. How to solve it??

if you reboot the system the system log show "system started counting down to reboot " but the system is run (all server are shut down expect VPN server)

if you shutdown the system the system log show "system started counting down to shutdown " but the system is run (all server are shut down expect VPN server)

 

No clue for this sorry.

 

H310 > Backplane > drives

 

Tried different controller (1068e) just by itself (one drive)

Nothing

no drives detected

 

This is strange because I see this on your H300 logs

md: Scanned 9 and added 9 devices
md/raid1:md0: active with 4 out of 12 mirrors
md/raid1:md1: active with 4 out of 12 mirrors

 

Can you give me more informations/details of what happend when you boot and/or try to install on your H300 controller.

Maybe mpt2sas doesn't work well with DELL PERC and need DELL driver

I suppose the 1068e is LSI ?

Link to comment
Share on other sites

Whats that saying?

 

Third time lucky?

 

ok 3rd system

 

Supermicro 1RU SUPERSERVER 6015V-MT

Motherboard = X7DVL-3

Memory = 20Gb

4 x SATA Bays

 

Flying blind, without a monitor or keyboard attached.... I thought what the heck.

 

Added 1 x 1TB SATA drive to internal bay

Booted and all looked good

 

Added LSI 1068e card (HP SC44Ge with IT Mode Firmware)

With nothing connected

rebooted

 

all seems good

 

Added a HP MSA70 SAS Enclosure.... 25 x 2.5inch Bays SAS Array connected to the SC44Ge

 

Took ages and ages for Synology assistant to find it

 

But finally it was available to log in.

Looks good

 

A bit of a tweak here and there at some config files and we have

 

Xpenology-proxmoxerrors5.png

Xpenology-proxmoxerrors6.png

 

But even tho it finds all drives in the MSA70 Enclosure :grin:

 

[  379.509990] scsi 2:0:25:0: Enclosure         HP       MSA70                    2.18 PQ: 0 ANSI: 5                                              
[  379.751067] ses 2:0:25:0: Attached Enclosure device                                                                                            
[  385.623586] SCSI device (2:0:0:0) with disk name (sdc) plugged in SLOT01 of enclosure(2:0:25:0), HP      -MSA70                                
[  386.083136] SCSI device (2:0:1:0) with disk name (sdd) plugged in SLOT02 of enclosure(2:0:25:0), HP      -MSA70                                
[  386.542671] SCSI device (2:0:2:0) with disk name (sde) plugged in SLOT03 of enclosure(2:0:25:0), HP      -MSA70                                
[  386.984476] SCSI device (2:0:3:0) with disk name (sdf) plugged in SLOT04 of enclosure(2:0:25:0), HP      -MSA70                                
[  387.444420] SCSI device (2:0:4:0) with disk name (sdg) plugged in SLOT05 of enclosure(2:0:25:0), HP      -MSA70                                
[  387.885200] SCSI device (2:0:5:0) with disk name (sdh) plugged in SLOT06 of enclosure(2:0:25:0), HP      -MSA70                                
[  388.345190] SCSI device (2:0:6:0) with disk name (sdi) plugged in SLOT07 of enclosure(2:0:25:0), HP      -MSA70                                
[  388.784995] SCSI device (2:0:7:0) with disk name (sdj) plugged in SLOT08 of enclosure(2:0:25:0), HP      -MSA70                                
[  389.244861] SCSI device (2:0:8:0) with disk name (sdk) plugged in SLOT09 of enclosure(2:0:25:0), HP      -MSA70                                
[  389.702687] SCSI device (2:0:9:0) with disk name (sdl) plugged in SLOT10 of enclosure(2:0:25:0), HP      -MSA70                                
[  390.132529] SCSI device (2:0:10:0) with disk name (sdm) plugged in SLOT11 of enclosure(2:0:25:0), HP      -MSA70                               
[  390.585532] SCSI device (2:0:11:0) with disk name (sdn) plugged in SLOT12 of enclosure(2:0:25:0), HP      -MSA70                               
[  391.020461] SCSI device (2:0:12:0) with disk name (sdo) plugged in SLOT13 of enclosure(2:0:25:0), HP      -MSA70                               
[  391.476485] SCSI device (2:0:13:0) with disk name (sdp) plugged in SLOT14 of enclosure(2:0:25:0), HP      -MSA70                               
[  391.913268] SCSI device (2:0:14:0) with disk name (sdq) plugged in SLOT15 of enclosure(2:0:25:0), HP      -MSA70                               
[  392.370543] SCSI device (2:0:15:0) with disk name (sdr) plugged in SLOT16 of enclosure(2:0:25:0), HP      -MSA70                               
[  392.809047] SCSI device (2:0:16:0) with disk name (sds) plugged in SLOT17 of enclosure(2:0:25:0), HP      -MSA70                               
[  393.269492] SCSI device (2:0:17:0) with disk name (sdt) plugged in SLOT18 of enclosure(2:0:25:0), HP      -MSA70                               
[  393.730727] SCSI device (2:0:18:0) with disk name (sdu) plugged in SLOT19 of enclosure(2:0:25:0), HP      -MSA70                               
[  394.169666] SCSI device (2:0:19:0) with disk name (sdv) plugged in SLOT20 of enclosure(2:0:25:0), HP      -MSA70                               
[  394.793862] SCSI device (2:0:20:0) with disk name (sdw) plugged in SLOT21 of enclosure(2:0:25:0), HP      -MSA70                               
[  395.972340] SCSI device (2:0:21:0) with disk name (sdx) plugged in SLOT22 of enclosure(2:0:25:0), HP      -MSA70                               
[  397.013308] SCSI device (2:0:22:0) with disk name (sdy) plugged in SLOT23 of enclosure(2:0:25:0), HP      -MSA70                               
[  397.717502] SCSI device (2:0:23:0) with disk name (sdz) plugged in SLOT24 of enclosure(2:0:25:0), HP      -MSA70                               
[  398.158674] SCSI device (2:0:24:0) with disk name (sdaa) plugged in SLOT25 of enclosure(2:0:25:0), HP      -MSA70  

 

[  408.352574] scsi 0:0:0:0: Attached scsi generic sg0 type 5                                                                                     
[  408.352746] sd 1:0:0:0: Attached scsi generic sg1 type 0                                                                                       
[  408.352926] sd 2:0:0:0: Attached scsi generic sg2 type 0                                                                                       
[  408.353199] sd 2:0:1:0: Attached scsi generic sg3 type 0                                                                                       
[  408.353368] sd 2:0:2:0: Attached scsi generic sg4 type 0                                                                                       
[  408.353544] sd 2:0:3:0: Attached scsi generic sg5 type 0                                                                                       
[  408.353715] sd 2:0:4:0: Attached scsi generic sg6 type 0                                                                                       
[  408.353887] sd 2:0:5:0: Attached scsi generic sg7 type 0                                                                                       
[  408.354161] sd 2:0:6:0: Attached scsi generic sg8 type 0                                                                                       
[  408.354337] sd 2:0:7:0: Attached scsi generic sg9 type 0                                                                                       
[  408.354827] sd 2:0:8:0: Attached scsi generic sg10 type 0                                                                                      
[  408.355012] sd 2:0:9:0: Attached scsi generic sg11 type 0                                                                                      
[  408.355186] sd 2:0:10:0: Attached scsi generic sg12 type 0                                                                                     
[  408.355363] sd 2:0:11:0: Attached scsi generic sg13 type 0                                                                                     
[  408.355535] sd 2:0:12:0: Attached scsi generic sg14 type 0                                                                                     
[  408.355719] sd 2:0:13:0: Attached scsi generic sg15 type 0                                                                                     
[  408.355895] sd 2:0:14:0: Attached scsi generic sg16 type 0                                                                                     
[  408.356145] sd 2:0:15:0: Attached scsi generic sg17 type 0                                                                                     
[  408.356311] sd 2:0:16:0: Attached scsi generic sg18 type 0                                                                                     
[  408.356486] sd 2:0:17:0: Attached scsi generic sg19 type 0                                                                                     
[  408.356662] sd 2:0:18:0: Attached scsi generic sg20 type 0                                                                                     
[  408.357010] sd 2:0:19:0: Attached scsi generic sg21 type 0                                                                                     
[  408.357188] sd 2:0:20:0: Attached scsi generic sg22 type 0                                                                                     
[  408.357364] sd 2:0:21:0: Attached scsi generic sg23 type 0                                                                                     
[  408.357537] sd 2:0:22:0: Attached scsi generic sg24 type 0                                                                                     
[  408.357715] sd 2:0:23:0: Attached scsi generic sg25 type 0                                                                                     
[  408.357891] sd 2:0:24:0: Attached scsi generic sg26 type 0                                                                                     
[  408.358142] ses 2:0:25:0: Attached scsi generic sg27 type 13   

 

Only 16 come up in the Storage Manager tho :cry:

 

Can someone explain Binary to me, so I can configure my USB, E-SATA, INTERNALPORTS in the synoinfo.cfg files ?

 

currently have

E-SATA set to 0x00000

usbports set to 0x3f

internalports set to 0xffff

 

Thanks

.

Link to comment
Share on other sites

The same problem in V4. How to solve it??

if you reboot the system the system log show "system started counting down to reboot " but the system is run (all server are shut down expect VPN server)

if you shutdown the system the system log show "system started counting down to shutdown " but the system is run (all server are shut down expect VPN server)

 

No clue for this sorry.

 

H310 > Backplane > drives

 

Tried different controller (1068e) just by itself (one drive)

Nothing

no drives detected

 

This is strange because I see this on your H300 logs

md: Scanned 9 and added 9 devices
md/raid1:md0: active with 4 out of 12 mirrors
md/raid1:md1: active with 4 out of 12 mirrors

 

Can you give me more informations/details of what happend when you boot and/or try to install on your H300 controller.

Maybe mpt2sas doesn't work well with DELL PERC and need DELL driver

I suppose the 1068e is LSI ?

 

Hello,

 

I use an original / unmodified DELL Perc H310. The Raid was created in the BIOS (Raid 10). Otherwise in my opinion it makes no sense, since the DSM would create a software-raid and so i would not need an hardware RAID adapter...

Link to comment
Share on other sites

Hi, Trantor!

 

Would you kindly add support for HighPoint RocketRAID 622? I am interested in DSM 4.3 b3810++ version. Drivers are available from this page:

http://highpoint-tech.com/USA_new/serie ... wnload.htm

The current driver itself:

http://www.highpoint-tech.com/BIOS_Driv ... 355.tar.gz

 

I tried to do it myself. I took gcc420_glibc236_x64_bromolow-GPL.tgz together with synogpl-3776-bromolow.tbz. Also I obtained .config from running kernel on xpenology system. Then I build oldconfig, modules and kernel. The last building - driver itself. Building had no errors on any stage. Was it correct?

 

I insmoded the module on actual xpenology system - no problems. And after all - added rr62x module to /etc/rc file concretely in the beginning of KERNEL_MODULES string. I tried several different variants of adding module to autoload boot sequence. This one seems to be the most stable. Is it correct?

 

Anyway - I saw all my 10 hdds (in two synology dx-510 enclosures). But there were two serious problems with functioning:

1. System patrition seems damaged after every reboot (I believe it is the same problem as for SAS controllers).

2. System loses several disks on the run under heavy load. For example it may lose disks 2-5 under 1-2 hours of writting data on SHR 10-hdds volume via nfs. If I try with only one external enclosure (and only 5 hdds) it becomes much more stable. But also can fail with several hdds in 5-7 hours of heavy load. It looks like a hardware problem... But I already tried different eSATA cables, two different motherboards, two PSUs...

 

Anyway, I do not know how to solve the first problem myself. So please build the module on your side - to be sure that the module itself is absolutely correct.

 

Also I tried v4 of synoboot beta. In my case both problems were not solved. It became even worse - system booted for 3-4 extra minutes with lot of messages like this:

[   29.218184] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   29.218240] syno_disk_type_get: rr62x,0
[   29.218291] want_idx 10 index 11. delay and reget
[   29.219256]  sdk: sdk1 sdk2 sdk3 < sdk5 >
[   29.225419] sd 10:0:0:0: [sdk] Attached SCSI disk
[   30.217231] want_idx 10 index 11
[   30.217291] want_idx 10 index 11. delay and reget
[   31.216277] want_idx 10 index 11
[   31.216336] want_idx 10 index 11. delay and reget
[   32.215311] want_idx 10 index 11
[   32.215370] want_idx 10 index 11. delay and reget
[   33.214340] want_idx 10 index 11
[   33.214399] want_idx 10 index 11. delay and reget
[   34.213335] want_idx 10 index 11
[   34.213394] want_idx 10 index 11. delay and reget
[   35.212369] want_idx 10 index 11
[   35.212429] want_idx 10 index 11. delay and reget
[   36.211393] want_idx 10 index 11
[   36.211449] want_idx 10 index 11. delay and reget
[   37.210521] want_idx 10 index 11
[   37.210579] want_idx 10 index 11. delay and reget
[   38.209532] want_idx 10 index 11
[   38.209589] want_idx 10 index 11. delay and reget
[   39.208481] want_idx 10 index 11
[   39.208536] want_idx 10 index 11. delay and reget
[   40.207554] want_idx 10 index 11
[   40.207610] want_idx 10 index 11. delay and reget
[   41.206614] want_idx 10 index 11
[   41.206670] want_idx 10 index 11. delay and reget
[   42.205520] want_idx 10 index 11
[   42.205575] want_idx 10 index 11. delay and reget
[   43.204627] want_idx 10 index 11
[   43.204683] want_idx 10 index 11. delay and reget
[   44.203610] want_idx 10 index 11
[   44.203665] sd_probe: index=11
[   44.203725] sd_format_disk_name()=sdl
[   44.203912] sd 10:0:1:0: [sdl] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   44.203996] sd 10:0:1:0: [sdl] Write Protect is off
[   44.204049] sd 10:0:1:0: [sdl] Mode Sense: 2f 00 00 00
[   44.204061] sd 10:0:1:0: [sdl] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   44.205000] sd 10:0:1:0: Attached scsi generic sg3 type 0
[   44.212178] scsi 10:0:2:0: Direct-Access     WDC      WD20EARX-00P             51.0 PQ: 0 ANSI: 5

And 10 times so - for every hdd.

Link to comment
Share on other sites

 

Can you give me more informations/details of what happend when you boot and/or try to install on your H300 controller.

Maybe mpt2sas doesn't work well with DELL PERC and need DELL driver

I suppose the 1068e is LSI ?

 

OK tried again

 

swapped SAS cards

 

Replaced H310 with the H200

 

Cross Flashed H200... this time to LSI 9211-8 firmware (latest)

 

Inserted 4 drives into the backplane

 

Similar problems

 

no drives detected, tho the driver seems to load up and can begin to find drives.

 

tho "want_idx" errors are back

 

[    6.778713] mpt2sas version 17.00.00.00 loaded
[    6.778913] scsi14 : Fusion MPT SAS Host
[    6.779372] mpt2sas 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.779478] mpt2sas 0000:01:00.0: setting latency timer to 64
[    6.779482] mpt2sas0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (16434660 kB)
[    6.779635] mpt2sas0: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1
[    6.779804] mpt2sas 0000:01:00.0: irq 47 for MSI/MSI-X
[    6.779820] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 47
[    6.779907] mpt2sas0: iomem(0x00000000fbbf0000), mapped(0xffffc900040e0000), size(65536)
[    6.780031] mpt2sas0: ioport(0x000000000000ae00), size(256)
[    6.852730] mpt2sas0: sending message unit reset !!
[    6.854728] mpt2sas0: message unit reset: SUCCESS
[    6.898651] mpt2sas0: Allocated physical memory: size(7445 kB)
[    6.898747] mpt2sas0: Current Controller Queue Depth(3307), Max Controller Queue Depth(3432)
[    6.898871] mpt2sas0: Scatter Gather Elements per IO(128)
[    6.957762] mpt2sas0: overriding NVDATA EEDPTagMode setting
[    6.959307] mpt2sas0: LSISAS2008: FWVersion(17.00.01.00), ChipRevision(0x03), BiosVersion(07.11.10.00)
[    6.959436] mpt2sas0: Dell 6Gbps SAS HBA: Vendor(0x1000), Device(0x0072), SSVID(0x1028), SSDID(0x1F1C)
[    6.959564] mpt2sas0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[    6.960250] mpt2sas0: sending port enable !!
[    6.963393] mpt2sas0: host_add: handle(0x0001), sas_addr(0x5d4ae5206468f300), phys(8)
[    6.970650] mpt2sas0: port enable: SUCCESS
[    6.977587] scsi 14:0:0:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 6
[    6.979256] scsi 14:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221107000000), phy(7), device_name(0x5000c50014d0b85f)
[    6.979389] scsi 14:0:0:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(4)
[    6.979588] scsi 14:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[    6.979717] scsi 14:0:0:0: serial_number(            9QJ3XPZ3)
[    6.979807] scsi 14:0:0:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[    6.980063] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[    6.980152] syno_disk_type_get: Fusion MPT SAS Host,0
[    6.980239] sd_probe: index=14
[    6.980318] sd_format_disk_name()=sdo
[    6.982410] sd 14:0:0:0: [sdo] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    6.982614] scsi 14:0:1:0: Direct-Access     ATA      ST31000528AS             HP22 PQ: 0 ANSI: 6
[    6.983138] scsi 14:0:1:0: SATA: handle(0x0009), sas_addr(0x4433221104000000), phy(4), device_name(0x5000c50018ad82b6)
[    6.983275] scsi 14:0:1:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(7)
[    6.983474] scsi 14:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[    6.983603] scsi 14:0:1:0: serial_number(6VP1JS3Y            )
[    6.983701] scsi 14:0:1:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[    6.983962] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[    6.984053] syno_disk_type_get: Fusion MPT SAS Host,0
[    6.984143] want_idx 14 index 15. delay and reget
[    7.084348] sd 14:0:0:0: [sdo] Write Protect is off
[    7.084435] sd 14:0:0:0: [sdo] Mode Sense: 7f 00 10 08
[    7.087467] sd 14:0:0:0: [sdo] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    7.187638]  sdo:
[    7.287223] sd 14:0:0:0: [sdo] Attached SCSI disk
[    7.983050] want_idx 14 index 15
[    7.983131] want_idx 14 index 15. delay and reget
[    8.982256] want_idx 14 index 15
[    8.982337] want_idx 14 index 15. delay and reget
[    9.981582] want_idx 14 index 15
[    9.981662] want_idx 14 index 15. delay and reget
[   10.980858] want_idx 14 index 15
[   10.980937] want_idx 14 index 15. delay and reget
[   11.980097] want_idx 14 index 15
[   11.980177] want_idx 14 index 15. delay and reget
[   12.979395] want_idx 14 index 15
[   12.979476] want_idx 14 index 15. delay and reget
[   13.978681] want_idx 14 index 15
[   13.978761] want_idx 14 index 15. delay and reget
[   14.977997] want_idx 14 index 15
[   14.978077] want_idx 14 index 15. delay and reget
[   15.977273] want_idx 14 index 15
[   15.977352] want_idx 14 index 15. delay and reget
[   16.976540] want_idx 14 index 15
[   16.976621] want_idx 14 index 15. delay and reget
[   17.975822] want_idx 14 index 15
[   17.975902] want_idx 14 index 15. delay and reget
[   18.975116] want_idx 14 index 15
[   18.975196] want_idx 14 index 15. delay and reget
[   19.974404] want_idx 14 index 15
[   19.974485] want_idx 14 index 15. delay and reget
[   20.973691] want_idx 14 index 15
[   20.973771] want_idx 14 index 15. delay and reget
[   21.973011] want_idx 14 index 15
[   21.973091] sd_probe: index=15
[   21.973170] sd_format_disk_name()=sdp
[   21.973912] sd 14:0:1:0: [sdp] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   21.976295] scsi 14:0:2:0: Direct-Access     ATA      HUA721010KLA330      43W AB4A PQ: 0 ANSI: 6
[   21.977111] scsi 14:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221105000000), phy(5), device_name(0x5000cca21ed960fb)
[   21.977245] scsi 14:0:2:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(6)
[   21.977439] scsi 14:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   21.977565] scsi 14:0:2:0: serial_number(      GTA060PBHTURHE)
[   21.977655] scsi 14:0:2:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[   21.977900] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   21.977988] syno_disk_type_get: Fusion MPT SAS Host,0
[   21.978088] want_idx 14 index 16. delay and reget
[   22.030892] sd 14:0:1:0: [sdp] Write Protect is off
[   22.030982] sd 14:0:1:0: [sdp] Mode Sense: 7f 00 10 08
[   22.031748] sd 14:0:1:0: [sdp] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   22.082212]  sdp:
[   22.206498] sd 14:0:1:0: [sdp] Attached SCSI disk
[   22.977296] want_idx 14 index 16
[   22.977377] want_idx 14 index 16. delay and reget
[   23.976580] want_idx 14 index 16
[   23.976660] want_idx 14 index 16. delay and reget
[   24.975843] want_idx 14 index 16
[   24.975923] want_idx 14 index 16. delay and reget
[   25.975144] want_idx 14 index 16
[   25.975225] want_idx 14 index 16. delay and reget
[   26.974447] want_idx 14 index 16
[   26.974529] want_idx 14 index 16. delay and reget
[   27.973686] want_idx 14 index 16
[   27.973765] want_idx 14 index 16. delay and reget
[   28.972999] want_idx 14 index 16
[   28.973078] want_idx 14 index 16. delay and reget
[   29.972299] want_idx 14 index 16
[   29.972379] want_idx 14 index 16. delay and reget
[   30.971630] want_idx 14 index 16
[   30.971710] want_idx 14 index 16. delay and reget
[   31.970945] want_idx 14 index 16
[   31.971025] want_idx 14 index 16. delay and reget
[   32.970162] want_idx 14 index 16
[   32.970242] want_idx 14 index 16. delay and reget
[   33.969474] want_idx 14 index 16
[   33.969554] want_idx 14 index 16. delay and reget
[   34.968766] want_idx 14 index 16
[   34.968846] want_idx 14 index 16. delay and reget
[   35.968072] want_idx 14 index 16
[   35.968152] want_idx 14 index 16. delay and reget
[   36.967346] want_idx 14 index 16
[   36.967426] sd_probe: index=16
[   36.967505] sd_format_disk_name()=sdq
[   36.968410] sd 14:0:2:0: [sdq] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   36.970546] scsi 14:0:3:0: Direct-Access     ATA      HUA721010KLA330      43W AB4A PQ: 0 ANSI: 6
[   36.971363] scsi 14:0:3:0: SATA: handle(0x000c), sas_addr(0x4433221106000000), phy(6), device_name(0x5000cca21ed96345)
[   36.971497] scsi 14:0:3:0: SATA: enclosure_logical_id(0x5d4ae5206468f300), slot(5)
[   36.978406] scsi 14:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   36.978532] scsi 14:0:3:0: serial_number(      GTA060PBHTVADE)
[   36.978622] scsi 14:0:3:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[   36.978868] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   36.978955] syno_disk_type_get: Fusion MPT SAS Host,0
[   36.979045] want_idx 14 index 17. delay and reget
[   37.172820] sd 14:0:2:0: [sdq] Write Protect is off
[   37.172907] sd 14:0:2:0: [sdq] Mode Sense: 7f 00 10 08
[   37.178108] sd 14:0:2:0: [sdq] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   37.384850]  sdq:
[   37.602735] sd 14:0:2:0: [sdq] Attached SCSI disk
[   37.977603] want_idx 14 index 17
[   37.977684] want_idx 14 index 17. delay and reget
[   38.976911] want_idx 14 index 17
[   38.976992] want_idx 14 index 17. delay and reget
[   39.976182] want_idx 14 index 17
[   39.976262] want_idx 14 index 17. delay and reget
[   40.975484] want_idx 14 index 17
[   40.975564] want_idx 14 index 17. delay and reget
[   41.974764] want_idx 14 index 17
[   41.974844] want_idx 14 index 17. delay and reget
[   42.974065] want_idx 14 index 17
[   42.974145] want_idx 14 index 17. delay and reget
[   43.973373] want_idx 14 index 17
[   43.973453] want_idx 14 index 17. delay and reget
[   44.972676] want_idx 14 index 17
[   44.972757] want_idx 14 index 17. delay and reget
[   45.971959] want_idx 14 index 17
[   45.972039] want_idx 14 index 17. delay and reget
[   46.971251] want_idx 14 index 17
[   46.971331] want_idx 14 index 17. delay and reget
[   47.970518] want_idx 14 index 17
[   47.970598] want_idx 14 index 17. delay and reget
[   48.969818] want_idx 14 index 17
[   48.969898] want_idx 14 index 17. delay and reget
[   49.969112] want_idx 14 index 17
[   49.969193] want_idx 14 index 17. delay and reget
[   50.968383] want_idx 14 index 17
[   50.968463] want_idx 14 index 17. delay and reget
[   51.967681] want_idx 14 index 17
[   51.967761] sd_probe: index=17
[   51.967840] sd_format_disk_name()=sdr
[   51.968740] sd 14:0:3:0: [sdr] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   52.163830] sd 14:0:3:0: [sdr] Write Protect is off
[   52.163917] sd 14:0:3:0: [sdr] Mode Sense: 7f 00 10 08
[   52.169108] sd 14:0:3:0: [sdr] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   52.375859]  sdr:
[   52.593745] sd 14:0:3:0: [sdr] Attached SCSI disk
[   52.594595] megasas: 06.601.06.00 June. 17, 17:00:00 PDT 2013
[   52.596017] rr272x_1x: module license 'Proprietary' taints kernel.
[   52.596109] Disabling lock debugging due to kernel taint
[   52.597144] rr272x_1x:RocketRAID 272x_1x controller driver v1.5 (Nov 30 2013 15:00:35)
[   53.497743] rr272x_1x:no controller detected.
[   53.507662] Adaptec aacraid driver 1.2-1[30300]custom
[   53.514253] RocketRAID 3xxx/4xxx Controller driver v1.9
[   53.514877] stex: Promise SuperTrak EX Driver version: 4.6.0000.4
[   53.515934] ipr: IBM Power RAID SCSI Device Driver version: 2.5.2 (April 27, 2011)
[   53.522775] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[   53.523571] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[   53.524374] 3ware Storage Controller device driver for Linux v1.26.02.003.
[   53.527614] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[   53.531315]  md0: unknown partition table
[   53.531478] md0: detected capacity change from 2549940224 to 0
[   53.531601] md: md0: set sda1 to auto_remap [0]
[   53.531685] md: md0: set sdb1 to auto_remap [0]
[   53.531770] md: md0 stopped.
[   53.531850] md: unbind
[   53.536541] md: export_rdev(sda1)
[   53.536627] md: unbind
[   53.540537] md: export_rdev(sdb1)
[   55.550365] md1: detected capacity change from 2147418112 to 0
[   55.550456] md: md1: set sda2 to auto_remap [0]
[   55.550540] md: md1: set sdb2 to auto_remap [0]
[   55.550625] md: md1 stopped.
[   55.550705] md: unbind
[   55.569087] md: export_rdev(sda2)
[   55.569174] md: unbind
[   55.584079] md: export_rdev(sdb2)
[   57.587343] md: Autodetecting XPEnology RAID arrays.
[   57.587681] blDenyDisks: ALLOW
[   57.588021] blDenyDisks: ALLOW
[   57.588540] blDenyDisks: ALLOW
[   57.588960] blDenyDisks: ALLOW
[   57.589043] md: Scanned 4 and added 4 devices.
[   57.589130] md: autorun ...
[   57.589212] md: considering sda1 ...
[   57.589299] md:  adding sda1 ...
[   57.589382] md: sda2 has different UUID to sda1
[   57.589468] md:  adding sdb1 ...
[   57.589549] md: sdb2 has different UUID to sda1
[   57.589637] md: created md0
[   57.589722] md: bind
[   57.589807] md: bind
[   57.589890] md: running: 
[   57.590147] bio: create slab  at 1
[   57.590282] md/raid1:md0: active with 2 out of 12 mirrors
[   57.590384] md0: detected capacity change from 0 to 2549940224
[   57.590518] md: considering sda2 ...
[   57.590603] md:  adding sda2 ...
[   57.590689] md:  adding sdb2 ...
[   57.590942] md: created md1
[   57.591023] md: bind
[   57.591111] md: bind
[   57.591198] md: running: 
[   57.591533] md/raid1:md1: active with 2 out of 12 mirrors
[   57.591637] md1: detected capacity change from 0 to 2147418112
[   57.591784] md: ... autorun DONE.
[   57.592171]  md1: unknown partition table
[   57.593341] synobios: load, major number 201
[   57.593430] Brand: Synology
[   57.593597] Model: DS-3612xs
[   57.593726] set group disks wakeup number to 4, spinup time deno 7

 

Strange how the older card works pretty much flawlessly

 

.

Link to comment
Share on other sites

Very busy at work again.... almost no spare time for XPEnology :sad:

 

Would you kindly add support for HighPoint RocketRAID 622? I am interested in DSM 4.3 b3810++ version. Drivers are available from this page:

http://highpoint-tech.com/USA_new/serie ... wnload.htm

The current driver itself:

http://www.highpoint-tech.com/BIOS_Driv ... 355.tar.gz

 

I will look for this driver, but no clue about your "heavy load" issue :sad:

 

Replaced H310 with the H200

Cross Flashed H200... this time to LSI 9211-8 firmware (latest)

Inserted 4 drives into the backplane

Similar problems

 

I'm not sure I understand all your tests but I find some infos:

On dell website I can't find drivers (windows or linux) for H310 controller, but for H200 both windows and linux (mpt2sas) are present.

I know that some dell controller like S300 are Windows ONLY.

 

H200 should work thanks to mpt2sas driver (with idx "errors")

H310 don't know because can't find drivers

 

When you say no disk (To be clear and talk same language) try:

- Connect 2 disks to H310 controller, boot with synoboot pre-v1.1_v4, use SynoAssistant, click connect and see in WebAssistant if no disk message.

- If it detect disk, install with pat file : 1) reboot ok and dsm installed or 2) it reboot but config lost/not installed on SynoAssistant

- If config lost or no disks at all, remove controller connect a drive to SATA port on the motherboard, install DSM, put controller back with one disk to see if it appear in Storage Manager

 

Only 16 come up in the Storage Manager tho :cry:

Can someone explain Binary to me, so I can configure my USB, E-SATA, INTERNALPORTS in the synoinfo.cfg files ?

 

currently have

E-SATA set to 0x00000

usbports set to 0x3f

internalports set to 0xffff

 

Don't forget the maxdrive parameter (default 12 sata + 4 esata for DS3612xs) in synoinfo.

But maybe this is also hardcoded in md stack.

Link to comment
Share on other sites

OK I believe I understand the problem here

 

My LSI 2008 chipset controllers

Dell H200

Dell H310

 

Both flashed now to LSI 2118-8i firmware are not the problem

 

problem is in the drive / controller ordering

 

eg

 

My motherboard Gigabyte P55-UD3R

http://www.gigabyte.com/products/product-page.aspx?pid=3162

 

Has the following

 

2 x 3GB/s SATA ports

6 x 3Gb/s SATA ports

2 x 3Gb/s E-SATA Ports

1 x IDE connector supporting ATA-133/100/66/33 and up to 2 IDE devices

 

Which at boot they all initially get allocated as

ata1.00 <<1st drive 1st controller

ata1.01 <<2nd drive 1st controller

ata2.00 <<1st drive 2nd controller

ata2.01 <<2nd drive 2nd controller

etc

etc

 

Then later get all changed into SCSI sd devices

sd 0:0:0:0:

sd 0:0:1:0:

sd 1:0:0:0:

sd 1:0:1:0:

etc

etc

 

When it comes time for the MPT2SAS controller to probe

Drives off SAS controller get allocated as

sd 14:0:0:0:

sd 14:0:1:0:

sd 14:0:2:0:

sd 14:0:3:0:

sd 14:0:4:0:

etc

etc

 

which 14:0:x:x must be too high for Xpenology code

 

To fix i turn off in bios

2 x 3GB/s SATA ports

2 x 3Gb/s E-SATA Ports

 

Then when MPT2SAS loads, the drives off SAS controller load as

sd 6:0:0:0:

sd 6:0:1:0:

sd 6:0:2:0:

sd 6:0:3:0:

sd 6:0:4:0:

etc

etc

 

This works fine with all SAS controllers (1068e, H200, H310)

 

So this explains why on my 3rd system the 1068e card worked fine 1st time...

as it only has 4 internal SATA ports (one controller?) and the sd X:0:X:0 devices from the SAS controller were low enough for it to work.

 

So

Motherboard >>> 6 x 3Gb/s SATA ports >>> 6 x 1Tb Drives

H310 >>> 6 x SAS Ports >>> 6 x 1Tb Drives

and we get 12 drives

Xpenology-proxmoxerrors7.png

 

And can install

 

==========

 

But does not survive a reboot

as it looks like MDADM is loading up BEFORE all drives on SAS controller have been identified (which can take a long time)

 

eg booting

@ 1.8 seconds the ATA drivers begin to load

@ 78 seconds the ATA drivers have loaded (drives sda sdb sdc sdd sde sdf) << drives off motherboard SATA

@ 79seconds MDADM starts to assemble the RAID array

@ 80 seconds MPT2SAS driver begin to load

@ 131 seconds MDADM finds 3 more drives to add to the array (drives sdg sdh sdi) <<< 3 of the 6 drives off SAS controller

@ 134 seconds system thinks it has all the drives

@ 136 seconds MDADM fails as it is still missing 3 drives

@ 140 seconds system brings up network

@ 142 seconds MPT2SAS driver loads another drive (drive sdj)

@ 145 seconds system loads USBDRIVE (drive sdu)

@ 157 seconds MPT2SAS driver loads another drive (drive sdk)

@ 158 seconds network is up and you can log into web interface

@ 172 seconds MPT2SAS driver loads the final drive (drive sdl)

 

[    1.804020] ata_piix 0000:00:1f.2: version 2.13
[    1.804031] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.804127] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.804451] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.804821] scsi0 : ata_piix
[    1.805022] scsi1 : ata_piix
[    1.805605] ata1: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf400 irq 19
[    1.805702] ata2: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf408 irq 19
[    1.805795] Enable Synology sata fast booting
[    2.414961] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.415065] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    2.415378] ata_piix 0000:00:1f.5: setting latency timer to 64
[    2.415704] scsi2 : ata_piix
[    2.415885] scsi3 : ata_piix
[    2.416378] ata3: SATA max UDMA/133 cmd 0xf100 ctl 0xf000 bmdma 0xed00 irq 19
[    2.416473] ata4: SATA max UDMA/133 cmd 0xef00 ctl 0xee00 bmdma 0xed08 irq 19
[    2.416566] Enable Synology sata fast booting
[    2.715730] Refined TSC clocksource calibration: 2664.773 MHz.
[    2.715821] Switching to clocksource tsc
[    3.026407] scsi4 : pata_legacy
[    3.026568] ata5: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    3.026655] Enable Synology sata fast booting
[    3.026740] ata5: COMRESET failed (errno=-95)
[    3.175453] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.175555] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.175762] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.175864] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.209075] ata1.00: ATA-8: ST31000340NS, SN06, max UDMA/133
[    3.209164] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    3.224954] ata2.00: ATA-8: ST31000340NS, SN06, max UDMA/133
[    3.225043] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    3.225314] ata2.01: ATA-7: HUA721010KLA330      43W7625 42C0400IBM, GKAOAB4A, max UDMA/133
[    3.225442] ata2.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    3.236788] ata1.01: ATA-8: ST31000340NS, SN06, max UDMA/133
[    3.236877] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    3.275023] ata2.00: configured for UDMA/133
[    3.280613] ata2.01: configured for UDMA/133
[    3.285938] ata1.00: configured for UDMA/133
[    3.334874] ata1.01: configured for UDMA/133
[    3.336789] scsi 0:0:0:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[    3.337019] syno_disk_type_get: SYNO_DISK_SATA
[    3.337106] sd_probe: index=0
[    3.337185] sd_format_disk_name()=sda
[    3.337358] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    3.339160] scsi 0:0:1:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[    3.339182] sd 0:0:0:0: [sda] Write Protect is off
[    3.339184] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.339224] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.339572] syno_disk_type_get: SYNO_DISK_SATA
[    3.339657] want_idx 0 index 1. delay and reget
[    3.351590]  sda: sda1 sda2 sda3 < sda5 >
[    3.351951] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.481220] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.481407] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.500460] ata4.00: ATA-7: HUA721010KLA330      43W7625 42C0400IBM, GKAOAB4A, max UDMA/133
[    3.500585] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    3.506453] ata4.00: configured for UDMA/133
[    3.511833] ata3.00: ATA-8: ST31000340NS, SN06, max UDMA/133
[    3.511921] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    3.560796] ata3.00: configured for UDMA/133
[    4.338581] want_idx 0 index 1
[    4.338660] want_idx 0 index 1. delay and reget
[    5.337874] want_idx 0 index 1
[    5.337953] want_idx 0 index 1. delay and reget
[    6.337167] want_idx 0 index 1
[    6.337247] want_idx 0 index 1. delay and reget
[    7.336470] want_idx 0 index 1
[    7.336551] want_idx 0 index 1. delay and reget
[    8.335757] want_idx 0 index 1
[    8.335836] want_idx 0 index 1. delay and reget
[    9.335054] want_idx 0 index 1
[    9.335133] want_idx 0 index 1. delay and reget
[   10.334353] want_idx 0 index 1
[   10.334433] want_idx 0 index 1. delay and reget
[   11.333651] want_idx 0 index 1
[   11.333730] want_idx 0 index 1. delay and reget
[   12.332889] want_idx 0 index 1
[   12.332969] want_idx 0 index 1. delay and reget
[   13.332187] want_idx 0 index 1
[   13.332267] want_idx 0 index 1. delay and reget
[   14.331450] want_idx 0 index 1
[   14.331529] want_idx 0 index 1. delay and reget
[   15.330752] want_idx 0 index 1
[   15.330830] want_idx 0 index 1. delay and reget
[   16.330100] want_idx 0 index 1
[   16.330179] want_idx 0 index 1. delay and reget
[   17.329333] want_idx 0 index 1
[   17.329412] want_idx 0 index 1. delay and reget
[   18.328636] want_idx 0 index 1
[   18.328715] sd_probe: index=1
[   18.328794] sd_format_disk_name()=sdb
[   18.328958] sd 0:0:1:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   18.329182] sd 0:0:1:0: [sdb] Write Protect is off
[   18.329268] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[   18.329290] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.330873] scsi 1:0:0:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[   18.331073] syno_disk_type_get: SYNO_DISK_SATA
[   18.331160] want_idx 1 index 2. delay and reget
[   18.343929]  sdb: sdb1 sdb2 sdb3 < sdb5 >
[   18.344287] sd 0:0:1:0: [sdb] Attached SCSI disk
[   19.329907] want_idx 1 index 2
[   19.329987] want_idx 1 index 2. delay and reget
[   20.329271] want_idx 1 index 2
[   20.329350] want_idx 1 index 2. delay and reget
[   21.328495] want_idx 1 index 2
[   21.328574] want_idx 1 index 2. delay and reget
[   22.327796] want_idx 1 index 2
[   22.327876] want_idx 1 index 2. delay and reget
[   23.327079] want_idx 1 index 2
[   23.327158] want_idx 1 index 2. delay and reget
[   24.326367] want_idx 1 index 2
[   24.326446] want_idx 1 index 2. delay and reget
[   25.325687] want_idx 1 index 2
[   25.325767] want_idx 1 index 2. delay and reget
[   26.324954] want_idx 1 index 2
[   26.325034] want_idx 1 index 2. delay and reget
[   27.324305] want_idx 1 index 2
[   27.324385] want_idx 1 index 2. delay and reget
[   28.323543] want_idx 1 index 2
[   28.323622] want_idx 1 index 2. delay and reget
[   29.322817] want_idx 1 index 2
[   29.322896] want_idx 1 index 2. delay and reget
[   30.322108] want_idx 1 index 2
[   30.322187] want_idx 1 index 2. delay and reget
[   31.321400] want_idx 1 index 2
[   31.321480] want_idx 1 index 2. delay and reget
[   32.320679] want_idx 1 index 2
[   32.320759] want_idx 1 index 2. delay and reget
[   33.319971] want_idx 1 index 2
[   33.320050] sd_probe: index=2
[   33.320128] sd_format_disk_name()=sdc
[   33.320290] sd 1:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   33.321220] scsi 1:0:1:0: Direct-Access     HUA72101 HUA721010KLA330      43W GKAO PQ: 0 ANSI: 5
[   33.321260] sd 1:0:0:0: [sdc] Write Protect is off
[   33.321262] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   33.321297] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   33.321638] syno_disk_type_get: SYNO_DISK_SATA
[   33.321725] want_idx 1 index 3. delay and reget
[   33.350564]  sdc: sdc1 sdc2 sdc3 < sdc5 >
[   33.350929] sd 1:0:0:0: [sdc] Attached SCSI disk
[   34.320273] want_idx 1 index 3
[   34.320353] want_idx 1 index 3. delay and reget
[   35.319569] want_idx 1 index 3
[   35.319649] want_idx 1 index 3. delay and reget
[   36.318821] want_idx 1 index 3
[   36.318901] want_idx 1 index 3. delay and reget
[   37.318110] want_idx 1 index 3
[   37.318190] want_idx 1 index 3. delay and reget
[   38.317442] want_idx 1 index 3
[   38.317521] want_idx 1 index 3. delay and reget
[   39.316775] want_idx 1 index 3
[   39.316854] want_idx 1 index 3. delay and reget
[   40.316011] want_idx 1 index 3
[   40.316090] want_idx 1 index 3. delay and reget
[   41.315314] want_idx 1 index 3
[   41.315393] want_idx 1 index 3. delay and reget
[   42.314607] want_idx 1 index 3
[   42.314686] want_idx 1 index 3. delay and reget
[   43.313911] want_idx 1 index 3
[   43.313990] want_idx 1 index 3. delay and reget
[   44.313203] want_idx 1 index 3
[   44.313282] want_idx 1 index 3. delay and reget
[   45.312458] want_idx 1 index 3
[   45.312537] want_idx 1 index 3. delay and reget
[   46.311761] want_idx 1 index 3
[   46.311840] want_idx 1 index 3. delay and reget
[   47.311060] want_idx 1 index 3
[   47.311139] want_idx 1 index 3. delay and reget
[   48.310332] want_idx 1 index 3
[   48.310411] sd_probe: index=3
[   48.310490] sd_format_disk_name()=sdd
[   48.310650] sd 1:0:1:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   48.310825] sd 1:0:1:0: [sdd] Write Protect is off
[   48.310912] sd 1:0:1:0: [sdd] Mode Sense: 00 3a 00 00
[   48.310933] sd 1:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   48.312502] scsi 2:0:0:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 5
[   48.312705] syno_disk_type_get: SYNO_DISK_SATA
[   48.312792] want_idx 2 index 4. delay and reget
[   48.334251]  sdd: sdd1 sdd2 sdd3 < sdd5 >
[   48.334621] sd 1:0:1:0: [sdd] Attached SCSI disk
[   49.311640] want_idx 2 index 4
[   49.311719] want_idx 2 index 4. delay and reget
[   50.310941] want_idx 2 index 4
[   50.311021] want_idx 2 index 4. delay and reget
[   51.310209] want_idx 2 index 4
[   51.310289] want_idx 2 index 4. delay and reget
[   52.309399] want_idx 2 index 4
[   52.309478] want_idx 2 index 4. delay and reget
[   53.308806] want_idx 2 index 4
[   53.308885] want_idx 2 index 4. delay and reget
[   54.308094] want_idx 2 index 4
[   54.308173] want_idx 2 index 4. delay and reget
[   55.313385] want_idx 2 index 4
[   55.313465] want_idx 2 index 4. delay and reget
[   56.312645] want_idx 2 index 4
[   56.312725] want_idx 2 index 4. delay and reget
[   57.311938] want_idx 2 index 4
[   57.312018] want_idx 2 index 4. delay and reget
[   58.311234] want_idx 2 index 4
[   58.311313] want_idx 2 index 4. delay and reget
[   59.310511] want_idx 2 index 4
[   59.310590] want_idx 2 index 4. delay and reget
[   60.309791] want_idx 2 index 4
[   60.309870] want_idx 2 index 4. delay and reget
[   61.309121] want_idx 2 index 4
[   61.309200] want_idx 2 index 4. delay and reget
[   62.308403] want_idx 2 index 4
[   62.308482] want_idx 2 index 4. delay and reget
[   63.307738] want_idx 2 index 4
[   63.307817] sd_probe: index=4
[   63.307896] sd_format_disk_name()=sde
[   63.308057] sd 2:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   63.308281] sd 2:0:0:0: [sde] Write Protect is off
[   63.308367] sd 2:0:0:0: [sde] Mode Sense: 00 3a 00 00
[   63.308388] sd 2:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   63.309008] scsi 3:0:0:0: Direct-Access     HUA72101 HUA721010KLA330      43W GKAO PQ: 0 ANSI: 5
[   63.309215] syno_disk_type_get: SYNO_DISK_SATA
[   63.309302] want_idx 3 index 5. delay and reget
[   63.340996]  sde: sde1 sde2 sde3 < sde5 >
[   63.341357] sd 2:0:0:0: [sde] Attached SCSI disk
[   64.307972] want_idx 3 index 5
[   64.308052] want_idx 3 index 5. delay and reget
[   65.307285] want_idx 3 index 5
[   65.307365] want_idx 3 index 5. delay and reget
[   66.306541] want_idx 3 index 5
[   66.306621] want_idx 3 index 5. delay and reget
[   67.305884] want_idx 3 index 5
[   67.305963] want_idx 3 index 5. delay and reget
[   68.305129] want_idx 3 index 5
[   68.305208] want_idx 3 index 5. delay and reget
[   69.304415] want_idx 3 index 5
[   69.304494] want_idx 3 index 5. delay and reget
[   70.303721] want_idx 3 index 5
[   70.303800] want_idx 3 index 5. delay and reget
[   71.303018] want_idx 3 index 5
[   71.303098] want_idx 3 index 5. delay and reget
[   72.302288] want_idx 3 index 5
[   72.302368] want_idx 3 index 5. delay and reget
[   73.301567] want_idx 3 index 5
[   73.301646] want_idx 3 index 5. delay and reget
[   74.300887] want_idx 3 index 5
[   74.300966] want_idx 3 index 5. delay and reget
[   75.300149] want_idx 3 index 5
[   75.300228] want_idx 3 index 5. delay and reget
[   76.299438] want_idx 3 index 5
[   76.299517] want_idx 3 index 5. delay and reget
[   77.298730] want_idx 3 index 5
[   77.298809] want_idx 3 index 5. delay and reget
[   78.298021] want_idx 3 index 5
[   78.298100] sd_probe: index=5
[   78.298178] sd_format_disk_name()=sdf
[   78.298340] sd 3:0:0:0: [sdf] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   78.298521] sd 3:0:0:0: [sdf] Write Protect is off
[   78.298608] sd 3:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[   78.298628] sd 3:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   78.318314]  sdf: sdf1 sdf2 sdf3 < sdf5 >
[   78.318681] sd 3:0:0:0: [sdf] Attached SCSI disk
[   78.318779] ata5: send port disabled event
[   78.319249] scsi5 : pata_legacy
[   78.319384] ata6: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[   78.319472] Enable Synology sata fast booting
[   78.319555] ata6: COMRESET failed (errno=-95)
[   78.469941] ata6: send port disabled event
[   78.470705] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[   78.470855] Atheros(R) L2 Ethernet Driver - version 2.2.3
[   78.470948] Copyright (c) 2007 Atheros Corporation.
[   78.471235] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[   78.471325] e100: Copyright(c) 1999-2006 Intel Corporation
[   78.471448] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   78.471541] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   78.471664] jme: JMicron JMC2XX ethernet driver version 1.0.8
[   78.471815] sky2: driver version 1.30
[   78.472155] VMware vmxnet3 virtual NIC driver - version 1.1.29.0-k-NAPI
[   78.472278] Fusion MPT base driver 3.04.20
[   78.472360] Copyright (c) 1999-2008 LSI Corporation
[   78.472449] Fusion MPT SPI Host driver 3.04.20
[   78.472565] Fusion MPT SAS Host driver 3.04.20
[   78.472819] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   78.505429] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[   78.505553] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[   78.754771] serio: i8042 KBD port at 0x60,0x64 irq 1
[   78.754933] rtc_cmos 00:04: RTC can wake from S4
[   78.755114] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   78.755228] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[   78.755342] i2c /dev entries driver
[   78.755617] it87: Found IT8720F chip at 0x290, revision 8
[   78.755723] it87: VID is disabled (pins used for GPIO)
[   78.755817] it87: Routing internal VCCH to in7
[   78.755904] it87: Beeping is supported
[   78.756269] md: linear personality registered for level -1
[   78.756357] md: raid0 personality registered for level 0
[   78.756444] md: raid1 personality registered for level 1
[   78.756531] md: raid10 personality registered for level 10
[   78.756619] md: raid6 personality registered for level 6
[   78.756709] md: raid5 personality registered for level 5
[   78.756796] md: raid4 personality registered for level 4
[   78.756956] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[   78.757082] cpuidle: using governor ladder
[   78.757164] cpuidle: using governor menu
[   78.757405] TCP cubic registered
[   78.757486] NET: Registered protocol family 17
[   78.757579] Registering the dns_resolver key type
[   78.757763] registered taskstats version 1
[   78.758162] rtc_cmos 00:04: setting system clock to 2013-12-31 00:48:26 UTC (1388450906)
[   78.811387] md: Waiting for all devices to be available before autodetect
[   78.811480] md: If you don't use raid, use raid=noautodetect
[   78.811675] md: Autodetecting XPEnology RAID arrays.
[   78.820820] blDenyDisks: ALLOW
[   78.827646] blDenyDisks: ALLOW
[   78.852475] md: invalid raid superblock magic on sda5
[   78.852562] md: sda5 does not have a valid v0.90 superblock, not importing!
[   78.860387] blDenyDisks: ALLOW
[   78.867854] blDenyDisks: ALLOW
[   78.885521] md: invalid raid superblock magic on sdb5
[   78.885611] md: sdb5 does not have a valid v0.90 superblock, not importing!
[   78.903470] blDenyDisks: ALLOW
[   78.913235] blDenyDisks: ALLOW
[   78.930464] md: invalid raid superblock magic on sdc5
[   78.930551] md: sdc5 does not have a valid v0.90 superblock, not importing!
[   78.939856] blDenyDisks: ALLOW
[   78.946314] blDenyDisks: ALLOW
[   78.962147] md: invalid raid superblock magic on sdd5
[   78.962234] md: sdd5 does not have a valid v0.90 superblock, not importing!
[   78.985059] blDenyDisks: ALLOW
[   78.991990] blDenyDisks: ALLOW
[   79.011333] md: invalid raid superblock magic on sde5
[   79.011419] md: sde5 does not have a valid v0.90 superblock, not importing!
[   79.016352] blDenyDisks: ALLOW
[   79.022814] blDenyDisks: ALLOW
[   79.042938] md: invalid raid superblock magic on sdf5
[   79.043025] md: sdf5 does not have a valid v0.90 superblock, not importing!
[   79.043121] md: Scanned 18 and added 12 devices.
[   79.043205] md: autorun ...
[   79.043283] md: considering sda1 ...
[   79.043366] md:  adding sda1 ...
[   79.043446] md: sda2 has different UUID to sda1
[   79.043536] md:  adding sdb1 ...
[   79.043617] md: sdb2 has different UUID to sda1
[   79.043703] md:  adding sdc1 ...
[   79.043783] md: sdc2 has different UUID to sda1
[   79.043869] md:  adding sdd1 ...
[   79.043949] md: sdd2 has different UUID to sda1
[   79.044035] md:  adding sde1 ...
[   79.044115] md: sde2 has different UUID to sda1
[   79.044201] md:  adding sdf1 ...
[   79.044281] md: sdf2 has different UUID to sda1
[   79.044375] md: created md0
[   79.044453] md: bind
[   79.044541] md: bind
[   79.044624] md: bind
[   79.044706] md: bind
[   79.044789] md: bind
[   79.044871] md: bind
[   79.044953] md: running: 
[   79.045386] bio: create slab  at 1
[   79.045538] md/raid1:md0: active with 6 out of 12 mirrors
[   79.045643] md0: detected capacity change from 0 to 2549940224
[   79.045762] md: considering sda2 ...
[   79.045845] md:  adding sda2 ...
[   79.045927] md:  adding sdb2 ...
[   79.046008] md:  adding sdc2 ...
[   79.046089] md:  adding sdd2 ...
[   79.046170] md:  adding sde2 ...
[   79.046251] md:  adding sdf2 ...
[   79.046438] md: created md1
[   79.053226] md: bind
[   79.053310] md: bind
[   79.053392] md: bind
[   79.053481] md: bind
[   79.053564] md: bind
[   79.053646] md: bind
[   79.053729] md: running: 
[   79.054203] md/raid1:md1: active with 6 out of 12 mirrors
[   79.054306] md1: detected capacity change from 0 to 2147418112
[   79.054418] md: ... autorun DONE.
[   79.054803]  md1: unknown partition table
[   79.055140] RAMDISK: lzma image found at block 0
[   80.268655] VFS: Mounted root (ext2 filesystem) on device 1:0.
[   80.273306] Loading modules backported from Linux version v3.12-0-g5e01dc7
[   80.273399] Backport generated by backports.git v3.12-1-0-g9ae6b6c
[   80.275657] e1000e: Intel(R) PRO/1000 Network Driver - 2.5.4-NAPI
[   80.275748] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[   80.279285] r8168 Gigabit Ethernet driver 8.037.00-NAPI loaded
[   80.279393] r8168 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   80.279503] r8168 0000:03:00.0: setting latency timer to 64
[   80.279563] r8168 0000:03:00.0: irq 46 for MSI/MSI-X
[   80.280206] eth%d: 0xffffc9000007a000, 00:30:48:98:47:7c, IRQ 46
[   80.280632] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[   80.280776] r8168  Copyright (C) 2013  Realtek NIC software team 
[   80.280777]  This program comes with ABSOLUTELY NO WARRANTY; for details, please see . 
[   80.280779]  This is free software, and you are welcome to redistribute it under certain conditions; see . 
[   80.284450] mpt2sas version 17.00.00.00 loaded
[   80.284638] scsi6 : Fusion MPT SAS Host
[   80.285078] mpt2sas 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   80.285183] mpt2sas 0000:01:00.0: setting latency timer to 64
[   80.285189] mpt2sas0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (16434664 kB)
[   80.285336] mpt2sas0: MSI-X vectors supported: 1, no of cores: 8, max_msix_vectors: -1
[   80.285494] mpt2sas 0000:01:00.0: irq 47 for MSI/MSI-X
[   80.285509] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 47
[   80.285596] mpt2sas0: iomem(0x00000000fbcf0000), mapped(0xffffc90000060000), size(65536)
[   80.285729] mpt2sas0: ioport(0x000000000000ce00), size(256)
[   80.401828] mpt2sas0: Allocated physical memory: size(7445 kB)
[   80.401920] mpt2sas0: Current Controller Queue Depth(3307), Max Controller Queue Depth(3432)
[   80.402045] mpt2sas0: Scatter Gather Elements per IO(128)
[   80.460848] mpt2sas0: LSISAS2008: FWVersion(17.00.01.00), ChipRevision(0x03), BiosVersion(00.00.00.00)
[   80.460978] mpt2sas0: Dell 6Gbps SAS HBA: Vendor(0x1000), Device(0x0072), SSVID(0x1028), SSDID(0x1F1C)
[   80.461106] mpt2sas0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[   80.461797] mpt2sas0: sending port enable !!
[   83.005894] mpt2sas0: host_add: handle(0x0001), sas_addr(0x5d4ae5208a846400), phys(8)
[   93.746461] mpt2sas0: detecting: handle(0x0009), sas_address(0x4433221106000000), phy(6)
[   93.746588] mpt2sas0: REPORT_LUNS: handle(0x0009), retries(0)
[   93.995875] mpt2sas0: TEST_UNIT_READY: handle(0x0009), lun(0)
[   94.496004] mpt2sas0: detecting: handle(0x000a), sas_address(0x4433221102000000), phy(2)
[   94.496130] mpt2sas0: REPORT_LUNS: handle(0x000a), retries(0)
[   94.745489] mpt2sas0: TEST_UNIT_READY: handle(0x000a), lun(0)
[   94.746049] mpt2sas0: detecting: handle(0x000b), sas_address(0x4433221103000000), phy(3)
[   94.746174] mpt2sas0: REPORT_LUNS: handle(0x000b), retries(0)
[   94.995180] mpt2sas0: TEST_UNIT_READY: handle(0x000b), lun(0)
[   94.996586] mpt2sas0: detecting: handle(0x0009), sas_address(0x4433221106000000), phy(6)
[   94.996711] mpt2sas0: REPORT_LUNS: handle(0x0009), retries(0)
[   94.996827] mpt2sas0: TEST_UNIT_READY: handle(0x0009), lun(0)
[   94.998860] scsi 6:0:0:0: Direct-Access     ATA      ST31000528AS             HP22 PQ: 0 ANSI: 6
[   94.999381] scsi 6:0:0:0: SATA: handle(0x0009), sas_addr(0x4433221106000000), phy(6), device_name(0x5000c50018ad82b6)
[   94.999515] scsi 6:0:0:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(5)
[   94.999708] scsi 6:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   94.999833] scsi 6:0:0:0: serial_number(6VP1JS3Y            )
[   94.999923] scsi 6:0:0:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[   95.000191] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   95.000279] syno_disk_type_get: Fusion MPT SAS Host,0
[   95.000368] sd_probe: index=6
[   95.000447] sd_format_disk_name()=sdg
[   95.001156] sd 6:0:0:0: [sdg] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   95.052096] sd 6:0:0:0: [sdg] Write Protect is off
[   95.052186] sd 6:0:0:0: [sdg] Mode Sense: 7f 00 10 08
[   95.052951] sd 6:0:0:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
[   95.144526]  sdg: sdg1 sdg2 sdg3 < sdg5 >
[   95.202592] sd 6:0:0:0: [sdg] Attached SCSI disk
[   95.748063] mpt2sas0: detecting: handle(0x000a), sas_address(0x4433221102000000), phy(2)
[   95.748189] mpt2sas0: REPORT_LUNS: handle(0x000a), retries(0)
[   95.748309] mpt2sas0: TEST_UNIT_READY: handle(0x000a), lun(0)
[   95.754172] scsi 6:0:1:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 6
[   95.755882] scsi 6:0:1:0: SATA: handle(0x000a), sas_addr(0x4433221102000000), phy(2), device_name(0x5000c50014daf4e6)
[   95.756015] scsi 6:0:1:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(1)
[   95.756208] scsi 6:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   95.756333] scsi 6:0:1:0: serial_number(            9QJ3Z366)
[   95.756423] scsi 6:0:1:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[   95.756681] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[   95.756768] syno_disk_type_get: Fusion MPT SAS Host,0
[   95.756856] want_idx 6 index 7. delay and reget
[   96.755900] want_idx 6 index 7
[   96.755980] want_idx 6 index 7. delay and reget
[   97.755192] want_idx 6 index 7
[   97.755271] want_idx 6 index 7. delay and reget
[   98.754483] want_idx 6 index 7
[   98.754563] want_idx 6 index 7. delay and reget
[   99.753772] want_idx 6 index 7
[   99.753851] want_idx 6 index 7. delay and reget
[  100.753061] want_idx 6 index 7
[  100.753140] want_idx 6 index 7. delay and reget
[  101.752352] want_idx 6 index 7
[  101.752431] want_idx 6 index 7. delay and reget
[  102.751646] want_idx 6 index 7
[  102.751726] want_idx 6 index 7. delay and reget
[  103.750931] want_idx 6 index 7
[  103.751010] want_idx 6 index 7. delay and reget
[  104.750215] want_idx 6 index 7
[  104.750294] want_idx 6 index 7. delay and reget
[  105.749507] want_idx 6 index 7
[  105.749587] want_idx 6 index 7. delay and reget
[  106.748802] want_idx 6 index 7
[  106.748882] want_idx 6 index 7. delay and reget
[  107.748090] want_idx 6 index 7
[  107.748169] want_idx 6 index 7. delay and reget
[  108.747374] want_idx 6 index 7
[  108.747453] want_idx 6 index 7. delay and reget
[  109.746670] want_idx 6 index 7
[  109.746749] want_idx 6 index 7. delay and reget
[  110.745959] want_idx 6 index 7
[  110.746038] sd_probe: index=7
[  110.746117] sd_format_disk_name()=sdh
[  110.747096] mpt2sas0: detecting: handle(0x000b), sas_address(0x4433221103000000), phy(3)
[  110.747224] mpt2sas0: REPORT_LUNS: handle(0x000b), retries(0)
[  110.747340] mpt2sas0: TEST_UNIT_READY: handle(0x000b), lun(0)
[  110.748331] sd 6:0:1:0: [sdh] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB)
[  110.753266] scsi 6:0:2:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 6
[  110.755022] scsi 6:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221103000000), phy(3), device_name(0x5000c50014db1b5b)
[  110.755156] scsi 6:0:2:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(0)
[  110.755352] scsi 6:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  110.755477] scsi 6:0:2:0: serial_number(            9QJ3YVFN)
[  110.755567] scsi 6:0:2:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[  110.755812] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[  110.755901] syno_disk_type_get: Fusion MPT SAS Host,0
[  110.755995] want_idx 6 index 8. delay and reget
[  110.847047] sd 6:0:1:0: [sdh] Write Protect is off
[  110.847134] sd 6:0:1:0: [sdh] Mode Sense: 7f 00 10 08
[  110.850261] sd 6:0:1:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
[  110.989730]  sdh: sdh1 sdh2 sdh3 < sdh5 >
[  111.108286] sd 6:0:1:0: [sdh] Attached SCSI disk
[  111.755242] want_idx 6 index 8
[  111.755323] want_idx 6 index 8. delay and reget
[  112.754533] want_idx 6 index 8
[  112.754612] want_idx 6 index 8. delay and reget
[  113.753826] want_idx 6 index 8
[  113.753906] want_idx 6 index 8. delay and reget
[  114.753124] want_idx 6 index 8
[  114.753204] want_idx 6 index 8. delay and reget
[  115.752403] want_idx 6 index 8
[  115.752482] want_idx 6 index 8. delay and reget
[  116.751689] want_idx 6 index 8
[  116.751768] want_idx 6 index 8. delay and reget
[  117.750983] want_idx 6 index 8
[  117.751062] want_idx 6 index 8. delay and reget
[  118.750274] want_idx 6 index 8
[  118.757034] want_idx 6 index 8. delay and reget
[  119.755558] want_idx 6 index 8
[  119.755637] want_idx 6 index 8. delay and reget
[  120.754845] want_idx 6 index 8
[  120.754924] want_idx 6 index 8. delay and reget
[  121.754137] want_idx 6 index 8
[  121.754216] want_idx 6 index 8. delay and reget
[  122.753429] want_idx 6 index 8
[  122.753508] want_idx 6 index 8. delay and reget
[  123.752717] want_idx 6 index 8
[  123.752796] want_idx 6 index 8. delay and reget
[  124.752004] want_idx 6 index 8
[  124.752083] want_idx 6 index 8. delay and reget
[  125.751297] want_idx 6 index 8
[  125.751376] sd_probe: index=8
[  125.751455] sd_format_disk_name()=sdi
[  125.753437] mpt2sas0: detecting: handle(0x000c), sas_address(0x4433221104000000), phy(4)
[  125.753564] mpt2sas0: REPORT_LUNS: handle(0x000c), retries(0)
[  125.753722] sd 6:0:2:0: [sdi] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[  125.860684] sd 6:0:2:0: [sdi] Write Protect is off
[  125.860770] sd 6:0:2:0: [sdi] Mode Sense: 7f 00 10 08
[  125.863983] sd 6:0:2:0: [sdi] Write cache: enabled, read cache: enabled, supports DPO and FUA
[  125.973614] mpt2sas0: TEST_UNIT_READY: handle(0x000c), lun(0)
[  125.974392] mpt2sas0: detecting: handle(0x000d), sas_address(0x4433221105000000), phy(5)
[  125.974517] mpt2sas0: REPORT_LUNS: handle(0x000d), retries(0)
[  125.998609]  sdi: sdi1 sdi2 sdi3 < sdi5 >
[  126.122044] sd 6:0:2:0: [sdi] Attached SCSI disk
[  126.223846] mpt2sas0: TEST_UNIT_READY: handle(0x000d), lun(0)
[  126.225120] mpt2sas0: detecting: handle(0x000e), sas_address(0x4433221107000000), phy(7)
[  126.225245] mpt2sas0: REPORT_LUNS: handle(0x000e), retries(0)
[  126.473269] mpt2sas0: TEST_UNIT_READY: handle(0x000e), lun(0)
[  126.476774] mpt2sas0: port enable: SUCCESS
[  126.477700] megasas: 06.601.06.00 June. 17, 17:00:00 PDT 2013
[  126.479111] rr272x_1x: module license 'Proprietary' taints kernel.
[  126.479203] Disabling lock debugging due to kernel taint
[  126.480244] rr272x_1x:RocketRAID 272x_1x controller driver v1.5 (Nov 30 2013 15:00:35)
[  126.974054] mpt2sas0: detecting: handle(0x000c), sas_address(0x4433221104000000), phy(4)
[  126.974180] mpt2sas0: REPORT_LUNS: handle(0x000c), retries(0)
[  126.974297] mpt2sas0: TEST_UNIT_READY: handle(0x000c), lun(0)
[  127.018833] scsi 6:0:3:0: Direct-Access     ATA      ST31000340NS         43W BB12 PQ: 0 ANSI: 6
[  127.020532] scsi 6:0:3:0: SATA: handle(0x000c), sas_addr(0x4433221104000000), phy(4), device_name(0x5000c5001492a4f3)
[  127.020665] scsi 6:0:3:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(7)
[  127.020860] scsi 6:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  127.020985] scsi 6:0:3:0: serial_number(            9QJ3JWXQ)
[  127.021075] scsi 6:0:3:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[  127.021329] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[  127.021421] syno_disk_type_get: Fusion MPT SAS Host,0
[  127.021511] want_idx 6 index 9. delay and reget
[  127.290898] rr272x_1x:no controller detected.
[  127.295243] Adaptec aacraid driver 1.2-1[30300]custom
[  127.300890] RocketRAID 3xxx/4xxx Controller driver v1.9
[  127.301521] stex: Promise SuperTrak EX Driver version: 4.6.0000.4
[  127.302588] ipr: IBM Power RAID SCSI Device Driver version: 2.5.2 (April 27, 2011)
[  127.311422] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[  127.312243] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[  127.312927] 3ware Storage Controller device driver for Linux v1.26.02.003.
[  127.316368] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[  127.323388]  md0: unknown partition table
[  127.323551] md0: detected capacity change from 2549940224 to 0
[  127.323666] md: md0: set sda1 to auto_remap [0]
[  127.323751] md: md0: set sdb1 to auto_remap [0]
[  127.323836] md: md0: set sdc1 to auto_remap [0]
[  127.323920] md: md0: set sdd1 to auto_remap [0]
[  127.324005] md: md0: set sde1 to auto_remap [0]
[  127.324089] md: md0: set sdf1 to auto_remap [0]
[  127.324187] md: md0 stopped.
[  127.324268] md: unbind
[  127.329172] md: export_rdev(sda1)
[  127.329257] md: unbind
[  127.334167] md: export_rdev(sdb1)
[  127.334251] md: unbind
[  127.349154] md: export_rdev(sdc1)
[  127.349238] md: unbind
[  127.349342] md: export_rdev(sdd1)
[  127.349429] md: unbind
[  127.349542] md: export_rdev(sde1)
[  127.349631] md: unbind
[  127.349744] md: export_rdev(sdf1)
[  128.020693] want_idx 6 index 9
[  128.020773] want_idx 6 index 9. delay and reget
[  129.020004] want_idx 6 index 9
[  129.020084] want_idx 6 index 9. delay and reget
[  129.359958] md1: detected capacity change from 2147418112 to 0
[  129.360049] md: md1: set sda2 to auto_remap [0]
[  129.360134] md: md1: set sdb2 to auto_remap [0]
[  129.360218] md: md1: set sdc2 to auto_remap [0]
[  129.360302] md: md1: set sdd2 to auto_remap [0]
[  129.360387] md: md1: set sde2 to auto_remap [0]
[  129.360471] md: md1: set sdf2 to auto_remap [0]
[  129.360555] md: md1 stopped.
[  129.360635] md: unbind
[  129.376695] md: export_rdev(sda2)
[  129.376780] md: unbind
[  129.393683] md: export_rdev(sdb2)
[  129.393767] md: unbind
[  129.409674] md: export_rdev(sdc2)
[  129.409757] md: unbind
[  129.409863] md: export_rdev(sdd2)
[  129.409950] md: unbind
[  129.410057] md: export_rdev(sde2)
[  129.410144] md: unbind
[  129.410254] md: export_rdev(sdf2)
[  130.019255] want_idx 6 index 9
[  130.019336] want_idx 6 index 9. delay and reget
[  131.018559] want_idx 6 index 9
[  131.018639] want_idx 6 index 9. delay and reget
[  131.412785] md: Autodetecting XPEnology RAID arrays.
[  131.413185] blDenyDisks: ALLOW
[  131.413560] blDenyDisks: ALLOW
[  131.413992] blDenyDisks: ALLOW
[  131.414407] blDenyDisks: ALLOW
[  131.414919] blDenyDisks: ALLOW
[  131.415303] blDenyDisks: ALLOW
[  131.415498] blDenyDisks: ALLOW
[  131.415682] blDenyDisks: ALLOW
[  131.416058] blDenyDisks: ALLOW
[  131.416532] blDenyDisks: ALLOW
[  131.416732] blDenyDisks: ALLOW
[  131.416921] blDenyDisks: ALLOW
[  131.425901] blDenyDisks: ALLOW
[  131.435822] blDenyDisks: ALLOW
[  131.458362] md: invalid raid superblock magic on sdg5
[  131.458449] md: sdg5 does not have a valid v0.90 superblock, not importing!
[  131.474851] blDenyDisks: ALLOW
[  131.479769] blDenyDisks: ALLOW
[  131.502637] md: invalid raid superblock magic on sdh5
[  131.502723] md: sdh5 does not have a valid v0.90 superblock, not importing!
[  131.519097] blDenyDisks: ALLOW
[  131.523701] blDenyDisks: ALLOW
[  131.541894] md: invalid raid superblock magic on sdi5
[  131.541981] md: sdi5 does not have a valid v0.90 superblock, not importing!
[  131.542076] md: Scanned 21 and added 18 devices.
[  131.542161] md: autorun ...
[  131.542243] md: considering sda1 ...
[  131.542326] md:  adding sda1 ...
[  131.542407] md: sda2 has different UUID to sda1
[  131.542492] md:  adding sdb1 ...
[  131.542573] md: sdb2 has different UUID to sda1
[  131.542658] md:  adding sdc1 ...
[  131.542739] md: sdc2 has different UUID to sda1
[  131.542825] md:  adding sdd1 ...
[  131.542905] md: sdd2 has different UUID to sda1
[  131.542991] md:  adding sde1 ...
[  131.543071] md: sde2 has different UUID to sda1
[  131.543157] md:  adding sdf1 ...
[  131.543241] md: sdf2 has different UUID to sda1
[  131.543327] md:  adding sdg1 ...
[  131.543407] md: sdg2 has different UUID to sda1
[  131.543493] md:  adding sdh1 ...
[  131.543573] md: sdh2 has different UUID to sda1
[  131.543659] md:  adding sdi1 ...
[  131.543739] md: sdi2 has different UUID to sda1
[  131.543837] md: created md0
[  131.543915] md: bind
[  131.544000] md: bind
[  131.544083] md: bind
[  131.544166] md: bind
[  131.544252] md: bind
[  131.544335] md: bind
[  131.544418] md: bind
[  131.544501] md: bind
[  131.551273] md: bind
[  131.551356] md: running: 
[  131.551956] bio: create slab  at 1
[  131.552096] md/raid1:md0: active with 9 out of 12 mirrors
[  131.552207] md0: detected capacity change from 0 to 2549940224
[  131.552347] md: considering sda2 ...
[  131.552432] md:  adding sda2 ...
[  131.552513] md:  adding sdb2 ...
[  131.552594] md:  adding sdc2 ...
[  131.552676] md:  adding sdd2 ...
[  131.552757] md:  adding sde2 ...
[  131.552838] md:  adding sdf2 ...
[  131.552919] md:  adding sdg2 ...
[  131.553000] md:  adding sdh2 ...
[  131.553081] md:  adding sdi2 ...
[  131.553331] md: created md1
[  131.553410] md: bind
[  131.553494] md: bind
[  131.553577] md: bind
[  131.553660] md: bind
[  131.553743] md: bind
[  131.553825] md: bind
[  131.553909] md: bind
[  131.553992] md: bind
[  131.554075] md: bind
[  131.554157] md: running: 
[  131.554803] md/raid1:md1: active with 9 out of 12 mirrors
[  131.554909] md1: detected capacity change from 0 to 2147418112
[  131.555045] md: ... autorun DONE.
[  131.555442]  md1: unknown partition table
[  131.556645] synobios: load, major number 201
[  131.556734] Brand: Synology
[  131.556902] Model: DS-3612xs
[  131.557025] set group disks wakeup number to 4, spinup time deno 7
[  131.560896] synobios: unload
[  131.575182]  md0: unknown partition table
[  132.017841] want_idx 6 index 9
[  132.017922] want_idx 6 index 9. delay and reget
[  132.267930] EXT4-fs (md0): synoacl module has not been loaded. Unable to mount with synoacl, vfs_mod status=-1, ext4_mod status=-1
[  132.277697] EXT4-fs (md0): barriers disabled
[  132.286133] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: 
[  132.461341] synoacl module [synoacl_ext4] is not loaded 
[  132.461430] synoacl module [synoacl_vfs] is not loaded 
[  132.489550] EXT3-fs (md0): error: couldn't mount because of unsupported optional features (2c0)
[  132.515926] EXT4-fs (md0): synoacl module has not been loaded. Unable to mount with synoacl, vfs_mod status=-1, ext4_mod status=-1
[  132.523789] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
[  132.523917] VFS: Mounted root (ext4 filesystem) readonly on device 9:0.
[  132.524009] Trying to move old root to /initrd ... okay
[  132.526123] Freeing unused kernel memory: 508k freed
[  132.526285] Write protecting the kernel read-only data: 8192k
[  132.530908] Freeing unused kernel memory: 1956k freed
[  132.532152] Freeing unused kernel memory: 372k freed
[  132.908117] EXT4-fs (md0): re-mounted. Opts: (null)
[  133.017134] want_idx 6 index 9
[  133.017214] want_idx 6 index 9. delay and reget
[  134.016422] want_idx 6 index 9
[  134.016504] want_idx 6 index 9. delay and reget
[  134.131760] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  134.131918] sd 0:0:1:0: Attached scsi generic sg1 type 0
[  134.132087] sd 1:0:0:0: Attached scsi generic sg2 type 0
[  134.132247] sd 1:0:1:0: Attached scsi generic sg3 type 0
[  134.132416] sd 2:0:0:0: Attached scsi generic sg4 type 0
[  134.132583] sd 3:0:0:0: Attached scsi generic sg5 type 0
[  134.132748] sd 6:0:0:0: Attached scsi generic sg6 type 0
[  134.132909] sd 6:0:1:0: Attached scsi generic sg7 type 0
[  134.133060] sd 6:0:2:0: Attached scsi generic sg8 type 0
[  134.312927] Adding 2097084k swap on /dev/md1.  Priority:-1 extents:1 across:2097084k 
[  134.334828] NET: Registered protocol family 10
[  134.379674] usbcore: registered new interface driver usbfs
[  134.379902] usbcore: registered new interface driver hub
[  134.380092] usbcore: registered new interface driver ethub
[  134.380276] usbcore: registered new device driver usb
[  134.432791] Monitor-Mwait will be used to enter C-1 state
[  134.432796] Monitor-Mwait will be used to enter C-2 state
[  134.432799] Monitor-Mwait will be used to enter C-3 state
[  134.432807] ACPI: acpi_idle registered with cpuidle
[  134.642597] Intel AES-NI instructions are not detected.
[  134.675841] fuse init (API version 7.17)
[  134.679765] dca service started, version 1.12.1
[  134.700292] Intel(R) Gigabit Ethernet Network Driver - version 5.0.6
[  134.700389] Copyright (c) 2007-2013 Intel Corporation.
[  134.710682] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 3.6.7-k
[  134.710811] ixgbe: Copyright (c) 1999-2011 Intel Corporation.
[  134.762671] Btrfs loaded
[  134.795321] synobios: load, major number 201
[  134.795406] Brand: Synology
[  134.795568] Model: DS-3612xs
[  134.795693] set group disks wakeup number to 4, spinup time deno 7
[  135.015836] want_idx 6 index 9
[  135.015922] want_idx 6 index 9. delay and reget
[  135.115392] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  136.015075] want_idx 6 index 9
[  136.015155] want_idx 6 index 9. delay and reget
[  136.881017] md: md2 stopped.
[  136.922098] md: bind
[  136.922699] md: bind
[  136.922913] md: bind
[  136.923231] md: bind
[  136.923518] md: bind
[  136.923764] md: bind
[  136.924118] md: bind
[  136.924456] md: bind
[  136.924759] md: bind
[  136.925300] md/raid:md2: device sda5 operational as raid disk 0
[  136.925418] md/raid:md2: device sdi5 operational as raid disk 8
[  136.925510] md/raid:md2: device sdh5 operational as raid disk 7
[  136.925599] md/raid:md2: device sdg5 operational as raid disk 6
[  136.925688] md/raid:md2: device sdf5 operational as raid disk 5
[  136.925777] md/raid:md2: device sde5 operational as raid disk 4
[  136.925866] md/raid:md2: device sdd5 operational as raid disk 3
[  136.925955] md/raid:md2: device sdc5 operational as raid disk 2
[  136.926044] md/raid:md2: device sdb5 operational as raid disk 1
[  136.926663] md/raid:md2: allocated 12698kB
[  136.926797] md/raid:md2: not enough operational devices (3/12 failed)
[  136.926889] md/raid:md2: raid level 6 active with 9 out of 12 devices, algorithm 2
[  136.927010] RAID conf printout:
[  136.927011]  --- level:6 rd:12 wd:9
[  136.927013]  disk 0, o:1, dev:sda5
[  136.927014]  disk 1, o:1, dev:sdb5
[  136.927015]  disk 2, o:1, dev:sdc5
[  136.927016]  disk 3, o:1, dev:sdd5
[  136.927017]  disk 4, o:1, dev:sde5
[  136.927018]  disk 5, o:1, dev:sdf5
[  136.927019]  disk 6, o:1, dev:sdg5
[  136.927020]  disk 7, o:1, dev:sdh5
[  136.927021]  disk 8, o:1, dev:sdi5
[  136.927042] md2: detected capacity change from 0 to 9953563115520
[  136.927468]  md2: unknown partition table
[  136.929616] md2: detected capacity change from 9953563115520 to 0
[  136.929708] md: md2: set sda5 to auto_remap [0]
[  136.929792] md: md2: set sdi5 to auto_remap [0]
[  136.929877] md: md2: set sdh5 to auto_remap [0]
[  136.929961] md: md2: set sdg5 to auto_remap [0]
[  136.930045] md: md2: set sdf5 to auto_remap [0]
[  136.930129] md: md2: set sde5 to auto_remap [0]
[  136.930214] md: md2: set sdd5 to auto_remap [0]
[  136.930298] md: md2: set sdc5 to auto_remap [0]
[  136.930459] md: md2: set sdb5 to auto_remap [0]
[  136.930543] md: md2 stopped.
[  136.930623] md: unbind
[  136.949441] md: export_rdev(sda5)
[  136.949528] md: unbind
[  136.972446] md: export_rdev(sdi5)
[  136.972536] md: unbind
[  136.989389] md: export_rdev(sdh5)
[  136.989473] md: unbind
[  136.997366] md: export_rdev(sdg5)
[  136.997452] md: unbind
[  137.004310] md: export_rdev(sdf5)
[  137.004427] md: unbind
[  137.004567] md: export_rdev(sde5)
[  137.004653] md: unbind
[  137.006356] md: export_rdev(sdd5)
[  137.006441] md: unbind
[  137.006565] md: export_rdev(sdc5)
[  137.006648] md: unbind
[  137.007410] md: export_rdev(sdb5)
[  137.014292] want_idx 6 index 9
[  137.014375] want_idx 6 index 9. delay and reget
[  137.018559] md: md2 stopped.
[  137.036435] md: bind
[  137.036759] md: bind
[  137.037013] md: bind
[  137.037336] md: bind
[  137.049014] md: bind
[  137.049234] md: bind
[  137.049559] md: bind
[  137.049871] md: bind
[  137.050203] md: bind
[  137.050645] md/raid:md2: device sda5 operational as raid disk 0
[  137.050736] md/raid:md2: device sdi5 operational as raid disk 8
[  137.050825] md/raid:md2: device sdh5 operational as raid disk 7
[  137.050914] md/raid:md2: device sdg5 operational as raid disk 6
[  137.051004] md/raid:md2: device sdf5 operational as raid disk 5
[  137.051093] md/raid:md2: device sde5 operational as raid disk 4
[  137.051182] md/raid:md2: device sdd5 operational as raid disk 3
[  137.051279] md/raid:md2: device sdc5 operational as raid disk 2
[  137.051368] md/raid:md2: device sdb5 operational as raid disk 1
[  137.051930] md/raid:md2: allocated 12698kB
[  137.052029] md/raid:md2: not enough operational devices (3/12 failed)
[  137.052120] md/raid:md2: raid level 6 active with 9 out of 12 devices, algorithm 2
[  137.052242] RAID conf printout:
[  137.052243]  --- level:6 rd:12 wd:9
[  137.052245]  disk 0, o:1, dev:sda5
[  137.052246]  disk 1, o:1, dev:sdb5
[  137.052247]  disk 2, o:1, dev:sdc5
[  137.052248]  disk 3, o:1, dev:sdd5
[  137.052250]  disk 4, o:1, dev:sde5
[  137.052251]  disk 5, o:1, dev:sdf5
[  137.052252]  disk 6, o:1, dev:sdg5
[  137.052253]  disk 7, o:1, dev:sdh5
[  137.052260]  disk 8, o:1, dev:sdi5
[  137.052286] md2: detected capacity change from 0 to 9953563115520
[  137.052669]  md2: unknown partition table
[  138.013704] want_idx 6 index 9
[  138.013794] want_idx 6 index 9. delay and reget
[  139.012991] want_idx 6 index 9
[  139.013081] want_idx 6 index 9. delay and reget
[  140.012197] want_idx 6 index 9
[  140.012278] want_idx 6 index 9. delay and reget
[  140.120775] r8168: eth0: link up
[  140.122774] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  141.012600] want_idx 6 index 9
[  141.012688] want_idx 6 index 9. delay and reget
[  142.011905] want_idx 6 index 9
[  142.011995] sd_probe: index=9
[  142.012076] sd_format_disk_name()=sdj
[  142.012852] sd 6:0:3:0: Attached scsi generic sg9 type 0
[  142.013733] mpt2sas0: detecting: handle(0x000d), sas_address(0x4433221105000000), phy(5)
[  142.013864] mpt2sas0: REPORT_LUNS: handle(0x000d), retries(0)
[  142.013988] mpt2sas0: TEST_UNIT_READY: handle(0x000d), lun(0)
[  142.014411] sd 6:0:3:0: [sdj] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[  142.020422] scsi 6:0:4:0: Direct-Access     ATA      ST31000340NS             SN06 PQ: 0 ANSI: 6
[  142.022312] scsi 6:0:4:0: SATA: handle(0x000d), sas_addr(0x4433221105000000), phy(5), device_name(0x5000c50014db0372)
[  142.022455] scsi 6:0:4:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(6)
[  142.022655] scsi 6:0:4:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  142.022883] scsi 6:0:4:0: serial_number(            9QJ3Z2N3)
[  142.022976] scsi 6:0:4:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[  142.023512] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[  142.023601] syno_disk_type_get: Fusion MPT SAS Host,0
[  142.023691] want_idx 6 index 10. delay and reget
[  142.133609] sd 6:0:3:0: [sdj] Write Protect is off
[  142.133863] sd 6:0:3:0: [sdj] Mode Sense: 7f 00 10 08
[  142.137014] sd 6:0:3:0: [sdj] Write cache: enabled, read cache: enabled, supports DPO and FUA
[  142.283267]  sdj: sdj1 sdj2 sdj3 < sdj5 >
[  142.411452] sd 6:0:3:0: [sdj] Attached SCSI disk
[  143.023155] want_idx 6 index 10
[  143.023243] want_idx 6 index 10. delay and reget
[  144.022489] want_idx 6 index 10
[  144.022578] want_idx 6 index 10. delay and reget
[  144.136461] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  144.136581] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18



[  145.021679] want_idx 6 index 10
[  145.021766] want_idx 6 index 10. delay and reget
[  145.138092] Got empty serial number. Generate serial number from product.
[  145.155232] input: Microsoft Microsoft® Digital Media Pro Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input0
[  145.155383] generic-usb 0003:045E:00B0.0001: input: USB HID v1.11 Keyboard [Microsoft Microsoft® Digital Media Pro Keyboard] on usb-0000:00:1a.1-2/input0
[  145.186156] input: Microsoft Microsoft® Digital Media Pro Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input1
[  145.186308] Get empty minor:104
[  145.186602] generic-usb 0003:045E:00B0.0002: input,hiddev0: USB HID v1.11 Device [Microsoft Microsoft® Digital Media Pro Keyboard] on usb-0000:00:1a.1-2/input1
[  145.724908] scsi 7:0:0:0: Direct-Access     USBDisk  RunDisk                  1.00 PQ: 0 ANSI: 2
[  145.725584] syno_disk_type_get: SYNO_DISK_USB
[  145.725674] sd_probe: index=20
[  145.725759] sd_format_disk_name()=sdu
[  145.726308] sd 7:0:0:0: Attached scsi generic sg10 type 0
[  145.728504] sd 7:0:0:0: [sdu] 4004000 512-byte logical blocks: (2.05 GB/1.90 GiB)
[  145.735995] sd 7:0:0:0: [sdu] Write Protect is off
[  145.736085] sd 7:0:0:0: [sdu] Mode Sense: 0b 00 00 08
[  145.736741] sd 7:0:0:0: [sdu] No Caching mode page present
[  145.736830] sd 7:0:0:0: [sdu] Assuming drive cache: write through
[  145.741607] sd 7:0:0:0: [sdu] No Caching mode page present
[  145.741696] sd 7:0:0:0: [sdu] Assuming drive cache: write through
[  145.743176]  sdu: sdu1
[  145.747732] sd 7:0:0:0: [sdu] No Caching mode page present
[  145.747821] sd 7:0:0:0: [sdu] Assuming drive cache: write through
[  145.747911] sd 7:0:0:0: [sdu] Attached SCSI removable disk
[  146.020948] want_idx 6 index 10
[  146.021036] want_idx 6 index 10. delay and reget
[  147.020272] want_idx 6 index 10
[  147.020360] want_idx 6 index 10. delay and reget
[  148.019558] want_idx 6 index 10
[  148.019645] want_idx 6 index 10. delay and reget
[  149.018918] want_idx 6 index 10
[  149.019002] want_idx 6 index 10. delay and reget
[  149.215076] netlink: 12 bytes leftover after parsing attributes.
[  150.018168] want_idx 6 index 10
[  150.018257] want_idx 6 index 10. delay and reget
[  151.017387] want_idx 6 index 10
[  151.017476] want_idx 6 index 10. delay and reget
[  152.016681] want_idx 6 index 10
[  152.016769] want_idx 6 index 10. delay and reget
[  152.704744] EXT4-fs (sdu1): mounted filesystem without journal. Opts: nodelalloc,synoacl,data=ordered,oldalloc
[  153.017079] want_idx 6 index 10
[  153.017166] want_idx 6 index 10. delay and reget
[  153.166706] ata1.00: configured for UDMA/133
[  153.217754] ata1.01: configured for UDMA/133
[  153.218053] ata1: EH complete
[  153.321588] ata1.00: configured for UDMA/133
[  153.339557] ata2.00: configured for UDMA/133
[  153.346182] ata2.01: configured for UDMA/133
[  153.346276] ata2: EH complete
[  153.371547] ata1.01: configured for UDMA/133
[  153.371641] ata1: EH complete
[  153.375105] ata4.00: configured for UDMA/133
[  153.375198] ata4: EH complete
[  153.399403] ata2.00: configured for UDMA/133
[  153.405038] ata2.01: configured for UDMA/133
[  153.405123] ata2: EH complete
[  153.444383] ata3.00: configured for UDMA/133
[  153.444468] ata3: EH complete
[  154.016377] want_idx 6 index 10
[  154.016493] want_idx 6 index 10. delay and reget
[  155.015548] want_idx 6 index 10
[  155.015636] want_idx 6 index 10. delay and reget
[  156.014909] want_idx 6 index 10
[  156.014996] want_idx 6 index 10. delay and reget
[  156.281818] loop: module loaded
[  157.014204] want_idx 6 index 10
[  157.014292] sd_probe: index=10
[  157.014377] sd_format_disk_name()=sdk
[  157.015542] sd 6:0:4:0: Attached scsi generic sg11 type 0
[  157.016407] mpt2sas0: detecting: handle(0x000e), sas_address(0x4433221107000000), phy(7)
[  157.016534] mpt2sas0: REPORT_LUNS: handle(0x000e), retries(0)
[  157.016653] mpt2sas0: TEST_UNIT_READY: handle(0x000e), lun(0)
[  157.017059] sd 6:0:4:0: [sdk] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB)
[  157.019607] scsi 6:0:5:0: Direct-Access     ATA      HUA721010KLA330      43W AB4A PQ: 0 ANSI: 6
[  157.020425] scsi 6:0:5:0: SATA: handle(0x000e), sas_addr(0x4433221107000000), phy(7), device_name(0x5000cca21ed960fb)
[  157.020559] scsi 6:0:5:0: SATA: enclosure_logical_id(0x5d4ae5208a846400), slot(4)
[  157.020762] scsi 6:0:5:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[  157.020888] scsi 6:0:5:0: serial_number(      GTA060PBHTURHE)
[  157.020979] scsi 6:0:5:0: qdepth(32), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1)
[  157.021323] syno_disk_type_get: SYNO_DISK_UNKNOWN -> SATA
[  157.021412] syno_disk_type_get: Fusion MPT SAS Host,0
[  157.021502] want_idx 6 index 11. delay and reget
[  157.130607] sd 6:0:4:0: [sdk] Write Protect is off
[  157.130702] sd 6:0:4:0: [sdk] Mode Sense: 7f 00 10 08
[  157.134116] sd 6:0:4:0: [sdk] Write cache: enabled, read cache: enabled, supports DPO and FUA
[  157.275119]  sdk: sdk1 sdk2 sdk3 < sdk5 >
[  157.392182] sd 6:0:4:0: [sdk] Attached SCSI disk
[  158.020450] want_idx 6 index 11
[  158.020540] want_idx 6 index 11. delay and reget
[  158.077427] findhostd uses obsolete (PF_INET,SOCK_PACKET)
[  159.019707] want_idx 6 index 11
[  159.019795] want_idx 6 index 11. delay and reget
[  160.018988] want_idx 6 index 11
[  160.019070] want_idx 6 index 11. delay and reget
[  161.018336] want_idx 6 index 11
[  161.018425] want_idx 6 index 11. delay and reget
[  162.017573] want_idx 6 index 11
[  162.017655] want_idx 6 index 11. delay and reget
[  163.016907] want_idx 6 index 11
[  163.016995] want_idx 6 index 11. delay and reget
[  164.016190] want_idx 6 index 11
[  164.016277] want_idx 6 index 11. delay and reget
[  165.015495] want_idx 6 index 11
[  165.015583] want_idx 6 index 11. delay and reget
[  166.014779] want_idx 6 index 11
[  166.014866] want_idx 6 index 11. delay and reget
[  167.014064] want_idx 6 index 11
[  167.014150] want_idx 6 index 11. delay and reget
[  168.013364] want_idx 6 index 11
[  168.013450] want_idx 6 index 11. delay and reget
[  169.012656] want_idx 6 index 11
[  169.012743] want_idx 6 index 11. delay and reget
[  170.011939] want_idx 6 index 11
[  170.012027] want_idx 6 index 11. delay and reget
[  171.011232] want_idx 6 index 11
[  171.011319] want_idx 6 index 11. delay and reget
[  172.010517] want_idx 6 index 11
[  172.010604] sd_probe: index=11
[  172.010688] sd_format_disk_name()=sdl
[  172.011495] sd 6:0:5:0: Attached scsi generic sg12 type 0
[  172.011885] sd 6:0:5:0: [sdl] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[  172.207269] sd 6:0:5:0: [sdl] Write Protect is off
[  172.207421] sd 6:0:5:0: [sdl] Mode Sense: 7f 00 10 08
[  172.213167] sd 6:0:5:0: [sdl] Write cache: enabled, read cache: enabled, supports DPO and FUA
[  172.425353]  sdl: sdl1 sdl2 sdl3 < sdl5 >
[  172.637785] sd 6:0:5:0: [sdl] Attached SCSI disk
[  789.033104] md2: detected capacity change from 9953563115520 to 0
[  789.033198] md: md2: set sda5 to auto_remap [0]
[  789.040367] md: md2: set sdi5 to auto_remap [0]
[  789.040454] md: md2: set sdh5 to auto_remap [0]
[  789.040542] md: md2: set sdg5 to auto_remap [0]
[  789.040626] md: md2: set sdf5 to auto_remap [0]
[  789.040710] md: md2: set sde5 to auto_remap [0]
[  789.040794] md: md2: set sdd5 to auto_remap [0]
[  789.040878] md: md2: set sdc5 to auto_remap [0]
[  789.041023] md: md2: set sdb5 to auto_remap [0]

:roll:

.

Link to comment
Share on other sites

Hello, I'm having an issue with the synoboot pre v1.1_v3, I got this message (after .pat installation) , and xpenology doesn't boot :

It works very fine with the 'stable' synoboot, but PATA drivers for my MB are not included, and I have one IDE disk.

 

Can you try without your SYBA controller (based on ASMedia ASM1061) ? If the error still present remove the IDE drive to test.

 

Hi Trantor, I tried without the controller card and without the IDE drive, it does the same...

 

I also tried with the pre-v1.1_v4, same problem.

 

Thx

Link to comment
Share on other sites

But does not survive a reboot

as it looks like MDADM is loading up BEFORE all drives on SAS controller have been identified (which can take a long time)

 

A the end of the kernel boot, it's run a mdam autodetect command BEFORE executing linuxrc.syno.

In linuxrc.syno :

- first all drivers load

- then I stop md0 and md1 (because disks connected to controllers or not included)

- finally run mdadm autodetect

 

mpt2sas dosn't not detect all drives before the mdadm autodetect...

- We can maybe load mpt2sas with parameter to wait the detection of all attached disks

- Sleep 1/2min before run mdadm autodetect

 

Hi Trantor: my diy nas mb is intel h67 chip that i use 5 sata port for hdd .i can't get the hot plug in my nas, it is not work. is any idea for this problem. think you.

 

Maybe your motherboard doesn't support sata hotplug.

Turn off the system plug your drives and boot :smile:

 

Hello, I'm having an issue with the synoboot pre v1.1_v3, I got this message (after .pat installation) , and xpenology doesn't boot :

It works very fine with the 'stable' synoboot, but PATA drivers for my MB are not included, and I have one IDE disk.

Hi Trantor, I tried without the controller card and without the IDE drive, it does the same...

I also tried with the pre-v1.1_v4, same problem.

 

Maybe the sk98lin driver (Marvell Yukon / SysKonnect SK-98xx/SK-95xx support) included in beta3 cause this issue.

It's maybe like realtek r8168 and r8169 drivers that can cause conflict.

Can you boot with unbuntu livecd and post the result of lspci command and see what's module is loaded for your card with ethtool for example?

 

EDIT:

According gigabyte website your network card is Marvell 88E1116.

Oddly this is handled by the nvidia forcedeth driver...

Waiting your infos

Link to comment
Share on other sites

Hi Trantor,

 

Thanks for working on the SAS/SATA controller implementation. Appreciate the efforts, even when having a full schedule. :smile:

 

I unfortunately am experiencing the same as Stanza. Upon startup...it starts discovering drives and then begins to display the

Syno Disk Unknown - SATA; with the delay and reget messages. It tries to load all the other drivers i.e...Adaptec aacraid, 3Ware, etc... which I don't use. This time the last line displayed was cpu_idle+0x6a/0x8c. It never completes the boot process.

 

My setup is:

Intel DH77DF

i7 CPU

16GB RAM

Highpoint RocketRaid 2720SGL

4 - Hitachi Drives 3TB (SATA)

4 - Hitachi Drives 2TB (SATA)

 

Any ideas?

 

Thanks,

CogiSphere

Link to comment
Share on other sites

 

[14511.184342] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2

[14511.184382] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 7 in queue 2

[14511.554080] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping

[14511.554202] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping

 

problem seems to be solved with last kernel. is a backport problem ?

https://dev.openwrt.org/ticket/13523

 

They talk about kernel 3.10, I use backports from kernel 3.12...

Does the official synology modules works ok with your card ?

Files from official 4.3 hda1 : http://xpenology.trantor.be/beta/rt2800-wifi.7z

 

EDIT:

 

Or just don't use wifi with your NAS :lol: ^^

 

thx for your answer i know it about 3.10 but i have exactly the same message.

 

official snyology modules works perfect in 4.2 and 4.3 on my little NAS ds110j with my usb wifi key.

 

also about ax88179 driver :

it seems to be not OK, when i'm charging driver, (insmod usbnet/ insmod ax88179..), i have no erreur, but Synology OS don't reconize inteface, ip show -a or other command don't see nothing

and if reboot the nas, it block on starting message on web page (synology is starting, please retry later), ... maybe there is something to do to correct this ?

 

for your information i'm trying to transform my NAS into router.

Link to comment
Share on other sites

Hi Trantor,

 

xpenology.trantor.be/beta/synobo ... v1.1_v3.7z and xpenology.trantor.be/beta/synobo ... v1.1_v4.7z are crashing when booting my N54L with APC Back-UPS RS 550GI or when plugging the UPS if the N54L is running yet :cry: . All the xpenology prior versions worked like a charm.

 

 

Link to comment
Share on other sites

Hello, I'm having an issue with the synoboot pre v1.1_v3, I got this message (after .pat installation) , and xpenology doesn't boot :

 

[attachment=0]20131227_202053.jpg[/attachment]

 

I found the source of this message in the code : https://github.com/andy928/xpenology/bl ... xit.c#L924 , maybe it can help...

 

It works very fine with the 'stable' synoboot, but PATA drivers for my MB are not included, and I have one IDE disk.

 

My config :

- MB : Gigabyte GA-M59SLI-S5

- Controller card : SYBA Combo USB 3.0 + SATA III 6Gbps

- 7 SATA disks (250 to 1TB) and 1 IDE disk (250 Go)

 

Any idea ?

 

btw, great job guys !

 

Hi Danyz,

 

Your photo is small. Please, read my previous post. Do you have any UPS plugged to the NAS?

Link to comment
Share on other sites

After some testing I found "something":

Without sas/scsi controller (just sata drives) I have want_idx messages when a least 2 disks are connected.

No matter the dsm version, messages starts with 2 disks, with one disk no message.

In my DS412+ system sleep 10sec for each disk at boot.

 

The want_idx messages are generated by the sd_probe function in sd.c:

A while function compare index and want_idx while an autoincrement value is < 15.

According to the info in source code, this is used to be sure that the scsi drive is ready.

I will try to comment out this while function and/or decrease the value (like 3 or 4).

Link to comment
Share on other sites

Would you please add power saving support for AMD family 20 (AMD E-350, 1.6GHz always -> 800MHz idle)?

 

Found some resources:

http://karbowiak.tumblr.com/post/598527 ... d-powernow

 

Patched version but detain source:

http://patch-tracker.debian.org/package ... tils/008-1

http://ftp.de.debian.org/debian/pool/ma ... ian.tar.gz

 

cpufrequtils syno ipkg version is 006, need update to latest version or mod.

maybe kernel need to be modded too.

/dev/cpu/...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...