-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi, I'm developing some kernel module, so i need a stand alone qemu to test my kernel.
But yum install qemu fails. After yum search qemu , i get this :
gpxe-roms-qemu.noarch : Network boot loader roms supported by QEMU, .rom format qemu-img.x86_64 : QEMU command line tool for manipulating disk images libvirt-lock-sanlock.x86_64 : Sanlock lock manager plugin for QEMU driver qemu-kvm.x86_64 : Userspace component of KVM qemu-kvm-tools.x86_64 : KVM debugging and diagnostics tools sheepdog.x86_64 : The Sheepdog Distributed Storage System for KVM/QEMU vios-proxy.x86_64 : Network proxy between a QEMU host and QEMU guests using : virtioserial channels vios-proxy-guest.x86_64 : Network proxy using virtioserial for QEMU guest vios-proxy-host.x86_64 : Network proxy using virtioserial for QEMU host
But i do not need KVM or anything. I just need a stand alone qemu. I then enabled optional repos like EPEL, RPMFUSION, RPMFORGE etc.
Although i've seen a qemu in rpmforge, still yum install qemu does not work.
I can build qemu from source, but i like installing packages from repositories.
Thanks in advance. Cheers.
- -- - -aft
From: Aft nix aftnix@gmail.com
I'm developing some kernel module, so i need a stand alone qemu to test my kernel. Although i've seen a qemu in rpmforge, still yum install qemu does not work.
What do you mean by does not work? Dependencies problems?
Dependencies Resolved
================================================================================ Package Arch Version Repository Size ================================================================================ Installing: qemu x86_64 2:0.15.0-1.el6.rfx rpmforge-extras 25 M Installing for dependencies: audiofile x86_64 1:0.2.6-11.1.el6 base 95 k bluez-libs x86_64 4.66-1.el6 base 75 k celt051 x86_64 0.5.1.3-0.el6 base 50 k esound-libs x86_64 1:0.2.41-3.1.el6 base 74 k qemu-img x86_64 2:0.12.1.2-2.209.el6_2.5 updates 338 k spice-server x86_64 0.8.2-5.el6 base 251 k
Transaction Summary ================================================================================ Install 7 Package(s)
JD
On Thu, Jun 7, 2012 at 5:53 PM, John Doe jdmls@yahoo.com wrote:
From: Aft nix aftnix@gmail.com
I'm developing some kernel module, so i need a stand alone qemu to test my kernel. Although i've seen a qemu in rpmforge, still yum install qemu does not work.
What do you mean by does not work? Dependencies problems?
Dependencies Resolved
================================================================================ Package Arch Version Repository Size ================================================================================ Installing: qemu x86_64 2:0.15.0-1.el6.rfx rpmforge-extras 25 M Installing for dependencies: audiofile x86_64 1:0.2.6-11.1.el6 base 95 k bluez-libs x86_64 4.66-1.el6 base 75 k celt051 x86_64 0.5.1.3-0.el6 base 50 k esound-libs x86_64 1:0.2.41-3.1.el6 base 74 k qemu-img x86_64 2:0.12.1.2-2.209.el6_2.5 updates 338 k spice-server x86_64 0.8.2-5.el6 base 251 k
Transaction Summary
No, package qemu availabe.
yum install qemu Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.sin3.sg.voxel.net * epel: ftp.riken.jp * extras: mirrors.sin3.sg.voxel.net * rpmforge: mirror.oscc.org.my * rpmfusion-free-updates: ftp.upjs.sk * rpmfusion-free-updates-testing: ftp.upjs.sk * updates: mirrors.sin3.sg.voxel.net Setting up Install Process No package qemu available. Error: Nothing to do
You can see rpmforge is infact enabled.
Cheers.
================================================================================
Install 7 Package(s)
JD _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
From: Aft nix aftnix@gmail.com
On Thu, Jun 7, 2012 at 5:53 PM, John Doe jdmls@yahoo.com wrote:
From: Aft nix aftnix@gmail.com
I'm developing some kernel module, so i need a stand alone qemu to test my kernel. Although i've seen a qemu in rpmforge, still yum install qemu does
not work.
What do you mean by does not work? Dependencies problems?
No, package qemu availabe.
yum install qemu Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile
- base: mirrors.sin3.sg.voxel.net
- epel: ftp.riken.jp
- extras: mirrors.sin3.sg.voxel.net
- rpmforge: mirror.oscc.org.my
- rpmfusion-free-updates: ftp.upjs.sk
- rpmfusion-free-updates-testing: ftp.upjs.sk
- updates: mirrors.sin3.sg.voxel.net
Setting up Install Process No package qemu available. Error: Nothing to do
You can see rpmforge is infact enabled.
But not rpmforge-extras...
JD