search for: toobig

Displaying 20 results from an estimated 31 matches for "toobig".

2013 Sep 30
2
Re: Does libvirt support xapi/xe toolstack?
...this in libxl-driver.log: # cat libxl/libxl-driver.log xc: debug: hypercall buffer: total allocations:21 total releases:21 xc: debug: hypercall buffer: current allocations:0 maximum allocations:4 xc: debug: hypercall buffer: cache current size:4 xc: debug: hypercall buffer: cache hits:16 misses:4 toobig:1 xc: debug: hypercall buffer: total allocations:21 total releases:21 xc: debug: hypercall buffer: current allocations:0 maximum allocations:4 xc: debug: hypercall buffer: cache current size:4 xc: debug: hypercall buffer: cache hits:16 misses:4 toobig:1 xc: debug: hypercall buffer: total allocation...
2013 Sep 30
2
Re: Does libvirt support xapi/xe toolstack?
On Mon, Sep 30, 2013 at 10:49:10AM +0200, Guillaume Thouvenin wrote: > Guillaume Thouvenin <guillaume.thouvenin@polymtl.ca> a écrit : > > >According to [1] it seems that libvirt is using Xend daemon to communicate. > > After reading more documentation it seems that Xend is mandatory. As > everything is not up to date I'd like to know if it is still the > case or
2008 Dec 22
2
Hmisc Dotplot with confidence intervals and panel.points problem
...t( labels=paste(as.character(foo$bar), at=results$nranalysis, cex=0.5 ) ), xlab="some label", ylab="", xlim=c(-10,10), main=paste("a title"), subscripts = T, panel=function(...) { #panel.xYplot(...) panel.points(x=rep(9, length(toobig)), y=results$noanalysis[toobig], pch=62) panel.dotplot(...) } ) I tried a number modifications of this code but without success. I'm sure I'm doing something wrong here, but I cannot figure it out... any ideas? Thanks in advance! Peter Background information: ========...
2013 Feb 24
1
xen hvm fails to start
...t.c:1541:libxl__ao__destroy: ao 0x1bcc300: destroy xc: debug: hypercall buffer: total allocations:1166 total releases:1166 xc: debug: hypercall buffer: current allocations:0 maximum allocations:4 xc: debug: hypercall buffer: cache current size:4 xc: debug: hypercall buffer: cache hits:1158 misses:4 toobig:4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2012 Aug 15
5
[PATCH] xl: Suppress spurious warning message for cpupool-list
# HG changeset patch # User George Dunlap <george.dunlap@eu.citrix.com> # Date 1345022863 -3600 # Node ID 0982bad392e4f96fb39a025d6528c33be32c6c04 # Parent dc56a9defa30312a46cfb6ddb578e64cfbc6bc8b xl: Suppress spurious warning message for cpupool-list libxl_cpupool_list() enumerates the cpupools by "probing": calling cpupool_info, starting at 0 and stopping when it gets an error.
2015 Mar 02
2
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...; Permission denied > xc: debug: hypercall buffer: total allocations:7 total releases:7 > xc: debug: hypercall buffer: current allocations:0 maximum allocations:1 > xc: debug: hypercall buffer: cache current size:1 > xc: debug: hypercall buffer: cache hits:6 misses:1 toobig:0 > > * libvirtd.log also has 11 log groupings, that are just the same set of logs > repeated 11 times. Here is that group: > > 2015-02-27 11:00:29.479+0000: 4842: info : libvirt version: 1.2.2 > 2015-02-27 11:00:29.479+0000: 4842: error : libxlDriverConfigNew:1131 :...
2011 Dec 02
7
libxl: error when destroying domain on NetBSD
Hello, When destroying a guest (xl destroy <domid>) on NetBSD I get the following error on the log file: Waiting for domain test (domid 1) to die [pid 11675] Domain 1 is dead Unknown shutdown reason code 255. Destroying domain. Action for shutdown reason code 255 is destroy Domain 1 needs to be cleaned up: destroying the domain do_domctl failed: errno 3 libxl: error:
2013 Dec 01
1
Bug#731038: xen-utils-4.3: cannot create hwm
...l_event.c:1541:libxl__ao__destroy: ao 0x19811c0: destroy xc: debug: hypercall buffer: total allocations:76 total releases:76 xc: debug: hypercall buffer: current allocations:0 maximum allocations:4 xc: debug: hypercall buffer: cache current size:4 xc: debug: hypercall buffer: cache hits:68 misses:4 toobig:4 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11-2-amd64 (SMP w/4 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/s...
2015 Mar 02
1
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...> xc: debug: hypercall buffer: total allocations:7 total releases:7 > > xc: debug: hypercall buffer: current allocations:0 maximum > allocations:1 > > xc: debug: hypercall buffer: cache current size:1 > > xc: debug: hypercall buffer: cache hits:6 misses:1 toobig:0 > > > > * libvirtd.log also has 11 log groupings, that are just the same set of > logs > > repeated 11 times. Here is that group: > > > > 2015-02-27 11:00:29.479+0000: 4842: info : libvirt version: 1.2.2 > > 2015-02-27 11:00:29.479+0000: 4842: err...
2015 Feb 01
4
Bug#776742: xen-utils-common: no support for VGA Passthrough
Package: xen-utils-common Version: 4.4.1-6 Severity: normal Dear Maintainer, (There appear to be several reports on the BTS with concerns relating to this report. Some unarchiving/merging may be necessary. Reassignment may be needed as well since I'm not sure which package this problem would fall under. Ultimately decided to file with xen-utils-common with 'xl' being the frontend
2009 Mar 15
2
Definition of [[
The semantics of [ and [[ don't seem to be fully specified in the Reference manual. In particular, I can't find where the following cases are covered: > cc <- c(1); ll <- list(1) > cc[3] [1] NA OK, RefMan says: If i is positive and exceeds length(x) then the corresponding selection is NA. > dput(ll[3]) list(NULL) ? i is positive and exceeds length(x); why isn't this
2014 Sep 25
1
libvirt 1.2.5 + xen 4.4
...nt.c:1563:libxl__ao__destroy: ao 0x7ff010003e00: destroy xc: debug: hypercall buffer: total allocations:19 total releases:19 xc: debug: hypercall buffer: current allocations:0 maximum allocations:2 xc: debug: hypercall buffer: cache current size:2 xc: debug: hypercall buffer: cache hits:15 misses:2 toobig:2 any suggestion to crate hvm in xen. thanks & regards, cooldharma06 ..:)
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...t char *mailbox; + struct mail_storage *storage; + struct mailbox *box; + struct istream *input; + struct imap_parser *parser; + struct mail_search_args *search_args; + struct imap_fetch_context *fetch_ctx; +}; + +static bool catenate_fetch_cleanup(struct catenate_fetch_context *cfctx, + bool toobig, const char *error) +{ + if (cfctx->fetch_ctx != NULL) { + if (!cfctx->fetch_ctx->urlfetched) { + if (error == NULL && !toobig) + error = "message not found"; + } + if (imap_fetch_deinit(cfctx->fetch_ctx) < 0) + cfctx->fetch_ctx->failed = TRUE; + if...
2010 Mar 03
4
General FAQ addition
Added an entry to http://wiki.centos.org/FAQ/General : 23. How do I provide appropriate information about my system when asking questions? Comments, corrections, and other (constructive :-) ) criticisms are hereby solicited. Phil
2015 Mar 03
3
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...tal allocations:7 total > releases:7 > > > xc: debug: hypercall buffer: current allocations:0 maximum > > allocations:1 > > > xc: debug: hypercall buffer: cache current size:1 > > > xc: debug: hypercall buffer: cache hits:6 misses:1 toobig:0 > > > > > > * libvirtd.log also has 11 log groupings, that are just the same > set of logs > > > repeated 11 times. Here is that group: > > > > > > 2015-02-27 11:00:29.479+0000: 4842: info : libvirt version: > 1.2.2 >...
2012 Nov 09
1
OVMF Bios Option
...ao 0x9cc890: destroy Daemon running with PID 7184 xc: debug: hypercall buffer: total allocations:1042 total releases:1042 xc: debug: hypercall buffer: current allocations:0 maximum allocations:4 xc: debug: hypercall buffer: cache current size:4 xc: debug: hypercall buffer: cache hits:1034 misses:4 toobig:4 _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2013 Feb 21
4
help please - running a guest from an iSCSI disk ? getting more diagnostics than "cannot make domain: -3" ? how to make domain0 "privileged" ?
...ibxl_event.c:1471:libxl__ao__destroy: ao 0x119c890: destroy xc: debug: hypercall buffer: total allocations:5 total releases:5 xc: debug: hypercall buffer: current allocations:0 maximum allocations:2 xc: debug: hypercall buffer: cache current size:2 xc: debug: hypercall buffer: cache hits:3 misses:2 toobig:0 Even though I''ve enabled all possible log messages in Xen with '' loglvl=all guest_loglvl=all'' (or have I?) I don''t see any log messages about this failed attempt to create a domain at all , in dmesg output or in the system log. Tracing this command in gdb sho...
2015 Mar 02
0
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...bug: hypercall buffer: total allocations:7 total releases:7 > > xc: debug: hypercall buffer: current allocations:0 maximum > allocations:1 > > xc: debug: hypercall buffer: cache current size:1 > > xc: debug: hypercall buffer: cache hits:6 misses:1 toobig:0 > > > > * libvirtd.log also has 11 log groupings, that are just the same set of logs > > repeated 11 times. Here is that group: > > > > 2015-02-27 11:00:29.479+0000: 4842: info : libvirt version: 1.2.2 > > 2015-02-27 11:00:29....
2012 Jun 08
3
cannot boot guest VM
...ate.c:603:do_domain_create: failed to run bootloader: -3 xc: debug: hypercall buffer: total allocations:14 total releases:14 xc: debug: hypercall buffer: current allocations:0 maximum allocations:2 xc: debug: hypercall buffer: cache current size:2 xc: debug: hypercall buffer: cache hits:11 misses:2 toobig:1 When I try to see what goes wrong with pygrub (pygrub <image-file>), I get the following error: Traceback (most recent call last): File "/usr/local/bin/pygrub", line 822, in <module> raise RuntimeError, "Unable to find partition containing kernel" RuntimeErr...
2011 Jan 22
53
Xen 4.1 rc1 test report
Hi, All Intel QA conducted a full validation for xen 4.1 rc1, it includes VT-x, VT-d, SRIOV, RAS, TXT and xl tools testing. 24 issues were exposed. Refer the bug list, please. We already assigned 14 bugs to Intel developers (which has an ''Intel'' tag in the bug title), most of the rest 10 bugs are related xl command. For the these bugs, need community''s help to fix