FreeBSD 9-RELEASE zpool Out of File Descriptors ??

Freddie Cash fjwcash at gmail.com
Wed May 15 15:43:54 UTC 2013


On Wed, May 15, 2013 at 5:46 AM, Outback Dingo <outbackdingo at gmail.com>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 at gmail.com


More information about the freebsd-fs mailing list