Re: ukbd.c: error: use of undeclared identifier 'key_map'

2016-03-09 Thread Hans Petter Selasky
On 03/09/16 23:04, Brendan Sechter wrote: Hello- My kernel fails to build when I specify a default keymap. The problem appears to exist in both atkbd(4) and ukbd(4). My last build appears to have succeeded in September of last year. That may have been when I added the option. My kernel conf

Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #1120 - Still Failing

2016-03-09 Thread Bryan Drewery
On 3/9/2016 1:48 AM, jenkins-ad...@freebsd.org wrote: > FreeBSD_HEAD_amd64_gcc4.9 - Build #1120 - Still Failing: > > Build information: > https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1120/ > Full change log: > https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1120/changes >

Re: zfsboot patch for /usr

2016-03-09 Thread Allan Jude
On 03/09/2016 18:36, Roger Marquis wrote: > Wondering if anyone has example patches for zfsboot (from > usr.sbin/bsdinstall/scripts)? > > We're looking to change some of the default zfs subvolumes, removing /usr in > favor of /usr/local in particular, and have run into a "parent does not exist" >

Re: zfsboot patch for /usr

2016-03-09 Thread Ultima
Zfs automatically creates directories needed to be mounted, it would be a wasted effort making directories for zfs. I don't really understand your issue with an unused /usr dataset, but you can just modify the ZFSBOOT_DATASETS area of the script to get accomplish what you're trying to do. On Wed,

Re: zfsboot patch for /usr

2016-03-09 Thread Freddie Cash
On Mar 9, 2016 4:04 PM, "Miroslav Lachman" <000.f...@quip.cz> wrote: > > Roger Marquis wrote on 03/10/2016 00:36: >> >> Wondering if anyone has example patches for zfsboot (from >> usr.sbin/bsdinstall/scripts)? >> >> We're looking to change some of the default zfs subvolumes, removing /usr in >> fa

Re: zfsboot patch for /usr

2016-03-09 Thread Roger Marquis
> I no nothing about this script but if you want /usr/local as ZFS > filesystem, then you need to create parent (/usr in this case) and you > can use property canmount=off plus different 'mountpoint' (for example > /mnt/usr) to not mount /usr over existing directory on root filesystem. Exactly, bu

Re: zfsboot patch for /usr

2016-03-09 Thread Miroslav Lachman
Roger Marquis wrote on 03/10/2016 00:36: Wondering if anyone has example patches for zfsboot (from usr.sbin/bsdinstall/scripts)? We're looking to change some of the default zfs subvolumes, removing /usr in favor of /usr/local in particular, and have run into a "parent does not exist" issue. It'

zfsboot patch for /usr

2016-03-09 Thread Roger Marquis
Wondering if anyone has example patches for zfsboot (from usr.sbin/bsdinstall/scripts)? We're looking to change some of the default zfs subvolumes, removing /usr in favor of /usr/local in particular, and have run into a "parent does not exist" issue. It's not clear where in the script the /usr pa

Re: sr-iov issues, reset_hw() failed with error -100

2016-03-09 Thread Ultima
I have been interested in this when I first read about it in 2012. =] Can this be done in loader.conf? I have vmm_load="YES" I'm not sure if the vf's are usable, I have not actually tested the vf's. The parent ix1 still shows no response. kldunload vmm kenv hw.vmm.force_iommu=1 kldload vmm io

RE: limits: setrlimit umtxp: Invalid argument

2016-03-09 Thread Brendan Sechter
> Subject: Re: limits: setrlimit umtxp: Invalid argument > From: florian.ermi...@alumni.tu-berlin.de > Date: Wed, 9 Mar 2016 18:45:37 +0100 > To: e...@vangyzen.net; sg...@hotmail.com; freebsd-current@freebsd.org > > Am 9. März 2016 16:59:47 MEZ, schrieb Eric van Gyzen : >> On 03/09/2016 09:49, Bren

ukbd.c: error: use of undeclared identifier 'key_map'

2016-03-09 Thread Brendan Sechter
Hello- My kernel fails to build when I specify a default keymap.  The problem appears to exist in both atkbd(4) and ukbd(4).  My last build appears to have succeeded in September of last year.  That may have been when I added the option. My kernel config and the failing build output for ukbd are

Re: sr-iov issues, reset_hw() failed with error -100

2016-03-09 Thread Eric Joyner
I don't know if you're still interested in this, but did you do "kenv hw.vmm.force_iommu=1" before loading the vmm module? I think that might be necessary. On Wed, Feb 24, 2016 at 5:12 PM Ultima wrote: > Yeah, still getting the -100 error, I do have sendmail disabled. I just > tested with sendm

Re: limits: setrlimit umtxp: Invalid argument

