Sorry to change the status. I'm not that familiar with Launchpad and
was looking for a commit that fixes this bug.
--
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 ca
@Ricardo I did not have such a problem and it ran all simple programs just fine
(top, ls, cd, cp and so on) on my armv5t. Though I did not cross-compile, but
natively compiled qemu on the box itself.
It would be cool to have it working, but I don't think it will happen any time
soon. I just bou
I had exactly the same behavior with a patched 0.14.1. Wine doesn't work
and that was the reason I was so eager to run qemu.
--
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 us
YES! That did the trick!
Though, with this patch I was unable to compile qemu 0.15rc1. I suppose
the patch wasn't meant for it, but with 0.14.1 it works flawlessly.
Also, I had to do echo 2 >/proc/cpu/alignment as was mentioned by Peter.
I hope the patch gets applied to the main tree.
--
You re
Awesome Artyom! I'm compiling now. I will report back if this patch
works for arm as well.
--
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 on ARMv5 host fails (bash:
If you need an i386 chroot for testing, I created one a while ago
(archlinux): http://www.mediafire.com/download.php?qq63mnay2byqqie
--
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
Ok, it seemed as though "ls" worked from "strace -ff -o ls-strace-
alignment-2.log chroot /i386 /usr/bin/qemu-i386 /bin/ls"
so I tried to execute the package manager:
[root@Plugbox ~]# chroot /i386 /usr/bin/qemu-i386 /usr/bin/pacman -Suy
qemu: Unsupported syscall: 240
:: Synchronizing
[root@Plugbox ~]# strace -ff -o bash-strace-alignment-2.log chroot /i386
/usr/bin/qemu-i386 /bin/bash
[root@Plugbox /]# ls
bash: fork: Invalid argument
[root@Plugbox /]# exit
exit
** Attachment added: "bash-strace-alignment-2.log.16325"
https://bugs.launchpad.net/qemu/+bug/739785/+attachment
Garbled text might have been fixed in the recent versions as it seems.
Even with User faults == 0 the text is not garbled.
[root@Plugbox ~]# strace -ff -o ls-strace.log chroot /i386 /usr/bin/qemu-i386
/bin/ls
Inconsistency detected by ld.so: dl-version.c: 230: _dl_check_map_versions:
Assertion
** Attachment added: "ls-strace-alignment-2.log.15427"
https://bugs.launchpad.net/qemu/+bug/739785/+attachment/2170433/+files/ls-strace-alignment-2.log.15427
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.n
Did you modify some code to get it working on your armv5 ?
--
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 on ARMv5 host fails (bash: fork: Invalid argument)
Status
I have to add that it's with kernel 2.6.39 and qemu 0.14.1 compiled from
source
[root@Plugbox ~]# uname -a
Linux Plugbox 2.6.39-ARCH #1 PREEMPT Tue Jun 14 15:55:01 MDT 2011 armv5tel
Feroceon 88FR131 rev 1 (v5l) Marvell SheevaPlug Reference Board GNU/Linux
[root@Plugbox ~]# /i386/usr/bin/qemu-i386
Neither does it work for me:
[root@Plugbox /]# cat /proc/cpu/alignment
User: 293831
System: 1
Skipped:0
Half: 22200
Word: 271546
DWord: 1
Multi: 0
User faults:2 (fixup)
[root@Plugbox /]# chroot /i386
[root@Plugbox /]# ls
bash: for
> It's only user-mode that doesn't work, I think
You are correct in saying that only user mode does not work. I did
install windows 98 in qemu VM and it worked fine (aside from the fact
that it was slow :))
--
You received this bug notification because you are a member of qemu-
devel-ml, which i
Do you think it will ever get fixed in a reasonable amount of time(or
ever) or am I better off just getting an x86 low power board to run x86
binary-only code?
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net
Hi,
Just wondering if there has been any progress regarding this issue.
Thanks!
--
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 on ARMv5 host fails (bash: fork: Inva
Wow you are fast!
The hardware I use is pogoplug with plugapps linux. I think any plug computer
will do.
http://plugapps.com/index.php5/Install_on_Pogoplug_V2_Pink
They are sold for about $50.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribe
Hello,
[root@Plugbox ~]# strace -ff -o ls-strace.log chroot /i386 /usr/bin/qemu-i386
/bin/ls
b? d?e?l? mu-e386i ome oot roc s? u?
bin diae hlrc.tin.gar m? o?oot qs? t? v?
[root@Plugbox ~]# strace -ff -o bash-strace.log chroot /i386 /usr/bin/qemu-i386
Also by googling I noticed that many people have the same problem if
their CPU architecture is different from x86, and the try to emulate
x86.
** Attachment added: "ls-strace"
https://bugs.launchpad.net/qemu/+bug/739785/+attachment/1951371/+files/ls-strace.log.32356
--
You received this bug
I compiled a static bash build. Now there's no weird command prompt, but
I still can't execute anything because of fork.
[root@Plugbox i386]# chroot .
bash-44.# ls
bash: fork: Invalid argument
bash-44.# a
bash: fork: Invalid argument
bash-44.# asdf
bash: fork: Invalid
I found some more info about this, however it was on a ppc platform so I don't
know if it'll be useful:
http://www.powerdeveloper.org/forums/viewtopic.php?p=13709
"I've made some investigations. Seems that the problem is here:
clone(18874385,0,0,0,1210087208,1074262024) = -1 errno=22 (Invalid arg
Public bug reported:
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 co
22 matches
Mail list logo