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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[EMAIL PROTECTED]"
