Re: removing libutil.so.15.1 and libX11.so.17.1 per sysclean(8) breaks xmonad(1)

2022-04-01 Thread Sebastien Marie
On Fri, Apr 01, 2022 at 12:16:58PM -0600, Ashlen wrote: > Hi, I'm on this snapshot with updated packages: > > > $ sysctl -n kern.version > OpenBSD 7.1 (GENERIC.MP) #454: Thu Mar 31 09:28:09 MDT 2022 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > > sysclean(8)

Re: Changing rdomain on an interface after the rdomain has already been set openbsd7.0 / 7.1snapshots

2022-04-01 Thread David Gwynne
loopback interfaces are special and kind of end up representing an rdomain inside the kernel, which is where this restriction comes from. dlg > On 2 Apr 2022, at 09:36, Tom Smyth wrote: > > Hello, > I came across an issue that once a rdomain is set on a > loopback interface > you

Re: KARL for user programs?

2022-04-01 Thread William Ahern
On Fri, Apr 01, 2022 at 03:45:13PM -0500, Luke Small wrote: > So if it’s a potential vulnerability for the kernel to be linked the same > without KARL (I presume because if the source code is known and ASLR and > PIE can potentially be randomly overcome) then can there be a KARL type > extension

Changing rdomain on an interface after the rdomain has already been set openbsd7.0 / 7.1snapshots

2022-04-01 Thread Tom Smyth
Hello, I came across an issue that once a rdomain is set on a loopback interface you cant change it without destroying and re-creating the interace, while it appears you can change a virtio network interface, is this a bug or a feature tobsd# ifconfig lo3 create tobsd# ifconfig lo3

Re: Dell G3 3590 audio and touchpad

2022-04-01 Thread Jonathan Gray
On Fri, Apr 01, 2022 at 05:11:35PM -0400, Adriano Barbosa wrote: > Thank you for your help and sorry for the delay. > I had to learn how to compile from source and still not sure if I did it > correctly or if the patch didn't work. > I downloaded src.tar.gz and sys.tar.gz from 7.0 release, updated

Re: Dell G3 3590 audio and touchpad

2022-04-01 Thread Adriano Barbosa
Thank you for your help and sorry for the delay. I had to learn how to compile from source and still not sure if I did it correctly or if the patch didn't work. I downloaded src.tar.gz and sys.tar.gz from 7.0 release, updated to -current using cvs and applied the patch. Then, followed only step 3

KARL for user programs?

2022-04-01 Thread Luke Small
So if it’s a potential vulnerability for the kernel to be linked the same without KARL (I presume because if the source code is known and ASLR and PIE can potentially be randomly overcome) then can there be a KARL type extension for cc/c++ ?-- -Luke

removing libutil.so.15.1 and libX11.so.17.1 per sysclean(8) breaks xmonad(1)

2022-04-01 Thread Ashlen
Hi, I'm on this snapshot with updated packages: $ sysctl -n kern.version OpenBSD 7.1 (GENERIC.MP) #454: Thu Mar 31 09:28:09 MDT 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP sysclean(8) from ports recommends to delete /usr/X11R6/lib/libX11.so.17.1 and

Re: How to rebuild the ports tree?

2022-04-01 Thread Stuart Henderson
On 2022-04-01, Eric Thomas wrote: > @Crystal > >> If you want to work with the ports tree, it's _much_ better to set up >> DPB than just running 'make' in the various directories: > > Very cool blog! I def spent some time reading. The dpb method feels > like a litle too advanced for me at

Re: How to rebuild the ports tree?

2022-04-01 Thread Eric Thomas
@Crystal > If you want to work with the ports tree, it's _much_ better to set up > DPB than just running 'make' in the various directories: Very cool blog! I def spent some time reading. The dpb method feels like a litle too advanced for me at this moment. I'm struggling to get this UniFi

Re: OpenBGPd: fatal in RDE: aspath_get: Cannot allocate memory

2022-04-01 Thread Claudio Jeker
On Thu, Mar 31, 2022 at 09:06:05PM +0200, Laurent CARON wrote: > Le 29/03/2022 à 12:10, Claudio Jeker a écrit : > > I doubt it is the filters. You run into some sort of memory leak. Please > > monitor 'bgpctl show rib mem' output. Also check ps aux | grep bgpd output > > to see why and when the

Re: increasing max value of rdomain/rtable

2022-04-01 Thread Valdrin MUJA
Hmm I get it. Thanks Stuart. You are very helpful as always. -- Valdrin From: owner-m...@openbsd.org on behalf of Stuart Henderson Sent: Friday, April 1, 2022 10:43 To: misc@openbsd.org Subject: Re: increasing max value of rdomain/rtable On 2022-04-01,

Re: increasing max value of rdomain/rtable

2022-04-01 Thread Stuart Henderson
On 2022-04-01, Valdrin MUJA wrote: > I want to increase the number of rdomain/rtable from 255 to 1024. I will do > this at my own risk. I had a look at the kernel code but couldn't figure out > how to upgrade it. I would be very grateful if you could guide me on this. > Thanks in advance. I'm

increasing max value of rdomain/rtable

2022-04-01 Thread Valdrin MUJA
Hello, I want to increase the number of rdomain/rtable from 255 to 1024. I will do this at my own risk. I had a look at the kernel code but couldn't figure out how to upgrade it. I would be very grateful if you could guide me on this. Thanks in advance. -- Valdrin