On Tue, 30 Aug 2005, Alf Schlichting wrote: > I have linux emulation set up. Now i tried this: > > [EMAIL PROTECTED]:58# cd /emul/linux > [EMAIL PROTECTED]:59# ./usr/sbin/chroot . /bin/bash > [EMAIL PROTECTED]:60# date > Thu Jan 1 01:00:02 CET 1970 > [EMAIL PROTECTED]:61#
bash isn't recognized as a linux exec, and it does some syscall that maps to settimeofday for native. ktrace will give you some indication of what happens. playing with brandelf (or the kernel's elf identifier if so bold) would help. -- And that's why it's called survival of the fittest.
