-
jclulow
-
fenix
→
BUG 16328: IP Filter code is ifdef soup (New)
-
jclulow
I guess
illumos.org/issues/3017 also contains some notes about where I think we could probably go
-
fenix
→ FEATURE 3017: Upgrade IPFilter to 5.1.2 (New)
-
tsoome_
wouldn't it better to put this effort to pf instead?
-
Woodstock
why pf and not npf? :)
-
tsoome_
or npf. something what is actually not dead.... :)
-
tsoome_
well, I mean, sure, its good to get ipf cleaned while we still do have it and we most likely will have it for a while (like fbsd is having 3 packet filters;)
-
warden
Hi to all, I added relevant lines of my IPFilter configuration (ipf6.conf, ipnat.conf) in the same file (
box.messagecloud.it/index.php/s/2Agx3n367zmi6M8)
-
warden
Please let me know if/how I can help you to further analyze the problem. And thank you so much for your invaluable support!
-
tsoome_
what you get from ::stack -t
-
warden
tsoome_: I just added the output of "::stack -t" to the same file, thanks!
-
tsoome_
ok, so fr_tcp_age() does not have call to mutex_enter(), but at fr_tcp_age+0x25b it calls fr_movequeue() which does have mutex_enter calls (2), so the question would be, which one is blowing us up.
-
tsoome_
if you can reproduce the crash, then it would be good to get dtrace -n 'ipf:fr_movequeue:entry {printf("tqe: 0x%p oifq: 0x%p nifq: 0x%p ifs: 0x%p", arg0, arg1, arg2, arg3);}' or something like that, so we can try to check oifq and nifq
-
warden
unfortunately, as you can see in the first lines of that file, crashes are very sporadic and I do not have idea about how to reproduce. That command should be run immediately before the crash?
-
tsoome_
you can have dtrace running in terminal with history, so you could catch the output;)
-
rzezeski
warden: I updated the 17584 ticket with some of your details. The trick is going to be someone finding the time to dig into it more.
-
warden
rzezeski: thanks! It would help if I'll make you available the vmdump file?
-
jayjwa
I got OpenIndiana to boot via bhyve, but it has no GUI at startup. Looks like it's trying to use Nvidia. At least it mentions Nvidia in the startup errors. Is there any parameter I can give bhyve to set the GPU so OI boots to GUI?
-
jayjwa
I ask because last time I tried (via Qemu) it did boot to GUI but I wanted to use bhyve.
-
danmcd
jayjwa: It's theoretically possible to use PCI Pass-through if you have an Intel CPU, but I've heard it's not practical.
-
jayjwa
It's AMD. I made the system unbootable messing with passthru awhile back. Maybe just XDM and remote X is the best way to do this.
-
sommerfeld
jayjwa: the nvidia message at boot is printed regardless of what graphics hardware is present. it means that the driver is installed; it does not mean "it's trying to use Nvidia" in any real sense.
-
jayjwa
I see. Wonder why it went to GUI with Qemu but not Bhyve then?
-
sommerfeld
may depend on what devices were configured in the guest. I haven't tried openindiana GUI under bhyve (haven't needed it).