search for: mem_kb

Displaying 20 results from an estimated 46 matches for "mem_kb".

2006 Aug 08
11
architecture-specific stuff in xend
...servation(). Rather than having these inline tests everywhere ("if os.uname()[4] in (''ia64'', ''ppc64''):"), would it make more sense to have some sort of "architecture" object, and do things like: class Architecture: def init_reservation(self, mem_kb): return mem_kb def init_reservation_order(self): return 0 class ia64_Architecture(Architecture): def init_reservation(self, mem_kb): if ''hvm'' in xc.xeninfo()[''xen_caps'']: mem_kb += 4*1024; return mem_kb Sample use in XendDomainInfo.py: from xen.xen...
2004 May 20
1
xc_dom_create.py cpu flag
...ot have a default value for cpu, so python complains Traceback (most recent call last): File "/usr/bin/xc_dom_create.py", line 408, in ? (current_id, current_port) = make_domain() File "/usr/bin/xc_dom_create.py", line 234, in make_domain id = xc.domain_create( mem_kb=mem_size*1024, name=domain_name, cpu=cpu ) NameError: global name ''cpu'' is not defined Using the -C flag to set cpu gets a usage message, because the C flag is not in the getopt list. When I add C to getopt and use -C on the cmd line, all is well. Is the default of round-robi...
2006 Feb 11
2
Xend crashes repeatedly starting DomU - please help...
...eate({''paused'': 0, ''cpu_time'': 640829708489L, ''ssidref'': 0, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''shutdown_reason'': 0, ''dying'': 0, ''dom'': 0, ''mem_kb'': 128000, ''maxmem_kb'': -4, ''max_vcpu_id'': 1, ''crashed'': 0, ''running'': 1, ''shutdown'': 0, ''online_vcpus'': 2, ''blocked'': 0}) [2006-02-09 15:20:48 xend.XendDomainInfo]...
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
2010 Jun 21
4
Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found.
...'ssidref'': 0, ''hvm'': 0, ''shutdown_reason'': 0, ''dying'': 0, ''online_vcpus'': 2, ''domid'': 0, ''paused'': 0, ''crashed'': 0, ''running'': 1, ''maxmem_kb'': 17179869180L, ''shutdown'': 0, ''mem_kb'': 260864L, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''blocked'': 0, ''name'': ''Domain-0''}) [2010-06-21 12:06:19 5946] INFO (Xend...
2010 Sep 05
1
Bug#587090: PATCH unnecessary for HVM DomU guests
Package: xen-utils-4.0 Version: 4.0.1~rc6-1 Severity: important Tags: patch The patch is not necessary for HVM DomU guests. The Error: 'NoneType' object has no attribute 'rfind' was fixed by installing xen-qemu-dm-4.0. [1] [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588888 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Nov 12
0
NFS root on problem on Xen Debian
...;args'', ''nfsroot=10.5.144.29:/myfs1/foo 4''], [''vcpus'', ''1''], [''vcpus'', ''1''], [''boot'', ''c'']], ''on_poweroff'': ''destroy'', ''mem_kb'': None, ''maxmem_kb'': None, ''on_crash'': ''restart'', ''backend'': [], ''vcpus'': 1, ''cpu_weight'': 1.0, ''vcpu_avail'': 1, ''memory'': 31, ''device...
2008 Oct 23
0
XEN 3.3: xend chrashes beim Start der DomU
...'ssidref'': 0, ''hvm'': 0, ''shutdown_reason'': 0, ''dying'': 0, ''online_vcpus'': 1, ''domid'': 0, ''paused'': 0, ''crashed'': 0, ''running'': 1, ''maxmem_kb'': 4294967292L, ''shutdown'': 0, ''mem_kb'': 88576L, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''blocked'': 0, ''name'': ''Domain-0''}) [2008-10-16 17:57:10 6163] INFO (XendDo...
2005 Nov 10
0
Xend crashes when it''s trying to create domU
...te({''paused'': 0, ''cpu_time'': 14565014309814L, ''ssidref'': 0, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''shutdown_reason'': 0, ''dying'': 0, ''dom'': 0, ''mem_kb'': 1043456, ''maxmem_kb'': 17179869180, ''max_vcpu_id'': 3, ''crashed'': 0, ''running'': 1, ''shutdown'': 0, ''online_vcpus'': 4, ''blocked'': 0}) [2005-11-09 16:05:02 xend.XendDo...
2006 Apr 25
0
Dom0 problems on Slackware 10.2
...eate({''paused'': 0 , ''cpu_time'': 12609672133L, ''ssidref'': 0, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''shutdown_reason'': 0, ''dying'': 0, ''dom'': 0, ''mem_kb'': 217088, ''maxmem_kb'': -4, ''max_vcpu_id'': 1, ''crashed'': 0, ''running'': 1, ''shutdown'': 0, ''online_vcpus'': 2, ''blocked'': 0}) [2006-04-23 21:04:11 xend.XendDomainInfo]...
2005 Jun 29
0
[PATCH] fix xc_domain_memory_increase_reservation return value
...ate domain memory. Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com> diff -Nru a/tools/libxc/xc_domain.c b/tools/libxc/xc_domain.c --- a/tools/libxc/xc_domain.c 2005-06-29 17:16:11 +08:00 +++ b/tools/libxc/xc_domain.c 2005-06-29 17:16:11 +08:00 @@ -243,7 +243,7 @@ if (err == mem_kb / 4) return 0; - if (err > 0) { + if (err >= 0) { errno = ENOMEM; err = -1; } _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Mar 21
5
Xend cann''t run?
I''ve installed a Fedora Core 5 2054 and Xen 3.0.4.1 on a Intel 945 mainboard with xen3.0 user manual, everything seemed fine then. After I rebooted and chosed to enter into xen kernel , I find xend doesn''t run . when I try to run manually by input: /etc/init.d/xend start there some dot(indicating time maybe) appeared, and then nothing happened, the xend jun didn''t get
2006 May 16
7
Unable to bring up Mini-OS on x86_64
...eate({''paused'': 0, ''cpu_time'': 128897604096L, ''ssidref'': 0, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''shutdown_reason'': 0, ''dying'': 0, ''dom'': 0, ''mem_kb'': 257024, ''maxmem_kb'': 17179869180, ''max_vcpu_id'': 3, ''crashed'': 0, ''running'': 1, ''shutdown'': 0, ''online_vcpus'': 1, ''blocked'': 0}) [2006-05-16 13:30:55 xend.XendDom...
2007 Jun 15
0
Exception starting xend ((11, ''Resource temporarily unavailable''))
...'ssidref'': 0, ''hvm'': 0, ''shutdown_reason'': 0, ''dying'': 0, ''online_vcpus'': 1, ''domid'': 0, ''paused'': 0, ''crashed'': 0, ''running'': 1, ''maxmem_kb'': 524288, ''shutdown'': 0, ''mem_kb'': 463872, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''blocked'': 0, ''name'': ''Domain-0''}) [2007-06-14 05:02:01 xend.XendDomainInfo 265...
2012 Jul 17
1
Bug#681213: Full logs?
Hi Orazio, Is "NoneType object is unsubscriptable" the full and complete error message? I'd have expected some sort of accompanying backtrace, if not on the console then in /var/log/xen/* Is this issue by any chance fixed by installing the xen-qemu-dm-4.0 package? Lastly, does this happen with the packages from Wheezy? Thanks, Ian.
2006 Apr 03
0
new box, won''t boot domU
...;'paused'': 1, ''cpu_time'': 0L, ''ssidref'': 0, ''handle'': [57, 164, 239, 19, 176, 42, 210, 1, 221, 55, 8, 28, 107, 153, 87, 10], ''shutdown_reason'': 0, ''dying'': 0, ''dom'': 9, ''mem_kb'': 65536, ''maxmem_kb'': 65536, ''max_vcpu_id'': 0, ''crashed'': 0, ''running'': 0, ''shutdown'': 0, ''online_vcpus'': 1, ''blocked'': 0}) [2006-04-03 13:26:22 xend.XendDomainInfo...
2006 Jan 21
4
Xen Starting DomainU:Error: Device 0 (vif) could not be connected. Hotplug scripts not working
...reate({''paused'': 0, ''cpu_time'': 14845729937L, ''ssidref'': 0, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''shutdown_reason'': 0, ''dying'': 0, ''dom'': 0, ''mem_kb'': 262144, ''maxmem_kb'': -4, ''max_vcpu_id'': 0, ''crashed'': 0, ''running'': 1, ''shutdown'': 0, ''online_vcpus'': 1, ''blocked'': 0}) [2006-01-20 21:22:28 xend.XendDomainInfo]...
2010 Mar 11
0
Xen problem network dom0
...;ssidref'': 120, ''hvm'': 0, ''shutdown_reason'': 0, ''dying'': 0, ''online_vcpus'': 2, ''domid'': 0, ''paused'': 0, ''crashed'': 0, ''running'': 1, ''maxmem_kb'': 4294967292L, ''shutdown'': 0, ''mem_kb'': 4016924L, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ''blocked'': 0, ''name'': ''Domain-0''}) INFO (XendDomainInfo:149) Recreatin...
2007 Jun 13
2
Xen 3.1.0 on Fedora 7- libvir: Xen Daemon error :GET operation failed
Hi, I have been trying to get Xen 3.1 running on Fedora 7 since yesterday and no luck. At the beginning I thought it was a problem with teh installation of Fedora 7 so I reinstalled it. Still, I have the same problem. I have never had this problem with Xen (FC5,FC6). The xend.log (below) includes a line "VmError: Device 0 (vif) could not be connected. Hotplug scripts not working."
2006 Aug 30
3
arch-specific xc.c code?
...PyObject *args, PyObject *kwds) @@ -1088,6 +1108,14 @@ static PyMethodDef pyxc_methods[] = { "Increase a domain''s memory reservation\n" " dom [int]: Identifier of domain.\n" " mem_kb [long]: .\n" + "Returns: [int] 0 on success; -1 on error.\n" }, + + { "alloc_real_mode_area", + (PyCFunction)pyxc_alloc_real_mode_area, + METH_VARARGS | METH_KEYWORDS, "\n" + "Allocate a domain''s real mode area.\n" +...