similar to: [Patch] a bugfix to the oprofile code

Displaying 20 results from an estimated 1100 matches similar to: "[Patch] a bugfix to the oprofile code"

2006 Apr 19
4
[PATCH] avoid injection of missed timer interrupts while debugging a guest
Hi Keir, Ian, Today if we stop the guest for debugging using the gdbserver and then continue with the guest execution the PIT finds that the time has gone ahead and it missed to inject so many timer ticks, and it tries to inject all of those one by one. So after the gdb continue command the guest just handles the timer interrupts for a long time before it can do anything else. This patch
2008 Apr 07
6
64-bit windows capability
What is the prognosis for being able to install a 64-bit windows guest (of any variety) on an opensolaris host. Don Nichols
2006 Mar 10
0
[PATCH] patch to enable physical cdrom tray eject
Hi Ian, Keir This patch enaables the ejection of the physical cdrom tray, when user enters "eject cdrom" in the control console of a VMX guest. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> Thanks & Regards, Nitin ------------------------------------------------------------------------ ----------- Open Source Technology Center, Intel Corp
2006 Mar 10
0
gdbserver-xen fix for vmx gustes
Hi Ian, Keir, Attached is a small patch to fix the gdbserver-xen for VMX guests. Please apply. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> Thanks & Regards, Nitin ------------------------------------------------------------------------ ----------- Open Source Technology Center, Intel Corp _______________________________________________ Xen-devel
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Aug 31
0
[PATCH] Re: SMP dom0 with 8 cpus of i386
Keir, Ian, With PCI mmconfig option on, and with the PCI express enabled BIOS, the dom0 kernel reads the PCI config from fix-mapped PCI mmconfig space. The PCI mmconfig space is of 256MB size, and it''s access is implemented differently on i386 & x86_64. On x86_64 the whole 256MB is mapped in the Kernel virtual address space. On i386 it will consume too much of the kernels
2005 Sep 01
0
RE: [PATCH] Re: SMP dom0 with 8 cpus of i386
Is this PAE or non-PAE? Please can you try forceing emulation mode by toggling the "#if 0" in arch/x86/mm.c ptwr_do_page_fault The other thing to try is modifying set_pte_pfn_ma to call xen_l1_update rather than set_pte. You could try set_pte_at too. This will help narrow down the issue. Thanks, Ian > Keir, Ian, > With PCI mmconfig option on, and with the PCI express >
2017 Aug 17
2
Suggestion for installation of R
Is it possible to download and run R on Asus ZenFone, if yes, which version -- Dr.Megha Kamble CSE, LNCT, Bhopal [[alternative HTML version deleted]]
2002 Jan 23
6
meaning of "IO Error: skipping the delete...."
On 23 Jan 2002, Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote: > Hi, > I am Nitin from India working with a leading Indian newspaper "The Times > > of India". > We recently downloaded "rsync" and found it to be very useful and good > utility. > We tried to implement it between our main server and the DRS (Disaster > Recovery System), located
2018 Oct 02
2
Re: VM migration help required.
On Mon, Oct 1, 2018 at 12:25 PM Nitin Rane <Nitin.Rane@techmahindra.com> wrote: > Hi Arik,Shahar, > (Adding libguestfs mailing-list) Hi Nitin, > I am looking to migrate VMs from Openstack Juno to Openstack Newton and > from VMWare to Openstack Newton. > > While doing google search I came across the link authored by you, >
2005 Dec 20
2
Extracting data from .zip file in WINDOWS version of package
Hello, I am building a R-package for Genetics analysis. The accepted data is in pedigree (.ped) file format. To load the data (say CAMP.ped) from "data" directory, I have a function "CAMP.R", which does the job. The package builds successfully in Linux (.tar.gz) and the data loads successfully by "data(CAMP)". However, when I build the package in WINDOWS, the data
2002 Feb 07
1
[Fwd: Re: meaning of "IO Error: skipping the delete...."]]
Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote: > Dear Mr. Rusty, > Thanks for the reply. The problem was sorted out by changing the uid option in > rsyncd.conf file to root. > We are facing two more problem now.... > 1) while transferring the files, sometimes the transfer breaks in between and gives > us the error message: "readerror: connection reset by
2005 Oct 20
2
Error in building package indices
Dear R-devel members, We are building a new package (GeneticsBase) for analysis of genetic data . While doing "R CMD check with R-2.1.1, I am getting the following error: ** building package indices ... Error in "colnames<-"(`*tmp*`, value = c("family", "pid", "father", "mother", : length of 'dimnames' [2] not equal to
2002 Nov 20
3
RE: ntpd
Hi Nitin, First of all, you can verify that ntpd is responding on ingress with netcat : nc -u ingress 123 (udp connection on port 123) also try a netstat -an on ingress to be sure that the port 123 is in listen state... I recently install ntpdate, and it has worked as a client and a local ntp server immediatly. Good Luck, Yannick / Annecy in France -----Message d''origine----- De :
2017 Jun 02
3
Newbie question VoD streaming with Icecast
Dear All, I am curious to know if IceCast can be used for audio/video on-demand streaming over http/https. My basic understanding is that IceCast runs in broadcast mode. As such, it may not be ideal for my particular use case, wherein, I wish to stream media files on demand to multiple browser based clients who may request the same media file at different times. Is it possible at all then to
2017 Jun 13
7
[Bug 2729] New: Can connect with MAC hmac-sha1 even though it's not configured on the server
https://bugzilla.mindrot.org/show_bug.cgi?id=2729 Bug ID: 2729 Summary: Can connect with MAC hmac-sha1 even though it's not configured on the server Product: Portable OpenSSH Version: 7.5p1 Hardware: All OS: Linux Status: NEW Severity: security Priority: P5
2002 Mar 06
3
Problem in .First.lib
Hello! I downloaded a package "multtest" (from bioconductor.org) in R, and installed it by 'R CMD <package>' (after unzipping and taring). The problem is when I say 'library(multtest)' in R, the following error is generated: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2013 Feb 18
3
DomU trying to write on an IO Port
Hi, I am running xen-hypervisor over qemu. Now while running domU I want to write on an IO port, which I''ll be handling inside Qemu. Basically, this is a communication mechanism for me to communicate with qemu. I am writing on port number ''0x378'' as a root user using "outl" function. But when I run this code in domU, it does not reach qemu. So my question is:
2012 Sep 10
3
Share working with IP not with hostname
hi guys I managed to setup the share. I am able to access the share with IP address, but as soon as I try to do it via hostname, I get a user name and password pop up, which always fail to authenticate. Any setting I am missing? Thanks nitin
2007 Jan 24
2
Logistic regression model + precision/recall
Hi, I am using logistic regression model named lrm(Design) Rite now I was using Area Under Curve (AUC) for testing my model. But, now I have to calculate precision/recall of the model on test cases. For lrm, precision and recal would be simply defined with the help of 2 terms below: True Positive (TP) - Number of test cases where class 1 is given probability >= 0.5. False Negative (FP) -