From owner-freebsd-fs@FreeBSD.ORG Wed May 15 15:43:54 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3200D8A7 for ; Wed, 15 May 2013 15:43:54 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qe0-f46.google.com (mail-qe0-f46.google.com [209.85.128.46]) by mx1.freebsd.org (Postfix) with ESMTP id EB70284B for ; Wed, 15 May 2013 15:43:53 +0000 (UTC) Received: by mail-qe0-f46.google.com with SMTP id f6so1348713qej.33 for ; Wed, 15 May 2013 08:43:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=TzyWXaWFwMW06hVjBSCvQV4eFtDwmj/VFcGbfyHYUfM=; b=pkB528bMGKxbZ7tFmm5M9SB+ABt9z8pHHevIyaTMzv6xmUjyCkDkTMm1P7/6sd0C7V 47Upvp27QBGfC+XZfMqyLv5T+a2KHIr0+07yahYv63S9Ww922Yw9npCp/lCrLjNfPNFM stFSIACwlb9sbwf9f56MRedUiWGsxNE6aO+BNPTr4Qx1+n+WUb1XPUD7XGVbp79lxb/o gSRSlR6wCR5YdoPit8CEZ7JvUKK5EibXpVt8BH6FwqXw2t05whT2MbvRBC2EdJ6RMeVN 7xNASHVeBBxPMFNGQa3ni3wWg92AlJ7hlAYiF/IJeUyiHACMY96cSMvIpq1lfDZpXWgZ E3Hg== MIME-Version: 1.0 X-Received: by 10.229.32.2 with SMTP id a2mr4801806qcd.78.1368632633066; Wed, 15 May 2013 08:43:53 -0700 (PDT) Received: by 10.49.1.44 with HTTP; Wed, 15 May 2013 08:43:52 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 May 2013 08:43:52 -0700 Message-ID: Subject: Re: FreeBSD 9-RELEASE zpool Out of File Descriptors ?? From: Freddie Cash To: Outback Dingo Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Filesystems , Ronald Klop X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2013 15:43:54 -0000 On Wed, May 15, 2013 at 5:46 AM, Outback Dingo wrote: > well, i was upgrading FreeBSD 9-RELEASE to CURRENT, did a make buildworld, > then a make installworld, when i went to do a make buildkernel > thats the error i got, so id say, yes it is "out of sync" > That's your issue right there. You are running a newer userland on an older kernel, which doesn't work. You can run an older userland on a newer kernel (aka installkernel for -CURRENT while running -RELEASE world). But you can't do the opposite. The order of install is important. Kernel before world. Always. -- Freddie Cash fjwcash@gmail.com