On 07/02/2011 02:52 AM, Lisandro Damián Nicanor Pérez Meyer wrote:
I have clearly not been verbose enough, so I'll better try to solve that :-)

The problem is the following: once I create a chroot, I copy /usr/bin/qemu-
mips-static to $CHROOT/usr/bin and then chroot $CHROOT.

Now if I do run touch on any file, I get:

root@debian:/# touch tito
/usr/bin/touch: setting times of `tito': Level 2 not synchronized

Once again, any pointer to try to debug it would be highly appreciated.

You can run /usr/bin/qemu-mips-static -strace /bin/touch tito to see what syscall are being run, and what gives the level2 error.

Some basic details should also be provided for good bugreport:

1. version of qemu being used (a release or latest git?)
2. host linux version (2.6.?)  and architecture (i386, x86_64, ?)
3. version of debian used to create chroot (lenny. squeeze, sid, ??)

Riku

Reply via email to