-
jbk
hrm.. this is annoying
-
jbk
if you boot into kmdb on aws, and try to reboot from it, the VM hangs
-
jbk
normal reboot (init 6) seems fine
-
jclulow
jbk: Huh! As in, $q from kmdb or whatever?
-
jclulow
What instance type is this?
-
jclulow
Also, I guess: BIOS or EFI boot?
-
andyf
I was doing this a lot recently in a UEFI-booted instance. I was probably doing just ^D to reboot after ending up in kmdb.
-
denk
-
denk
probably you already know it
-
jbk
yeah $q from kmdb
-
jbk
it's a nitro instance (UEFI)
-
jbk
later investigation (it was pretty late) suggests it didn't actually lock up, but took several (like 5+) minutes to reset, which still feels wrong (esp if a regular reboot is fine)
-
jbk
i've never really dug into that aspect to know what difference (if any) there is
-
jclulow
That definitely seems unusual
-
jbk
yeah.. it feels like it's hitting some sort of timeout, though since any sort of HV diagnostic isn't available AFAIK, it's hard to know what's going on from that perspective
-
jclulow
At least with the serial port you can probably emit some information about where you get up to
-
jclulow
(by altering the code)
-
jbk
yeah.. might look into it after I'm done with this other stuff
-
danmcd
Should I be worried if I see this on a zpool after running `zdb -C $POOL` ?
-
danmcd
space map refcount mismatch: expected 841 != actual 838
-
gitomat
[illumos-gate] 16416 64bit commands built in weird environments (like tests) avoid -msave-args -- Richard Lowe <richlowe⊙rn>
-
jbk
hrm.. does a service need anything special in its manifest for it to exit with SMF_EXIT_NODAEMON and not have smf restart the service?
-
jbk
the duration type is 'child' and I wonder if that's maybe the problem
-
jbk
it appears to be exiting with the correct error value
-
papertigers
jclulow: could I bug you or someone to refresh the index on src.illumos.org at some point?
-
jbk
a fun rust project might be to do some sort of opengrok replacement...
-
jbk
i have to think it's maybe doing a lot of unnecessary stuff or inefficient for it to take days to index illumos-gate, freebsd, and the linux kernel
-
jbk
when you could compile all of them tens of times (if not more) over with the same compute resources
-
jbk
in the same amount of time
-
gitomat
[illumos-gate] 16323 pynfs/nfs4.1: SEQ7 st_sequence.testTooManyOps : FAILURE -- Vitaliy Gusev <gusev.vitaliy⊙gc>
-
sommerfeld
jbk: on the other hand, parallelizing compilation of an OS source tree is straightforward; you can build "main" in 57 different subdirectories of usr/src/cmd in parallel without any interference. But when indexing, each "main" has to land in the same pile of references in the index.
-
sommerfeld
this is not to say that the indexing can't be faster than it is.
-
jbk
-
sommerfeld
jbk: though that's 31 rounds; the full hash has 64.
-
jbk
still sounds like it's a decent advance
-
jbk
i thought things had kinda stalled a while back
-
sommerfeld
unclear. I haven't been following progress that closely, but
eprint.iacr.org/2015/350.pdf - published 9 years ago - talks about 31-round collisions.
-
sommerfeld
may just be that they're finding 31-round collisions faster.