Re: Super Slow Bug

2024-02-08 Thread Jose Maldonado
El Thu, 8 Feb 2024 19:50:40 -0500 Dragonking escribió: > I dont feel like adding all the context because it spans two reddit > posts, whoever gets this email sorry but here the reddit posts are: > https://www.reddit.com/r/openbsd/comments/1afi7f6/cpu_cores_not_evenly_distributing_load/ >

Re: No audio playback with azalia0 Intel Braswell HD Audio

2024-02-08 Thread jrmu
> Please use sendbug(1) to make a report, and make sure it includes the > acpidump from the system. > > -peter I hope this helps. Below is the output of sendbug: >Synopsis: No audio playback with azalia0 Intel Braswell HD Audio >Category: Audio bug report >Environment:

Re: Super Slow Bug

2024-02-08 Thread T.J. Townsend
> I dont feel like adding all the context because it spans two reddit posts, > whoever gets this email sorry but here the reddit posts are: do you really expect help with an email like this

Re: odd pf divert-packet problem

2024-02-08 Thread Peter J. Philipp
On 2/8/24 10:18, Stuart Henderson wrote: On 2024/02/08 09:19, Peter J. Philipp wrote: On 2/7/24 20:15, Janne Johansson wrote: pass in log quick on wg1 inet proto udp from 192.168.178.1 to any port = 5060 sc rub (reassemble tcp) divert-packet port 2 The mix of udp and tcp reassembly

Re: FQ_Codel count capped at 400?

2024-02-08 Thread Dave Taht
On Thu, Feb 8, 2024 at 11:43 AM Dave Taht wrote: > > I was until now unsure as to how to file a bug report here. I do not > run openbsd but am one of the authors of RFC8290, and of the linux and > ns2/ns3 versions of fq_codel. I think the implementation in openbsd > has a scaling problem, that

FQ_Codel count capped at 400?

2024-02-08 Thread Dave Taht
I was until now unsure as to how to file a bug report here. I do not run openbsd but am one of the authors of RFC8290, and of the linux and ns2/ns3 versions of fq_codel. I think the implementation in openbsd has a scaling problem, that comes from the drop (count variable in the RFC) being capped

Re: "kbd -l" -> wskbd_displayioctl_sc uvm_fault

2024-02-08 Thread Anton Lindqvist
On Thu, Feb 08, 2024 at 12:39:13PM +, Stuart Henderson wrote: > I hit this after running "kbd -l". On this machine (VM) the keyboard is > not responsive in DDB so I can't get any more from it. > > uvm_fault(0xfd8073ad8a10, 0x0, 0, 1) -> e > kernel: page fault trap, code=0 > Stopped at

"kbd -l" -> wskbd_displayioctl_sc uvm_fault

2024-02-08 Thread Stuart Henderson
I hit this after running "kbd -l". On this machine (VM) the keyboard is not responsive in DDB so I can't get any more from it. uvm_fault(0xfd8073ad8a10, 0x0, 0, 1) -> e kernel: page fault trap, code=0 Stopped at wskbd_displayioctl_sc+0x1b9:cmpl$0,0(%rcx,%rsi,8) TIDPID

Re: odd pf divert-packet problem

2024-02-08 Thread Stuart Henderson
On 2024/02/08 09:19, Peter J. Philipp wrote: > > On 2/7/24 20:15, Janne Johansson wrote: > > > pass in log quick on wg1 inet proto udp from 192.168.178.1 to any port = > > > 5060 sc > > > rub (reassemble tcp) divert-packet port 2 > > The mix of udp and tcp reassembly seems interesting there.

Re: odd pf divert-packet problem

2024-02-08 Thread Peter J. Philipp
On 2/7/24 20:15, Janne Johansson wrote: pass in log quick on wg1 inet proto udp from 192.168.178.1 to any port = 5060 sc rub (reassemble tcp) divert-packet port 2 The mix of udp and tcp reassembly seems interesting there. Hi Janne, Yeah it does, but it is added on both stern (which