Re: RTLD_DEEPBIND question

2025-04-23 Thread Andriy Gapon
On 23/04/2025 21:56, Andriy Gapon wrote: BTW, I've been wondering how illumos avoids the problem even though they do not use any special dlopen flags. It turns out that they link almost all system shared libraries with -Bdirect option (which is Solaris/illumos specific). It's somewhat similar t

Re: zfs (?) issues?

2025-04-23 Thread Mark Millard
Sulev-Madis Silber wrote on Date: Wed, 23 Apr 2025 06:55:06 UTC : > > On April 23, 2025 8:34:36 AM GMT+03:00, Mark Millard > wrote: > >On Apr 22, 2025, at 21:59, Mark Millard wrote: > > > >> Sulev-Madis Silber > >> wrote on > >> Date: Wed, 23 Apr 2025 04:31:41 UTC : > >> > >> . . . > . . .

Re: RTLD_DEEPBIND question

2025-04-23 Thread Konstantin Belousov
On Wed, Apr 23, 2025 at 09:09:56PM +0300, Andriy Gapon wrote: > On 19/04/2025 13:29, Konstantin Belousov wrote: > > On Sat, Apr 19, 2025 at 01:25:28PM +0300, Andriy Gapon wrote: > > > On 19/04/2025 12:39, Andriy Gapon wrote: > > > > From a quick look at the code, should we try to resolve the symb

Re: RTLD_DEEPBIND question

2025-04-23 Thread Andriy Gapon
On 19/04/2025 13:38, Konstantin Belousov wrote: And there is the version with the recursive marking by deepbind: I think that this patch would help with my case (haven't tested yet). But I am not sure if it would be "correct". First, as you have rightfully asked, it's not clear that deepbind s

Re: RTLD_DEEPBIND question

2025-04-23 Thread Andriy Gapon
On 19/04/2025 13:29, Konstantin Belousov wrote: On Sat, Apr 19, 2025 at 01:25:28PM +0300, Andriy Gapon wrote: On 19/04/2025 12:39, Andriy Gapon wrote: From a quick look at the code, should we try to resolve the symbol in refobj itself when it's marked with deepbind? Oh, and it looks like obj

Re: zfs (?) issues?

2025-04-23 Thread void
On Mon, Apr 21, 2025 at 04:25:16AM +0300, Sulev-Madis Silber wrote: i have long running issue in my 13.4 box (amd64) others don't get it at all and only suggest adding more than 4g ram it manifests as some mmap or other problems i don't really get basically unrestricted git consumes all the me

Re: April 2025 stabilization week

2025-04-23 Thread Maxim V Filimonov
Hello Warner, I've encountered the following issue: drm-kmod refuses to build, complains about vm_page_next() not being defined. Also, when I tried installing drm-kmod or drm-66-kmod packages, the kmods didn't want to work, complained about some symbols not being there. There does exist a f

Re: RFC: Solaris style extended attributes for FreeBSD

2025-04-23 Thread Rick Macklem
On Wed, Apr 23, 2025 at 3:10 AM Cedric Blancher wrote: > > On Tue, 22 Apr 2025 at 13:10, Rick Macklem wrote: > > > > On Tue, Apr 22, 2025 at 3:34 AM Cedric Blancher > > wrote: > > > > > > On Sun, 9 Mar 2025 at 00:02, Rick Macklem wrote: > > > > > > > > First off, I cross posted because I don't

Re: etcupdate failed to build tree with read-only /usr/src

2025-04-23 Thread Dag-Erling Smørgrav
Alastair Hogge writes: > Dag-Erling Smørgrav writes: > > Alastair Hogge writes: > > > ld-elf.so.1: Shared object "libmd.so.6" not found, required by "mtree" > > > *** Error code 1 > > This is _after_ installworld, right? `etcupdate -p`, then installworld, > > then `etcupdate -B`? > Correct, and

Re: etcupdate failed to build tree with read-only /usr/src

2025-04-23 Thread Alastair Hogge
On 2025-04-18 14:24, Dag-Erling Smørgrav wrote: > Alastair Hogge writes: >> Hmm I did try $(etcupdate -B), and I recall it also failing, so I >> updated another host, and used -B with etcupdate, and it failed for >> another reason: >> [...] >> ld-elf.so.1: Shared object "libmd.so.6" not found, req

Re: zfs (?) issues?

2025-04-23 Thread Sulev-Madis Silber
On April 23, 2025 8:34:36 AM GMT+03:00, Mark Millard wrote: >On Apr 22, 2025, at 21:59, Mark Millard wrote: > >> Sulev-Madis Silber wrote >> on >> Date: Wed, 23 Apr 2025 04:31:41 UTC : >> >> https://forums.freebsd.org/threads/server-freezes-when-using-git-to-update-ports-tree.88651/ >> >>