Re: PF Outbound traffic Load Balancing over multiple tun/openvpn interfaces/tunnels

2018-11-27 Thread Tom Smyth
Sorry the "here" I was referring to earlier was "here" as shown below https://lab.rickauer.com/post/2017/07/16/OpenBSD-rtables-and-rdomains > Howdy... > starting Openvpn in different rdomains works pretty well for us > > a crude way of doing that ... is to add the following line to the >

Re: PF Outbound traffic Load Balancing over multiple tun/openvpn interfaces/tunnels

2018-11-27 Thread Tom Smyth
Howdy... starting Openvpn in different rdomains works pretty well for us a crude way of doing that ... is to add the following line to the bottom of your tun interface... (starting openvpn in rdomain2 ) !/sbin/route -T 2 exec /usr/local/sbin/openvpn --config /etc/openvpn2.conf & /usr/bin/false

Re: PF Outbound traffic Load Balancing over multiple tun/openvpn interfaces/tunnels

2018-11-27 Thread Philip Higgins
At a guess, route-to is confused by the same ip, but I haven't looked at the internals. Maybe try adding pair interfaces (with different addresses) to each rdomain, and you can use route-to to select between them. You already have default route set in each rdomain, so it will find its way from

Re: Bootloader failing to install on 2012 Mac Mini (Openbsd 6.4)

2018-11-27 Thread Liam Wigney
The same issue occurred using a separate usb with a toshiba C55D and with a cd on a home built tower. At this point I'm just so confused at why it's fine installing to a usb but not a clean disk on not one but four different disk/computer configurations with varying Openbsd versions and install

Re: MacBook 3.1 touchpad

2018-11-27 Thread Ulf Brosziewski
Hi Alex, you are out of luck with that hardware. There is no touchpad driver for it in OpenBSD, ubcmtp(4) only supports newer models. Regards, Ulf Am 11/27/18 um 10:33 PM schrieb Alex Mihajlov: > I try use synaptics, but when I use > Section "InputClass" > ... >MatchIsPointer "on" >

Re: radeondrm failure on amd64 but not on i386?

2018-11-27 Thread Allan Streib
Andy Bradford writes: > After Jonathan suggested adding some printf debug statements, I > continued to do so and was able to see that the rdev->bios variable that > is being inspected at lines 834--840 in radeon_bios.c has neither ATOM > nor MOTA in the string at that address for

icmp6_reflect misbehaviour ?

2018-11-27 Thread Arnaud BRAND
Good evening everyone, I am stuck with a IPv6 traceroute problem in an OSPFv3 environment. Long story short : - IPv6 routes are propagated using OSPFv3 - so they are installed with link-local gateways in the fib - ICMPv6 "time exceeded" packets are generated with link-local source address -

Re: PF Outbound traffic Load Balancing over multiple tun/openvpn interfaces/tunnels

