Displaying 20 results from an estimated 300 matches similar to: "kernel problems"
2010 Sep 29
2
dom U illegal kernel path
Hullo everybody
I want to install a guest slackeware guest OS on a VM for xenserver 5.6 . I
have created logical volumes , mounted the slackware 13 image and copied the
/lib/modules and below are my configurations.
[root@virtualintranet /]# uname -r
2.6.27.42-0.1.1.xs5.6.0.44.111158xen
*Grub Configs:*
[root@virtualintranet grub]# cat grub.conf
default=0
timeout=10
title
2010 Sep 29
2
dom U illegal kernel path
Hullo everybody
I want to install a guest slackeware guest OS on a VM for xenserver 5.6 . I
have created logical volumes , mounted the slackware 13 image and copied the
/lib/modules and below are my configurations.
[root@virtualintranet /]# uname -r
2.6.27.42-0.1.1.xs5.6.0.44.111158xen
*Grub Configs:*
[root@virtualintranet grub]# cat grub.conf
default=0
timeout=10
title
2010 Sep 24
1
switching
Good day everybody
How do i switch from the xen console to the vm console and below is what i
have
xentop - 11:46:22 Xen 3.4.2
2 domains: 1 running, 1 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 4184164k total, 706684k used, 3477480k free CPUs: 16 @ 2394MHz
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%)
VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO
2010 Oct 06
1
unknown bootloader
Hullo Everybody ;
I am failing to start my new VM and it tells me unkown bootloader . Below
are my parameters and output . Could somebody be having an idea of putting
right this problem?
[root@virtualintranet /]# xe vm-param-list
uuid=70645ba3-bcbc-683b-099e-ed197301fcc2
uuid ( RO) : 70645ba3-bcbc-683b-099e-ed197301fcc2
name-label ( RW): PVG1
2010 Oct 27
0
missing /dev/xvda on xen cloud platform 3.4.2 during centos 5.5 dom 0 installation
Hullo Everybody
I have taken the steps below and I failed to get a device similar to
/dev/xvda in DOM 0 where am I getting it wrong
Create VDI,
*[root@virtualintranet /]# xe vdi-create sm-config:type=raw
sr-uuid=b303be09-6a32-8d94-d248-7551860fbc3f name-label="Centos-Vdi"
virtual-size=20GiB type=user*
eefa9066-a991-44c3-b537-d20d65f3d10c
create VBD
*[root@virtualintranet /]# xe
2010 Sep 30
0
creating a File-based thin-provisioned VHD
Hullo everybody
how can I create File-based thin-provisioned VHD on a Filesystem for VM
images for a local non-shared Filesystem (EXT type SR), for with the
configurations i have dont allow me make a 4th partition
Below are my configurations.
[root@virtualintranet /]# fdisk -l
Disk /dev/sda: 1998.2 GB, 1998233534464 bytes
255 heads, 63 sectors/track, 242938 cylinders
Units = cylinders of
2010 Sep 26
0
PV drivers installation
I have 2 VM machines and i want to shutdown 1 and the output i get is below
:
[root@virtualintranet /]# xe vm-shutdown
uuid=70c8eb7c-6525-41c2-8373-67bb53cb46de
You attempted an operation on a VM which requires PV drivers to be installed
but the drivers were not detected.
vm: 70c8eb7c-6525-41c2-8373-67bb53cb46de (PVG2)
How do in install PV drivers on a linux VM and how can i switch from the
2010 Sep 14
5
make-kpkg (Debian based tool) does not build xen patched kernel
Hello list,
I cannot get make-kpkg to build a Xenlinux type kernel into a Debian kernel binary on my Debian Squeeze x86_64 system.
I
am using GNU/Linux kernel sources tree (2.6.34.4) with Xen patches for
this custom kernel. I am trying to use the make-kpkg command to build a
working linux-image-2.6.34.4-xen-amd64 package for my system.
The
sources are vanilla (available from kernel.org) with
2017 Nov 16
0
Re: [Qemu-devel] [qemu-img] support for XVA
On 2017-11-16 11:08, Gandalf Corvotempesta wrote:
> 2017-11-15 23:55 GMT+01:00 Max Reitz <mreitz@redhat.com>:
>> https://xanclic.moe/convert-xva.rb -- does this work?
>> (It seems to works on the two example images I found...)
>>
>> An example is in the code, you use it like this:
>>
>> $ ./convert-xva.rb ~/Downloads/stats-appliance-2.36.020502.xva
2012 Jun 25
4
XVA.PY Trouble
I''m attempting to convert a CentOs 5.6 x64 machine from Xen (Open Source) to
Citrix XenServer and I am having some trouble towards the final stages. I
need to take the .XVA created by XVA.PY and use XenConvert to manipulate
this into another file format (OVF).
Here''s the process I use:
1. Poweroff the VM
2. Create a new disk in 3 times the size of the primary
3. Sign in to
2017 Nov 16
0
Re: [Qemu-devel] [qemu-img] support for XVA
Here's my solution, as a nbdkit plugin written in Perl.
As with Max's solution I don't bother to parse the virtual size out of
the XML file, so you need to specify that on the command line
otherwise the disk will be truncated to the largest extent stored in
the file. Also the ‘.xva’ file must not be compressed.
$ nbdkit perl script=./xva-reader.pl file=./debian8cloud.xva
2017 Nov 15
0
Re: [Qemu-devel] [qemu-img] support for XVA
On 2017-11-15 23:28, Max Reitz wrote:
> On 2017-11-15 22:50, Gandalf Corvotempesta wrote:
>> https://stacklet.com/downloads/XenServer-XVA-Template-Debian-7.8-Lightweight-x86
>
> Hmmm, that gives me a timeout when downloading. And another image I got
> gives me an "argument list too long" -- which I had feared already...
> It has a size of 3 MB and Linux
2017 Nov 16
2
Re: [Qemu-devel] [qemu-img] support for XVA
2017-11-15 23:55 GMT+01:00 Max Reitz <mreitz@redhat.com>:
> https://xanclic.moe/convert-xva.rb -- does this work?
> (It seems to works on the two example images I found...)
>
> An example is in the code, you use it like this:
>
> $ ./convert-xva.rb ~/Downloads/stats-appliance-2.36.020502.xva Ref:73
It doesn't work on huge images:
# time convert-xva.rb
2017 Nov 15
0
Re: [Qemu-devel] [qemu-img] support for XVA
https://stacklet.com/downloads/XenServer-XVA-Template-Debian-7.8-Lightweight-x86
Some XVAs
Il 15 nov 2017 10:42 PM, "Gandalf Corvotempesta" <
gandalf.corvotempesta@gmail.com> ha scritto:
> I'm thinking on how to prove you a sample XVA
> I have to create (and populate) a VM because an empty image will result in
> an empty XVA
> And a VM is 300-400Mb as minimum
2017 Nov 15
0
Re: [Qemu-devel] [qemu-img] support for XVA
On Wed, Nov 15, 2017 at 09:41:20PM +0100, Gandalf Corvotempesta wrote:
> 2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>:
> > Gandalf, is there an XVA file publically available (pref. not
> > too big) that we can look at?
>
> I can try to provide one, but it's simple:
>
> # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50
> ----------
2011 Mar 21
1
XCP- Unable to Import Lenny.xva
I''m trying to follow the guide to set up Lenny 5.0 VMs on my newly installed
XCP machine. Following what the wiki suggests I downloaded the lenny.xva
from http://www.xen.org/files/XenCloud/Software/lenny.xva, saving to domain
zero. (note that this file was updated March 1, 2011)
When I try to import lenny.xva to my Xen Cloud Platform host using the
command:
xe vm-import
2017 Nov 15
0
Re: [Qemu-devel] [qemu-img] support for XVA
[adding libguestfs]
On 11/15/2017 09:52 AM, Gandalf Corvotempesta wrote:
> I'm thinking if support for XVA files could be added to qemu-img
> The file-format is well known (it's just a tar archive) and there are scripts
> that are able to convert an XVA file to a RAW image. (ie:
> https://gist.github.com/miebach/0433947bcf053de23159)
>
> Running these script on their
2010 Nov 29
2
ISSUE EXPORTING VM FROM XEN 3.2.1 to XCP 0.5 WITH XVA.PY
Hello everyone.
I have the following problem that could help would appreciate.
1) Environment:
HOST 1: xen-hypervisor-3.2-1-amd64 with all VM in LVM disk.
HOST 2: XCP 0.5
2) The VM that I wish migrate is a domU in XEN and is debian lenny over LVM:
...................................................................................................
# Configuration file for the Xen instance
2017 Nov 15
4
Re: [Qemu-devel] [qemu-img] support for XVA
I'm thinking on how to prove you a sample XVA
I have to create (and populate) a VM because an empty image will result in
an empty XVA
And a VM is 300-400Mb as minimum
Il 15 nov 2017 10:30 PM, "Max Reitz" <mreitz@redhat.com> ha scritto:
> On 2017-11-15 21:41, Gandalf Corvotempesta wrote:
> > 2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>:
>
2010 Apr 22
0
New version of the XCP migration utility now available at xen.org
Hi all,
Version 1.2 of the XCP migration utility is now available at:
http://www.xen.org/products/cloud_projects.html
Release highlight is the ability to migrate PV VMs that load kernel/ramdisk from the Dom0(without pygrub).
In order for the script to automatically SFTP the kernel/ramdisk to the server( using --sftp ), you will need the paramiko module: http://www.lag.net/paramiko. You can