Warning about $local_unbound_tls not being set properly, on first boot of 12.0-BETA1

2018-10-25 Thread Rebecca Cran
After installing 12.0-BETA1, on the first boot I noticed a warning about $local_unbound_tls not being set properly. It looks like that flag was only added recently by Dag-Erling, in "Add support for DNS-over-TLS to the local_unbound service." -- Rebecca

tmpfs corrupt file (aarch64/12.0-ALPHA5)

2018-10-25 Thread Ronald Klop
Hello, I'm running this small script which generates changelog file in gzipped JSON format. TMPDIR=/var/tmp START=1 END=$(( $START + $STEP - 1 )) while test $START -lt 30 do svnlite log --xml -r $START:$END -v ~/src/freebsd-base > $TMPDIR/bla.xml bin/xml2json.py >

Re: Facing kernel panic during early boot from 12.0 ALPHA9

2018-10-25 Thread Mark Johnston
On Tue, Oct 23, 2018 at 07:10:02PM +0530, Rajesh Kumar wrote: > Hi Mark, > > > From the db> prompt, could you please run "show page" and "show pageq", > > and post the output? > > The system gets hung when it runs to db prompt. I only have the option to > force shutdown at that point. Is there

Re: Has anything changed from 11.2 to 12.0 in PCI MSI/MSIX path?

