-
Guest7
Are the illumos.org servers down?
-
jbk
seem to be working for me (at least the main site)
-
danmcd
Has anyone tried very very recent illumos-gate on a machine with i40e(4D) or igc(4D) ?
-
tsoome_
do not have such hw:(
-
tsoome_
ixgbe was ok, however
-
sjorge
danmcd_ pmooney I can't seem to get a vm to boot either on bloody now when switching to e1000, I know that worked fine a few weeks ago as I was using that as one of the workarounds for virtio being broken with MTU > 1500 until I figured out the MTU was the issue.
-
sjorge
It seems to just segfault once (windows in this case) tries to bring up the nic
-
sjorge
I replied on the ml too
-
pmooney
sjorge: can you gist me the backtrace from that core?
-
sjorge
-
sjorge
-
sjorge
I actually know how to grab the stack, just forgot
-
pmooney
that's a NULL pointer alright
-
pmooney
sorry, I've been wrapped up in other things today
-
pmooney
will try to look at this later
-
wacki
@danmcd: I have an HP Z6G4 with an i40e (Intel X722). It was detected but not working. It was also complaining about an outdated NVM image. So I updated the BIOS and the X722 firmware but that seem to have killed my NVMe disk.
-
richlowe
wow, well
-
richlowe
that took a turn
-
wacki
I cannot boot or access it anymore. Maybe related to the new BIOS 2.95. I'll have to test it in another system.
-
jbk
even if you boot off alternate media it doesn't see it?
-
wacki
I can't remember exactly. I have already removed it. IIRC it was detected but not usable.
-
richlowe
I think that was about the nvme, not the nic
-
wacki
The nic is onboard.
-
danmcd
X722 is definitely onboard some mobos. I don't know what gen the HP Z6G4 is... hang on.
-
richlowe
I think Woodstock and rmustacc are the nvme experts
-
richlowe
honestly, far more concerned about that than the nic
-
danmcd
NVME yes. It Does Not Help that "NVM" is also used by Intel i40e to describe its firmware. :(
-
danmcd
I'm not kidding...
-
danmcd
-
danmcd
There's no way an i40e NVM image could get pushed into NMVe firmware right? I mean formats and checksums, no?
-
wacki
Yes, the non-working NVMe disk was unexpected.
-
wacki
The updates have been done under Windows 11 with packages provided by HP.
-
danmcd
Also, the warning should NOT have halted i40e attach operations.
-
wacki
After that I wanted to run OI again but that wasn't possible. I have Windows 11 on a separate NVMe. The Z6 has two sockets for NVMe.
-
danmcd
X722 has a known issue with duplicate inbound packets ( fenix illumos#13230 ) but it should detect/attach/move-bits.
-
fenix
BUG 13230: i40e has duplicate traffic when used with bhyve/snoop running (New)
-
fenix
-
jbk
hm.. how is this even working...
-
jbk
-
jbk
LIBSCF isn't set anywhere I can find
-
richlowe
it's not
-
jbk
is there an existing bug for that?
-
richlowe
not sure how I missed that among everything
-
richlowe
I don't think so?
-
jbk
oh ok
-
richlowe
but I bet you see -I/inc in your build.log
-
wacki
IIRC dladm reported link is up.
-
jbk
i do
-
richlowe
jbk: yeah, file/fix a bug? :)
-
richlowe
(you'd want to either remove or aim it correctly) :)
-
jbk
-
fenix
→
BUG 17211: Tools svccfg build missing LIBSCF (New)
-
tsoome
but ... why it is building?
-
tsoome
is it picking up headers from buildhost?
-
richlowe
unclear, that's why I said it either needs aiming properly or the argument removed
-
jbk
i think it might be picking up the buildhost headers...
-
richlowe
then yeah, it needs aiming properly, but I have and had tools that check for that
-
richlowe
so I'm confused how I fucked up, sorry.
-
jbk
*shrug* i'm just happy I'm not confused :)
-
jbk
or at least I hope I'm not
-
richlowe
trying to remember what I called the tool
-
richlowe
Oh, the tool checks the other way.
-
richlowe
fuck
-
jbk
we were a bit behind in merging upstream, and the changes for native build broke stuff, so i've just been helping get things fixed up and ran across that
-
jbk
(broke some of our stuff -- i.e. usual merge issues)
-
richlowe
I'm pretty sure I ran them buy andyjs
-
richlowe
s/buy/by/
-
richlowe
but yeah, there's much more work needed there to finish up
-
jbk
yeah, but I don't think he actually applied them
-
richlowe
but I haven't yet worked out how to do it
-
jbk
we had been kinda busy with some other stuff and got a bit behind
-
jbk
we have a small change in libscf (to denote a service is global zone only) and so it choked because it couldn't find the #define
-
jbk
(we build on omnios, so we kinda do a semi-cross compile)
-
richlowe
right, I would love to land the changes from the arm gate that make that an _actual_ cross compile
-
richlowe
because it would make your life so much better (or at least more correct)
-
richlowe
but so much to do
-
richlowe
basically, the ADJUNCT_PROTO should be a real sysroot, passed as --sysroot, and respected as such. (and smartos should work out what to do about their problems there).
-
richlowe
because that's literally what we're trying to do there, even on x86
-
richlowe
it happening to be non-fatal when it goes wrong currently causes more problems than it solves :\
-
richlowe
I have a question though: DDI_DEVICE_ATTR_V1 is the FMA bits if I recall. Does using _V1 but not having FMA opt me into a fault-management state that is different from using _V0 and FMA not existing?
-
gitomat
[illumos-gate] 17160 afe: variable dereferenced before check -- Toomas Soome <tsoome⊙mc>
-
jbk
it looks like it might not?
-
gitomat
[illumos-gate] 17168 ibtl: unsigned 'ibtf_errlevel' is never less than zero. -- Toomas Soome <tsoome⊙mc>
-
rmustacc
It looks like wacki is gone. Is there any more information on the NVMe issue?