Package: ski Version: 1.3.2-4 It appears that ski fails to emulate the clone2 system call that glibc uses to implement fork().
$ sudo debootstrap --foreign --arch=ia64 lenny ia64 … $ cd ia64 $ bskinc -simroot $PWD bin/sh -c 'exec ls' bin boot debootstrap dev etc home lib mnt proc root sbin selinux sys tmp usr var $ bskinc -simroot $PWD bin/sh -c 'ls; ls' Ignoring unimplemented clone() system call /home/anders/chroot/ia64/bin/sh: fork: Function not implemented $ bskinc -simroot $PWD -strace bin/sh -c 'ls; ls' … <sc1213>(0x1200011,0x0,0x0,0x0,0x200000000036a090,0x0) -> Ignoring unimplemented clone() system call 0x26/-1 … (where 1213 == __NR_clone2, 0x1200011 == CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, 0x26 == ENOSYS) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org