Displaying 20 results from an estimated 1000 matches similar to: "autoconf/ debian 6.0 - missing dependency checks"
2013 Feb 17
6
Install issues for Xen 4.2.1 on Ubuntu 12.10
Good evening everyone,
I am attempting to compile Xen 4.2.1 from source on Ubuntu 12.10 and cannot for the life of me figure out what I am doing wrong. This is the script I wrote that I am running on a brand new install from ubuntu-12.10-server-amd64.iso
apt-get update
apt-get -y upgrade
apt-get -y dist-upgrade
reboot
(uname -r returns back 3.5.0-23-generic)
apt-get install -y build-essential
2010 Sep 07
1
strip/install error when executing make install-tools
Hello,
September 7th I pulled a copy of Xen 4 with:
hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg
I installed development tools and packages from the Xen 4 wiki:
bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended
2013 Oct 14
1
Xen - 4.2.1 with libvirt-1.1.3
hi,
i cleared all the stuffs(everything) related to xen and libvirt.
i installed freshly xen-4.2.1 from the source.
*Installation steps are as follows:*
apt-get build-dep xen
apt-get install libc6-dev libglib2.0-dev libyajl-dev yajl-tools libbz2-dev
bison flex zlib1g-dev git-core texinfo debhelper debconf-utils debootstrap
fakeroot
*OR*
apt-get install bcc bin86 gawk bridge-utils iproute
2011 Nov 30
4
Compile error with Ubuntu 11.10
Hi,
compilation of xen-unstable with a fresh Ubuntu 11.10 x86_64 fails with
following error:
cc1: warnings being treated as errors
libxl_create.c: In function ‘store_libxl_entry’:
libxl_create.c:465: error: format not a string literal and no format
arguments
Steps to reproduce:
- Install Ubuntu 11.10 (
http://www.ubuntu.com/start-download?distro=desktop&bits=64&release=latest)
- sudo
2010 Dec 04
4
Make world problem compiling Xen 4.0.1 from source
Greetings, Xen gurus!
Per the Ubuntu community documentation at https://help.ubuntu.com/community/Xen#Maverick%20Notes%20(Xen%204.0.1%20pvops%20on%20Ubuntu%2010.10) I am trying to install Xen 4.0.1 from source which I got from bits.xensource.com/oss-xen/release/4.0.1/xen-4.0.1.tar.gz because apparently the ubuntu-xen-server package has broken dependencies. The instructions as provided state
2011 Jul 29
6
Re: Reg REMUS on two VMs
Hi Sriram,
Once again, thanks for your timely reply....
I tested as your suggesstion and i found that i don''t have any
file in the
location "/var/lib/xen"
[root@globushead xen]# pwd
/var/lib/xen
[root@globushead xen]# ls -ll
total 0
Further i tested the command "xm save " and results as follows
Terminal 1:
xm save -c TestVM1 TestVM1.chkpt
2011 Mar 02
5
installing xen on a vmware work station
Hi,
I decided to test new Xen pv-ops Dom0 kernel.
I have a 64 bit VT machine there in it Vmware work station installed
Ubuntu 10.04 64 bit
and then
apt-get install libcurl4-openssl-dev xserver-xorg-dev mercurial gitk
build-essential libncurses5-dev uuid-dev gawk gettext texinfo bcc
libncurses5-dev dpkg-dev debhelper iasl texinfo bridge-utils bison
flex apt-get build-dep xen-3.3
cd /usr/src
2011 Feb 16
4
[PATCH] xen: use freeze/restore/thaw PM events for suspend/resume/chkpt
Use PM_FREEZE, PM_THAW and PM_RESTORE power events for
suspend/resume/checkpoint functionality, instead of PM_SUSPEND
and PM_RESUME. Use of these pm events fixes the Xen Guest hangup
when taking checkpoints. When a suspend event is cancelled
(while taking checkpoints once/continuously), we use PM_THAW
instead of PM_RESUME. PM_RESTORE is used when suspend is not
cancelled. See
2009 Jul 01
3
[XCI] xci build issues
After a hiatus, I have made another attempt at getting the XCI code-base
up-and-running, but have run into some issues that I am hoping someone
can help me with.
1. I am finding that a large hurdle in getting this building is chasing
down build dependencies, of which there are many. Since the wiki
recommends that this be built on a 32bit Debian lenny system - does
anyone have a list of necessary
2011 Mar 01
14
virt-manager 0.8.2 local ISO and PXE boot install option greyed out on 2.6.32.27 pv-ops Dom0 kernel
Hi,
I just installed a pv-ops Dom0 2.6.32.27 Kernel on a 64 bit non VT machine.
Following instructions here
http://wiki.xensource.com/xenwiki/Xen4.0
for 64 bit Ubuntu 10.04
apt-get install bcc bin86 gawk bridge-utils iproute libcurl3
libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo
texlive-latex-base texlive-latex-recommended texlive-fonts-extra
texlive-fonts-recommended
2012 Jul 02
4
Xen EFI boot how to?
I have a IBM System x3600 series server with UEFI.
I managed to compile the xen EFI (xen-4.2-unstable.efi).
The machine is currently running Ubuntu with grub2.
I can see a grubx64.efi in /boot/efi/EFI/ubuntu/grubx64.efi
Where should I put the xen efi ?
I tried creating a efi/EFI/xen/xen-4.2-unstable.efi and added it as a boot option using efibootmgr.
All I get in that case is a blank screen.
I
2011 Nov 18
2
[PATCH 0 of 2] Add configuration options to selectively disable S3 and S4 (V3)
This patch series adds the ability to selectively disable the S3 and S4 ACPI
power states for HVM guests.
Since there is a general move towards retiring the hvm_info_table structure,
the first patch moves the acpi_enabled flag out of the hvm_info_table and into
a xenstore key (platform/acpi).
The second patch then introduces the acpi_s3 and acpi_s4 configuration
parameters to the xl config file
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all,
this is the tenth version of the patch series to introduce upstream qemu
and seabios in the xen-unstable build system.
Changes to v9:
- rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to
use it with a branch name by default;
- set QEMU_UPSTREAM_REVISION to "master" by default;
- set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by
default;
- add
2012 Feb 10
6
[PATCH v2 0/3] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only
version of hvmloader.
In addition, when building a seabios only hvmloader, Option ROMs like
vgabios and etherboot are no longer required, and therefore can be disabled
from the build. Dependency on the bcc compiler can also be avoided the
same way.
v2: Separate patches for separate issues
Introduced config option to
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus
codebase in libxl.
Changes in V3:
[1/5] Fix redundant checks in configure scripts
(based on Ian Campbell''s suggestions)
[2/5] Introduce locking in the script, during IFB setup.
Add xenstore paths used by netbuf scripts
to xenstore-paths.markdown
[3/5] Hotplug scripts setup/teardown invocations are now
2012 Apr 26
2
How to avoid this error "bits/predefs.h No such file or directory" when compiling XEN?
Hi , All
I try to compile xen-unstable.hg(25249:a4e7fce6ee2b) from source repo on ubuntu11.10-amd64. It complains "/usr/include/features.h:323:26 fatal error: bits/predefs.h No such file or directory". I wonder it''s a thing related to 32bits and 64bits. How to solve this problem? Thank you.
Here are my steps:
[ Install prerequisites. ]
sudo apt-get install git
sudo apt-get
2009 Aug 28
64
[PATCH 2/2] graphics passthrough with VT-d
This patch supports basic gfx passthrough on QEMU:
- disable emulated VGA adpater if there is passthroughed gfx
- register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx
Signed-off-by: Ben Lin <ben.y.lin@intel.com>
Signed-off-by: Weidong Han <weidong.han@intel.com>
_______________________________________________
Xen-devel mailing list
2012 Aug 08
3
GPU passthrough with Xen 4.2 on Ubuntu 12.04
I have been trying to setup GPU passthrough for a couple of days now
with little luck. I''m hoping someone can shed some light as to where I
may be going wrong or at least identify some genuine bugs. Essentially
pci passthrough works for me but gpu passthrough doesn''t.
My system is currently configured as follows (please ask if you need
further details)
Asrock Z77 e-Itx
2012 Oct 01
5
How to get the checkpoint size in remus code?
Hi,
I''m doing my master research and I need to adapt remus code. Now... I wanna
get the checkpoint size (memory + disk) on each period. Does someone know
what function does this? I think some *fd *object''s function in remus code
could just get the memory size.
Does someone help me?
Thanks
_______________________________________________
Xen-devel mailing list
2011 May 08
3
xl - no support for DRBD disks?
I tried to create a domain with drbd based disk as the backend
"drbd:<resourcename>,..," and I get a "unknown disk type" error.
I can spin out a patch if needed, but just wanted to know apriori if
this was left out for any specific reason.
shriram
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com