Re: tap(4) performance tuning on (amd64)

2020-01-20 Thread Claudio Jeker
On Tue, Jan 21, 2020 at 02:44:35AM +, Tom Smyth wrote: > Claudio, > Thanks for this, > I compiled it on Openbsd 6.6 (stable) amd64 > > it compiled without error > > the binary seems to run fine but, > ./tbridge -k /dev/tap0 /dev/tap1 > > runs and displays the usage message and gives an er

Re: less --no-init and multiline $PS1

2020-01-20 Thread Theo de Raadt
The diff is clearly a layer violation, trying to interpret and dance for an event which happens after less terminates. What comes next, someone wanting ANSI control characters to be parsed and evaluated to avoid screen damage? Richard Ulmer wrote: > Hi, > when using a $PS1, which has more than

Re: tap(4) performance tuning on (amd64)

2020-01-20 Thread Tom Smyth
Claudio, Thanks for this, I compiled it on Openbsd 6.6 (stable) amd64 it compiled without error the binary seems to run fine but, ./tbridge -k /dev/tap0 /dev/tap1 runs and displays the usage message and gives an errorlevel of 1 every time use the -k or -t or -s or -p arguments see termina

Re: Display flickers after upgrade to 6.6

2020-01-20 Thread Stanislav Gilmulin
Yes, I have customized xorg.conf via /etc/X11/xorg.conf.d/intel.conf : Section "Device" Identifier "drm0" Driver "intel" Option "TearFree" "true" EndSection I checked /var/log/Xorg.0.log, "intel" driver works without errors. Unfortunately I did not solve the problem modifying this configu

Re: glib2: File not found (Ruby on Rails: replacing ImageMagick with the much faster Vips)

2020-01-20 Thread 1234dev
Update: Figured it'd be best to just open up an issue over at ruby-vips: https://github.com/libvips/ruby-vips/issues/221 Thanks! Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐ Original Message ‐‐‐ On Monday, January 20, 2020 9:47 AM, 1234dev <1234...@protonmail.com> wr

Re: tap(4) performance tuning on (amd64)

2020-01-20 Thread Claudio Jeker
On Fri, Jan 10, 2020 at 01:00:49PM +, Tom Smyth wrote: > Hi lads, > > I have been doing some testing with tap(4) and openvpn (standard ssl ) > I have been using openvpn with tap and I have been trying with null > encryption. null authentication, > the performance of the tap interface seems to

glib2: File not found (Ruby on Rails: replacing ImageMagick with the much faster Vips)

2020-01-20 Thread 1234dev
Hi! I'm trying to switch from ImageMagick over to the newer and much faster Vips (https://libvips.github.io/libvips/) in my Rails app. However, despite having glib2-2.60.7 installed on OpenBSD 6.6, I'm getting LoadError (Could not open library 'glib-2.0.so.0': File not found). Any chance anybo