2016-03-09 Thread Florian Ermisch
Am 9. März 2016 16:59:47 MEZ, schrieb Eric van Gyzen : > On 03/09/2016 09:49, Brendan Sechter wrote: > > I am running an 11.0-CURRENT VM. > > After recently updating, the following appears on startup and > > dhclient fails to start. > > > > Starting dhclient. > > limits: setrlimit umtxp: Invalid ar

Re: EFI zfs loader and beadm?

2016-03-09 Thread Andrey Fesenko
On Wed, Mar 9, 2016 at 6:48 PM, Eric van Gyzen wrote: > On 03/09/2016 09:40, Andrey Fesenko wrote: >> Hello, >> I'm test EFI boot ZFSroot with BE, this not support now? >> svn 2965489 >> >> If i build simplest system >> http://blog.multiplay.co.uk/2015/12/freebsd-10-2-release-efi-zfs-root-boot/ >>

Re: limits: setrlimit umtxp: Invalid argument

2016-03-09 Thread Eric van Gyzen
On 03/09/2016 09:49, Brendan Sechter wrote: > I am running an 11.0-CURRENT VM. > After recently updating, the following appears on startup and dhclient fails > to start. > > Starting dhclient. > limits: setrlimit umtxp: Invalid argument > /etc/rc.d/dhclient: WARNING: failed to start dhclient > > S

limits: setrlimit umtxp: Invalid argument

2016-03-09 Thread Brendan Sechter
I am running an 11.0-CURRENT VM. After recently updating, the following appears on startup and dhclient fails to start. Starting dhclient. limits: setrlimit umtxp: Invalid argument /etc/rc.d/dhclient: WARNING: failed to start dhclient Similar messages appear for the following. devd pflog syslog

Re: EFI zfs loader and beadm?

2016-03-09 Thread Eric van Gyzen
On 03/09/2016 09:40, Andrey Fesenko wrote: > Hello, > I'm test EFI boot ZFSroot with BE, this not support now? > svn 2965489 > > If i build simplest system > http://blog.multiplay.co.uk/2015/12/freebsd-10-2-release-efi-zfs-root-boot/ > > # zfs get -r mountpoint efifpool > NAME PROPERTYVALU

EFI zfs loader and beadm?

2016-03-09 Thread Andrey Fesenko
Hello, I'm test EFI boot ZFSroot with BE, this not support now? svn 2965489 If i build simplest system http://blog.multiplay.co.uk/2015/12/freebsd-10-2-release-efi-zfs-root-boot/ # zfs get -r mountpoint efifpool NAME PROPERTYVALUE SOURCE efifpool mountpoint /mnt/efifpool defa

Re: Crash with ZFS between r296491 and r296548

2016-03-09 Thread Ed Maste
On 9 March 2016 at 08:28, Jean-Sébastien Pédron wrote: > On 09/03/2016 12:23, Alexander Motin wrote: >> Should be fixed by r296563. >> >> Illumos assumes full sync between kernel and world, so they are quietly >> breaking ABI as often as they want for any new feature. One more set of >> compat sh

Re: Crash with ZFS between r296491 and r296548

2016-03-09 Thread Jean-Sébastien Pédron
On 09/03/2016 12:23, Alexander Motin wrote: > Should be fixed by r296563. > > Illumos assumes full sync between kernel and world, so they are quietly > breaking ABI as often as they want for any new feature. One more set of > compat shim added helps for now. Thank you! I confirm world@296491 +

FreeBSD_HEAD_amd64_gcc4.9 - Build #1120 - Still Failing

2016-03-09 Thread jenkins-admin
FreeBSD_HEAD_amd64_gcc4.9 - Build #1120 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1120/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1120/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_

pf/OpenVPN broken on -HEAD/-CURRENT

2016-03-09 Thread Daniel Engberg
Hi, I updated one of my firewalls and ran into a bug on -CURRENT that I'm unable to fix myself, I've tried to include all relevant information into the bug report (sorry if this is not the correct way to submit bugs). If anyone as any ideas, questions or patches feel free to send me an email

Re: Crash with ZFS between r296491 and r296548

2016-03-09 Thread Alexander Motin
On 09.03.16 06:10, Ed Maste wrote: > On 9 March 2016 at 01:39, Ed Maste wrote: >> On 8 March 2016 at 18:52, Jean-Sébastien Pédron >> wrote: >>> Hi! >>> >>> I use Root on ZFS and my laptop doesn't boot with a kernel from r296548 >>> and world from r296491 (so older than kernel). Ed hits a similar

pf/OpenVPN broken on -HEAD/-CURRENT

2016-03-09 Thread Daniel Engberg
Hi, I updated one of my firewalls and ran into a bug on -CURRENT that I'm unable to fix myself, I've tried to include all relevant information into the bug report (sorry if this is not the correct way to submit bugs). If anyone as any ideas, questions or patches feel free to send an email(CC)