similar to: stability issues with KVM 82

Displaying 20 results from an estimated 5000 matches similar to: "stability issues with KVM 82"

2008 Nov 19
2
maintenance of kvm and qemu in extras
I see that kvm has been updated since Sept. 08 2007, and qemu hasn't since Sept. 12 2007. I understand that redhat is migrating from xen to kvm, I'm curious if that has provoked this reduced maintenance or if interest was just lost. If this is of interest to others, Qemu 0.9.1 does provide a lot more features lacking in 0.9.0 that I would like to use, including virtio and e1000 NIC
2008 Dec 30
1
kmod-kvm-2.6.18-92.1.18.el5-72-1.x86_64.rpm outdated, need on for 2.6.18-92.1.22.el5
CentOS Virt, I'm looking for an RPM for the kmod-kvm processor specific modules (kvm-intel or kvm-amd). I've been using L. Farkas's repository, but after the recent kernel updates, I'm out of luck. Best Regards, Michael Schenck -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Sep 09
1
package "signal", function "filter" (PR#12752)
Full_Name: Jeff Schenck Version: 2.6.2 (signal v. 0.5) OS: Windows XP Submission from: (NULL) (128.107.248.220) The "filter" function in the package "signal" does not properly handle recursive filters with only two feedback taps. I looked at the source code in filter.R. There is a line that says "if (length(a) > 2)" that I think should have ">=".
2003 Dec 08
1
New to Asterisk need help with caller id
I am have trouble getting caller id to work here is my current mgcp.conf am I missing something? ========================================================= Mgcp.conf [general] port=2427 [Egraph-1] ;dlink 104s-1 host = 12.151.207.2 context = local line => aaln/1 callerid = "jim's office 1" <321> line => aaln/2 callerid = "jim's office 2" <322>
2003 Dec 09
1
Outbound iax dialing to one #
What I am trying to do is in the 3rd option dial my cell# thru voicepulse I just can't figure how to construct the line [inevans] exten => s,1,setcallerid(${CALLERID}) exten => s,2,Dial(MGCP/aaln/1@Egraph-1,10,tr) exten => s,3,Dial(iax2/passwod@voicepulse.com/ Where do I put the # to dial 18708573287 thanks James Schenck Egraph Design Inc. Arkansas Online Internet Services (870)
2017 Jun 16
2
"reverse" quantile function
Peter, thanks, very nice, this will work for me... could you also help with setting up the code to run the on liner "approx(sort(x), seq(0,1,,length(x)), q)$y" on the rows of a data frame using my example above? So if I cbind z and res,? df<-cbind(z,res) the "x" in your one liner would be the first 4 column values of each row and "q" is the last (5fth) column
2017 Jun 16
0
"reverse" quantile function
It would depend on which one of the 9 quantile definitions you are using. The discontinuous ones aren't invertible, and the continuous ones won't be either, if there are ties in the data. This said, it should just be a matter of setting up the inverse of a piecewise linear function. To set ideas, try x <- rnorm(5) curve(quantile(x,p), xname="p") The breakpoints for the
2017 Jun 15
2
"reverse" quantile function
David, thanks for the response. In your response the quantile function (if I see correctly) runs on the columns versus I need to run it on the rows, which is an easy fix, but that is not exactly what I had in mind... essentially we can remove t() from my original code to make "res" look like this: res<-apply(z, 1, quantile, probs=c(0.3)) but after all maybe I did not explain
2017 Jun 16
0
"reverse" quantile function
Peter, thanks, very nice, this will work for me... could you also help with setting up the code to run the on liner "approx(sort(x), seq(0,1,,length(x)), q)$y" on the rows of a data frame using my example above? So if I cbind z and res, df<-cbind(z,res) the "x" in your one liner would be the first 4 column values of each row and "q" is the last (5fth) column
2007 Oct 04
3
Re: [kvm-devel] [ kvm-Bugs-1807620 ] KVM's --disable-gcc-check doesn't work
Gregory Haskins wrote: > On Thu, 2007-10-04 at 19:27 +0200, Farkas Levente wrote: > >> ok but now as qemu code was imported into kvm, then it's probably would >> be better to witch gcc-4.x? > > Sure. Are you volunteering? ;) I'm sure both upstream QEMU developers, > KVM developers, and the community using either would be most > appreciative. I know I
2017 Jun 15
2
"reverse" quantile function
Dear All, we have: t<-seq(0,24,1) a<-10*exp(-0.05*t) b<-10*exp(-0.07*t) c<-10*exp(-0.1*t) d<-10*exp(-0.03*t) z<-data.frame(a,b,c,d) res<-t(apply(z, 1, quantile, probs=c(0.3))) my goal is to do a 'reverse" of the function here that produces "res" on a data frame, ie: to get the answer 0.3 back for the percentile location when I have
2015 Aug 07
1
6.7
On 08/07/2015 02:18 PM, Johnny Hughes wrote: > On 08/07/2015 06:56 AM, Farkas Levente wrote: >> On 08/07/2015 01:04 PM, Johnny Hughes wrote: >>> 6.7 is there most places ... since we have more than 500 external >>> mirrors (right now 593) not all of them are updated. (looks like >>> 4% still are not completely updated) >> >> what about the
2008 Jun 25
2
[Fwd: Re: [CentOS-announce] Release for CentOS-5.2 i386 and x86_64]
may here someone can answer me... -------- Original Message -------- Subject: Re: [CentOS-announce] Release for CentOS-5.2 i386 and x86_64 Date: Tue, 24 Jun 2008 18:31:20 +0200 From: Farkas Levente <lfarkas at lfarkas.org> To: The CentOS developers mailing list. <centos-devel at centos.org> References: <4860E6EB.5000906 at centos.org> Karanbir Singh wrote: > > We are
2003 Mar 31
5
rfc3514 - Security Flag in the IPv4 Header
Any chance of this being implemented in fbsd? Could be usefull ;-) ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/
2017 Jun 15
0
"reverse" quantile function
> On Jun 15, 2017, at 12:37 PM, Andras Farkas via R-help <r-help at r-project.org> wrote: > > Dear All, > > we have: > > t<-seq(0,24,1) > a<-10*exp(-0.05*t) > b<-10*exp(-0.07*t) > c<-10*exp(-0.1*t) > d<-10*exp(-0.03*t) > z<-data.frame(a,b,c,d) > > res<-t(apply(z, 1, quantile, probs=c(0.3))) > > > > my
2009 Jan 16
0
Problems with qemu-kvm and etherboot-roms-kvm
CentOS-Virt, I ran into an error attempting to offer two boot options using libvirt with kvm. I wanted the virtual to first attempt to boot from its "disk" and if that didn't work, fall back on netboot (we kickstart install). This argument is "-boot cn". If the disk you provide is of type IDE this will probably work for you, unless you use "-drive" with the
2003 Oct 14
1
Winbind Working!!!
I got winbind working!! For anyone who is interested here is what my smb.conf looks like - [global] workgroup = DOMAIN server string = winbind client log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 local master = no dns proxy = no idmap uid = 10000-20000 idmap gid = 10000-20000 template homedir = /home/%D/%U template shell =
2017 Jul 15
0
select from data frame
> On Jul 15, 2017, at 4:01 AM, Andras Farkas via R-help <r-help at r-project.org> wrote: > > Dear All, > > wonder if you could please assist with the following > >
2017 Jul 15
2
select from data frame
If I understand correctly, no looping (ave(), for()) or type casting (as.character()) is needed -- indexing and matching suffice: > with(df, ID[!ID %in% unique(ID[samples %in% c("B","C") ])]) [1] 3 3 Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in
2004 Sep 17
8
can I write such an action?
hi, i create rule such action.AllowPostGrey: ----------------------------------------------- ###################################################################################### #TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/ # PORT PORT(S) LIMIT GROUP ACCEPT $A_IP $PORTAL_IP tcp 10023 ACCEPT