Displaying 20 results from an estimated 300 matches similar to: "[PATCH] Make save/restore of multiple VCPU contexts arch dependent"
2013 Jul 09
0
Xen + libvirt: VM name 'Domain-Unnamed' already exists
I had to restart a paravirt guest and could not start over again.
It's a xenstore crash?
Compiled against library: libvirt 1.0.3
Using library: libvirt 1.0.3
Usando a API: Xen 1.0.3
Hypervisor em execução: Xen 4.2.0
CentOS 6 - x64
Linux eagle 3.9.8-1.el6xen.x86_64 #1 SMP Sat Jun 29 16:23:39 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
I've got this error:
...
2009 Dec 07
1
Automon -> Voicemail
Hi all,
What's the best method to send automon call recordings (*1) to the
voicemail box of the Asterisk user?
Do you have to trap hangups, etc, or is there some global variable
that can be set?
Thanks!
S.
2007 Feb 26
2
[PATCH 0 of 2] Parse image elfnotes, write them to xenstore, save and load via image sxpr
Here are two patches that let xm create, save and restore extract and
preserve elfnotes read by the domain builder. This is handy for a few
things. In particular, I''d like it so that xm can decide whether or
not guest domains support fast resume (if save fails, or for
checkpointing).
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
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.
2007 Jun 15
0
Exception starting xend ((11, ''Resource temporarily unavailable''))
Hi
I tried building xen on my IA64 machine. It builds and installs smoothly.
But I have not been able to start xend.
I get the error in /var/log/xen/xend.log as below:
[2007-06-14 05:02:01 xend 26504] WARNING (XendAuthSessions:27) python-pam is
required for XenAPI support.
[2007-06-14 05:02:01 xend 26520] INFO (SrvDaemon:322) Xend Daemon started
[2007-06-14 05:02:01 xend 26520] INFO
2014 Apr 10
0
Bug#744163: xenstore problems
Package: xen-utils-4.1
Version: 4.1.4-3+deb7u1
Severity: important
When starting (or migrating in) a domain, sometimes I get the following exception:
[2014-04-01 10:58:08 4821] ERROR (XendDomainInfo:2927) XendDomainInfo.initDomain: exception occurred
Traceback (most recent call last):
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2914, in _initDomain
2016 May 30
0
[PATCH v2 3/3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
Currently virt-p2v requires Gtk 2. This commit changes virt-p2v so it
can be built with either Gtk 2 or 3.
By careful use of macros, this code should compile on both recent
Gtk 2 and Gtk 3.
With no other options, ./configure will now prefer Gtk 3 if it finds
it, or fall back to Gtk 2. But you can control this by setting
'./configure --with-gtk=2|3|check|no' where the options mean:
*
2013 Jan 17
1
concepts against amplification using dnssec
Hello,
Lutz Donnerhacke implemented DNS-Dampening.
http://lutz.donnerhacke.de/eng/Blog/DNS-Dampening
The implementation is available as patch for BIND9 only.
He told me that there is an other method preferred by the nsd developer.
It's called "Response Rate Limiting".
May one describe the idea behind rate limiting and compare it with Lutz' solution?
Thanks.
--
Andreas
2010 May 16
2
[PATCH][RESENT] xend: fix bug in xend option parsing
Resent of mail sent on 28.04.
xend: fix bug in option parsing
If you enable legacy tcp xmlrpc in xend''s config but omit to enable ssl
the following backtrace is generated when starting xend:
[2010-04-28 16:09:04 15754] ERROR (SrvDaemon:349) Exception starting xend (''NoneType'' object has no attribute ''rfind'')
Traceback (most recent call last):
File
2016 May 30
1
[PATCH v3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
This version of the Gtk 2/3 patch gets alignment and padding mostly
right. I still can't work out how to vertically align labels in the
middle of a cell in a GtkGrid. The GtkTextView in the final dialog is
still broken.
Rich.
2008 Oct 03
2
Ragged time series data
Hi and thanks in advance,
I am fairly new with R so I hope this problem isn't too amateur.
I have a vector of count data which correspond to vectors of date (%m/%d/%Y)
and time of day (%H:%M:%S).
I am trying to compute various statistics (e.g. daily max) by lumping the
data together by day. I have been able to utilize tapply() and group the
counts together, but with the method I use I end
2005 Mar 11
5
sample function
Hi everyone, I need help.
I want to have a "uniform" kind distribution. When I used sample function I
got almost twice many zeros compared to other numbers. What's wrong with my
command ?
temp <-sample(0:12, 2000, replace=T,prob=(rep(1/13,13)))
hist(temp)
Thanks in advance,
Taka,
2016 May 30
2
[PATCH 0/2] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
... and a small initial patch which makes it easier to test virt-p2v
without having to start up a virtual machine.
There is still a bug in Gtk 3 where the GtkTextView on the final
(running) dialog ignores gtk_widget_set_size_request and so the window
appears just a single pixel high.
Rich.
2016 May 30
4
[PATCH v2 0/3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.
This is basically the same as what I posted earlier today. The main
difference is I split out the GDK thread sychronization (removal of)
changes from the other Gtk 2/3 changes, which should make it a bit
easier to review.
Gtk 3 is still not quite perfect. Apart from the problem with the
GtkTextView noted before, there are also vertical alignment and
padding problems with labels in GtkGrid
2012 Jan 19
1
[LLVMdev] AliasSetTracker
In the implementation of the AliasSetTracker, I see LoadInst, StoreInst,
and VAArgInst are treated specially. Why aren't AtomicCmpXchgInst
and AtomicRMWInst treated with similar care? Lumping together with other
unknown instructions seems unnecessarily expensive in compile time.
Preston
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 21
1
Table vs unique
A bug in the survival routines was reported to me today. The root cause
is a difference between table, unique, and sort.
> temp <- rep(c(1, sqrt(2)^2, 2), 1:3)
> unique(temp)
[1] 1 2 2
> table(temp)
temp
1 2
1 5
I'm using 2.10 on Linux, the user reported from 2.9 on Windows.
1. Minor issue: I think the root rounding occurs in factor. I didn't
see any discussion of
2012 Apr 12
1
Applying a function to categorized data?
Hi all,
I'm just getting started in R. My problem is the following:
I have a data frame (v1) with lots of production data measurements.
Each row contains a single measurement ('ARI_MIT') with a timestamp. I
want to "lump" the data by months with their mean and standard
deviation.
I have already successfully managed to do the lumping by adding
another column to my data
2020 Nov 02
4
Delivering locally through the Submission Server
> what should it do with the non local messages or local messages directly
> at aliases?
OK, so I gather that the Submission Server cannot do that (yet).
My suggestion for a future version would then be: How about running dovecot-lda, if the user happens to be local, or a local alias? Or at least
provide some sort of pattern matching: anything matching *@example.com , pass the message to
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows.
> I thought that the point was the following two.
>
>
> 1. Storage place of encrypted password
> Should I store it in /etc/xen/passwd ?
> Or, should I wait for DB of Xen that will be released in
> the future?
The xend life cycle management patches were posted by Alistair a couple
of months back.
2010 Aug 20
3
Bugzilla should be application oriented
I think that Bugzilla could have an option to join all issues that are related to an specific application.
For example, if someone is testing Oblivion, there should be a place where we can relate every issue that is happening to Oblivion.
So, instead of filing a new entry on Bugzilla, people could only add another issue to an application.
In this way, people can provide more info about an