similar to: [RFC PATCH 35/35] Add Xen virtual block device driver.

Displaying 20 results from an estimated 20000 matches similar to: "[RFC PATCH 35/35] Add Xen virtual block device driver."

2006 Nov 01
19
pciback for usb-controller and usb-storage on x86_64 ends in Oops
Hi! I tried to pcipassthrough usb-controllers to domu to use it with a memory-stick. First xen complained that the driver needs write-access to its configuration space, so I added these to pci-quirks. Since it still didn''t work I also added the device to pci-permissive but I still get an errormessage with Oops (at the end of this email) when sticking in the memory-stick. I tried
2006 Nov 01
19
pciback for usb-controller and usb-storage on x86_64 ends in Oops
Hi! I tried to pcipassthrough usb-controllers to domu to use it with a memory-stick. First xen complained that the driver needs write-access to its configuration space, so I added these to pci-quirks. Since it still didn''t work I also added the device to pci-permissive but I still get an errormessage with Oops (at the end of this email) when sticking in the memory-stick. I tried
2006 Sep 12
2
How HVM domain distingush ioemu disk and VBD disk
Hi, From cset 10921, ioemu: prefix is removed from disk config in /etc/xen/xmexample.hvm. Now HVM VBD driver is available, this thus raises a question: how would HVM domain know if one disk is a qemu-dm disk or a VBD disk? From current implementation, qemu-dm will recognize disk had, hdb, hdc, hdd, and VBD drive can recognize all disk (had~hdd, hde, hdf ...) . So the result is: qemu-dm will
2009 Nov 02
5
info about hdds in raid
How can I tell wich HDD to swap, when the "cat /proc/mdstat" says one HDD of the RAID1 array has died? Does the HDD's has some serial numbers, that I can see in "reality", and I can get that number from e.g.: a commands output? How could I know wich HDD to swap in e.g.: a RAID1 array? thank you -------------- next part -------------- An HTML attachment
2013 Oct 07
3
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
On Friday, October 04, 2013 09:38:58 AM Matthew Booth wrote: > It's specifically an error if we're attempting to configure virtio, and > there's no detected virtio kernel. It shouldn't have been possible to > get here in that state, hence it's a programmer error. The code below > attempts to install *any* kernel in the case that we aren't configuring >
2006 Oct 23
1
DMA disabled on SATA disk with Core Duo/i955 machine (Inspiron 6400)
I am trying to use CentOS 4 on this machine and it does not allow me to set DMA to 1, it just says that it is not possible. I have tried updating to the latest release and it still won't work. I have searched for it on Google and there is a thread mentioning the same machine and CentOS, but none of the solutions (-p, -X 12) seem to work at all and there is no "it works!!!!!"
2006 Apr 15
3
Dom0 searching for NFS root
Dear all, I''ve installed Xen 3.0.1 on my laptop and dom0 is boot normaly execpt it''s could not using X, i haven''t trying to boot guest OS. my laptop configuration is Toshiba Portege R150 with Debian Sarge on it. And then I installed same version of Xen into our server with Debian Sarge and Kernel 2.4. Booting dom0 is not success , xen always trying look dor NFS root and
2005 Jun 23
1
Moving Linux hard drive to another machine. Possible?
I have a Linux server with 2 Hard disks (IDE). The machine went down and refuses to boot. I need to recover some data from one of the disks. Can I put this drive in a different Linux box and recover tha data I need. Thanks in advance, Prasad -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Aug 08
3
forcing linux kernel 3 to recognize cdrom as hdX
Hello, I have a problem with older version of anaconda linux installer. I have upgraded kernel in my distro, but, when this anaconda boot with new 3.4.52 kernel, can NOT find cdrom. As far as I understand, this is because the new kernel recognize cd drive as srX, scdX instead of older hdX with 2.6.18. At the moment I can not upgrade anaconda and forced this kernel to recognize it as before. Are
2010 Feb 07
1
suse 11.2 domU on lvm: anyone succeded?
Hi all I upgraded my testserver from opensuse 11.1 to 11.2 using zypper based method. All updates went smooth as far as there were no errors during the update process. Rebooting the whole farm the troubles started: not one domU bootet sucessfully, all of them showed the following messages: ... register_blkdev: cannot get major 8 for sd ... Volume group "VGsys" not found before they
2002 Apr 01
2
Newbie problems with isolinux
Hello everybody I would like to build a bootable CD from my running SuSE 7.3 Kernel 2.4.10. The goal is to have a prebuilt system on CD which would install everything from a compressed image on the same CD, some kind of an emergency or initial setup CD. So I startet with an directory called root_tree, placed the isolinux directory and the binaries there. I copied the initrd from the /boot
2010 Mar 31
1
[PATCH] Default to IDE when VirtIO isn't available
Previously we used SCSI when VirtIO wasn't available. KVM's SCSI support is not as mature as its IDE support, and SCSI isn't supported at all in RHEV. --- lib/Sys/VirtV2V/Converter.pm | 50 +++++++++++------- lib/Sys/VirtV2V/Converter/Linux.pm | 19 ++++--- lib/Sys/VirtV2V/GuestOS/RedHat.pm | 100 ++++++++++++++++++++---------------- 3 files changed, 100 insertions(+), 69
2004 Dec 13
7
Installation trouble on Dell Poweredge SC420
Hi people I am new to Xen and having some trouble getting it up and running. I am trying to install it on a Dell Poweredge SC420 that has CentOS (RHEL3 clone) installed. The error that I am getting when I first try to boot into the Xen kernel, after having installed the binary and adding the necessary lines to grub.conf is : ---snip--- md: Autodetecting RAID arrays md: autorun ... md: ...
2013 Oct 03
2
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
Thanks for the comments, Matt. On Thursday, October 03, 2013 05:34:27 PM Matthew Booth wrote: > > - # There should be an installed virtio capable kernel if virtio was > > installed - die("virtio configured, but no virtio kernel found") > > + # Warn if there is no installed virtio capable kernel. It is safe to > > + # continue and attempt to install a
2020 Mar 05
5
[PATCH v2 0/4] daemon: Translate device names if Linux device is unstable (RHBZ#1804207).
v1 was here: https://www.redhat.com/archives/libguestfs/2020-February/msg00220.html This patch series is a little bit better. It's still a bit of a hack. The _real_ fix for this is outlined in the TODO file (see patch 1) but that requires a lot more work than we could do before 1.42 is released, unless we delay 1.42 for a lot longer. I'm hoping with this to have something which works
2010 Jun 30
3
[PATCH 1/2] Add new augeas directory with grub device.map lens
Add a directory to contain required augeas lenses which aren't yet upstream. Include a new lens for grub's device.map. --- augeas/README.txt | 4 ++++ augeas/device_map.aug | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 augeas/README.txt create mode 100644 augeas/device_map.aug diff --git a/augeas/README.txt
2012 Jun 12
1
[PATCH] Add virtio-scsi support to febootstrap.
This patch is the minimum possible to add virtio-scsi support to febootstrap. Problem: SCSI devices are detected asynchronously after the Linux kernel module is loaded. The usual solutions to this involve scsi_wait_scan (deprecated apparently) or udev. However febootstrap doesn't use udev, and adding it is a ton of work with a very uncertain outcome. So the minimum possible change is to
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
This is a new conversion module to convert SUSE Linux and openSUSE guests. The converter is based on the RedHat module, and should offer the same functionality on both SUSE and RedHat hosts. There are a few additional messages in this module, such as reporting of packages when installing through zypper or the local virt-v2v repo. These messages don't necessarily flow unless verbose switches
2004 Dec 27
3
how to debug frame slips?
Hi, I'm running into issues receiving faxes which, from what I have read, may be caused by frame slips. While I can find many posts saying to investigate it, I can't find any that describe *how* to debug the problem. Tried searching this list as well to no avail. Any pointers would be greatly appreciated. FYI, I'm running wbel, AMP 1.04, spandsp 2pre4. Faxing to a pstn on a
2009 Mar 29
5
Problems installing guest domains
Hi, I am trying out Xen for the first time and I am having a few problems with getting it working. The computer is a quad core Intel Xeon with VT enabled, 8gb of RAM and 2 x 15,000rpm SAS drives in RAID1. I have installed CentOS 5 64bit and installed Xen 3.3.0 via yum. I have successfully booted in to dom0. Here is my grub.conf on dom0: > # grub.conf generated by anaconda > # > #