On Thu, Oct 17, 2002 at 09:53:37AM -0400, Robert Withrow wrote: > Hmm??? Doing "chmod 666 /compat/linux/dev/null" fixes the problem. > > This looks like a bug in the linux-base port. I'll file a PR.
The port already does this: # # Make sure we have a /dev/null in the chrooted environment. @${MKDIR} ${LINUXBASE}/dev @${RM} -f ${LINUXBASE}/dev/null @mknod ${LINUXBASE}/dev/null c 2 2 @${CHMOD} 666 ${LINUXBASE}/dev/null I don't know why yours didnt do that, but it certainly should have. Kris
msg37623/pgp00000.pgp
Description: PGP signature