-
jbk
do we support any pre-2000 x86 hardware at this point?
-
Woodstock
no
-
tsoome_
that implies specific meaning for "support"
-
tsoome_
but the borderline is 64-bit/long mode support.
-
Woodstock
that puts us in 2003, or perhaps 2001 if you want to account for prototype systems :)
-
jbk
it appears the RTC on recent HPE systems aren't returning a century value anymore
-
jbk
which results in that error message I pasted yesterday...
-
jbk
of course this is in a lab, and it's apparently impossible to actually send F1-A through all the various layers, and can't turn on IPMI, so trying to debug while userland seems to crap itself after booting is proving challening..
-
jbk
why I was hoping there was an easy way to change the kmdb trigger
-
jbk
hrm.. what is the loader syntax to prevent a driver from loading, just `set disable-XXXX=1` ?
-
Woodstock
WTF, HPE?
-
jbk
that or we've somehow missed something -- though all the bits I could find on the RTC and looking at the source suggest we're doing things correctly
-
jbk
but I know that warning is probably going to generate calls... we can certainly mute it in our distro, but if it's something common enough now, i wonder if that check could just go away altogether
-
jbk
also, their megaraid card seems as bad as the other...
-
jbk
Woodstock: if i built the lmrc driver to have it skip the raid iport altogether, can you think of anything that'd otherwise break? (i.e. would it put the driver into some strange state, or will it just act like there's no raid volumes)?
-
gitomat
[illumos-gate] 17675 concurrent devnet creation, link kstat read, and process fork deadlocks -- Kyle Simpson <kyle⊙oc>
-
Woodstock
jbk: that should work, if your card exposes drives on the physical iport
-
tsoome_
jbk yes
-
gitomat
[illumos-gate] 17681 mdb `::whatis` on kernel dump is SUPER NOISY. -- Andy Fiddaman <illumos⊙fn>
-
richlowe
bells and whistles, but the wrong kind
-
andyf
Well, I broke it so I get to fix it I suppose..
-
jbk
i should try to re-test and RTI my fixes for the genunix mdb module...
-
richlowe
andyf: just joking about the "SUPER NOISY" bit :)
-
jbk
ok this is strange....
-
jbk
has anyone tried to boot illumos on ah HP DL380 Gen12? I thought maybe it was an issue with the lmrc driver, but I think this lab box I have access to has some sort of interrupt problem (which could be busted hardware, but could also be us not supporting something)
-
jbk
i managed to figure out via SSH to the iLO to send an NMI, and it works the first time for kmdb, but if you :c, and try again it doesn't work (not even an 'NMI received' message)
-
jbk
and other drivers appear to be blocked in attach waiting more or less for an interrupt to indicate a response is ready (i.e. mlxcx)
-
richlowe
are you on the distro mailing lists?
-
richlowe
because that is a model name that sounds familiar, but I don't know why
-
jbk
I think just smartos
-
richlowe
it's familiar because everyone so often someone has emailed the omnios list about the DL380 in various generations
-
richlowe
s/one//
-
richlowe
so not relevant, except as a datapoint that people sure do disproportionately talk about them
-
richlowe
me, I'd buy the model nobody had ever asked me about (and then probably get a vicious one like jclulow did, haha)
-
jbk
hrm.. ::prtconf shows a lot of 'pci8086,0' children off of various npe parents... can't remember of that's normal (the ,0 seems like it might not be right)
-
richlowe
as best as I recall, a 0 valued there is a valid value
-
richlowe
at the pci level
-
richlowe
but rmustacc is far more the expert
-
richlowe
I just don't think _we_ can mess up such that we get a vid and no pid
-
richlowe
unless the subsystem magic confuses things
-
danmcd
subsystem things DO get confusing.
-
richlowe
in arm64-gate the aarch64 port has rmustacc's new-style naming, which I think makes it clearer
-
richlowe
but incompatible :(
-
jbk
hrm... was able to try a second system... same deal...
-
jbk
so it has 2 CPUs (64 cores/ea)... and it's using the x2apic which ISTR in the past had some issues, but I can't recall the specifics (or if they were ever fixed)... at least with supermicro...
-
danmcd
@richlowe check your DM, pardon my latency.
-
jbk
hrm.. probably a red herring, but 'Bad completion code for GET_DEVICE_ID: 212' -- which seems to be from the ipmi driver
-
jbk
yeah
-
jbk
i'll see if anyone else has run into anything...