daily CVS update output

2023-12-28 Thread NetBSD source update


Updating src tree:
P src/external/bsd/fetch/dist/libfetch/common.c
P src/sbin/scsictl/scsi_sense.c
P src/sys/arch/luna68k/include/pmap.h
P src/sys/arch/luna68k/luna68k/genassym.cf
P src/sys/arch/luna68k/luna68k/locore.s
P src/sys/arch/m68k/m68k/pmap_motorola.c
P src/sys/arch/macppc/macppc/rbus_machdep.c
P src/sys/dev/iscsi/iscsi_main.c
P src/sys/dev/pci/pcidevs
P src/sys/dev/pci/pcidevs.h
P src/sys/dev/pci/pcidevs_data.h
P src/sys/dev/pci/ixgbe/ix_txrx.c
P src/sys/dev/pci/ixgbe/ixgbe.h
P src/sys/dev/scsipi/scsipi_verbose.c
P src/sys/kern/kern_fileassoc.c
P src/sys/kern/vfs_mount.c
P src/tests/bin/sh/t_syntax.sh
P src/usr.bin/mklocale/mklocale.1
P src/usr.bin/mklocale/yacc.y
P src/usr.sbin/makefs/cd9660.c
P src/usr.sbin/makefs/ffs.c
P src/usr.sbin/makefs/makefs.c
P src/usr.sbin/makefs/msdos.c
P src/usr.sbin/makefs/udf.c
P src/usr.sbin/makefs/walk.c
P src/usr.sbin/makefs/cd9660/cd9660_debug.c
P src/usr.sbin/makefs/cd9660/cd9660_eltorito.c
P src/usr.sbin/makefs/cd9660/cd9660_write.c
P src/usr.sbin/mmcformat/uscsi_sense.c

Updating xsrc tree:


Killing core files:




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  44971992 Dec 29 03:04 ls-lRA.gz


Re: Update ARFLAGS?

2023-12-28 Thread Valery Ushakov
On Fri, Dec 29, 2023 at 12:06:26 +1100, matthew green wrote:

> Thomas Klausner writes:
>
> > As noted in PR 57565, the default ARFLAGS in share/mk/sys.mk are
> > broken - they use 'l' which changed behaviour between binutils 2.34
> > and 2.39.
> >
> > Ok to commit the change?
> >
> > (This broke the build of ruby-nokogiri recently, which is how I
> > noticed.)
>
> the change?  removing 'l'?  yes... though i still find it
> pretty offensive that it changed behaviour now.  it was an
> ignored option before so, removing it is the right change.

Amen.


-uwe


re: Update ARFLAGS?

2023-12-28 Thread matthew green
Thomas Klausner writes:
> Hi!
>
> As noted in PR 57565, the default ARFLAGS in share/mk/sys.mk are
> broken - they use 'l' which changed behaviour between binutils 2.34
> and 2.39.
>
> Ok to commit the change?
>
> (This broke the build of ruby-nokogiri recently, which is how I
> noticed.)

the change?  removing 'l'?  yes... though i still find it
pretty offensive that it changed behaviour now.  it was an
ignored option before so, removing it is the right change.

thanks.


.mrg.


Re: Disk sizes

2023-12-28 Thread xuser

Thank you, it works


xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org

On Thu, 28 Dec 2023, Paul Goyette wrote:


On Thu, 28 Dec 2023, xuser wrote:


I have a 2018 disk and it does not work
it says invalid mbr size


IIRC, mbr-formatted disks are limited to 2TB.  For larger, I think
you need to use gpt and wedges.




xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org

On Thu, 28 Dec 2023, David Brownlee wrote:


On Thu, 28 Dec 2023 at 18:47, xuser  wrote:


Does NetBSD support 3TB ATA drive?


Some very old (decade plus) controllers are not able to support drives
of that size, but any hardware that supports a 3TB ATA drive, NetBSD
should also support it. If you're using somewhat older 3TB drives be
aware there was a period where Seagate 3TB drives were best avoided.

David



!DSPAM:658df94f72151099810367!




+-+--+--+
| Paul Goyette (.sig) | PGP Key fingerprint: | E-mail addresses:|
| (Retired)   | 1B11 1849 721C 56C8 F63A | p...@whooppee.com|
| Software Developer  | 6E2E 05FD 15CE 9F2D 5102 | pgoye...@netbsd.org  |
| & Network Engineer  |  | pgoyett...@gmail.com |
+-+--+--+



Re: Disk sizes

2023-12-28 Thread Paul Goyette

