06:56:03 Alright, so: I have deployed Anubis in front of the bug tracker 06:56:18 Let me know if you have trouble getting to it 07:02:53 thanks, seems pretty fast now :) 07:04:50 hooray 07:05:02 I have attempted to make sure git-pbchk will be allowed thorugh 07:05:04 *through 08:18:49 jclulow (LIBERA-IRC): anubs to the rescue. Thanks! 08:19:06 s/anubs/anubis/ 09:16:21 may the jackal-eared girl preserve us 09:49:27 [illumos-gate] 17725 pcieadm could decode Virtio vendor-specific capabilities -- Andy Fiddaman 12:19:36 :o 17:36:38 jclulow: seems to be working. I'm not seeing the anime interstitials that appear on other installations of anubis (and hope it stays that way in our installation...) 18:15:22 I think that will only show up if we have to ramp up the challenge complexity 18:15:39 Or obviously if you somehow trip the bot detection 18:24:52 fenix: illumos#17725 18:24:53 FEATURE 17725: pcieadm could decode Virtio vendor-specific capabilities (Closed) 18:24:54 ↳ https://www.illumos.org/issues/17725 | https://code.illumos.org/c/illumos-gate/+/4445 19:35:58 [illumos-gate] 17733 crypto-tests failures when run as non-root -- Gordon Ross 19:39:58 jclulow: heroic 21:01:31 Eeesh good catch @andyf on fenix illumos#17734 21:01:32 BUG 17734: ZFS fsync can trigger ZIL transaction reordering and data corruption (In Progress) 21:01:32 ↳ https://www.illumos.org/issues/17734 21:03:09 BTW for some values of Sun login IDs where it's `flNNNNN` (e.g. were I forced to use that back in the day it'd have been `dm30063`) I have data. 21:10:34 for all values in commit messages I have data too 21:10:38 would you like it dan? 21:11:12 That one's taken a village over the past weeks. I only got involved today after it became clear it was likely to be something in ZFS, and colleagues presented a tidy reproducer. 21:11:12 I've been hesitant for other people for privacy reasons, but I know you... 21:19:20 Ack. 21:23:49 /facepalm https://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/rcm_daemon/common/ibpart_rcm.c?r=aab83bb8#314 21:28:34 doh! 21:51:10 based on the comment, they were trying for `ASSERT(node != NULL)` 22:02:26 Maybe ^K'd the assert before committing by accident? 22:53:56 andyf: I'm pretty sure I've seen the underlying failure mode (file corruption due to block write being reordered before a truncate) in a different contexts. NFS, maybe? 23:50:42 Could be. It's always going to be a bad idea. The ZFS ZIL has a handful of places this could happen now I'm looking at it, because it can switch between sync and async records. It's just probably not as bad for most things unless a truncation is involved. 23:50:53 and of course you do need a ZIL replay..