00:05:29 though not sure the best way to tell if it's cx-4/5/6 00:29:26 Ultimately probably based on PCI ID, but I can probably look a bit more. 00:29:35 jbk: Can you add the verify you blew into the bug report Dan has? 00:32:36 looking through the docs, yeah, looks like pci id is the only way 03:56:59 .. so the READ (6) (and WRITE (6)) deprecation notices are at least old enough to vote (2005) 03:57:51 sommerfeld: https://reviews.freebsd.org/D43149 04:38:17 yuripv: thanks 04:57:51 hrm.. so device-blksize is a dynamic driver property... which apparently means one cannot just ddi_prop_get_int() in the kernel to get it 05:04:11 [illumos-gate] 16127 regex misidentifies mixed sets as singletons -- Bill Sommerfeld 05:05:56 oh crap, I left out the Approved by: 05:12:05 it happens to the best of us 05:12:22 the advocate record is there though... 05:13:04 I don't know if the gerrit API docs have gotten any better since last time I looked.. I had thought in the past about writing a plugin that could check/enforce such things 05:13:30 but at the time at least, it wasn't at all clear how to do it 05:15:19 hrm... I guess I can do what ldi does to get the block size... 05:15:22 it's a bit more involved 05:16:20 (calling cdev_prop_op on the device if it's defined) 05:16:51 looks like the gerrit ref-updated hook would be the one, maybe? 07:15:15 [illumos-gate] 14003 panic in zfs arc_release during zfs send of encrypted dataset -- Paul Zuchowski 15:04:53 [illumos-gate] 15219 cpio dev_t confusion -- Andy Fiddaman 16:28:00 Morning 16:59:49 hello 20:12:15 [illumos-gate] 16100 add wide character format macros -- Robert Mustacchi 20:12:15 [illumos-gate] 16101 fix usr/src/cmd err(3C) formatting mismatches -- Robert Mustacchi 20:12:15 [illumos-gate] 16102 fix libc-tests err(3C) formatting mismatches -- Robert Mustacchi 20:12:15 [illumos-gate] 16103 fix os-tests err(3C) formatting mismatches -- Robert Mustacchi 20:12:15 [illumos-gate] 16104 fix bhyve err(3C) formatting mismatches -- Robert Mustacchi 20:12:15 [illumos-gate] 16105 fix tools err(3C) formatting mismatches -- Robert Mustacchi 20:12:15 [illumos-gate] 16106 fix util-tests err(3C) formatting mismatches -- Robert Mustacchi 20:12:16 [illumos-gate] 16099 enable format warning detection for err(3C) -- Robert Mustacchi 20:45:08 did something go bump on code.illumos.org ? pulling from there shows master without the above 8 patches (but github has them). 21:12:55 I hope not, I shouldn't have an upstream there, but I'll go figure it out. 22:56:40 I think any issues there have been sorted. Thanks for catching that sommerfeld. 22:56:51 anyone managed to convince omnibus-chef to install on openindiana? Or have thoughts whether it's better to munge the deps on the package vs run from a rubygem? 22:59:47 alternatively, should OI just have a stub system/core-os package to pretend that it's like solaris? 23:09:46 And sone rust on illumos ARM guide for you all https://gist.github.com/Toasterson/90d19ecf4e0b69cfbcd9566a7c098eb8 23:10:09 cross compile from x86 -> Aarch64