Displaying 20 results from an estimated 112 matches for "ewans".
Did you mean:
evans
2006 Jan 25
2
Only one app keeps me on Windows - Can WINE free me?
Currently, there is only one application that is keeping me on
Windows, and that is the TivoDesktop software that lets me DL episodes
from my Tivo, and in conjunction with the DirectDump tool, allows me
to convert those Tivo files to standard MPEG-2 files for editing.
Does anyone have experience running TivoDesktop under any version of
Wine under any distribution? I'm rather distro agnostic
2005 Nov 03
7
VMX status daily report Nov. 3
We have test latest xen (ChangeSet 7608) on VT platform with Intel 915
chipset and Here is the test summary:
IA32:
Build&Boot SMP xen0 without problem
Can startup XenU with different configuration
IA32 issues contain:
VMX can not be created
IA32E:
Build&Boot SMP xen0 without problem
Can startup XenU with different configuration
IA32E issues
2006 Apr 12
5
domU still not rebooting in 3.0.2
After upgrading to 3.0.2 I tried rebooting a domU (a problem sometimes in
3.0.1 related to bug 514) it failed to come back up. This was in my xend.log.
("Refusing to restart to avoid loops." .... )
[2006-04-11 20:53:39 xend.XendDomainInfo] DEBUG (__init__:988) Storing
domain details: {''console/ring-ref'': ''223144'', ''console/port'':
2005 Nov 15
3
xen_domain_handle_t usage
I noticed that the changesets around 7378:bd3268de4145 introduced the
xen_domain_handle_t param to xc_create_domain(), the struct domain, etc.
and call it a "tool UUID".
Can someone explain how this is envisioned being used (xend sets it to
some magic values but I don''t see it get used anywhere)?
Joe
_______________________________________________
Xen-devel mailing list
2005 Nov 08
10
Hotplug script not working
I have problem to start domU with errors:
# xm create -c x335-hien1-vm4.cfg
Using config file "x335-hien1-vm4.cfg".
Error: Device 0 (vif) could not be connected. Hotplug scripts not working
in changeset:
changeset: 7700:98bcd8fbd5e36662c10becdcd0222a22161bb2b6
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Tue Nov 8 09:48:42 2005
summary: Fix alloc_skb()
2007 Jan 29
5
Permission denied in domain_sched_credit_set
Some time in the last few dozen changesets (I''m at 13662:5bb084098493
now) I''ve started getting this error on xm create:
[2007-01-29 12:23:41 7373] ERROR (__init__:1072) (13, ''Permission denied'')
Traceback (most recent call last):
File "/home/brendan/dev/xen/xen-ss.hg/dist/install/usr/lib/python/xen/xend/Xen
dDomain.py", line 1364, in
2005 Dec 22
3
bug report of xm list and xm vcpu-list
Hi,
Xm list and xm vcpu-list show wrong DomID(name).
Under this situation,
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 512 1 r----- 1064.6
test1 13 64 1 r----- 83879.7
# xm list 1 13
Error: Domain ''1'' not found when running ''xm list''
# xm list
2005 Dec 06
1
RE: Hotplug scripts not working... xen/ia64 domU stoppedworking
> -----Original Message-----
> From: Ewan Mellor [mailto:ewan@xensource.com]
> Sent: Tuesday, December 06, 2005 5:25 AM
> To: Dave Thompson (davetho)
> Cc: Xen Mailing List
> Subject: Re: [Xen-devel] Hotplug scripts not working...
> xen/ia64 domU stoppedworking
>
> On Mon, Dec 05, 2005 at 03:03:54PM -0500, Dave Thompson
> (davetho) wrote:
>
> >
>
2005 Nov 04
1
RE: Error "Device 0 (vif) could not be connected"
Yes, I saw that problem and removing the vif line or changing it to vif0
fixed it for me.
Aravindh
> -----Original Message-----
> From: wei huang [mailto:huanwei@cse.ohio-state.edu]
> Sent: Friday, November 04, 2005 12:14 PM
> To: Puthiyaparambil, Aravindh
> Cc: Mark Williamson; xen-users@lists.xensource.com; ewan@xensource.com
> Subject: RE: [Xen-users] Error "Device 0
2006 Aug 30
3
arch-specific xc.c code?
Hi Ewan/Alistair, I have a patch that looks like this:
diff -r a39ad4c78850 tools/libxc/xenctrl.h
--- a/tools/libxc/xenctrl.h Wed Aug 30 13:51:12 2006 +0100
+++ b/tools/libxc/xenctrl.h Wed Aug 30 15:11:20 2006 -0500
@@ -416,6 +416,10 @@ int xc_domain_memory_populate_physmap(in
unsigned int address_bits,
xen_pfn_t
2006 May 12
9
[PATCH] Make "xm mem-set" be lower bound on domX-min-mem
This patch causes "xm mem-set" to be lower bound on domX-min-mem option
in xend-config. Another configuration option called domU-min-mem has
been introduced, which works similarly to dom0-min-mem. This is prevents
users from freezing the system when doing "xm mem-set" on very low
values like 32M.
Signed-off-by: Aravindh Puthiyaparambil
2006 Apr 20
3
[PATCH] fix tools compile issue on sles 10
With sles 10, ''make tools'' produces the following:
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -Wdeclaration-after-statement
-D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py install
--home="/root/xen/xen-unstable.hg/dist/install/usr" --force
running install
error: must supply either home or prefix/exec-prefix --
2011 Feb 10
3
how will CentOS handle the perftools 1.7 vs. 1.6 issue?
In order to avoid a cross post, the following background quote is from
SCIENTIFIC-LINUX-USERS at fnal.gov:
<quote>
On Wed, Feb 9, 2011 at 11:27 AM, Ewan Mac Mahon <ewan at macmahon.me.uk> wrote:
>
> I'm a little bit hazy on the details, but there are some slides from the
> meeting here[1]:
>
2006 Jun 09
10
Why do we use /usr/lib/python to install python libraries?
This seems exceptionally evil and is definitely a PITA. What was the
original problem that led us to do this? I''d like to take a stab at
correcting it so we can have a more sane installation.
Regards,
Anthony Liguori
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Jan 05
2
Re: FW: Xen 3: Functional NAT Possible?
Ewan Mellor wrote:
>>
>> Ian Pratt wrote:
>>>
>>>
>>>> I have been trying for days now to get a working nat setup with
>> my
>>>> domU''s using the default nat scripts.
>>> Just look at what the demo CD does for a nice example of how to set up
>>> NAT.
>>>
>>> Ian
>>>
>>
2005 Nov 13
17
Working hotplug, but still timing out waiting for vbd device
I''m running Xen3 7775 with udev 073 (which was a PITA to get working, as
the initrd I''ve been running for quite some time uses an older one --
but that''s an entirely different story). My dom0 is Gentoo-based.
When I try to start a DomU, it times out waiting for hotplug-based
notification, as per the following:
DEBUG (DevController:69) Waiting for devices vif.
DEBUG
2005 Nov 13
17
Working hotplug, but still timing out waiting for vbd device
I''m running Xen3 7775 with udev 073 (which was a PITA to get working, as
the initrd I''ve been running for quite some time uses an older one --
but that''s an entirely different story). My dom0 is Gentoo-based.
When I try to start a DomU, it times out waiting for hotplug-based
notification, as per the following:
DEBUG (DevController:69) Waiting for devices vif.
DEBUG
2006 Oct 20
5
[PATCH]Add the Japanese keymap for VNC Server.
Hi All,
My name is Takanori Kasai.
This is a first time to send mail.
I found the key that was not able to be input to HVM Domain
(VTx and VTi Domain) through VNC Server with Japanese keyboard.
I think that it is a cause by lack of some keys
in Japanese keymap and the key symbol table in qemu-dm.
This patch is addition of the keys for Japanese keyboard.
My best regards.
-
Takanori Kasai
2005 Nov 03
5
Using eth1
Hi !
What is the best way to use eth1 of my dom0 in my domU ?
i tried that in Dom0 but bridge don''t want comes up :
./xen-network-common.sh "network-bridge net-dev=eth1 bridge=brint virtnum=1"
Thanks
Michael
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Mar 17
0
RE: [Xen-users] Re: upgrading Xen3.0.4-1 to Xen-unstable ...
Hi,
On a slightly different topic there seems to be some sort of issue with
Intel chipset 915G and windows 2003. The guests seem to stop responding
after some time unless you connect via VNC to the guest and move the
mouse over the window, the guest them comes back to life.
Another guy said it was like a symptom that he had seen before called
''lost interupt'' I was wondering if