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

2020-10-07 Thread Aaron Mason
On Mon, Oct 5, 2020 at 12:22 PM Scott Seekamp wrote: > > 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. I read

Re: tmux rc script not stopping

2020-10-07 Thread Stuart Henderson
On 2020-10-07, ben wrote: >>I think you might need a pexp variable, process grep expression to be used b >>y pgrep to determine if the service is running. > > I've tried using pexp, the result is the same; I can start the script and > receive the 'tmux(ok)' message, but upon running the

Re: cmake does not use -O2 for Release builds

2020-10-07 Thread Julian Smith
On Tue, 6 Oct 2020 13:29:56 - (UTC) Stuart Henderson wrote: > On 2020-10-05, Julian Smith wrote: > > It looks like OpenBSD's cmake port patches cmake to remove the use > > of -O2 in Release and RelWithDebInfo builds - > > /usr/ports/devel/cmake/patches/patch-Modules_Compiler_GNU_cmake has:

Re: tmux rc script not stopping

2020-10-07 Thread ben
>I think you might need a pexp variable, process grep expression to be used b >y pgrep to determine if the service is running. I've tried using pexp, the result is the same; I can start the script and receive the 'tmux(ok)' message, but upon running the '/etc/rc.d/tmux stop' I receive no messages

Re: tmux rc script not stopping

2020-10-07 Thread Brian Brombacher
> On Oct 7, 2020, at 2:35 PM, ben wrote: > > Hello, Misc; > > I'm attempting to write an rc script to start a tmux session: > >#!/bin/sh > >daemon="/usr/bin/tmux" >daemon_flags=" new -d -s MAINTMUX -n SHELL" > >. /etc/rc.d/rc.subr > >rc_reload=NO > >rc_stop() {

tmux rc script not stopping

2020-10-07 Thread ben
Hello, Misc; I'm attempting to write an rc script to start a tmux session: #!/bin/sh daemon="/usr/bin/tmux" daemon_flags=" new -d -s MAINTMUX -n SHELL" . /etc/rc.d/rc.subr rc_reload=NO rc_stop() { /usr/bin/tmux kill-session -t

Re: OpenBSD on AWS EC2 Nitro

2020-10-07 Thread Kirill Peskov
OK, looks like ENA (Elastic Network Adapter) is the main show stopper here, There is a glimpse of optimism here, FreeBSD port of ENA driver is already out there: https://github.com/amzn/amzn-drivers/tree/master/kernel/fbsd/ena I'm trying to catch the AMD-specific crash logs from t3a-type