2018-11-27 Thread Andrew Lemin
Hi, So using the information Stuart and Andreas provided, I have been testing this (load balancing across multiple VPN servers to improve bandwidth). And I have multiple VPNs working properly within there own rdomains. * However 'route-to' is not load balancing with rdomains :( I have not been

Re: MacBook 3.1 touchpad

2018-11-27 Thread Alex Mihajlov
I try use synaptics, but when I use Section "InputClass" ... MatchIsPointer "on" Option "Device" "/dev/wsmouse" Option "Protocol" "wsmouse" I get error: [ 17462.147] (II) Using input driver 'synaptics' for '/dev/wsmouse' [ 17462.147] (**) /dev/wsmouse: always reports core events [

Re: Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Angelo Rossi
Sorry, To fix this problem I changed /usr/src/sys/arch/amd64/stand/Makefile.inc line #45 from HEAP_LIMIT=0xA to HEAP_LIMIT=0xB Angelo On Tue, Nov 27, 2018 at 9:37 PM Angelo Rossi wrote: > > > -- Forwarded message - > From: Angelo Rossi > Date: Tue, Nov 27, 2018 at

Fwd: Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Angelo Rossi
-- Forwarded message - From: Angelo Rossi Date: Tue, Nov 27, 2018 at 9:31 PM Subject: Re: Boot reboot issue after upgrade to 6.4 on amd64 To: I agree with you, but it happens, anyway I found a simple trick to override the problem: recompile boot changing HEAP_SIZE to 1 MB.

Re: why thread is not usable in perl5 of OpenBSD6.4?

2018-11-27 Thread Marc Espie
On Sun, Nov 25, 2018 at 09:32:33PM -0800, Philip Guenther wrote: > On Sun, Nov 25, 2018 at 1:57 AM 岡本健二 wrote: > > > I have to use thread on the perl5 of OpenBSD 6.4. > > However, it was disabled on the distribution. > > > > Hmm, is this something that worked in previous releases, or is

Re: does 'xset(1) dpms 20' activate xidle(1) after 20sec?

2018-11-27 Thread joshua stein
On Tue, 27 Nov 2018 at 14:32:50 +0100, Marcus Merighi wrote: > Hello, > > does 'xset(1) dpms 20' activate xidle(1) after 20 seconds? > > How to repeat: > > $ xset dpms 20 > $ xidle -timeout 180 & > > With this I am locked out after 20 seconds, not 180. The DPMS event activates the X

Re: Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Theo de Raadt
I disagree. It is a bootblock bug which should be fixed. A refactoring caused it to use more memory, and there is a problem. I wish everyone would stop making excuses. > On Tue, Nov 27, 2018 at 11:48:38AM +0100, Riccardo Mottola wrote: > > Hi all, > > > > I have a strange and blocking issue

Re: Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Theo de Raadt
It is still a bug which needs fixing. Nick Holland wrote: > On 11/27/18 05:48, Riccardo Mottola wrote: > > Hi all, > > > > I have a strange and blocking issue after upgrade to 6.4 on my x86-64 > > laptop, which was running 6.3 just fine. > > > > I got the bsd.rd kernel, booted it and

Re: FVWM basic config file

2018-11-27 Thread Christopher Turkel
This configuration rocks, both of them. I love FVWM. I think FVWM should dropped as the default WM, its old and clunky. I think it should be twm. On Sun, Nov 25, 2018 at 11:55 PM Ingo Schwarze wrote: > Hi Manuel, > > Manuel Solis wrote on Sun, Nov 25, 2018 at 08:50:23PM -0600: > > > I have

does 'xset(1) dpms 20' activate xidle(1) after 20sec?

2018-11-27 Thread Marcus Merighi
Hello, does 'xset(1) dpms 20' activate xidle(1) after 20 seconds? How to repeat: $ xset dpms 20 $ xidle -timeout 180 & With this I am locked out after 20 seconds, not 180. I looked hard to make sure everything runs with default settings. Just saying, maybe someone has time to reproduce.

Re: Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Riccardo Mottola
Hi Nick, Nick Holland wrote: So far, with one or two exceptions, everyone complaining about this has a One Big Partition disk layout. A bad idea, not suggested, and I don't think you will get much sympathy. yes of course (TM).. I won't get much sympathy, but it is the best set-up for a

Re: Thank you

2018-11-27 Thread Wayne Oliver
On Thu, Nov 22, 2018 at 7:54 PM, butresin wrote: On 1109 0832, Wayne Oliver wrote: Hi All, Just wanted to say thanks for the hard work, OpenBSD runs better than any other OS on my laptop. One thing that really stands out is suspend and resume, I have *never* had a Linux or Windows

Re: Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Marc Peters
On Tue, Nov 27, 2018 at 11:48:38AM +0100, Riccardo Mottola wrote: > Hi all, > > I have a strange and blocking issue after upgrade to 6.4 on my x86-64 > laptop, which was running 6.3 just fine. > > I got the bsd.rd kernel, booted it and installed, quick, easy no issue. > Now, if I reboot, the

keydisk not found when unhibernating

2018-11-27 Thread shadrock uhuru
hi everyone on powering up the laptop after closing the lid the keydisk is not found i shutdown the laptop and with the power button then restart it again this time the keydisk is found. is this behaviour normal for resuming from hibernation with an encrypted filesytem ? shadrock

apmd: howto resume with screen locked

2018-11-27 Thread shadrock uhuru
On 11/26/18 9:26 AM, Peter Hessler wrote: > On 2018 Nov 26 (Mon) at 01:18:59 + (+), shadrock uhuru wrote: > : > :also how do i resume from hibernate or suspend with the screen locked > : > :i use i3 and lock the screen with xautolock and i3lock in .i3/config > : > :i put i3lock in

Re: Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Nick Holland
On 11/27/18 05:48, Riccardo Mottola wrote: > Hi all, > > I have a strange and blocking issue after upgrade to 6.4 on my x86-64 > laptop, which was running 6.3 just fine. > > I got the bsd.rd kernel, booted it and installed, quick, easy no issue. > Now, if I reboot, the kernel will reboot just

MacBook 3.1 touchpad

2018-11-27 Thread Alex Mihajlov
Hello. I have black MacBook 3.1 with 1 button touchpad and I don't know how to configure it to multitouch. My settings for touchpad in xorg.conf: Section "InputClass" Identifier "wsmouse touchpad" Driver "ws" MatchIsTouchpad "on" EndSection $ doas wsconsctl | grep mouse mouse.type=usb

Re: Fixing sluggish performance on Thinkpad X1 Carbon 6th gen with proper BIOS settings

2018-11-27 Thread Thomas Merkel
Hello, first of all thank you for sharing your BIOS settings, especially the "Thunderbolt BIOS Assist Mode". Based on this setting I've two issues depends if the Assist Mode is enabled or not. * Thunderbolt BIOS Assist Mode: Enable [1] System is okey, no sluggish high CPU utilization (on first

Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Riccardo Mottola
Hi all, I have a strange and blocking issue after upgrade to 6.4 on my x86-64 laptop, which was running 6.3 just fine. I got the bsd.rd kernel, booted it and installed, quick, easy no issue. Now, if I reboot, the kernel will reboot just after having written the first line of numbers on the