2018-10-25 Thread Rajesh Kumar
Hi John, Thanks a lot. It helps. I backported the changes to 11.2 and tried booting in my board with success without any need for the said tunables. I see those changes are marked for MFC after 2 Weeks. But I don't see them still in stable/11 branch. So, will it be taken into stable/11 branch

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Pieper, Jeffrey E
This was build this morning and includes: commit f37256a01fe12fe4d65128c82c6804d47dd511c1 Author: kib Date: Thu Oct 25 13:37:57 2018 + Bump base OpenSSL libraries versions to avoid conflict with port's libraries. Reported by:many Reviewed by:gjb Sponsored

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Per Gunnarsson
I rebuilt pkg from ports and it seems to work now. When I think about it there was a note in UPDATING that I maybe should have read. 20181009:     OpenSSL has been updated to version 1.1.1.  This update included     additional various API changes througout the base system.  It is    

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Warner Losh
On Thu, Oct 25, 2018 at 10:46 AM Warner Losh wrote: > > > On Thu, Oct 25, 2018 at 10:26 AM Rebecca Cran > wrote: > >> On 10/25/18 10:20 AM, Rebecca Cran wrote: >> >> > >> > uart0 pnpinfo _HID=AMDI0020 _UID=0 at handle=\_SB_.FUR0 >> > uart1 pnpinfo _HID=AMDI0020 _UID=1 at

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Pieper, Jeffrey E
This a new build from distfiles (generated from src) with no packages installed. Thanks, Jeff On 10/25/18, 9:48 AM, "Ben Widawsky" wrote: You'll need to update base first, and ideally update all your packages before make delete-old and make delete-old-libs On 18-10-25

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Ben Widawsky
You'll need to update base first, and ideally update all your packages before make delete-old and make delete-old-libs On 18-10-25 16:29:59, Pieper, Jeffrey E wrote: > I'm seeing: > > Installing pkg-1.10.5_5... > Extracting pkg-1.10.5_5: 100% > ld-elf.so.1: Shared object "libssl.so.9" not found,

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Sean Bruno
On 10/25/18 10:29 AM, Pieper, Jeffrey E wrote: > I'm seeing: > > Installing pkg-1.10.5_5... > Extracting pkg-1.10.5_5: 100% > ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg" > > Thanks, > Jeff Is this before or after the move of libssl.so.9 -> libssl.so.111 ?

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rebecca Cran
On 10/25/18 10:46 AM, Warner Losh wrote: Oh! that looks mostly right, though IIRC the higher UIDs might be something else. Harmless enough for now, though. Thanks. I also think you might be able to test if we can remove a special case kludge we have for the AMDI0020 device since it

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Warner Losh
On Thu, Oct 25, 2018 at 10:26 AM Rebecca Cran wrote: > On 10/25/18 10:20 AM, Rebecca Cran wrote: > > > > > uart0 pnpinfo _HID=AMDI0020 _UID=0 at handle=\_SB_.FUR0 > > uart1 pnpinfo _HID=AMDI0020 _UID=1 at handle=\_SB_.FUR1 > > uart2 pnpinfo _HID=AMDI0020 _UID=2 at handle=\_SB_.FUR2 >

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Warner Losh
On Thu, Oct 25, 2018 at 10:17 AM Kurt Jaeger wrote: > Hi! > > > On 10/25/18 5:19 PM, Sean Bruno wrote: > > > pkg-static install -f pkg > > > > It works better now, but there are some complaints. > > If it's only the certificate issue, try this: > > cd /usr/local/etc > cp pkg.conf.sample pkg.conf

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Pieper, Jeffrey E
I'm seeing: Installing pkg-1.10.5_5... Extracting pkg-1.10.5_5: 100% ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg" Thanks, Jeff On 10/25/18, 9:18 AM, "owner-freebsd-curr...@freebsd.org on behalf of Kurt Jaeger" wrote: Hi! > On 10/25/18 5:19 PM, Sean

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rebecca Cran
On 10/25/18 10:20 AM, Rebecca Cran wrote:     uart0 pnpinfo _HID=AMDI0020 _UID=0 at handle=\_SB_.FUR0     uart1 pnpinfo _HID=AMDI0020 _UID=1 at handle=\_SB_.FUR1     uart2 pnpinfo _HID=AMDI0020 _UID=2 at handle=\_SB_.FUR2     uart3 pnpinfo _HID=AMDI0020 _UID=3 at handle=\_SB_.FUR3 Also, in

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rebecca Cran
On 10/25/18 10:18 AM, Warner Losh wrote: That seems incorrect. It looks like we're attaching too much. what does devinfo -v | grep uart tell you?     uart0 pnpinfo _HID=AMDI0020 _UID=0 at handle=\_SB_.FUR0     uart1 pnpinfo _HID=AMDI0020 _UID=1 at handle=\_SB_.FUR1     uart2 pnpinfo

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Warner Losh
On Thu, Oct 25, 2018 at 10:16 AM Rebecca Cran wrote: > On 10/25/18 10:00 AM, Warner Losh wrote: > > > > > I suspect you can just lose those hints in the hints file and be fine. > The > > uart should attach via acpi. The keyboard won't, however, since it isn't > > enabled. Can you try removing

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rebecca Cran
On 10/25/18 10:00 AM, Warner Losh wrote: I suspect you can just lose those hints in the hints file and be fine. The uart should attach via acpi. The keyboard won't, however, since it isn't enabled. Can you try removing these lines from your hints file and see if the problem persists? Note this

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Kurt Jaeger
Hi! > On 10/25/18 5:19 PM, Sean Bruno wrote: > > pkg-static install -f pkg > > It works better now, but there are some complaints. If it's only the certificate issue, try this: cd /usr/local/etc cp pkg.conf.sample pkg.conf vi pkg.conf - PKG_ENV : { SSL_NO_VERIFY_PEER: 1 }

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Per Gunnarsson
On 10/25/18 5:19 PM, Sean Bruno wrote: > pkg-static install -f pkg It works better now, but there are some complaints. root@konjak:/usr # pkg-static install -f pkg pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended Updating FreeBSD

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Warner Losh
On Thu, Oct 25, 2018 at 9:35 AM Rebecca Cran wrote: > On 10/25/18 5:02 AM, Rodney W. Grimes wrote: > > > Can you please reply with the specific device. > > If you have seen one it may be an issue to removing it, > > especially if this is on a "new AMD" system. > > > This is a new Ryzen system.

Re: savecore: BFD: BFD 2.17.50 [FreeBSD] 2007-07-03 assertion fail /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf64-x86-64.c:276

