-
jclulowAlright, so: I have deployed Anubis in front of the bug tracker
-
jclulowLet me know if you have trouble getting to it
-
wiedithanks, seems pretty fast now :)
-
jclulowhooray
-
jclulowI have attempted to make sure git-pbchk will be allowed thorugh
-
jclulow*through
-
teutat3sjclulow (LIBERA-IRC): anubs to the rescue. Thanks!
-
teutat3ss/anubs/anubis/
-
arekinathmay the jackal-eared girl preserve us
-
gitomat[illumos-gate] 17725 pcieadm could decode Virtio vendor-specific capabilities -- Andy Fiddaman <illumos⊙fn>
-
Reinhilde:o
-
sommerfeldjclulow: 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...)
-
jclulowI think that will only show up if we have to ramp up the challenge complexity
-
jclulowOr obviously if you somehow trip the bot detection
-
jclulowfenix: illumos#17725
-
fenixFEATURE 17725: pcieadm could decode Virtio vendor-specific capabilities (Closed)
-
fenix
-
gitomat[illumos-gate] 17733 crypto-tests failures when run as non-root -- Gordon Ross <gwr⊙rc>
-
richlowejclulow: heroic
-
danmcdEeesh good catch @andyf on fenix illumos#17734
-
fenixBUG 17734: ZFS fsync can trigger ZIL transaction reordering and data corruption (In Progress)
-
fenix
-
danmcdBTW 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.
-
richlowefor all values in commit messages I have data too
-
richlowewould you like it dan?
-
andyfThat 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.
-
richloweI've been hesitant for other people for privacy reasons, but I know you...
-
danmcdAck.
-
tsoome
-
jbkdoh!
-
richlowebased on the comment, they were trying for `ASSERT(node != NULL)`
-
danmcdMaybe ^K'd the assert before committing by accident?
-
sommerfeldandyf: 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?
-
andyfCould 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.
-
andyfand of course you do need a ZIL replay..