Hi misc, I've been trying for the last 3 days to chroot (from OpenBSD) to a Linux image, such as /emul/linux.
The problem is that all I get is my date being set back to 1970. Basicly what I try/do is: # export SHELL=/bin/sh # mount -t procfs proc /emul/linux/proc # chroot /emul/linux What happens next is that I get: # # #<cursor here> And my date is 1 Jan 1970... fun eh?:) Any tips are more than welcomed. Thanks, Paul.

