On Sat, May 15, 2010 at 09:12:04AM +0200, Tjado Mäcke wrote: > Am 13.05.2010 19:44, schrieb Julian H. Stacey: > > Hi Hackers, > > Problem with /dev/null & /dev/zero inside a chroot: > > I wanted to build a release from inside a chroot
> > What sort of null & zero should be in chroot ? > > man mknod ... deprecated ... > > Should I be running a devfs (I'm not currently) > > Or a jail ? (I dont really want that level of encapsulation ). > http://www.ijs.si/software/amavisd/README.chroot > mknod dev/null c 2 2 # FreeBSD This is deprecated as of FreeBSD 5.0 and does not work at all as of FreeBSD 6.0, see mknod(8). Only device nodes in devfs can be used to access devices. -- Jilles Tjoelker _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"