On Jan 30, 2008 1:56 PM, Glen Barber <[EMAIL PROTECTED]> wrote:
> On Wednesday 30 January 2008 03:48:17 pm Kurt Buff wrote:
>
> > I've followed the steps in the handbook through 15.4 (the 'make
> > distribution' step got an error, which I ignored after reading the
> > notes) up to the point where I entered the following in my
> > /etc/rc.conf.
> >
>
> What was the error?  Did you change directories to 'etc' as instructed in the
> handbook? (If so, `cd /usr/src; make distribution DESTDIR=$D', and see if you
> get the same error.)  Not changing directories on my system successfully
> built the distribution.
>
> >
> > I then did /etc/rc.d/jail /start wotan
> >
>
> Are you typing `/etc/rc.d/jail /start wotan' ? If so, it *should* be:
> `/etc/rc.d/jail start wotan'
> Note the lack of a '/' before start.
>
> HTH
> --
> Glen Barber
> (570)328-0318

I've started over, at this point.

I've blown away /jails/wotan (and used chflags -R noschg * to make
sure nothing was left), and am using this command line to leave this
running overnight - I'll check on it when I get back in the morning:

# mkdir /jails/wotan && setenv D /jails/wotan && cd /usr/src && make
world DESTDIR=$D && cd etc && make distribution DESTDIR=$D &&
mount_devfs devfs $D/dev

Kurt
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to