FreeBSD 13.0-RC5 Now Available

2021-04-03 Thread Glen Barber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The fifth RC build of the 13.0-RELEASE release cycle is now available. Installation images are available for: o 13.0-RC5 amd64 GENERIC o 13.0-RC5 i386 GENERIC o 13.0-RC5 powerpc GENERIC o 13.0-RC5 powerpc64 GENERIC64 o 13.0-RC5 powerpc64le GENERIC6

Re: current make world brakes if HESIOD enabled

2021-04-03 Thread Warner Losh
What's the error if you don't have these extra uintptr_t casts? Warner On Sat, Apr 3, 2021 at 12:18 AM Daniel Braniss wrote: > I must be the last person on earth to use Hesiod :-) > this are the diffs: > > diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c > index afb89cab3..5832cb8

Dell XPS 8940 SATA and NVMe disk controller not recognized

2021-04-03 Thread Karl Dunn
I have new Dell XPS 8940 that came with Windows 10 Home installed. I have created two partitions for FreeBSD, one on its NMVe 256GB SSD, and one on its WD 1TB HD. For now, I have 12.2-RELEASE-p4 GENERIC on a USB memstick, so I can do some limited testing. FreeBSD 12.2 does not recognize the

Deprecating base system ftpd?

2021-04-03 Thread Ed Maste
I propose deprecating the ftpd currently included in the base system before FreeBSD 14, and opened review D26447 (https://reviews.freebsd.org/D26447) to add a notice to the man page. I had originally planned to try to do this before 13.0, but it dropped off my list. FTP is not nearly as relevant no

Re: Deprecating base system ftpd?

2021-04-03 Thread Warner Losh
On Sat, Apr 3, 2021 at 2:40 PM Ed Maste wrote: > I propose deprecating the ftpd currently included in the base system > before FreeBSD 14, and opened review D26447 > (https://reviews.freebsd.org/D26447) to add a notice to the man page. > I had originally planned to try to do this before 13.0, but

Re: Deprecating base system ftpd?

2021-04-03 Thread Eugene Grosbein
04.04.2021 3:39, Ed Maste wrote: > I propose deprecating the ftpd currently included in the base system > before FreeBSD 14, and opened review D26447 > (https://reviews.freebsd.org/D26447) to add a notice to the man page. > I had originally planned to try to do this before 13.0, but it dropped > o

Re: Deprecating base system ftpd?

2021-04-03 Thread Rick Macklem
Eugene Grosbein wrote: >04.04.2021 3:39, Ed Maste wrote: > >> I propose deprecating the ftpd currently included in the base system >> before FreeBSD 14, and opened review D26447 >> (https://reviews.freebsd.org/D26447) to add a notice to the man page. >> I had originally planned to try to do this be

Fwd: Dell XPS 8940 SATA and NVMe disk controller not recognized

2021-04-03 Thread Karl Dunn
Forwarded Message Subject: Re: Dell XPS 8940 SATA and NVMe disk controller not recognized Date: Sat, 3 Apr 2021 17:05:59 -0500 From: Karl Dunn To: Barney Wolff On 4/3/2021 2:37 PM, Barney Wolff wrote: On Sat, Apr 03, 2021 at 02:25:30PM -0500, Karl Dunn wrote: I have new

Re: Deprecating base system ftpd?

2021-04-03 Thread Marek Zarychta
W dniu 03.04.2021 o 23:30, Rick Macklem pisze: > Eugene Grosbein wrote: >> 04.04.2021 3:39, Ed Maste wrote: >> >>> I propose deprecating the ftpd currently included in the base system >>> before FreeBSD 14, and opened review D26447 >>> (https://reviews.freebsd.org/D26447) to add a notice to the man

Re: Fwd: Dell XPS 8940 SATA and NVMe disk controller not recognized

2021-04-03 Thread Eugene Grosbein
04.04.2021 5:09, Karl Dunn wrote: >> See if the BIOS offers a choice of configuring the controller as SATA >> instead of RAID. That worked for me on an Inspiron 1180. (It also made W10 >> unbootable - apparently each OS occupies its own universe.) > > That worked, precisely as it did for you: g

Re: current make world brakes if HESIOD enabled

2021-04-03 Thread Daniel Braniss
> On 3 Apr 2021, at 20:22, Warner Losh wrote: > > What's the error if you don't have these extra uintptr_t casts? --- getgrent.o ---