Integrating OpenBSD into Xen/Qubes

2020-10-14 Thread tetrahedra
A number of people are working on integrating OpenBSD into Qubes. In particular, OpenBSD's hardening and mitigations are potentially very useful in talking to the NIC: Xen vulnerabilities have been repeatedly found that would allow a guest with PCI access to compromise the entire system, and

Re: Disable touchpad acceleration? (wsmouse)

2020-10-14 Thread Ulf Brosziewski
It is indeed the same thing, the parameter index 36 is for deceleration. Hysteresis may cause a very small and (hopefully) hardly noticeable delay when a touch starts moving, or a movement changes its orientation on both axes. It does not affect speed or directions. On 10/14/20 8:16 PM, Brennan

6.8-current/amd64 on Dell Studio 1535

2020-10-14 Thread Jan Stary
Mostly works, except the wifi is not recognized: "Broadcom BCM4315" rev 0x01 at pci2 dev 0 function 0 not configured Is that similar to the BCM4318 mentioned in bwi(4)? If so, is there a chance of supporting it? dmesg and pcidump -vxxx below - how can I help debug this? Jan OpenBSD

Re: Disable touchpad acceleration? (wsmouse)

2020-10-14 Thread Ulf Brosziewski
Could you tell us why it feels weird? If you are really serious about a completely "linear" response, you might want to try $ doas wsconsctl mouse0.param=34:0,35:0,36:0 This turns off noise filtering and deceleration (very low speeds are slowed down even further, which may be helpful if you

Re: Thinkpad T14/T14s - any experiences?

2020-10-14 Thread Ashton Fagg
Jan Betlach writes: > I am about to install -current on my new T14s with Ryzen 4750u as > well. > > I have browsed r/openbsd, there are two recent posts related to > this. I have also chatted on Freenode / #openbsd as there are couple > of guys running -current on their AMD Thinkpads. > > It

Re: Disable touchpad acceleration? (wsmouse)

2020-10-14 Thread Brennan Vincent
I have found something that makes it feel linear, finally. doas wsconsctl mouse.tp.deceleration=0 With the following patch. Maybe this does the same thing as your mouse0.param suggestion? Although I didn't touch the x/y hysteresis values (34/35). diff --git sbin/wsconsctl/mouse.c

Re: Installation of 6.7 does not start on Lenovo ThinkPad P1 Gen 3

2020-10-14 Thread Todd Brewster

Re: Router advertisements for dynamic IPv6 prefix

2020-10-14 Thread Fernando Gont
On 11/10/20 12:52, Henrik Friedrichsen wrote: Hey, my ISP provides connectivity via PPPoE. An IPv6 prefix is handed out via DHCPv6 PD, which my OpenBSD gateway passes on to clients with the help of router advertisements using rad. This works fine until the ISP disconnects me after 24h (force

Re: Router advertisements for dynamic IPv6 prefix

2020-10-14 Thread Fernando Gont
Hi, On 14/10/20 05:18, Stuart Henderson wrote: On 2020-10-11, Henrik Friedrichsen wrote: Hey, my ISP provides connectivity via PPPoE. An IPv6 prefix is handed out via DHCPv6 PD, which my OpenBSD gateway passes on to clients with the help of router advertisements using rad. This works fine

Thinkpad T14/T14s - any experiences?

2020-10-14 Thread Ashton Fagg
Hello, I have a Thinkpad T14s AMD (currently running Loonix) that I'd probably like to move to OpenBSD. I had a look through the archive, and there was mention a few months back that the installer for 6.7 would not even boot on this machine [1]. Wondering if anyone has had a more recent

Wyse C90 (i386) early panic 'pci_make_tag bad request' after "acpi0: sleep states"

2020-10-14 Thread Ian Darwin
When trying to boot -current i386 from a clean install on the internal flash drive, this thing panics on the same line as the 'acpi sleep states' after 'S5'. As a workaround, I can load pxeboot with a boot.conf to boot bsd. My guess would be that pxeboot passes control to the kernel with some

Re: Any experience with 10Gbe?

2020-10-14 Thread Rafael Possamai
>I'm supporting a small business who needs more bandwidth due to the >work-from-home >situation. They've asked me to help them do the upgrade to >10Gbe. I'd preferto keep them on an >OpenBSD router, since I love how liuttle >maintenance it needs, but I can't find any accounts of >someone

Re: No longer can change brightness

2020-10-14 Thread Michael Hekeler
On 13.10.20 13:07, james.lu...@keemail.me wrote: > Hello, > > The latest snapshots (maybe 1 week ago) have made wsconsctl(8) no longer > functional for changing display brightness on my MacBook Pro mid 2014. > > The expected behavior would be to `wsconsctl display.brigthness=X` to change > the

Re: Router advertisements for dynamic IPv6 prefix

2020-10-14 Thread Stuart Henderson
On 2020-10-11, Henrik Friedrichsen wrote: > Hey, > > my ISP provides connectivity via PPPoE. An IPv6 prefix is handed out via > DHCPv6 PD, which my OpenBSD gateway passes on to clients with the help > of router advertisements using rad. > > This works fine until the ISP disconnects me after 24h

sasyncd questions about shared secret

2020-10-14 Thread Harald Dunkel
Hi folks, question about sasyncd, because the man page doesn't tell: (Please excuse if I am too blind to see.) Do all sasync daemons on all peers have to share the same secret, or is it just the sasync daemons on the same carp interface? Where would I have to look for error messages indicating

Re: Disable touchpad acceleration? (wsmouse)

2020-10-14 Thread Brennan Vincent
On 10/14/20 1:49 AM, Otto Moerbeek wrote: On Tue, Oct 13, 2020 at 11:38:11PM -0400, Brennan Vincent wrote: Hello, I am using the wsmouse driver with x11, and no amount of googling or reading man pages has helped me figure out how to disable acceleration and have completely flat/linear