Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 18:10:09 -0800
From:      "Kurt Buff" <kurt.buff@gmail.com>
To:        "Glen Barber" <glen.j.barber@gmail.com>
Cc:        freebsd-jail@freebsd.org
Subject:   Re: Newb alert...
Message-ID:  <a9f4a3860801301810r41a3f34ale03fddeea7111568@mail.gmail.com>
In-Reply-To: <200801301656.03087.glen.j.barber@gmail.com>
References:  <a9f4a3860801301248s46f15254r8676478b8c0fc9dd@mail.gmail.com> <200801301656.03087.glen.j.barber@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 30, 2008 1:56 PM, Glen Barber <glen.j.barber@gmail.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a9f4a3860801301810r41a3f34ale03fddeea7111568>