Re: Kernel debugging without serial port?

2021-05-19 Thread Stuart Henderson
On 2021-05-19, Brennan Vincent wrote: > Hello, > > I have an x86_64 PC with no serial port - is it possible to run ddb > remotely via a PCI-express or USB serial port adapter? Or does it only > work on an actual motherboard serial port connection? It is sometimes possible via PCIE but you will

Re: ssh(1) -v gives debug1: pledge: filesystem full

2021-05-19 Thread Hiltjo Posthuma
On Wed, May 19, 2021 at 01:20:34PM +0200, Marcus MERIGHI wrote: > Hello! > > By accident I noticed that > > $ ssh -v $host > > gives me, among many other lines, this > > debug1: pledge: filesystem full > > Tried with multiple hosts. None of the filesystems on the hosts (client

Kernel debugging without serial port?

2021-05-19 Thread Brennan Vincent
Hello, I have an x86_64 PC with no serial port - is it possible to run ddb remotely via a PCI-express or USB serial port adapter? Or does it only work on an actual motherboard serial port connection? If not, how do most kernel developers do their development work? In VMs, or on older hardwar

Re: Lenovo Thinkstation Intel Xeon DDB upon boot - AMD64 build works

2021-05-19 Thread jeanfrancois
Hi, Solved with the AMD64 build, which is also for Intel eg Xeon proc in this case, which I wasn't aware, thanks for a person who highlighed this on bugs mailing list. Regards, Jean-François Le 29/04/2021 à 15:33, jeanfrancois a écrit : Hi, DDB is not active (stalled), I couldn't get mor

Re: Increase optical mouse/Synaptics touchpad speed in X11/spectrwm

2021-05-19 Thread Martin
Hi, This command I'm looking for. Works great. Martin ‐‐‐ Original Message ‐‐‐ On Monday, May 17, 2021 7:44 PM, Jonathan Thornburg wrote: > In message https://marc.info/?l=openbsd-misc&m=162125055304096&w=1, > Martin asks how people adjust pointer > > speed on touchpads/mice/etc. > >

Re: Error making 002_libx11.patch.sig

2021-05-19 Thread Martin
Hi, According to https://www.openbsd.org/faq/faq5.html#Xbld you should set right permissions and owner to your /usr/xobj directory as: The object directory /usr/xobj should be empty and owned by build:wobj with mode 770. and make the patch 002 according to: # cd /usr/xenocara/lib/libX11 # make

Re: Please clarify /usr partition size for 6.9 release

2021-05-19 Thread Jay Hart
Ian, Thanks for the reply. I figured maybe it was low issue for people and just wanted the list to know I resolved it so no time spent on it... I reread the upgrade guide, and then looked at past upgrade guides and came to the conclusion the documentation just said you only needed a partition f

Re: spamd IPv6 listener 6.9amd64

2021-05-19 Thread Craig Skinner
Hi Martin, On Wed, 12 May 2021 13:24:29 + Martin wrote: > I can't find in spamd(8) how to enable IPv6 listener ... I thought there was an unofficial patch put up somewhere several years ago, but I can't find it now. This is the nearest my searching got: https://undeadly.org/cgi?action=articl

ssh(1) -v gives debug1: pledge: filesystem full

2021-05-19 Thread Marcus MERIGHI
Hello! By accident I noticed that $ ssh -v $host gives me, among many other lines, this debug1: pledge: filesystem full Tried with multiple hosts. None of the filesystems on the hosts (client, servers) is full. The messages appears when connecting from -current (as of yesterda

Re: OpenBSD on AWS EC2 Nitro

2021-05-19 Thread Jonathan Gray
On Mon, May 17, 2021 at 12:28:39AM +0300, Ilya Voronin wrote: > I was able to fix boot error on t3a (AMD EPYC based) instances (kernel: > protection fault trap at lapic_set_lvt:rdmsr) with this patch (tested > against 6.9): > > Index: arch/amd64/amd64/lapic.c >