OpenBSD on Thinkpad X13s ARM-based laptop

2023-06-01 Thread Tito Mari Francis Escaño
Hi everyone, Has anyone tried to install and run OpenBSD on ARM-based Thinkpad X13s? What are the challenges on making OpenBSD run on it? Thank you.

Re: Multi path routing with BGPD

2023-06-01 Thread Stuart Henderson
On 2023-06-01, Claudio Jeker wrote: > On Thu, Jun 01, 2023 at 04:58:54PM +, Valdrin MUJA wrote: >> Hi Claudio, >> >> Thanks for your reply. I think this is the saddest news lately. >> At this point, I have a question: >> This should not be a kernel issue, right? >> So, can I use an

Re: High Interrupt After 7.3 Upgrade

2023-06-01 Thread Samuel Jayden
Hi Boyd, I noted the uptime values when I received notifications like "Internet is slow", "Intranet is too slow" from users. In all of them, the load average was 5 and above. This is what I mean with the firewall just slowed down. Also there were more error messages like these: pmap_unwire:

Re: High Interrupt After 7.3 Upgrade

2023-06-01 Thread Boyd Stephens
On 5/2/23 13:24, Samuel Jayden wrote: My firewall just slowed down after upgrading from 7.2 to 7.3. Hello Samuel, When you mention that your "firewall just slowed down" specifically what metric and/or anecdotal data are/were you using to determine this particular status of its

Re: Multi path routing with BGPD

2023-06-01 Thread Claudio Jeker
On Thu, Jun 01, 2023 at 04:58:54PM +, Valdrin MUJA wrote: > Hi Claudio, > > Thanks for your reply. I think this is the saddest news lately. > At this point, I have a question: > This should not be a kernel issue, right? > So, can I use an alternative like bird until this feature is developed?

Re: Multi path routing with BGPD

2023-06-01 Thread Valdrin MUJA
Hi Claudio, Thanks for your reply. I think this is the saddest news lately. At this point, I have a question: This should not be a kernel issue, right? So, can I use an alternative like bird until this feature is developed? From: Claudio Jeker Sent: Thursday,

Re: Multi path routing with BGPD

2023-06-01 Thread Claudio Jeker
On Mon, May 29, 2023 at 07:29:14PM +, Valdrin MUJA wrote: > Hello, > > I try to setup multipath routing environment with OpenBSD's bgpd. multipath != add-path. OpenBGPD currently does not do multipath routing. It only uses the best path for the FIB and the nexthops are only resolved to one

Re: build go projects with current: bad system call (core dumped)

2023-06-01 Thread Thomas Huber
On Thu, 1 Jun 2023 at 16:28, Stuart Henderson wrote: > On 2023-06-01, Thomas Huber wrote: > > Hi @misc, > > > > I face a problem with -current when building golang projects. > > This worked fine on 7.2 and I think it stopped working with 7.3 release. > > Now I try it on -current. > > > > I get

Re: build go projects with current: bad system call (core dumped)

2023-06-01 Thread Stuart Henderson
On 2023-06-01, Thomas Huber wrote: > Hi @misc, > > I face a problem with -current when building golang projects. > This worked fine on 7.2 and I think it stopped working with 7.3 release. > Now I try it on -current. > > I get the following error: > "go: error obtaining buildID for go tool

Re: [7.3/i386] pf-badhost - Illegal instruction (core dumped)

2023-06-01 Thread Stuart Henderson
On 2023-06-01, Radek wrote: > Hello Stuart, > >> What is the name of the core dump file? > Actually there isn't any .core file. > test73# find / -name '*.core' > test73# >From your earlier mail: test73# doas -u _pfbadhost pf-badhost -O openbsd

Re: netstat: vfprintf %s NULL in " %2d %-5.16s"

