Re: ure0: Questionable Performance

2024-07-23 Thread matthewd
Thank you for the reply! On Mon, Jul 22, 2024, at 7:54 AM, Robert Swindells wrote: > matth...@fastmai.us wrote: >> May I have some help troubleshooting poor network performance? I have >> an older laptop (Thinkpad 13) with a USB-C Ethernet dongle that attaches >> as ure0 as it has no builtin Ethe

Re: Upgrade

2024-07-23 Thread xuser
Thank you! On Tue, 23 Jul 2024, Martin Husemann wrote: On Mon, Jul 22, 2024 at 08:30:53PM +0200, pms-...@outlook.com wrote: xuser wrote: Is there a way to upgrade NetBSD 6.1.4 to NetBSD 10.0 without breaking custom installed software? Thanks, Ben There is no reason custom installed softwar

Re: ure0: Questionable Performance

2024-07-23 Thread Greg Troxel
matth...@fastmail.us writes: I am amused by "older laptop" and "USB-C". Those don't go together! I call anything new enough to have USB-C "relatively new". > $ ifconfig ure0 > ure0: flags=0x8843 mtu 1500 > capabilities=0x3ff00 > capabilities=0x3ff00 > capabilities=0x3ff0

Re: issues on 9.4 while upgrading pango - missing cairo

2024-07-23 Thread Riccardo Mottola
Hi Greg, thank you! Greg Troxel wrote: Riccardo Mottola writes: find /usr/pkg/ -name cairo.h /usr/pkg/include/cairo/cairo.h this looks identical to what I see on a "working" 10.0 system In the command line I see: -I/usr/pkg/include/cairo which looks correct and mathing to the file I found

Re: issues on 9.4 while upgrading pango - missing cairo

2024-07-23 Thread Greg Troxel
Riccardo Mottola writes: > Fails again though:In file included from > /home/pkg-workdir/devel/pango/work/pango-1.52.1/output/g-ir-cpp-nucj60fk.c:4:0: > /home/pkg-workdir/devel/pango/work/pango-1.52.1/pango/pangocairo.h:26:10: > fatal error: cairo.h: No such file or directory >  #include This is

Re: Upgrade

2024-07-23 Thread pms-...@outlook.com
Martin Husemann wrote: On Mon, Jul 22, 2024 at 08:30:53PM +0200, pms-...@outlook.com wrote: xuser wrote: Is there a way to upgrade NetBSD 6.1.4 to NetBSD 10.0 without breaking custom installed software? Thanks, Ben There is no reason custom installed software should break when doing an upgra

Re: Upgrade

2024-07-23 Thread Martin Husemann
On Tue, Jul 23, 2024 at 05:45:41PM +0200, pms-...@outlook.com wrote: > BTW. Is it possible to run a.out format[as opoosed to ELF] binaries on > NetBSD 10? Yes, that should still work. Martin

Re: Upgrade

2024-07-23 Thread Rhialto
On Tue 23 Jul 2024 at 07:55:12 +0200, Martin Husemann wrote: > Only if you manually deinstall shared libraries. The typical case is that > the old libs are just left in place and new stuff uses new libs, while > old programs continue to use the old libs. I have some binaries around from NetBSD 4.0

system updates

2024-07-23 Thread Will Senn
Hi, NetBSD newb here. I know FreeBSD well, a bit about OpenBSD, and lots about Linux. My question is after installing, how do I check for updates to the system itself and get them installed (security updates, kernel updates, etc)... or is this not a thing with NetBSD? I figure packages are up

Re: system updates

2024-07-23 Thread Pedro Pinho
Den ons 24 juli 2024 kl 07:57 skrev Will Senn : > Hi, > > NetBSD newb here. I know FreeBSD well, a bit about OpenBSD, and lots about > Linux. My question is after installing, how do I check for updates to the > system itself and get them installed (security updates, kernel updates, > etc)... or is

Re: system updates

2024-07-23 Thread Martin Husemann
On Wed, Jul 24, 2024 at 08:11:48AM +0200, Pedro Pinho wrote: > You can either use sysinst or, sysupgrade. > > To use sysinst, fetch a new image from (assuming NetBSD-10) > http://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-10/ and use the upgrade > option from the installer. > Or, install sysutils