Page 4 of 5

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:24 pm
by lundman
Great, I like when things make sense -

ok, taking AVX512F out again, then enabling everything in raidz as well, except for the AVX512*. This should load, and will be what 1.9.2 will be after this debug session

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:31 pm
by Jimbo
Unfortunately... it went bang. I'll just reconfirm though, make sure I've used the correct kext.

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:32 pm
by lundman
Bah, my bad - I didnt comment out the one in fletcher, one sec

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:33 pm
by lundman
ok THIS one

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:36 pm
by Jimbo
THAT one works. :-)

Loaded fine:
Code: Select all
Filtering the log data using "sender == "zfs" OR sender == "spl""
Timestamp               Ty Process[PID:TID]
2019-08-01 03:35:10.612 Df kernel[0:20c] (spl) <spl`spl_start> SPL: loading
2019-08-01 03:35:10.612 Df kernel[0:1433] (spl) <spl`spl_kmem_init> SPL: KMEM starting. Total memory 2147483648
2019-08-01 03:35:10.612 Df kernel[0:1433] (spl) <spl`vmem_init> SPL: vmem_init: real_total_memory 4294967296, large spans 1048576, small spans 262144
2019-08-01 03:35:10.612 Df kernel[0:1433] (spl) <spl`vmem_init> SPL: vmem_init adding fixed allocation of 268435456 to the bucket_heap
2019-08-01 03:35:10.634 Df kernel[0:1433] (spl) <spl`vmem_init> SPL: starting vmem_update() thread
2019-08-01 03:35:10.635 Df kernel[0:1433] (spl) <spl`spl_kmem_init> SPL: spl_zio_no_grow_init done.
2019-08-01 03:35:10.635 Df kernel[0:1437] (spl) <spl`spl_free_thread> SPL: beginning spl_free_thread() loop, spl_free == 32395264
2019-08-01 03:35:10.635 Df kernel[0:1433] (spl) <spl`spl_start_continue> SPL: Loaded module v1.9.1-0, (ncpu 2, memsize 2147483648, pages 524288)
2019-08-01 03:35:12.672 Df kernel[0:143f] (zfs) <zfs`zfs_ioctl_osx_init> ZFS: Loaded module v1.9.0-39-g3ca683e4d0 (DEBUG mode), ZFS pool version 5000, ZFS filesystem version 5
2019-08-01 03:35:12.672 Df kernel[0:143f] (zfs) <zfs`zfs_init> ZFS filesystem version: 5


Cheers!
James

Edit: Spelling

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:38 pm
by lundman
Ok, one final one then, since raidz defines AVX512F and AVX512BW, so this one has just AVX512BW enabled to see if
all AVX512 are bad, or just AVX512F.

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:42 pm
by Jimbo
That kext, also good:

Code: Select all
2019-08-01 03:41:20.989 Df kernel[0:20c] (spl) <spl`spl_start> SPL: loading
2019-08-01 03:41:20.989 Df kernel[0:1a38] (spl) <spl`spl_kmem_init> SPL: KMEM starting. Total memory 2147483648
2019-08-01 03:41:20.989 Df kernel[0:1a38] (spl) <spl`vmem_init> SPL: vmem_init: real_total_memory 4294967296, large spans 1048576, small spans 262144
2019-08-01 03:41:20.989 Df kernel[0:1a38] (spl) <spl`vmem_init> SPL: vmem_init adding fixed allocation of 268435456 to the bucket_heap
2019-08-01 03:41:21.010 Df kernel[0:1a38] (spl) <spl`vmem_init> SPL: starting vmem_update() thread
2019-08-01 03:41:21.011 Df kernel[0:1a38] (spl) <spl`spl_kmem_init> SPL: spl_zio_no_grow_init done.
2019-08-01 03:41:21.012 Df kernel[0:1a3b] (spl) <spl`spl_free_thread> SPL: beginning spl_free_thread() loop, spl_free == 32567296
2019-08-01 03:41:21.012 Df kernel[0:1a38] (spl) <spl`spl_start_continue> SPL: Loaded module v1.9.1-0, (ncpu 2, memsize 2147483648, pages 524288)
2019-08-01 03:41:21.184 Df kernel[0:1a41] (zfs) ZFS: Loading module ...
2019-08-01 03:41:23.080 Df kernel[0:1a42] (zfs) ZFS: Loaded module v1.9.0-39-g3ca683e4d0 (DEBUG mode), ZFS pool version 5000, ZFS filesystem version 5
2019-08-01 03:41:23.080 Df kernel[0:1a42] (zfs) ZFS filesystem version: 5

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:47 pm
by lundman
rreeeeaally, now that is surprising. So only AVX512F is bad.

Thanks for your assistance, I'll remove the AVX512* capabilities for 1.9.2, and dig deeper when I get my hands on some hardware with a newer CPU.

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 7:48 pm
by Jimbo
Not a problem. In the interim if you need something tested, I'm happy to help.

Cheers!
James

Re: 1.9.1 install panic on iMac Pro and other issues

PostPosted: Wed Jul 31, 2019 9:01 pm
by lundman
This is the pkg that 1.9.2 will be (although it says 1.9.1 in it).