Displaying 20 results from an estimated 200 matches similar to: "Problem with Windows on Xen"
2010 Jan 12
5
Windows 7 safe mode with networking on Xen 3.4.2?
I have just attempted to boot a windows 7 vm in safe mode with
networking on Xen 3.4.2 and found that it reboots a few seconds after
the logon screen appears, perhaps somebody else on the list could test
this and confirm that they see the same issue?
The last few lines of the qemu-dm log show the following:
gpe_en_write: addr=0x1f6c, val=0x8.
gpe_en_write: addr=0x1f6d, val=0x0.
gpe_en_write:
2010 Apr 22
2
pci-attach - HOWTO
Hi,
I tried to attach passrough io device to domU, the command (ended successfully in dom0), but when I entered the domU and typed the "lspci" command I didn''t see the new device, although the dom0 removed it from the "pci-list-assignable-devices".
When I tried to detach it from the domU, the detach command returned with timeout error.
What did I miss? perhaps I
2008 Dec 13
0
track_dirty_vram(f0000000, 26) failed (-1, 3)
Occasionally I see the message '' track_dirty_vram(f0000000, 26) failed
(-1, 3)'' in the qemu-dm logs as the DomU reboots. Is it a concern at
all?
Thanks
James
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 Aug 03
0
track_dirty_vram(f0000000, 160) failed (-1, 22)
Hi, I met a issue. when the VM (windows 2008) was started ,and you can still connect to the consolev via VNC but just get a static image.there is no network access to the VM.User domain is a web server on windows 2008.The last time it occurred I
noticed in the /var/log/xen/qemu-xxxxxxxxx.log of the
following message :
track_dirty_vram(f0000000, 26) failed (-1, 3)
can u help me resolve this
2012 Nov 29
4
[PATCH] x86/hap: fix race condition between ENABLE_LOGDIRTY and track_dirty_vram hypercall
There is a race condition between XEN_DOMCTL_SHADOW_OP_ENABLE_LOGDIRTY
and HVMOP_track_dirty_vram hypercall.
Although HVMOP_track_dirty_vram is called many times from qemu-dm
which is connected via VNC, XEN_DOMCTL_SHADOW_OP_ENABLE_LOGDIRTY is
called only once from a migration process (e.g. xc_save, libxl-save-helper).
So the race seldom happens, but the following cases are possible.
2008 Dec 09
1
Xen 3.3 Windows xp guest insufficient resources
Hello all,
Been using Xen a while, previously with Netbsd and few weeks ago changed
dom0 to Gentoo linux. Change wen''t very nice, but now I''m facing strange
out of resources problem in Windows XP HVM guests. At first there was no
issues but when we added second windows guest users started to complain
that they cannot access network drivers and cannot unzip large zips (
the
2011 Jul 20
1
"xm dmesg" shows SVM but not /proc/cpuinfo
Ah, thank you for pointing that out. I forgot to include a subject, my
bad.
On Thu, Jul 21, 2011 at 12:46 AM, Larry Ing <larry@lwi3.net> wrote:
> Earlier I posed this question:
>
> "My Dom0 kernel is having issues detecting the SVM capabilities of my
> CPU. Non-Xen kernels are able to see the capability just fine and I
> can''t figure out why the Dom0 cannot. I
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
Since the image pointed to may (and generally will) live in boot
services memory (which we add to the global memory pool long before
ACPI tables get looked at), we should prevent Dom0 from trying to
retrieve the image data.
The alternatives would be to
- not add boot services memory to the global pool at all, or
- defer adding boot services memory until Dom0 indicates it is safe to
do so, or
-
2005 Jul 11
1
beginners question concerning security
Hi List,
as I''m a real beginner I would be pleased if someone can answer a maybe simple question.
I''m looking for a virtaul server system to be used by diffrent entities. As I heard from other solutions there are often (at least small) security problems.
Now I would like to know if it''s (at least theoretical possible) that one user from domU_a can access domU_b or
2002 Jan 15
1
Stable Rsync System Call!
Next week are going to start using rsync "live" to mirror our primary and
secondary web servers. I am still trying to iron out a couple of bugs, any
help would be much apprecitated.
Here is my rsync.conf file on my primary web server
############################
use chroot = no
max connections = 5
syslog facility = local3
[www]
path = /www
comment = Web Directory
hosts
2002 Dec 05
1
tapply
I'm having trouble with tapply, it seems to give me NA for the mean of a set
like {2, 3, 4, NA}, can I get it to ignore the NA's and give me a mean like
say, three? Am I just doing something stupid?
Any help would be apprecitated, Also are there PDF versions of any of the R
stats books around that I might be able to get my hands on?
Bryn
2006 Apr 27
1
Seperating Client and Internal Users
Hi,
I was wondering if anybody could give me some advice about the best
way to go about seperating client users from internal users.
I''m building an application which will give our clients a subdomain
with several user accounts which they can use to check the status of
their project with us, request services etc. User accounts should not
be shared across subdomains.
As well as these
2004 Sep 22
1
Sample without replacement
Hello, I have a simple problem (checked the archives and the appropriate
help pages, to no avail). I want to creat a vector that is length(2000).
The vector is to consist of two strings( "std" and "dev") with 1760 "std"s
and 240 "dev"s. Furthermore, for each element of the vector, i want the
selection of one of the strings to be approx. random. The
2004 Jul 24
3
Samba PDC = Expire passwords
Hi all,
I have a Samba PDC setup and i was wondering if anyone knows how i can
force the users to change passwords ever x days. My network consists of
windows type machines as was as linux based machines.
Any help would greatly be apprecitated.
2010 Jul 12
1
S4 class extends "data.frame", getDataPart sees "list"
R-Devel:
When I get the data part of an S4 class that contains="data.frame", it gives
me a list, even when the "data.frame" is the S4 version:
> d<-data.frame(x=1:3)
> isS4(d)
[1] FALSE # of course
> dS4<-new("data.frame",d)
> isS4(dS4)
[1] TRUE # ok
> class(dS4)
[1] "data.frame"
2007 Dec 03
8
xm create - Xend has probably crashed! Invalid or missing HTTP status code.
Hi,
I have compiled xen-unstable (using hg clone
http://xenbits.xensource.com/xen-unstable.hg).
I have successfully booted into the dom0 kernel.
output of xm list:
Name ID Mem VCPUs State
Time(s)
Domain-0 0 932 1 r----- 591.2
But whenever I xm create, I get:
# xm create /etc/xen/domu1
Using config file
2012 Apr 19
5
Xen on EC2 | Debian Squeeze AMD 64
Hello ! I''m trying to run Xen on a EC2 AMI
debian-6.0-squeeze-base-x86_64-20110417 (ami-35b68141)
Following this how-to
http://www.howtoforge.com/paravirtualization-with-xen-4.0-on-debian-squeeze-amd64
After installing the packages, I get :
uname -a
Linux ip-10-241-22-60 2.6.32-5-xen-amd64 #1 SMP Tue Mar 8 00:01:30 UTC 2011
x86_64 GNU/Linux
uname -r
2.6.32-5-xen-amd64
Then I do :
2013 Oct 15
0
Antw: Xen-users Digest, Vol 104, Issue 18
Op 10/12/13, xen-users-request@lists.xen.org schreef:
> Send Xen-users mailing list submissions to
> xen-users@lists.xen.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users
> or, via email, send a message with subject or body ''help'' to
> xen-users-request@lists.xen.org
>
> You
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
Since the image pointed to may live in boot services memory (which we
add to the global memory pool long before ACPI tables get looked at),
we should prevent Dom0 from trying to retrieve the image data in that
case.
The alternatives would be to
- not add boot services memory to the global pool at all, or
- defer adding boot services memory until Dom0 indicates it is safe to
do so, or
- find and
2011 Jun 24
2
Nested VM
Hello,
As part of my project for my MSc, I am looking for a solution to implement
nested virtual machines. My current scenario is:
- I have a server with AMD Phenom II X6 1100T and 8GB RAM - virtualization
enabled at BIOS.
- I have installed 64bit CentOS-5.6 with Xen enabled (let''s call it as
base1).
- On top of base1 I have also installed 64bit CentOS-5.6 (guest1) with Xen
enabled and