Re: /dev/null & zero inside chroot for make release

2010-05-15 Thread Tjado Mäcke
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) >

Re: /dev/null & zero inside chroot for make release

2010-05-15 Thread Tjado Mäcke
http://www.ijs.si/software/amavisd/README.chroot mknod dev/nullc 2 2 # FreeBSD Best regards tjado ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-h

Re: Custom USB layout & sysinstall (Starting FIXIT)

2010-05-15 Thread none none
On Sat, May 15, 2010 at 12:14 AM, Ken Smith wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 5/14/10 1:16 PM, none none wrote: >> I've read it, all. >> What he is proposing, is about building our own image flavor. >> (make-memstick.sh) >> Exactly, that act, is an issue here, as it

Re: /dev/null & zero inside chroot for make release

2010-05-15 Thread Jilles Tjoelker
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 mkno

Re: /dev/null & zero inside chroot for make release

2010-05-15 Thread Julian H. Stacey
Hi, =?ISO-8859-15?Q?Tjado_M=E4cke?= 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 ... deprecate

Re: /dev/null & zero inside chroot for make release

2010-05-15 Thread Tjado Mäcke
> Thanks for trying to help :-) But this is in Wrong. > Line 4 on that page: > Last updated: 2005-08-11 > 5 years later, FreeBSD-8.0 has via ls -l /dev/null > crw-rw-rw- 1 root wheel0, 31 May 15 14:17 /dev/null > so both major & minor numbers have changed, command now would be >

openntpd port for freebsd8: removal of custom arc4random_uniform

2010-05-15 Thread n...@spam@mgedv.net
hi naddy, i'm not sure whether this is relevant or not, but: in the openntpd-4.6 port there's a file called arc4random.c, which gets involved during compilation and linking of openntpd: static linking fails because the function arc4random_uniform (which did not exist on 7.2-RELEASE) is delivere