Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] /usr/bin/qemu went away
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3942
Location: Hamburg

PostPosted: Fri Jul 22, 2011 9:26 am    Post subject: [solved] /usr/bin/qemu went away Reply with quote

Hhm, before I updated app-emulation/qemu-kvm-0.14.1 from -r1 ro -r2 the following worked fine :
Code:
/usr/bin/qemu -k de -enable-kvm -m 256 -localtime -cdrom /mnt/E/download/grml_2011.05.iso -boot once=d,menu=off -net nic,vlan=0,macaddr=00:eb:0f:d9:a4:fe -net user,vlan=0 -name "test" -vnc 127.0.0.1:1
I'm wondering how I can achieve a similar call with /usr/bin/qemu-i386.

Last edited by toralf on Fri Jul 22, 2011 3:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
jormartr
Apprentice
Apprentice


Joined: 02 Jan 2008
Posts: 174

PostPosted: Fri Jul 22, 2011 10:00 am    Post subject: Reply with quote

Same here, /usr/bin/kvm and /usr/bin/qemu-kvm just contain this:
Code:

#!/bin/sh
exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@"


also:
Code:

$ equery f qemu-kvm | grep bin
/usr/bin/kvm
/usr/bin/qemu-img
/usr/bin/qemu-io
/usr/bin/qemu-kvm
/usr/bin/qemu-nbd
/usr/bin/qemu-system-arm


with
Code:

QEMU_SOFTMMU_TARGETS="i386 x86_64 arm -cris -m68k -microblaze -mips -mips64 -mips64el -mipsel -ppc -ppc64 -ppcemb -sh4 -sh4eb -sparc -sparc64"
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3942
Location: Hamburg

PostPosted: Fri Jul 22, 2011 10:21 am    Post subject: Reply with quote

I do not have /usr/bin/qemu-img nor anything else than these 2 :
Code:
n22 /var/log/portage # l /usr/bin/qemu-*
/usr/bin/qemu-i386  /usr/bin/qemu-x86_64
Back to top
View user's profile Send private message
jormartr
Apprentice
Apprentice


Joined: 02 Jan 2008
Posts: 174

PostPosted: Fri Jul 22, 2011 11:11 am    Post subject: Reply with quote

Right, I reinstalled without the arm keyword, and there is not any single binary installed by the qemu-kvm package.

I guess this will be working again in a next emerge sync.
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3942
Location: Hamburg

PostPosted: Fri Jul 22, 2011 11:21 am    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=375949
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum