From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdHC6-0001k1-2C for qemu-devel@nongnu.org; Tue, 27 Nov 2012 04:11:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdHBz-0000Dk-UW for qemu-devel@nongnu.org; Tue, 27 Nov 2012 04:11:05 -0500 Received: from indium.canonical.com ([91.189.90.7]:42918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdHBz-0000Dg-MB for qemu-devel@nongnu.org; Tue, 27 Nov 2012 04:10:59 -0500 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1TdHBy-0000RV-Ma for ; Tue, 27 Nov 2012 09:10:58 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id A899A2E8011 for ; Tue, 27 Nov 2012 09:10:58 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 27 Nov 2012 09:03:00 -0000 From: Justin Shafer <739785@bugs.launchpad.net> Sender: bounces@canonical.com References: <20110321222037.3067.75336.malonedeb@soybean.canonical.com> <20121120003141.22254.28563.malone@gac.canonical.com> Message-Id: <000501cdcc7e$007a67e0$016f37a0$@gmail.com> Errors-To: bounces@canonical.com Subject: Re: [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode can't fork (bash: fork: Invalid argument) Reply-To: Bug 739785 <739785@bugs.launchpad.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Open GL Works with wglgears. ubuntu@hptp-u1210b1:~/.wine/drive_c$ wine ./wglgears.exe qemu: Unsupported syscall: 254 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 qemu: Unsupported syscall: 242 Unsupported ancillary data: 1/2 qemu: Unsupported syscall: 242 err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, mos= t likely your OpenGL drivers haven't been installed correctly (using GL ren= derer "Software Rasterizer", version "1.4 (2.1 Mesa 9.0)"). 366 frames in 5.0 seconds =3D 73.200 FPS 315 frames in 5.0 seconds =3D 63.000 FPS 312 frames in 5.0 seconds =3D 62.400 FPS 334 frames in 5.0 seconds =3D 66.800 FPS 340 frames in 5.0 seconds =3D 68.000 FPS 320 frames in 5.0 seconds =3D 64.000 FPS 340 frames in 5.0 seconds =3D 68.000 FPS 320 frames in 5.0 seconds =3D 64.000 FPS 340 frames in 5.0 seconds =3D 68.000 FPS 340 frames in 5.0 seconds =3D 68.000 FPS -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/739785 Title: qemu-i386 user mode can't fork (bash: fork: Invalid argument) Status in QEMU: New Status in =E2=80=9Cqemu=E2=80=9D package in Debian: Confirmed Bug description: Good time of day everybody, I have been trying to make usermode qemu on ARM with plugapps (archlinux) with archlinux i386 chroot to work. 1. I installed arch linux in a virtuabox and created a chroot for it with= mkarchroot. Transferred it to my pogo plug into /i386/ 2. I comiled qemu-i386 static and put it into /i386/usr/bin/ ./configure --static --disable-blobs --disable-system --target-list=3Di38= 6-linux-user make 3. I also compiled linux kernel 2.6.38 with CONFIG_BINFMT_MISC=3Dy and in= stalled it. uname -a Linux Plugbox 2.6.38 #4 PREEMPT Fri Mar 18 22:19:10 CDT 2011 armv5tel Fer= oceon 88FR131 rev 1 (v5l) Marvell SheevaPlug Reference Board GNU/Linux 4. Added the following options into /etc/rc.local /sbin/modprobe binfmt_misc /bin/mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc echo ':qemu-i386:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x= 00\x02\x00\x03\x00:\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff= \xff\xff\xfb\xff\xff\xff:/usr/bin/qemu-i386:' >/proc/sys/fs/binfmt_misc/reg= ister 5. Also copied ld-linux.so.3 (actually ld-2.13.so because ld- linux.so.3 is a link to that file) from /lib/ to /i386/lib/ 6.Now i chroot into /i386 and I get this: [root@Plugbox i386]# chroot . [II aI hnve ao n@P /]# pacman -Suy bash: fork: Invalid argument 7.I also downloaded linux-user-test-0.3 from qemu website and ran the tes= t: [root@Plugbox linux-user-test-0.3]# make ./qemu-linux-user.sh [qemu-i386] ../qemu-0.14.0/i386-linux-user/qemu-i386 -L ./gnemul/qemu-i386 i386/ls -l= dummyfile BUG IN DYNAMIC LINKER ld.so: dl-version.c: 210: _dl_check_map_versions: A= ssertion `needed !=3D ((void *)0)' failed! make: *** [test] Error 127 To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/739785/+subscriptions