Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-10 Thread Siegfried Levin
Thanks. I believe that is the reason. > On Apr 11, 2023, at 02:54, Theo Buehler wrote: > >  >> >> Thanks. Actually that’s what I did. Rust package was updated by >> “pkg_add -u rust” and then “cargo build —release” rebuilds the >> projects. However, when I ran it, it crashed because of

OpenBSD 7.3 on Parallels 18 (M1)

2023-04-10 Thread Tor Houghton
To whom it may concern; after writing the arm64 install73.img to a USB stick and booting from this, 7.3 boots and can run (at least in a tty-environment, which I am interested in) on Parallels 18 on a macOS M1 machine. One thing to note, however: boot> set tty fb0 Or it will boot to a black

Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-10 Thread Theo Buehler
> Thanks. Actually that’s what I did. Rust package was updated by > “pkg_add -u rust” and then “cargo build —release” rebuilds the > projects. However, when I ran it, it crashed because of segment fault. > It no longer passes the tests as well, “invalid memory reference” was > returned. Without

Re: dns priority from different network connections - or disabling?

2023-04-10 Thread Kaya Saman
On 4/10/23 16:24, Daniele B. wrote: Apr 10, 2023 12:52:22 Kaya Saman : how do I override OpenBSD's behavior to explicitly not use the dns servers obtained through ipcp but instead use the ones form the resolv.conf file? My solution both for security reasons (I'm using unbound) for for

Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-10 Thread Siegfried Levin
Thanks. Actually that’s what I did. Rust package was updated by “pkg_add -u rust” and then “cargo build —release” rebuilds the projects. However, when I ran it, it crashed because of segment fault. It no longer passes the tests as well, “invalid memory reference” was returned. > On Apr 11,

Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-10 Thread Sebastien Marie
On Mon, Apr 10, 2023 at 06:21:03PM +0200, Martin Schröder wrote: > Am Mo., 10. Apr. 2023 um 18:10 Uhr schrieb Sebastien Marie > : > > On Mon, Apr 10, 2023 at 11:49:50PM +0800, Siegfried Levin wrote: > > > After I upgraded my OS from 7.2 to 7.3 with sysupgrade like 8 hours ago, > > > all my

Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-10 Thread Martin Schröder
Am Mo., 10. Apr. 2023 um 18:10 Uhr schrieb Sebastien Marie : > On Mon, Apr 10, 2023 at 11:49:50PM +0800, Siegfried Levin wrote: > > After I upgraded my OS from 7.2 to 7.3 with sysupgrade like 8 hours ago, > > all my programs written in Rust broke, including cargo installed with > > pkg_add on

Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-10 Thread Sebastien Marie
On Mon, Apr 10, 2023 at 11:49:50PM +0800, Siegfried Levin wrote: > After I upgraded my OS from 7.2 to 7.3 with sysupgrade like 8 hours ago, all > my programs written in Rust broke, including cargo installed with pkg_add on > 7.2. I fixed Cargo by “pkg_add -u rust” and then recompiled some of my

All my Rust programs stop working on OpenBSD 7.3

2023-04-10 Thread Siegfried Levin
After I upgraded my OS from 7.2 to 7.3 with sysupgrade like 8 hours ago, all my programs written in Rust broke, including cargo installed with pkg_add on 7.2. I fixed Cargo by “pkg_add -u rust” and then recompiled some of my projects. Now they are having segment faults. Does anyone having the

Re: dns priority from different network connections - or disabling?

2023-04-10 Thread Daniele B.
Apr 10, 2023 12:52:22 Kaya Saman : >>> how do I override OpenBSD's >>> behavior to explicitly not use the dns servers obtained through ipcp but >>> instead use the ones form the resolv.conf file? My solution both for security reasons (I'm using unbound) for for practical reasons (as per your

PF: Redirect SOCKS connections to another server on a different net

2023-04-10 Thread Charlie
On an OpenBSD 7.2 system, I have access to a SOCKS proxy server through VPN. After the VPN connection is established, any program that supports SOCKS proxy can reach it by setting the relevant local VPN address, 10.64.0.1, and the usual port number 1080. I want to share the access to this proxy

OpenBSD 7.3 released

2023-04-10 Thread Theo de Raadt
- OpenBSD 7.3 RELEASED - April 10, 2023. We are pleased to announce the official release of OpenBSD 7.3. This is our 54th release. We remain proud of OpenBSD's record of

Re: dns priority from different network connections - or disabling?

2023-04-10 Thread Kaya Saman
On 4/10/23 11:40, Jonathan Gray wrote: On Mon, Apr 10, 2023 at 11:26:22AM +0100, Kaya Saman wrote: Hi, I'll ask the second question first as it might be easier to implement... Currently I have found that the dns servers specified in the resolv.conf file are not being used. Instead my

Re: dns priority from different network connections - or disabling?

2023-04-10 Thread Jonathan Gray
On Mon, Apr 10, 2023 at 11:26:22AM +0100, Kaya Saman wrote: > Hi, > > > I'll ask the second question first as it might be easier to implement... > > > Currently I have found that the dns servers specified in the resolv.conf > file are not being used. Instead my machine is prioritizing the ISP

dns priority from different network connections - or disabling?

2023-04-10 Thread Kaya Saman
Hi, I'll ask the second question first as it might be easier to implement... Currently I have found that the dns servers specified in the resolv.conf file are not being used. Instead my machine is prioritizing the ISP obtained servers from the ipcp protocol through the kernel ppp service.