On Thu, 28 Dec 2023, xuser wrote:


I have a 2018 disk and it does not work
it says invalid mbr size


IIRC, mbr-formatted disks are limited to 2TB.  For larger, I think
you need to use gpt and wedges.




xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org

On Thu, 28 Dec 2023, David Brownlee wrote:


On Thu, 28 Dec 2023 at 18:47, xuser  wrote:


Does NetBSD support 3TB ATA drive?


Some very old (decade plus) controllers are not able to support drives
of that size, but any hardware that supports a 3TB ATA drive, NetBSD
should also support it. If you're using somewhat older 3TB drives be
aware there was a period where Seagate 3TB drives were best avoided.

David



!DSPAM:658df94f72151099810367!




+-+--+--+
| Paul Goyette (.sig) | PGP Key fingerprint: | E-mail addresses:|
| (Retired)   | 1B11 1849 721C 56C8 F63A | p...@whooppee.com|
| Software Developer  | 6E2E 05FD 15CE 9F2D 5102 | pgoye...@netbsd.org  |
| & Network Engineer  |  | pgoyett...@gmail.com |
+-+--+--+


Re: Disk sizes

2023-12-28 Thread xuser

I have a 2018 disk and it does not work
it says invalid mbr size

xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org

On Thu, 28 Dec 2023, David Brownlee wrote:


On Thu, 28 Dec 2023 at 18:47, xuser  wrote:


Does NetBSD support 3TB ATA drive?


Some very old (decade plus) controllers are not able to support drives
of that size, but any hardware that supports a 3TB ATA drive, NetBSD
should also support it. If you're using somewhat older 3TB drives be
aware there was a period where Seagate 3TB drives were best avoided.

David



Re: Disk sizes

2023-12-28 Thread David Brownlee
On Thu, 28 Dec 2023 at 18:47, xuser  wrote:
>
> Does NetBSD support 3TB ATA drive?

Some very old (decade plus) controllers are not able to support drives
of that size, but any hardware that supports a 3TB ATA drive, NetBSD
should also support it. If you're using somewhat older 3TB drives be
aware there was a period where Seagate 3TB drives were best avoided.

David


Disk sizes

2023-12-28 Thread xuser

Does NetBSD support 3TB ATA drive?

xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org


Re: software raid

2023-12-28 Thread Paul Goyette

man raidctl


On Thu, 28 Dec 2023, xuser wrote:


How to setup software raid?

xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org

!DSPAM:658dbca4251572052416023!




+-+--+--+
| Paul Goyette (.sig) | PGP Key fingerprint: | E-mail addresses:|
| (Retired)   | 1B11 1849 721C 56C8 F63A | p...@whooppee.com|
| Software Developer  | 6E2E 05FD 15CE 9F2D 5102 | pgoye...@netbsd.org  |
| & Network Engineer  |  | pgoyett...@gmail.com |
+-+--+--+


software raid

2023-12-28 Thread xuser

How to setup software raid?

xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org


BUSH OBAMA AND BIDEN ARE FAGS THAT HAD A THREESOME

2023-12-28 Thread mostbasedmanonearth

BUSH OBAMA AND BIDEN ARE FAGS THAT HAD A THREESOME


The NetBSD project has been taken over by gay frogs

2023-12-28 Thread mostbasedmanonearth
The NetBSD project has been taken over by gay frogs this is not good to 
get rid of fagfrogs you must call the cajuns they good at killin gay 
frogs.


halp

2023-12-28 Thread mostbasedmanonearth
The NetBSD project has been taken over by gay frogs this is not good to 
get rid of fagfrogs you must call the cajuns they good at killin gay 
frogs.


Re: Update ARFLAGS?

2023-12-28 Thread xuser

Fine, go ahead and change it.

xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org

On Thu, 28 Dec 2023, Thomas Klausner wrote:


Hi!

As noted in PR 57565, the default ARFLAGS in share/mk/sys.mk are
broken - they use 'l' which changed behaviour between binutils 2.34
and 2.39.

Ok to commit the change?

(This broke the build of ruby-nokogiri recently, which is how I
noticed.)
Thomas



Update ARFLAGS?

2023-12-28 Thread Thomas Klausner
Hi!

As noted in PR 57565, the default ARFLAGS in share/mk/sys.mk are
broken - they use 'l' which changed behaviour between binutils 2.34
and 2.39.

Ok to commit the change?

(This broke the build of ruby-nokogiri recently, which is how I
noticed.)
 Thomas