Re: Understanding download speed reduction by introducing an inline Ubiquity ERL device

2020-10-04 Thread Josuah Demangeon
Hello, Scott Seekamp : > I had a similar speed drop on an Edge Router 4. I don?t know if it?s the same > situation on the Lite, but I believe it?s expected due to hardware > acceleration support (or lack of) and single core performance on the pf side. The last time I logged on an ubiquiti switc

[WIP PATCH] relayd: check for any certificate before inheriting default

2022-08-17 Thread Josuah Demangeon
Hello! I think I found a bug in relayd, but maybe I misunderstood how to configure it: Bug reproduced (with a cert setup) as below: $ cat /etc/relayd.conf: table <"http"> { 127.0.0.1 } http protocol "https" { tls keypair "lap1.josuah.net" } relay "https" { listen on 127.0.0.1 por

Re: [WIP PATCH] relayd: check for any certificate before inheriting default

2022-08-17 Thread Josuah Demangeon
Josuah Demangeon wrote: > I think I found a bug in relayd, but maybe I misunderstood > how to configure it: If I duplicate each "relay { ... }" section instead of using two "listen on" within the same "relay", it works. It suggests that there is indeed somet

Re: A minimal browser in base

2022-09-12 Thread Josuah Demangeon
"Lyndon Nerenberg (VE7TFX/VE6BBM)" wrote: > Regardless, if someone does write a new "intro to sysadmin" document, I really like to say to fresh new admins that if they want to learn everything about system administration, find an OpenBSD system and type "help" in any shell, then start reading fr

Re: No firefox on OpenBSD 7.0 i386?

2022-01-07 Thread Josuah Demangeon
Roderick wrote: > I just updated OpenBSD to 7.0. After pkg_add -u, it seems > firefox was not updated: I did not have this problem with firefox installed before my 6.9 -> 7.0 upgrade, but I'm on amd64 : lap1$ uname -a OpenBSD lap1.josuah.net 7.0 GENERIC.MP#3 amd64 lap1$