11:29:32 Hi to all. Anyone is successfully running illumos/OmniOS on a mainboard with Intel H510 chipset? A seller is offering me these components, and I'm wondering if I can run OmniOS on them: https://www.amazon.com/dp/B091D6L2M7 https://www.amazon.ca/dp/B0CL1W8P1K 11:29:38 I didn't find them listed in https://illumos.org/hcl/ , so I'm asking if someone happened to test them. Thanks! :) 15:32:02 H510 is associated with 11th Gen Intel CPUs, I think... 15:32:02 https://www.intel.com/content/www/us/en/products/sku/196646/intel-h510-chipset/specifications.html 15:32:38 I'm running an 11th Gen NUC: 15:32:43 11th Gen Intel(r) Core(tm) i5-1135G7 @ 2.40GHz 15:34:14 That's technically a Tiger Lake (low-power/laptop) chip, I think. I'm pretty sure people have run on those. 15:35:59 Wish you pointed me at produce spec sheets instead of amazon... 15:37:55 I'm most interested in what NIC is embedded on that motherboard. THat's likely your dealbreaker. 16:18:02 danmcd: thank you so much, here is the spec sheet for the M/B: https://www.asus.com/motherboards-components/motherboards/prime/prime-h510m-k/techspec/ 16:19:05 as for what I read from it, the embedded NIC is an Intel I219-V, which I found in illumos' HCL, so it's ok I guess 16:21:11 as for the SATA controller, here it is: https://www.asmedia.com.tw/product/45aYq54sP8Qh7WH8/58dYQ8bxZ4UR9wG5 16:23:58 1 x Intel® I219-V 1Gb Ethernet port => igb(4D) that's good. 16:25:21 Actually, about the SATA ctrl, In Amazon's product sheet I read "ASM1166+JMB575 Chips", so I do not know if it's a ASmedia product I linked, or this other one: https://www.jmicron.com/file/download/893/JMB575.pdf 16:34:19 16:34:20 ASM1166 16:34:26 Ok, it should be a card from an "obscure" manufacturer called YUNKOZAND, which uses both chipsets (ASM1166 and ASM1166) to give 10 SATA3 ports... :) 16:35:27 As for the ^^^ or the JMB575, you should ask #illumos about those chipsets specifically. I'm pretty sure the ASM one has been used by others, but it's good to ask there. 16:35:56 The mobo should be okay; just make sure your CPU is EITHER one that doesn't have mixed-cores, or if it does, use the BIOS to disable the low-power ones. 16:37:08 danmcd: great, thank you very much for your suggestions! 19:08:53 Hi. 19:09:19 I am seeing this in dmesg: localhost svc.startd[9]: [ID 748625 daemon.error] system/fmd:default failed repeatedly: transitioned to maintenance (see 'svcs -xv' for details) 19:09:58 what svcs -vx tell? 19:17:01 here is the complete log: https://pastebin.com/raw/7MyrERcj 19:17:46 Stopping because process dumped core 19:18:04 do you have core in / or have you set up global core? 19:19:05 AFAIK I haven1t modified the core-settings, however I don't see any core file in the / 19:19:20 like global core file pattern: /var/cores/core.%f.%p with coreadm and have /var/cores directory -- then you will find core.fmd.number from it 19:19:24 Where are they supposed to be stored? Directly in /? 19:20:04 default config is to create core in application current working directory 19:20:38 which for fmd is / 19:21:10 I don't see any file in /var/cores 19:21:21 check coreadm output 19:21:49 global core dumps: disabled 19:22:18 https://pastebin.com/raw/Amu7B6Uc 19:22:38 you would need to enable it, then svcadm clear fmd and hope it will drop another core:) 19:22:57 and you need to set pattern too 19:24:20 is this enough? 19:24:21 global core dumps: enabled 19:24:40 you need pattern too 19:25:26 I have this: https://pastebin.com/raw/t0hNKpWy 19:25:46 coreadm manual does describe it quite nicely 19:25:46 What else should I enable? And hoe exactly? 19:26:30 *how 19:29:30 coreadm -g /var/cores/core.%f.%p for example, but I really suggest to read that man, so you understand what you are doing 19:30:10 Yep, I did exactly that, according to the man. I got the core dumps created. 19:31:11 How do we find out what's in the core file? 19:45:17 szilard: mdb and then enter $C for a start 19:45:20 first look would be getting a stack trace: echo ::stack | mdb core.x.y 19:58:28 sommerfeld: where am I supposed to type this "echo ::stack"? 19:58:52 wiedi: I got some output printed. Should I pastebin the output? 19:59:10 yup please 20:00:12 wiedi: https://pastebin.com/raw/AgFsNiZ7 20:01:26 you're in luck. This issue was already found previously as https://www.illumos.org/issues/17213 and sommerfeld has prepareed a review :) 20:01:27 → BUG 17213: fmd crashes on HP z& G4 in usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c:fab_xpath_query() (New) | https://code.illumos.org/c/illumos-gate/+/4107 20:02:16 wiedi: huh, thats great. Hope it will be fixed in the next release. 21:36:30 sommerfeld: mdb -e '::stack' ... ! 21:36:35 the future is here!