How does pkg_info get the dependencies of a package?

2025-04-03 Thread Neel Chakraborty
Hello everyone, hope you're having a good day. I am trying to understand how does pkg_info -f show the dependencies of a certain package? Does it use the OpenBSD::PackingList perl module for showing the dependencies? If yes,then how does the perl module work? I don't know a lick of perl, so I can

Re: Ethernet interface set to the wrong group

2025-04-03 Thread Peter N. M. Hansteen
I tried to avoid this thread by using some in-client muting techniques that were not absolutely effective, unfortunately. I think that at some point in the future, the original poster will discover that displaying extremely limited knowledge of networking and refusing to take advice, choosing ins

wireguard doesn't like the peer's new IP address

2025-04-03 Thread Harald Dunkel
Hi folks, after moving my wireguard profile to a new Linux laptop the wg tunnel to the OpenBSD (7.6) gateway wasn't stable. Initiated from the Laptop it worked for a few minutes, then it was dead. I had to disable the wg tunnel on the openbsd gateway using ifconwig wg0 -wgpeer and regi

Re: Ethernet interface set to the wrong group

2025-04-03 Thread Claudio Jeker
On Thu, Apr 03, 2025 at 06:52:32AM +, otto.cooper wrote: > > Original Message > On 4/3/25 08:18, Janne Johansson wrote: > > > The default route is given by an ip, then the kernel looks up which > > interface contains the network for which the box can reach this ip in a

Client OTP activation to secure web apps

2025-04-03 Thread Dan
Hello, Between one migration and the others I came to fantasticate, or better, to conceive about the easy possibility to activate a web app without round trip, let say starting from a qrcode and finishing job with node.js on the client side maybe working on mirror. I would try tackle the matter o

OpenVPN listening on dual-stack socket

2025-04-03 Thread Stuart Longland VK4MSL
Hi all, I run OpenVPN for my virtual private networking as it's a workhorse I've gotten to know well over the years and is also one of the few that supports layer 2 networking (that is, forwarding Ethernet frames over the VPN). I also use it in L3 mode with Android clients for forwarding VoI

Re: Ethernet interface set to the wrong group

2025-04-03 Thread Janne Johansson
> I am still stuck with the basic case of one firewall for one ISP, because in > the PCI bus the interface connecting with the LAN switch (ix0) sits before > the interface connecting with the gateway (em0), causing obsd to assign ix0 > to egress. Attempts to correct this via hostname have failed

Re: Client OTP activation to secure web apps

2025-04-03 Thread Dan
For now I implemented a CSRF check on the given sites. Dan wrote: > Hello, > > Between one migration and the others I came to fantasticate, or > better, to conceive about the easy possibility to activate a web app > without round trip, let say starting from a qrcode and finishing job > with

Re: OpenVPN listening on dual-stack socket

2025-04-03 Thread David Gwynne
On Fri, Apr 04, 2025 at 07:26:34AM +1000, Stuart Longland VK4MSL wrote: > Hi all, > > I run OpenVPN for my virtual private networking as it's a workhorse I've > gotten to know well over the years and is also one of the few that supports > layer 2 networking (that is, forwarding Ethernet frames ove

Re: OpenVPN listening on dual-stack socket

2025-04-03 Thread Stuart Longland VK4MSL
On 4/4/25 14:18, David Gwynne wrote: so linux has a feature where it will map ipv4 connections into the ipv4 mapped address space in ipv6 and let you handle them all with a single ipv6 listener. have a look for the doco around the "net.ipv6.bindv6only" sysctl on linux for a bit more explanaion. o

Re: Resize BAR/ReBAR/Smart Access Memory on OpenBSD and amdgpu

2025-04-03 Thread Jonathan Gray
On Wed, Apr 02, 2025 at 05:18:48PM +0200, Emiel Kollof wrote: > Hi, > > Is there any reason why the amdgpu firmware/driver won't work with resize > BAR enabled? When I enable ReBAR I get: I think it came down to having to change the pci code and perhaps reprobe devices. Some time ago I did an im

AMD B850I chipset - acpitz stops CPU fan

2025-04-03 Thread Zé Loff
Hi I got a machine with an AMD B850I chipset (Gigabyte Aorus B850I Pro) in which I installed amd64 7.7-beta (#605, Mar 25). dmesg, pcidump and usbdevs posted below. As soon as acpitz attaches the CPU fan stops running and doesn't come back, even as ksmn0 reports that the temperature keeps risin

Re: How does pkg_info get the dependencies of a package?

2025-04-03 Thread Stuart Henderson
On 2025-04-03, Neel Chakraborty wrote: > Hello everyone, hope you're having a good day. > > I am trying to understand how does pkg_info -f > show the dependencies of a certain package? It just looks at the +CONTENTS file, either in a package from a mirror, or from /var/db/pkg/(pkgname)/+CONTENTS

Re: How does pkg_info get the dependencies of a package?

2025-04-03 Thread Neel Chakraborty
On Thu, Apr 03, 2025 at 11:20:41AM +, Stuart Henderson wrote: > On 2025-04-03, Neel Chakraborty wrote: > > Hello everyone, hope you're having a good day. > > > > I am trying to understand how does pkg_info -f > > show the dependencies of a certain package? > > It just looks at the +CONTENTS fi

Re: How does pkg_info get the dependencies of a package?

2025-04-03 Thread Stuart Henderson
On 2025-04-03, Neel Chakraborty wrote: > On Thu, Apr 03, 2025 at 11:20:41AM +, Stuart Henderson wrote: >> On 2025-04-03, Neel Chakraborty wrote: >> > Hello everyone, hope you're having a good day. >> > >> > I am trying to understand how does pkg_info -f >> > show the dependencies of a certain