Displaying 20 results from an estimated 10000 matches similar to: "Hardware for HVM"
2006 Jun 09
6
AMD SVN and Xen3
So, as promised, here an first summary.
Hardware: AMD Athlon64 X2-4600+ with Asus M2N-Mainboard.
Just a short hint: By far not all memory modules work with the Asus
boards! Make sure to have compatible ones...
After 2 days of trial and error I got the following results:
Debian "Sarge" x64: Doesn''t like the new nVidia SATA-Controller (will
check today with PATA-interface)
2009 Feb 14
3
xen on opteron?
i try another xen experiance on a AMD-Opteron 165 processor, but this
happens:
VmError: HVM guest support is unavailable: is VT/AMD-V supported by your
CPU and enabled in your BIOS?
cat /proc/cpuinfo:
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 35
model name : Dual Core AMD Opteron(tm) Processor 165
stepping : 2
cpu MHz : 1000.000
2007 Oct 24
1
Unexpected error: exceptions.OSError - Setting up Windows XP HVM
Hello everybody,
i have a problem setting up a DomU with Windows XP. I get the following
error:
xen:/etc/xen# xm create windows.hvm
Using config file "./windows.hvm".
VNC= 1
Unexpected error: exceptions.OSError
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-3.1-1/bin/xm", line 7, in ?
main.main(sys.argv)
File
2009 Aug 04
5
FreeBSD starting by HVM
Hi. How I can see what happend in my domU???
dom0 Debian Lenny
domU FreeBSD6.4
xen 3.2-1
--------
Xen 3.2-1
:/etc/xen# xm create tttt.cfg
Using config file "./tttt.cfg".
Started domain freebsd
--------
/etc/xen# xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 2969 4 r-----
48.0
freebsd
2010 Jun 14
13
VNC issues
I''ve recently installed Debian Lenny witch Xen (xen-utils, xen.tools and xen-linux-system-2.6.26-2-xen-amd64).
I want to virtualize some windows servers, but I''m unable to connect to localhost VNC when I start the vm (xm create) to proceed with windows instalation.
The VM config is:
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
2009 Feb 24
44
Motherboard for home zfs/solaris file server
Hello,
I am building a home file server and am looking for an ATX mother board
that will be supported well with OpenSolaris (onboard SATA controller,
network, graphics if any, audio, etc). I decided to go for Intel based
boards (socket LGA 775) since it seems like power management is better
supported with Intel processors and power efficiency is an important
factor. After reading several
2007 Apr 27
3
Where is hvmloader?
I need to get windows going.. I can''t find what pkg contains it.
This is AMD
malysh:/etc/xen# dpkg -l|grep xen|awk ''{print $2,$3}''
linux-headers-2.6-xen-amd64 2.6.18+6
linux-headers-2.6.18-4-xen 2.6.18.dfsg.1-12
linux-headers-2.6.18-4-xen-amd64 2.6.18.dfsg.1-12
linux-image-2.6.18-4-xen-amd64 2.6.18.dfsg.1-12
linux-modules-2.6.18-4-xen-amd64 2.6.18.dfsg.1-12
2009 Dec 09
11
Problems with pci passthrough with Xen 3.4.2
Hi all!.
First of all sorry about my English it''s not very fluid.
I have a small server based upon Supermicro X7DBN (Chipset IntelĀ®
5000P) motherboard and Intel Xeon E5320 (1,83Ghz) with 4Gb of FB-DIMM
RAM.
The OS is Debian Lenny in dom0 (2.6.26-2-xen-amd64) and Debian Lenny
in domU (2.6.26-2-xen-amd64).
Xen is 3.4.2 compiled from sources.
The problem comes when I need to passthrough
2010 Jan 15
8
XEN 3.4.2 /proc/xen/balloon doesn''t exist
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am new to XEN. Try to move from vmware and Virtualbox (I use both now).
Unfortunately, Debian Squeeze no longer support xen (out of the box no dom0)
So I am trying to make it myself.
I have installed xen 3.4.2 from source, did make world and installed.
Got the kernel source from from the git repository with the xen patches
following the xen
2004 Dec 14
2
help - Theora/Vorbis/Ogg, ogmmerge and ffmpeg2theora
Hi,
I'm probably being fairly stupid. But I did the following, starting with
the following two files:
# tcprobe -i vts_01.m2v
[tcprobe] MPEG elementary stream (ES)
[tcprobe] summary for vts_01.m2v, (*) = not default, 0 = not detected
import frame size: -g 720x576 [720x576]
aspect ratio: 16:9 (*)
frame rate: -f 25.000 [25.000] frc=3
# tcprobe -i vts_01.m2a
2011 Oct 12
3
domU Windows XP errors...
Hello!!
I have some difficulties in my debian squeeze + xen 4.0. I had installed my
domU windows XP today, and now it''s fails with some programs/applications.
For example, my skype hangs when it starts with windows...i have a system in
DOS (maybe in COBOL or CLIPER) running, but it is hanging too, and doesn''t
starts...everything was working with VMware server, but now i change to
2009 Sep 03
4
xenconsole: Could not read tty from store: No such file or directory
Hi,
I installed one debian HVM guest (VT virtualization).
I didnt configured the network (I dont know if it is related to my problem):
When I start the domU , I received this error:
desktop:/etc/xen# xm create -c debian-web.cfg
Using config file "./debian-web.cfg".
Started domain debian-web
xenconsole: Could not read tty from store: No such file or directory
Here is my cfg:
kernel
2011 Sep 03
2
problem in applying function in data subset (with a level) - using plyr or other alternative are also welcome
Dear R experts.
I might be missing something obvious. I have been trying to fix this problem
for some weeks. Please help.
#data
ped <- c(rep(1, 4), rep(2, 3), rep(3, 3))
y <- rnorm(10, 8, 2)
# variable set 1
M1a <- sample (c(1, 2,3), 10, replace= T)
M1b <- sample (c(1, 2,3), 10, replace= T)
M1aP1 <- sample (c(1, 2,3), 10, replace= T)
M1bP2 <- sample (c(1, 2,3), 10, replace= T)
2010 May 09
47
IOMMU and AMD 890fx
Hi,
All the reviews for the AMD 890fx chipset reported that it supports IOMMU
v1.2.
But I cannot find any mention of that on AMD site.
Does 890fx support IOMMU?
Do 890fx motherboards with IOMMU exist?
Does Xen support 890fx?
Regards,
Leonardo
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 Aug 04
4
broken network-support for netBSD-domUs?
Hello.
I recently tried installing NetBSD-5 on xen-4.0.1-rc5, which resulted in no network (xennet0 can''t get IPs per dhclient and has no connectivity if set by hand).
Tried it with netBSD-5.1-RC3-1 i386 PAE & amd64, netBSD-5.0 and even 4, all with the same result.
On a older xen version (3.3.1) networking works fine, so I assume it''s a xen bug, and not a netBSD-kernel
2006 Jun 27
5
AW: AW: HVM problem
HI there.
First of all:
xm dmesg | grep -i vmx
returns nothing!
Cat /proc/cpuinfo returns
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 43
model name : AMD Athlon(tm)64 X2 Dual Core Processor 3800+
stepping : 1
cpu MHz : 2009.182
cache size : 512 KB
physical id : 0
siblings : 1
core id : 0
cpu cores :
2008 Jun 02
29
ZFS Hardware Check, OS X Compatibility, NEWBIE!!
This is my first post here, and i hope it is ok that i posted in this thread.
I have been doing a bit of reading on the solaris platforms, and seem to be inclined to try out the open solaris os or solaris 10. My only worry is that my lack of knowledge with the command line may make this difficult regarding trouble shooting. It seems fairly straighforward creating zpools etc, but maybe nexenta is
2011 Sep 20
9
XL: pv guests dont reboot after migration (xen4.1.2-rc2-pre)
A pv guest will not reboot after migration, the guest itself does
everything right, including the shutdown, but xl does not recreate the
guest, it just shuts it down.
This goes for 2.6.39 and 3.0.4 guest kernels, havent tried different
ones. I also haven tried different xen versions.
Dont know if this would affect hvm, probably not since qemu leaves the
guest running and does a
2008 May 04
8
Web tool for management xen DomainUs ?
Hi!
I like to allow to several DomainUs admins to admin his virtual servers
with a web
interface, without contact with Domain0. This tool must be opensource,
and allow shutdown, reboot and see the logs with a web user / pw.
Perhaps too the memory, CPU, ,,, of the virtual server.
Are there any tool some this?
Any pointer will be welcomed.
Regards,
Agustin
2008 Apr 11
2
Syntax for PCI Pass-Thru for multiple devices?
Hi All,
This might be a stupid question, but I have two PCI devices that I want
to pass-thru to a PV domU. I can pass one of them, but not both. I''m
sure it''s a stupid syntax issue within my configuration file. When I do
a "lspci" in the domU, (CentOS 5.1), only one of the devices shows up.
(e.g.) 00:00.0 Multimedia video controller: Internext Compression Inc