Re: changed major shlib versions in netbsd-9

2024-03-26 Thread Greg Troxel
Martin Husemann writes: > On Tue, Mar 26, 2024 at 03:46:21PM -0400, Greg Troxel wrote: >> Or, do we claim that these libs are private to bind, and thus this is >> not an ABI change? > > We do, but it is phishy. There was a recent discussion to move it to > some more private directory like /usr/li

Re: changed major shlib versions in netbsd-9

2024-03-26 Thread Martin Husemann
On Tue, Mar 26, 2024 at 03:46:21PM -0400, Greg Troxel wrote: > Or, do we claim that these libs are private to bind, and thus this is > not an ABI change? We do, but it is phishy. There was a recent discussion to move it to some more private directory like /usr/lib/bind/lib*.so (especially to avoid

changed major shlib versions in netbsd-9

2024-03-26 Thread Greg Troxel
Perhaps my build is messed up, but I just updated along netbsd-9 and netbsd-10 and rebuilt. On -10, I got new shlib versions for bind and unbound libs. That's ok because 10 is not yet released. On -9, I see in my destdir: -r--r--r-- 1 gdt wheel 143494 Mar 26 12:59 /usr/obj/gdt-9/destdir/a

Re: Listing X11 grabs with XF86LogGrabInfo

2024-03-26 Thread tlaronde
On Tue, Mar 26, 2024 at 11:36:48AM +, RVP wrote: > On Tue, 26 Mar 2024, tlaro...@kergis.com wrote: > > > In current (it has been updated very recently) Xorg xorgproto > > (https://gitlab.freedesktop.org/xorg/proto/xorgproto), the > > Keysyms in include/X11/XF86keysym.h are: > > > > #define XF

Re: Official cloud/live images ?

2024-03-26 Thread Jan-Benedict Glaw
On Tue, 2024-03-26 12:37:44 +0100, Enrico Weigelt, metux IT consult wrote: > On 25.03.24 21:24, Jan-Benedict Glaw wrote: > > > For my own CI builds, I'm cross-building NetBSD from Linux for all > > port/cpus and use that generated amd64 install ISO to do an autoated > > installation into Qemu (s

Re: Official cloud/live images ?

2024-03-26 Thread Enrico Weigelt, metux IT consult
On 25.03.24 21:24, Jan-Benedict Glaw wrote: For my own CI builds, I'm cross-building NetBSD from Linux for all port/cpus and use that generated amd64 install ISO to do an autoated installation into Qemu (simple `expect` script.) Can you share how exactly you're doing it ? --mtx -- --- Hinwe

Re: Official cloud/live images ?

2024-03-26 Thread Enrico Weigelt, metux IT consult
On 26.03.24 10:33, Rhialto wrote: On Mon 25 Mar 2024 at 20:53:49 +0100, Enrico Weigelt, metux IT consult wrote: I'm currently setting up CI jobs for building Xorg on NetBSD, but I've only found an amd64 live image, where sshd is pretty locked down (no root login, etc), so I had to manually log i

Re: Listing X11 grabs with XF86LogGrabInfo

2024-03-26 Thread RVP
On Tue, 26 Mar 2024, tlaro...@kergis.com wrote: In current (it has been updated very recently) Xorg xorgproto (https://gitlab.freedesktop.org/xorg/proto/xorgproto), the Keysyms in include/X11/XF86keysym.h are: #define XF86XK_LogWindowTree 0x1008fe24 /* print window tree to log */ #d

Re: Listing X11 grabs with XF86LogGrabInfo

2024-03-26 Thread tlaronde
On Mon, Mar 25, 2024 at 10:35:43PM +, RVP wrote: > On Mon, 25 Mar 2024, Rob Whitlock wrote: > > > Is there some trick to enabling this functionality > > > > Yes. Try again after applying this patch (and restarting X). > > ``` > --- usr/X11R7/lib/X11/XKeysymDB.orig 2024-03-18 22:47:19.0

Re: Official cloud/live images ?

2024-03-26 Thread Rhialto
On Mon 25 Mar 2024 at 20:53:49 +0100, Enrico Weigelt, metux IT consult wrote: > I'm currently setting up CI jobs for building Xorg on NetBSD, but I've > only found an amd64 live image, where sshd is pretty locked down > (no root login, etc), so I had to manually log in on console and change > sshd

Re: pkg_add and pkgin install taking extremely long

2024-03-26 Thread nia
On Mon, Mar 25, 2024 at 05:40:44PM +0100, Enrico Weigelt, metux IT consult wrote: > A simple `pkg_add pkgin` runs for over a quarter hour, and pkgin install > call took another half an hour, until it recognized a wrong parameter: echo 'ip6addrctl=YES' >> /etc/rc.conf echo 'ip6addrctl_policy="ipv4

Re: pkg_add and pkgin install taking extremely long

2024-03-26 Thread Enrico Weigelt, metux IT consult
On 25.03.24 20:40, Justin Parrott wrote: This is not an issue with the local system. maybe a combination of both the guest and the host (maybe host offering IPv6 address but no actual routing). But fortunately fixed it with some tweaks now :) --mtx -- --- Hinweis: unverschlüsselte E-Mails k

Re: Official cloud/live images ?

2024-03-26 Thread Enrico Weigelt, metux IT consult
On 25.03.24 21:24, Jan-Benedict Glaw wrote: For my own CI builds, I'm cross-building NetBSD from Linux for all port/cpus and use that generated amd64 install ISO to do an autoated installation into Qemu (simple `expect` script.) hmm, sounds a bit complex ... I just wanted to add some more imag

Re: Official cloud/live images ?

2024-03-26 Thread Enrico Weigelt, metux IT consult
On 25.03.24 17:19, Greg A. Woods wrote: Hi, are there any official live images that allow direct login via ssh (no password), which can directly be used for cloud / continous integration jobs ? I would think that would be a very bad idea for a publicly distributed official OS image! note th