-
sommerfeld
zfs send | zfs recv to fill the zvol on a pool that had lots of space, then set volsize, then patched it into the bhyve zone config with zonecfg, then booted
-
richlowe
I'm building a fresh image, since there's some weirdness in the tests too, so I'll give both weirdnesses a try tomorrow.
-
tsoome
ehh, pkg.oracle.com: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds
-
denk
tsoome: indeed, Voyager is too far to upgrade it directly from oracle.com
-
tsoome
I'm not on Voyager atm:D
-
richlowe
jbk: it looks like cryptotest just failed on me because I already had dprov? that seems rude
-
richlowe
(the second run worked, because cleanup removed the dprov I already had, which also seems rude)
-
richlowe
sommerfeld: I saw your RFE for etags, you might also like
gist.github.com/richlowe/c5ee6f81d72c9e65945a3a9151958175 (xref only supports real cscope not cscope-fast, but is easy enough to change the args around, the other tries to be smart)
-
sommerfeld
richlowe: Thanks, I'll take a look.
-
sommerfeld
One of the other things I'd like to share is a bringover_git for nightly.
-
jbk
i think that predates my work (not that i've done any crypto test work in several years)
-
jbk
i think i have some work to pull out the test data into separate files instead of a compiled .c file
-
jbk
that i'd need to finish up and throw up for review
-
jbk
but that's about it
-
richlowe
oh, I thought you were mostly in there
-
jbk
i've done a fair amount of work in the past
-
jbk
to try to accompany the pkcs11 fixes i was doing
-
jbk
but i got essentially permanently blocked on fixing the outstanding issues there
-
jbk
so all that work has been stopped
-
pmooney
jbk: the test data has already been pulled out of compiled C files
-
jbk
that was for the hash bits IIRC
-
jbk
i thought it was still there for the block ciphers
-
jbk
the format of the test vectors from NIST was slightly different I thought
-
jbk
(for block ciphers)
-
pmooney
I guess those do remain
-
pmooney
they were a rounding error compared to the hash tests
-
jbk
on an unrelated note.. is there anything that you can stick in a pipeline to throttle the output rate?
-
jbk
that works on illumos
-
richlowe
mbuffer probably
-
richlowe
yeah, mbuffer -r/-R
-
jbk
ahh ok
-
richlowe
I do it sometimes to slow down my postgres backups, I'm pretty sure it works.
-
richlowe
but I think it's fair to say nothing I've done/tried to do this week has _worked_, so maybe have bell book and candle ready
-
jbk
heh
-
jbk
i'll scrape up some chicken bones
-
richlowe
tsoome: I'm getting tst.enum.d failures, I'm guessing that's something about your #15349?
-
richlowe
types/tst.enum.d that is
-
richlowe
dtrace: failed to compile script tst.enum.d: line 47: identifier redeclared: zero
-
sommerfeld
looking at this more closely - how did this enum ever work?
-
sommerfeld
(elements of my_enum2 all collide with my_enum)
-
tsoome
hm
-
tsoome
sigh.
-
tsoome
obviously broken, but ...
-
tsoome
oh well, obviously I have mixed it up...
-
tsoome
fortunately, it is simple fix...
-
tsoome
-
fenix
→ CODE REVIEW 2654: 15349 dtrace should accept comma after last item in enum (fix tst.enum.d) (NEW) |
illumos.org/issues/15349
-
sommerfeld
Sorry I missed this in code review..