Build error: 'isa/rtc.h' file not found

2017-10-01 Thread Alex V. Petrov
revision 324186 In file included from /usr/obj/usr/src/tmp/usr/include/sys/efi.h:33: /usr/obj/usr/src/tmp/usr/include/machine/efi.h:35:10: fatal error: 'isa/rtc.h' file not found -- - Alex. ___ freebsd-current@freebsd.org mailing list https://lists.f

Re: panic in AcpiOsGetTimer during boot.

2017-10-01 Thread Conrad Meyer
Hey Rick, Are you running into the same issue reported on this svn-src thread? https://lists.freebsd.org/pipermail/svn-src-all/2017-September/151775.html I believe jkim has reverted the change in a subsequent revision (r324136). Best, Conrad On Sun, Oct 1, 2017 at 3:12 PM, Rick Macklem wrote:

panic in AcpiOsGetTimer during boot.

2017-10-01 Thread Rick Macklem
Hi, I get the KASSERT panic in AcpiOsGetTimer() while booting a recent (2 day old) kernel. When I delete the KASSERT(), the kernel boots and seems to work ok. (This is the AcpiOsGetTimer() in sys/dev/acpica/Osd/OsdSchedule.c. There also seems to be one of these functions under contrib.) Here is

Re: Can't NFS mount ZFS volume

2017-10-01 Thread Rick Macklem
Danny Braniss wrote: > Michael Butler wrote: >> I have no idea why but using .. >> >> sudo /sbin/mount vm01:/usr/local/exports/ /mnt >> .. instead of .. >> >> sudo /sbin/mount -t nfs vm01:/usr/local/exports/ /mnt > > the not working is : > mount host:/path some-local-path > > which should d

Re: Newbie q [repost]

2017-10-01 Thread Jakub Lach
I can't help noticing your signature, so clean installation is always a good start. -- Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-current-f3875308.html ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

Re: Newbie q [repost]

2017-10-01 Thread Matthew Seaman
On 01/10/2017 13:22, Jeffrey Bouquet wrote: > I've a uname-a : STABLE-11 that svn's to 12-HEAD and will not buildworld > despite > 'make cleanworld ' and '/bin/rm -rf /usr/obj/usr' both... and src.conf and > make.conf removed from /etc. > ... > libmap.conf problem? > u

Re: Can't NFS mount ZFS volume

2017-10-01 Thread Daniel Braniss
> On 1 Oct 2017, at 14:41, Rick Macklem wrote: > > Michael Butler wrote: >> I have no idea why but using .. >> >> sudo /sbin/mount vm01:/usr/local/exports/ /mnt > This is weird. I would have thought they would both result in the same > behaviour. >> .. instead of .. >> >> sudo /sbin/mount -t n

Newbie q [repost]

2017-10-01 Thread Jeffrey Bouquet
I've a uname-a : STABLE-11 that svn's to 12-HEAD and will not buildworld despite 'make cleanworld ' and '/bin/rm -rf /usr/obj/usr' both... and src.conf and make.conf removed from /etc. ... libmap.conf problem? unpack base.txz etc how? pkg of base ready somewhat and a h

Re: Can't NFS mount ZFS volume

2017-10-01 Thread Rick Macklem
Michael Butler wrote: > I have no idea why but using .. > > sudo /sbin/mount vm01:/usr/local/exports/ /mnt This is weird. I would have thought they would both result in the same behaviour. > .. instead of .. > > sudo /sbin/mount -t nfs vm01:/usr/local/exports/ /mnt Did this work with the older sys