Lo and Behold, eT said:
> During a make release for 3.2-RELEASE I get the following error:
> 
> vnconfig: open: Device not configured
> *** Error code 1
>
> What does this mean and how do I fix it?

  It means you don't have any vnode devices configured in your kernel.
What, you ask, is a vnode disk driver?  See:

0:  man 4 vn

Once you've read the manpage and grok what's going on, then do the
rest of this:

1:  MAKEDEV vn0

2:  Add a 'pseudo-device vn'  to your kernel config.

3:  Recompile, reboot, be happy.

   -Dave

-- 
work: [EMAIL PROTECTED]                     me:  [EMAIL PROTECTED]
      University of Utah CS Department         http://www.angio.net/
   "If you haul a man up a crack, you will bloody his fingers for a day...
    If you teach a man to climb, you will bloody his fingers for life."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to