2018-10-25 Thread John Baldwin
On 10/25/18 2:14 AM, Marcin Cieslak wrote: > On Wed, 24 Oct 2018, John Baldwin wrote: > >> On 10/23/18 10:58 AM, Marcin Cieslak wrote: >>> This GDB was configured as "amd64-marcel-freebsd"...BFD: >>> /boot/kernel/kernel: invalid relocation type 37 >>> BFD: BFD 2.17.50 [FreeBSD] 2007-07-03

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rebecca Cran
On 10/25/18 5:02 AM, Rodney W. Grimes wrote: Can you please reply with the specific device. If you have seen one it may be an issue to removing it, especially if this is on a "new AMD" system. This is a new Ryzen system. For me, I get warnings about atkbdc0 and uart0: atkbdc0: at port

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Sean Bruno
On 10/25/18 6:57 AM, Kurt Jaeger wrote: > Hi! > >> FreeBSD konjak 13.0-CURRENT FreeBSD 13.0-CURRENT r339705 GENERIC  amd64 >> >> pkg-static install -f pkg >> pkg-static: Warning: Major OS version upgrade detected.  Running >> "pkg-static install -f pkg" recommended >> Updating FreeBSD

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rodney W. Grimes
> On Thu, Oct 25, 2018 at 8:10 AM Eric van Gyzen wrote: > > > On 10/25/18 6:57 AM, Rodney W. Grimes wrote: > > >>> I noticed a warning on a new AMD system running 12-BETA1: > > >>> > > >>> non-PNP ISA device will be removed from GENERIC in FreeBSD 12. > > >> Can you please reply with the

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Warner Losh
On Thu, Oct 25, 2018 at 8:10 AM Eric van Gyzen wrote: > On 10/25/18 6:57 AM, Rodney W. Grimes wrote: > >>> I noticed a warning on a new AMD system running 12-BETA1: > >>> > >>> non-PNP ISA device will be removed from GENERIC in FreeBSD 12. > >> Can you please reply with the specific device. > >>

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Eric van Gyzen
On 10/25/18 6:57 AM, Rodney W. Grimes wrote: I noticed a warning on a new AMD system running 12-BETA1: non-PNP ISA device will be removed from GENERIC in FreeBSD 12. Can you please reply with the specific device. If you have seen one it may be an issue to removing it, especially if this is on

Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Kurt Jaeger
Hi! > FreeBSD konjak 13.0-CURRENT FreeBSD 13.0-CURRENT r339705 GENERIC  amd64 > > pkg-static install -f pkg > pkg-static: Warning: Major OS version upgrade detected.  Running > "pkg-static install -f pkg" recommended > Updating FreeBSD repository catalogue... > pkg-static: Repository FreeBSD

pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Per Gunnarsson
FreeBSD konjak 13.0-CURRENT FreeBSD 13.0-CURRENT r339705 GENERIC  amd64 pkg-static install -f pkg pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended Updating FreeBSD repository catalogue... pkg-static: Repository FreeBSD load error: access

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rodney W. Grimes
> > I noticed a warning on a new AMD system running 12-BETA1: > > > > non-PNP ISA device will be removed from GENERIC in FreeBSD 12. > Can you please reply with the specific device. > If you have seen one it may be an issue to removing it, > especially if this is on a "new AMD" system.

fix WARNING pid 24503 (uhsoctl): ioctl sign-extension ioctl ffffffff8044692b

2018-10-25 Thread Marcin Cieslak
The following patch seems to fix the signed ioctl value warnings in uhsoctl(). The code is the same in the current and stable branches. Marcin Index: usr.sbin/uhsoctl/uhsoctl.c === --- usr.sbin/uhsoctl/uhsoctl.c (revision 339406)

Re: 12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rodney W. Grimes
> I noticed a warning on a new AMD system running 12-BETA1: > > non-PNP ISA device will be removed from GENERIC in FreeBSD 12. Can you please reply with the specific device. If you have seen one it may be an issue to removing it, especially if this is on a "new AMD" system. > > It looks

Re: Regression of dtrace on 13-CURRENT

2018-10-25 Thread Yasuhiro KIMURA
From: Yasuhiro KIMURA Subject: Regression of dtrace on 13-CURRENT Date: Thu, 25 Oct 2018 14:46:00 +0900 (JST) > So there is regression about dtrace between r339436 and r339548. I submitted this problem to Bugzilla. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232675 --- Yasuhiro KIMURA

Re: savecore: BFD: BFD 2.17.50 [FreeBSD] 2007-07-03 assertion fail /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf64-x86-64.c:276

2018-10-25 Thread Marcin Cieslak
On Wed, 24 Oct 2018, John Baldwin wrote: > On 10/23/18 10:58 AM, Marcin Cieslak wrote: > > This GDB was configured as "amd64-marcel-freebsd"...BFD: > > /boot/kernel/kernel: invalid relocation type 37 > > BFD: BFD 2.17.50 [FreeBSD] 2007-07-03 assertion fail > >

Información importante al cliente. - clave (10535)

2018-10-25 Thread current
___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

12-BETA1 contains warning about non-PNP ISA device

2018-10-25 Thread Rebecca Cran
I noticed a warning on a new AMD system running 12-BETA1: non-PNP ISA device will be removed from GENERIC in FreeBSD 12. It looks like it was introduced by Warner in r327120. Should those devices have been removed already? — Rebecca ___