similar to: some xen issues

Displaying 20 results from an estimated 2000 matches similar to: "some xen issues"

2008 Jan 07
25
PV- Drivers for Windows (XP, 2003 Server)
hallo everybody, i googled a lot of time, looking for PV-drivers for Windows- domUs. I found a few things about that, but nothing about download an installation. Do anybody know, where I can get it and how to install? My configuration: Dom0: CentOS 5.1 DomUs: Windows XP and 2003 Server Thanks for any help, Guenter _______________________________________________ Xen-users mailing list
2007 Mar 19
1
Is there windows version (windows host, linux guest)? / Question about license.
Hello, just wanted to ask two questions. I coudln`t find an answer on the web. Is there a windows version of xen? I want to download, install and test xen on windows as host and use a paravirtualized linux then. But I can`t find a windows binarry to download on the page? About the license... All websites say xen is open source (GPL)... All is open source not just a part. I don`t want to be
2013 Mar 06
3
Plotting time data for various countries in same graph
Hi, I've the following kind of data Time Country Values 2010Q1 India 5 2010Q2 India 7 2010Q3 India 5 2010Q4 India 9 2010Q1 China 10 2010Q2
2009 Feb 25
2
gem install mysql --> Error
Hi, When I try to install "gem install mysql" it throwing error. For your ref, bash-2.05b$ gem install mysql -- --with-mysql-dir=/opt/etrade/p6/share/mysql5 ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem mysql locally or in a repository bash-2.05b$ gem install mysql -- --with-mysql-config=/opt/etrade/p6/share/mysql5/bin/mysql_config
2009 Dec 17
8
how to import data from excel to R
Hi, I am using R and I want to know how data can be transferred from Excel Spread sheet to R for analyzing. I have done like this mydata<-read.table("C:\Documents and Settings\admin\Desktop\data.txt"); but its not working how can i do it regards Sarath Sankar V
2007 Mar 15
8
Xen Book
Hi, I had read on this thread - http://lists.xensource.com/archives/html/xen-users/2006-03/msg00759.html - (which is about a year old) about a Xen book being written. Any updates or others currently writing books on Xen? Thank you. -- Mathew Brown mathewbrown@fastmail.fm -- http://www.fastmail.fm - Same, same, but differentÂ… _______________________________________________
2007 Oct 18
1
kernel panic PCI-DMA: Random memory would be DMAed
I am attempting to run Xen 3.1.1 on a HP DL385 G2 box (opteron based system), using Gentoo. The machine will boot, and I can login and edit files etc, but as soon as I do anything more intensive such as copying files off a cdrom (making me think it is a cciss driver problem) or running make, I get the following : kernel panic not syncing: PCI-DMA: Random memory would be DMAed Searching on
2012 Mar 07
2
how to see inbuilt function(cor.test) & how to get p-value from t-value(test of significance) ?
i can see source code of function > cor function (x, y = NULL, use = "everything", method = c("pearson", "kendall", "spearman")) { na.method <- pmatch(use, c("all.obs", "complete.obs", "pairwise.complete.obs", "everything", "na.or.complete"))
2010 Jun 18
1
OT: Physical SIP phone with inbuilt VPN support
Hi, all Would any of you be able to suggest physical SIP phones that support inbuilt VPN capabilities; akin to the Snom 370/870 ? -- Thanks, Phil
2011 Oct 11
1
Inbuilt Bisoncam NB Pro webcam is not detected in CentOS 6
Sir, Recently i have buy a HCL ME Laptop with inbuilt webcam support. I have installed the CentOS 6 and its not detected the Bisoncam NB Pro webcam. Is there any driver is required, if its required please send me the driver download link and installation steps. Regards -S.Balaji
2012 Jun 12
3
String Manipulation in R
Hi , Is there any inbuilt functions to check whether a substring is present in a string and give the result as boolean Thanks -- View this message in context: http://r.789695.n4.nabble.com/String-Manipulation-in-R-tp4633104.html Sent from the R help mailing list archive at Nabble.com.
2007 Jul 31
3
Royalty for On Hold Music ?
Hi, Is there any Royalty one needs to pay when using the inbuilt exisimg asterisk on hold music or when using any other mp3 from a music album. I think we need to pay for the later, but I am not sure if we need to pay for the inbuilt asterisk(freepbx) on hold music. -- Deepak --------------------------------- Yahoo! Answers - Get better answers from someone who
2007 Apr 17
3
Lost my Vista VM
All, I installed Vista on Xen yesterday, but it no longer shows up on my Admin console. Disk space still shows 30G used by it. Also, how do I eject CDROM while Xen is running :) Thanks, Andrey _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Nov 04
2
How to glue com32 module in grub2 ?
Hello Erwan and others, I am running HDT from grub2 with memdisk. I have informed the success of booting hdt to the grub2 list. Some developers are very much interested to this issue and they are showing their interest to make a glue between com32 and grub2 so that hdt can be loaded without memdisk. It is really very exciting to have hdt as an inbuilt feature of grub2. Could any one kindly
2009 Feb 03
2
CentOS 5.3
Hey folks! Does any one have an idea as to when centOS 5.3 will be out and if so then I would like to hear from you coz I am waiting for it day and night coz I heard that the kernel of centos 5.3 will have inbuilt support for intel pro/wireless 3945 wifi card ( I have been trying to install the drivers desperately with no fruit ). And by the way does any body know how I can safely upgrade from
2010 Nov 01
2
is there any remus ready distro?
Dear all, We are struggling to install xen 4.0 with remus on Ubuntu and debian 6.0. Can you suggest some source that can help us or some distro which has inbuilt feature. Ramdas S +91 9342 583 065 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Sep 30
2
analog phone/door buzzer going through a Sipura SPA2000 ATA dials really slowly
Hello We have setup a doorbell which has an inbuilt analog phone which is connected to our Asterisk via a SPA2000 ATA. The problem we are getting is that when a caller presses the buzzer it is taking two or more minutes to finally call the reception phone. In the SPA2000 I have set dtmfmode to be inband. I notice that with the asterisk you dial a number and then it waits for a timeout
2006 Dec 11
2
Custom Validator
I want to add a custom validator in one of Model. For example Rails has inbuilt validation methods like validates_uniqueness_of, validates_presence_of . What I need is a similar kind of method (example: validates_line_items), that can run my custom code while saving, updating the record and can add custom error messages to the record. Please help me by suggesting how i can do this. -- Posted via
2012 Nov 14
4
firewallchain issues w/ 1.0.0 release
Hi, First, some software versions, just to get them out of the way: - CentOS 5.x through Centos 6.2 - Ruby 1.8.5 - 1.8.7 - Puppet 2.7.19 - Facter 1.6.11 Just a note - we''re working from the EPEL repos almost exclusively. I am working with the firewall module, and so far I am unable to use firewallchain. Some digging suggests that it''s not completely user error (though I
2006 Jul 21
5
Reports in Rails
Hi, In my rails application I want to include a reporting mechanism that will allow the users of application to view statistics of various operations graphically. Does rails provide inbuilt reporting capabilities? what are different appraoches I can follow to achieve reporting in rails? On googling I found following as some of the options, 1.Gruff Graphs for Ruby 2.SVG 3. using Apache FOP.