The Supplementary channel isn't available to CentOS/SL linux folks or
through EPEL. So some Ovirt/distro agnostic documentation would be
great. There is also the same problem with the windows guest agents
as well. I'm really not sure why these two packages aren't shipped as
part of ovirt and are
On 22/04/14 11:26, Richard W.M. Jones wrote:
> On Thu, Apr 17, 2014 at 09:31:51AM -0500, Jeremiah Jahn wrote:
>> I'm getting the following error. RedHat seems to thin the answer is to
>> use their virtio-win rpm. As far as I can tell, this is not available
>> anywhere, So I've just got to go and ge
On Thu, Apr 17, 2014 at 09:31:51AM -0500, Jeremiah Jahn wrote:
> I'm getting the following error. RedHat seems to thin the answer is to
> use their virtio-win rpm. As far as I can tell, this is not available
> anywhere, So I've just got to go and get the iso that it installs from
> kvm.org. Ok, don
Solution #2
download the src rpm from
http://ftp.redhat.com/redhat/linux/enterprise/6Server/en/RHOS/SRPMS/
build the rpm
rpmbuild --rebuild virtio-win-1.6.8-4.el6.src.rpm
install the rpm
rpm -Uhv ~/rpmbuild/RPMS/noarch/virtio-win-1.6.8-4.el6.noarch.rpm
On Fri, Apr 18, 2014 at 3:10 PM, Jeremi
Just so my solution is out there...
You have to edit /var/lib/virt-v2v/virt-v2v.db to use the correct
paths from the iso.
Copy all of the drivers into the same directory
then lower case all of the driver names
for f in *; do mv $f `echo $f | tr '[:upper:]' '[:lower:]'`; done
uncomment and fix
thanks. It's Sci Linux. And I guess the supplementary disk must have
some different licensing on it, as it's not part of CentOS or SL, nor
is it a part of EPEL. I would have thought it'd be part of the ovirt
repo though. Seems kinda weird to not have that dependency taken care
of along with everyth
If your machine is RHEL, the rpm is in the "supplementary" subchannel:
rhel6-x86_64-supplementary
Structure:
rpm -ql virtio-win
/usr/share/doc/virtio-win-1.6.8
/usr/share/doc/virtio-win-1.6.8/virtio-win_license.txt
/usr/share/virtio-win
/usr/share/virtio-win/drivers
/usr/share/virtio-win/drivers/
Jeremiah Jahn wrote:
I'm getting the following error. RedHat seems to thin the answer is to
use their virtio-win rpm. As far as I can tell, this is not available
anywhere, So I've just got to go and get the iso that it installs from
kvm.org. Ok, done. now that I have said iso, where the heck do I
8 matches
Mail list logo