2023-06-01 Thread Theo de Raadt
Stuart Henderson wrote: > On 2023-05-31, Benjamin Stürz wrote: > > Hi misc@, > > > > while scrolling through my /var/log/messages I found this entry: > > netstat: vfprintf %s NULL in " %2d %-5.16s" > > > > I tracked down the issue to line 278 of /usr/src/usr.bin/netstat/show.c: > >> printf("

Re: Cannot setup more than one WireGuard peer

2023-06-01 Thread Valdrin MUJA
Hi, It's because of preventing possible spoofs by each peer. from man wg(4) : The interface will accept tunneled traffic only from the peer configured with the most specific matching allowed IP address range for the incoming traffic, or drop it if no such match exists. That is, tunneled traffic

Re: Cannot setup more than one WireGuard peer

2023-06-01 Thread Consus
Goddamit, 32 instead of 24. Sorry for the noise. On Thu, Jun 01, 2023 at 01:02:36PM +, Valdrin MUJA wrote: > Hi, > > It's because of preventing possible spoofs by each peer. > from man wg(4) : > The interface will accept tunneled traffic only from the peer configured with > the most

Re: [7.3/i386] pf-badhost - Illegal instruction (core dumped)

2023-06-01 Thread Radek
Hello Diana, > I realize he shared it here, but this an OpenBSD mailing list. I strongly > suggest you contact the author, don't just "hope" he regularly monitors this > list. > > I've contacted him before at his email address and he was very prompt in > reply. If I don't solve the problem

Re: build go projects with current: bad system call (core dumped)

2023-06-01 Thread A Tammy
On 6/1/23 08:33, Thomas Huber wrote: > Hi @misc, > > I face a problem with -current when building golang projects. > This worked fine on 7.2 and I think it stopped working with 7.3 release. > Now I try it on -current. > > I get the following error: > "go: error obtaining buildID for go tool

Re: [7.3/i386] pf-badhost - Illegal instruction (core dumped)

2023-06-01 Thread Radek
Hello Stuart, > What is the name of the core dump file? Actually there isn't any .core file. test73# find / -name '*.core' test73# On Tue, 30 May 2023 14:41:37 - (UTC) Stuart Henderson wrote: > On 2023-05-30, Radek wrote: > > Hello and sorry for the late reply, > > > >> Did you contact

Cannot setup more than one WireGuard peer

2023-06-01 Thread Consus
Hi, I'm using OpenBSD 7.3 and I have the following issue with WireGuard: adding more than one peer via ifconfig breaks wgaip assignments. Initial configuration: $ doas ifconfig wg0 wg0: flags=80c3 mtu 1420 index 8 priority 0 llprio 3 wgport wgpubkey groups:

build go projects with current: bad system call (core dumped)

2023-06-01 Thread Thomas Huber
Hi @misc, I face a problem with -current when building golang projects. This worked fine on 7.2 and I think it stopped working with 7.3 release. Now I try it on -current. I get the following error: "go: error obtaining buildID for go tool compile: signal: bad system call (core dumped)" The

Re: Python 3.10 required by py3-bsddb3 but not supported

2023-06-01 Thread Robert Nagy
On 01/06/23 11:02 +0100, Stuart Henderson wrote: > [moved to ports@; reply-to set] > > On 2023-05-31, Roger Marsh wrote: > > Script started on Wed May 31 10:43:00 2023 > > This pkg_info report shows Python 3.10 required by py3-bsddb3 after upgrade > > from OpenBSD 7.2 to 7.3 and package

Re: Python 3.10 required by py3-bsddb3 but not supported

2023-06-01 Thread Stuart Henderson
[moved to ports@; reply-to set] On 2023-05-31, Roger Marsh wrote: > Script started on Wed May 31 10:43:00 2023 > This pkg_info report shows Python 3.10 required by py3-bsddb3 after upgrade > from OpenBSD 7.2 to 7.3 and package upgrade. > > As bsddb3 does not support Python 3.10 or later but

Python 3.10 required by py3-bsddb3 but not supported

2023-06-01 Thread Roger Marsh
Script started on Wed May 31 10:43:00 2023 This pkg_info report shows Python 3.10 required by py3-bsddb3 after upgrade from OpenBSD 7.2 to 7.3 and package upgrade. As bsddb3 does not support Python 3.10 or later but does support Python 3.9 and earlier, surely the requirement should be on Python

Re: High Interrupt After 7.3 Upgrade

2023-06-01 Thread Stuart Henderson
On 2023-05-31, Sven F. wrote: > On Wed, May 31, 2023 at 5:27 PM Stuart Henderson > wrote: > >> On 2023-05-31, Mark (obsd) wrote: >> >> >> > I'm not the OP, but that's interesting to me because I'm wondering if it's >> > why Prometheus' >> > node_exporter from packages is reporting wildly wrong

Re: "ticking" noise when recording audio

2023-06-01 Thread Alexandre Ratchov
- If you change the sndiod(8) rate (-r option), or buffer size (-b option) does the ticking change? - could you send me a short .wav file with the ticking sound? On Wed, May 31, 2023 at 11:59:20PM -0700, Courtney Hicks wrote: > Hello all, > > I am trying to record audio from a USB device. I

"ticking" noise when recording audio

2023-06-01 Thread Courtney Hicks
Hello all, I am trying to record audio from a USB device. I successfully get audio from it, however, there is a constant "ticking" sound that happens whether or not audio is actually playing through the device. Here's the device from the dmesg: uvideo0 at uhub0 port 7 configuration 1 interface

Re: High Interrupt After 7.3 Upgrade

2023-06-01 Thread Valdrin MUJA
Hi, I hit the same case too. It looks like there's something wrong with the ipi: I have a system where I am running the current OpenBSD kernel dated May 21. The systat output and the vmstat -i output do not match, and there are serious differences between them. For example, while the ip in