Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 03:53:52 -0800
From:      Will Andrews <will@csociety.org>
To:        sparc@freebsd.org
Cc:        phk@freebsd.org
Subject:   Re: setting up a jail a bit lost.
Message-ID:  <20030228115352.GD37397@procyon.firepipe.net>
In-Reply-To: <NEBBKKNOEKKNLLNMEOHFOEDBNFAA.brian@ukip.com>
References:  <NEBBKKNOEKKNLLNMEOHFOEDBNFAA.brian@ukip.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 28, 2003 at 10:28:18AM -0000, Bri wrote:
> I am setting up a jail on freebsd/sparc64 and in the jail man page there's
> this example to follow
> 
>      D=/here/is/the/jail
>      cd /usr/src
>      mkdir -p $D
>      make world DESTDIR=$D
>      cd etc
>      make distribution DESTDIR=$D
>      cd $D/dev
>      sh MAKEDEV jail
>      cd $D
>      ln -sf dev/null kernel
> 
> but the MAKEDEV program isn't included in current as it is has devfs and I
> can't find the jail device in /usr/src/sys/conf/majors on currents sources
> to create it with mknod.
> 
> Has anyone setup a jail on freebsd/sparc64 that can help me.

Instead of using MAKEDEV just mount a devfs on the target jail
"filesystem".  See devfs(5).  PHK, I think you need to update the
jail documentation to account for devfs...

Regards,
-- 
wca

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message




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