From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgGnr-0007Oa-RK for qemu-devel@nongnu.org; Mon, 11 Jul 2011 09:45:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgGnp-00051V-WA for qemu-devel@nongnu.org; Mon, 11 Jul 2011 09:45:39 -0400 Received: from afflict.kos.to ([92.243.29.197]:39259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgGnp-00050Z-IS for qemu-devel@nongnu.org; Mon, 11 Jul 2011 09:45:37 -0400 Message-ID: <4E1AFE77.8090804@iki.fi> Date: Mon, 11 Jul 2011 16:45:27 +0300 From: riku voipio MIME-Version: 1.0 References: <201107011446.12265.perezmeyer@gmail.com> <201107012052.30363.perezmeyer@gmail.com> In-Reply-To: <201107012052.30363.perezmeyer@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] qemu-user[armel/mips] and debian-rootfs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Lisandro_Dami=E1n_Nicanor_P=E9rez_Meyer?= Cc: qemu-devel@nongnu.org On 07/02/2011 02:52 AM, Lisandro Dami=E1n Nicanor P=E9rez Meyer wrote: > I have clearly not been verbose enough, so I'll better try to solve tha= t :-) > > The problem is the following: once I create a chroot, I copy /usr/bin/q= emu- > 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=20 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