similar to: Re: moving a real system to a Xen-hosted (HVM) one - how?

Displaying 20 results from an estimated 2000 matches similar to: "Re: moving a real system to a Xen-hosted (HVM) one - how?"

2007 Jun 29
1
[PATCH] [BUGFIX] Disallow save / migrate of a domain with real PCI devices
If a domain has PCI devices then we can''t safely save or migrate it. At least one user has had system crashes due to this, and the way the xendomains script automatically saves and restores domains on reboot. Since there''s no sensible semantics for it at the moment, we should disallow it and return an appropriate error message to xm. The first attached patch prevents the
2010 Feb 11
3
Novell''s PlateSpin Orchestrate
Curious if any one has looked at or done a trial of Novell''s PlateSpin Orchestrate? Just watched their webcast presentation on it and it looks interesting. Thanks, James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Feb 13
2
Network under Vista?
Hi, Anyone here got networking under Vista? I''m using the emulated realtek network device and have configured IP in the Windows guest. tcpdump confirms that the guest is arping and that responses are going to the tun network device, however for some reason Vista doesn''t seem to be getting the responses.... I''d be interested to know if anybody else has seen /
2009 Feb 28
13
How to get the MAC address of a domU?
I''m creating a new domU using ''virsh create <xmlfile>'' without specifying the MAC address within the XML file, under the assumption that the dom0 or hypervisor generates the MAC address for me. Next I''d like to get the MAC address that was assigned to this new domU, and I don''t see a way to get that information from the command line via virsh
2008 Oct 10
7
How do I see that a xVM is running as paravirtualized
I have followed a combination of instructions from this post and have been able to get an Ubuntu paravirtualized instance running under snv_96. Is there a way to "list" the fact that it is paravirtualized? For example, xm list, virsh list, etc. thanks -- This message posted from opensolaris.org
2006 Oct 25
14
[SEC] Mongrel Temporary Fix For cgi.rb 99% CPU DoS Attack
This is important so please read this message very carefully. There is a DoS for Ruby''s cgi.rb that is easily exploitable. The attack involves sending a malformed multipart MIME body in an HTTP request. The full explanation of the attack as well as how to fix it RIGHT NOW is given below. Most of the work was done by Jeremy Kemper and Jamis Buck. They did all the work of building the
2006 Sep 22
3
Mongrel spinning on read_multipart
On Zed''s suggestion, I caught two new spinning mongrels and sent a SIGUSR2. The code appears to be stuck in read_multipart for both processes: # kill -USR2 6109 ** USR2 signal received. Thu Sep 21 14:55:39 EDT 2006: Reaping 1 threads for slow workers because of ''shutdown'' Thread #<Thread:0x419d7ce0 run> is too old, killing. Waiting for 1 requests to finish, could
2006 Sep 20
3
Spinning mongrels and SIGUSR1
First off: Our clusters are LVS balanced Apache 2.2.3 + mod_proxy_balancer + gem mongrel 0.3.13.3 / mongrel_cluster 0.2 + memcached / gem memcache_client + gem rails 1.1.6 on debian boxen, and a pgcluster backend. On 2 of our deployed clusters, we are getting the "spinning mongrel" problem. As the clusters are very low volume right now, it takes days to collect a spinner, making it
2003 Aug 25
3
Grandstream firmware update DMTF Payload Type
Since firmware 1.0.3.81, unless I'm imagining things, Voicemail2 seems to be having problems. The Grandstream and sip.conf were set to RFC2833 now with that setting I get extra digits during "Mailbox" and "Password" phases. 222001 instead of 2201 for example. When both are changed to "SIP info" there is no problem. But what is the new setting "DTMF Payload
2006 Sep 21
5
Static files in public
My question is about the static files in the Rails public folder. These files should be served by Apache instead of Mongrel, so do I need to upload these files to Apache''s htdoc''s or will Apache cache them the first time they are requested from Mongrel... Im not sure how this works? Many thanks.
2003 Aug 14
1
Asterisk SIP calls failing - not a proxy? What of RTP codec transcoding?
I have an Asterisk 0.4.0 install working with two grandstream budgetone 100 phones, gnophone, and kphone. This is a private network segment (172.17.x.x), with the PBX configured on my outbound firewall which has a public address (66.x.x.x). - I can make calls between phones - all extensions are working. - I can make IAX calls to IAXTEL. No problems (apparently gsm only) - I can call SIP phone
2003 Aug 20
1
IAX <> IAX trunking... DP cache?
I'm attempting to get two Asterisk 0.4.0 PBXes to communicate with one another using IAX/IAX2 trunks. I've managed to get a semi-functional NAT Firewall working as a PBX (with Asterisk running directly on the firewall itself), but there are issues with bind()ing to various interfaces which is causing outbound SIP issues. To get around these issues, the idea is to do something like
2006 Nov 02
8
MogileFS handler
Hello, I''ve been using NFS for sharing files across a cluster of servers but I''ve had a lot of problems with that. I''m planning to move to MogileFS which seems to be more stable and more adapted to this usage (lots of user uploaded files). I wonder if someone has already worked on an integration of MogileFS into Mongrel (and Rails app) for serving the files ? If not, I
2007 Nov 28
2
Recommended p2v tools for xen 3.1
Hi all, Somebody can recommends good p2v tools to convert physical windows servers to hvm guest under xen 3.1?? Many thanks. -- CL Martinez carlopmart {at} gmail {d0t} com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Aug 12
1
Working with FWD, IPTel, SIPPhone?
I'll admit it. I'm a asterisk newbie (but no stranger to telephony). The setup is simple: two Grandstream BudgeTel 100 phones (SIPPhone specials) on a private segment calling to a Linux box acting as the segment's firewall with a leg on our public network. The phones are setup as SIP/phone1 (x1000) and SIP/phone2 (x1001), respectively (thanks to the Asterisk HOWTO). Getting IAX
2003 Aug 21
1
Working example of "switch"?
Does anyone have a working example of how to use the "switch" directive to peer two Asterisk PBXes? -- - Ian C. Blenke <icblenke@nks.net> (This message bound by the following: http://www.nks.net/email_disclaimer.html)
2006 Aug 16
8
Mongrel 0.3.13.4 Pre-Release -- QUERY_STRING Fixed
Hello Everyone, I just posted another pre-release of Mongrel that fixes a bug which caused Mongrel to claim it was getting parsing errors because the QUERY_STRINGs were too long. In actuality it was shift in the parser that made empty queries (/test?) become negative. This is fixed up now. Here''s the full list of changes: * It has a couple of fixes for win32, but I still have to
2012 Mar 20
4
Batch mode creates huge diffs, bug(s)?
So the short summary of my problem is, the batch file rsync creates is HUGE for a very small change. The idea is to create workstation image with partimage, update it with some software and send the image update diff over the wire to a large number of destinations over a satellite link, but the batch file updates are several orders of magnitude too large. I don't know exactly how partimage
2006 Oct 31
12
Moving page_cache_directory
Howdy. I''m working on a RoR CMS and need cached pages to all be in public/cache rather than public [in order to set svn:ignore on all the files properly]. I can get page_cache_directory set correctly and the pages are cached in the right place but Mongrel isn''t serving them because it''s only looking for them in public. During development I know I can set -r public/cache
2010 Jun 02
0
partimage-ng command line backup of LV snapshot
Perhaps slightly OT, but I am trying to speed up a backup script which takes an lv snapshot and does this: dd if=lv_snapshot | gzip -c > /destination/lv_file_name.gz Does anyone have an equivalent example using partimage-ng that they would be kind enough to share? - I have been told it would be much faster/more efficient, hence the question. Ten minutes of browsing the partimage-ng docs have