-
gitomat
[illumos-gate] 16319 tools: add yacc to build tools -- Toomas Soome <tsoome⊙mc>
-
yuripv
rmustacc: is MAC_CAPAB_RINGS an illumos addition or does it predate it?
-
richlowe
predates it
-
yuripv
thanks!
-
yuripv
-
fenix
→ SUPPORT 16608: ZOLA (New)
-
yuripv
some spam over there
-
gitomat
[illumos-gate] 16612 libshare does not build with libxml2 2.13 -- Andy Fiddaman <illumos⊙fn>
-
rmustacc
yuripv: We have made some changes since then and similarly, Oracle has too.
-
yuripv
rmustacc: thanks, i was also wondering if this check makes any sense:
src.illumos.org/source/xref/illumos…o/mac/mac_provider.c?r=86e5bb79#414, documentation does not seem to tell anything about *requiring* RX rings?
-
rmustacc
Probably because I left it out of the docs accidentally?
-
rmustacc
I wrote all those manuals at some point in an attempt.
-
yuripv
also the documentation does not seem to mention that mac->m_v12n = MAC_VIRT_LEVEL1; is required as well, got few happy panics trying to use mc_tx callback :)
-
rmustacc
I think if you don't have rx rings, then there's not much point tbh.
-
rmustacc
I would not be surprised there's some bugs there.
-
rmustacc
Sorry.
-
yuripv
probably, just wanted to implement tx stuff first
-
rmustacc
Makes sense. But I probably would keep the check unfortunately.
-
rmustacc
Make notes of issues you find missing in the docs and I can take a pass through that. I suspect there may be some other issues that I remember Jason filing.
-
rmustacc
Ah, yeah. He filed
illumos.org/issues/15061 which I missed.
-
fenix
→
BUG 15061: mac_capab_rings(9E) missing discussion of MAC_VIRT_LEVEL1 (New)
-
yuripv
oops, didn't check
-
rmustacc
All good. There are probably some others.
-
rmustacc
Not on you to check it.
-
sjorge
our bhyve only does 9p right? not virtfs?
-
sjorge
Seems they are different things but internet seems to mix them up sometimes.
-
sjorge
Seems we indeed only support 9p not the more performant virtfs
-
sjorge
Well it's not a we thing, it's a bhyve thing in general
-
jclulow
sjorge: From what I recall, the newer virtfs thing is, on some level, the relatively raw tunneling of Linux VFS operations out of the guest into the host
-
jclulow
Which is probably a pain to implement :P
-
sjorge
Smells like the same old trap of people thinking linux == posix
-
sjorge
If that is indeed the case it sounds like a pain in deed
-
rmustacc
No one really has the same vfs, unless you forked and haven't changed it.
-
sjorge
I'm guessing that is also why FUSE on anything not linux is kind of a pain
-
gitomat
[illumos-gate] 16573 smntemp Tctl is not degrees C -- Robert Mustacchi <rm⊙fo>
-
mjg
i'm running fresh omnios (omnios-r151046-8ab991ea831) and can reliably crash mdb with signal delivery
-
mjg
1. spawn mdb 2. pkill -1 mdb
-
mjg
> zsh: segmentation fault (core dumped) mdb
-
mjg
-
mjg
i'm not sending it random crap, i am resizing a window and it crashes
-
mjg
(presumably SIGWNCH or whatever the name)
-
mjg
and with that i'm going afk, cheers
-
rmustacc
Thanks for reporting that, we'll look into it. I got a slightly different stack trace, but either way, not good. Sorry for the trouble.
-
mjg
i'll live
-
mjg
;)