search for: unsuspected

Displaying 20 results from an estimated 57 matches for "unsuspected".

Did you mean: suspected
2005 Jul 11
2
Sharing variables between contexts
Hello all, I'm having trouble getting variables to work the way I want them to, let me begin with a simple explanation of the problem, I'm using something like this in my extensions.conf: [default] exten => 5000,1,SetVar(Recipient=test@test.com) exten => 5000,2,Goto(mailexten,s,1) exten => 6000,1,SetVar(Recipient=test@test.com) exten => 6000,2,Goto(mailexten,s,1)
2005 Oct 04
1
vector labels are not permuted properly in a call to sort() (R 2.1)
Not sure if this is the correct forum for this, but I've found what I would consider to be a potentially serious bug to the unsuspecting user. Given a numeric vector V with class labels in R, the following calls 1. > sort(as.matrix(V)) and 2. >as.matrix(sort(V)) produce different ouput. The vector is sorted properly in both cases, but only 2. produces the correct labeling of
2007 Nov 08
5
Running specs in reverse
There is an option "--reverse" to run examples in the reverse order which is good for detecting inter-dependencies between examples. Is it feasible for rspec to automatically switch between "forward" and "reverse" order each time a spec is run? My goal is to detect inter-dependencies sooner than later... Thanks Alvin.
2016 Jun 17
2
https and self signed
On 17.06.2016 16:27, ????????? ???????? wrote: > Walter H. ????? 2016-06-16 22:54: >> On 16.06.2016 21:42, ????????? ???????? wrote: >>> >>> I don't think OCSP is critical for free certificates suitable for >>> small businesses and personal sites. >>> >> this is philosophy; >> >> I'd say when you do it then do it good, else
2013 Oct 21
1
What Do You Test
Hi everyone, We are working on enhancing our internal testing so we can improve the overall quality of Puppet releases. For example, I am one of two QA engineers assigned full-time to testing Puppet''s FOSS stack. I''m seeking your input and experience to help us identify what we''re missing and what we can improve. We have an extensive test suite, but there''s
2002 May 20
1
(PR#1577) is.na<- coerces character vectors to be factors
The inconsistency is that you use $<- to set the column, then [[<- to change it. Had you tried to set the column by x[[1]] <- as.character(x[[1]]) you would have seen the problem immediately (it does not work as you would have intended). If you want to be sure to turn off conversion to factor, you need to set the column to class "AsIs". My belief is that will behave
2011 Oct 04
1
Is there a way to disable / warn about forking?
Dear R developers, with the inclusion of the package "parallel" in the upcoming release of R, users and package developers are likely to make increasing usage of parallelization features. In part, these features rely on forking the R process. As ?mcfork points out, fork()ing in a GUI process is typically a bad idea. In RKWard, we "only" seem to have problems with signals
2009 Jul 27
2
perl woes - perl-file-Temp conflict
Hi all, everytime I play with perl I end up falling on my face. Yesterday, new perl modules available from rf (my chosen repo for perl, perl is excluded from my CentOS-Base), however it did not like an already installed perl-File-Temp, so not recalling it was necessary for my mail system I removed it and allowed the updates. Then when I discovered my mail system no longer working (amavisd
2016 Apr 05
2
Free Redhat Linux (rhel) version 7.2
On Tue, 2016-04-05 at 08:16 -0700, Akemi Yagi wrote: > On Tue, Apr 5, 2016 at 8:08 AM, Always Learning <centos at u64.u22.net> wrote: > > > > > What matters for the 'free' Red Hat software is ***ONLY*** Red Hat's > > stated terms and conditions - definitely not what someone else has > > put on a web site. > Here is the link: > >
2006 Oct 24
3
"Fixing the Caller-ID Problem", by John Todd for O'ReillyNet
This seems like a piece members of this list would find interesting... === There is growing concern over the interaction of VoIP systems with the legacy PSTN, and the transmission of caller identity data--most notably, Caller ID on the PSTN. It is not always possible, or obvious how, to handle Caller ID data when moving to or from VoIP and the PSTN networks. There are even business models
2008 Dec 14
5
[PATCH] AF_VMCHANNEL address family for guest<->host communication.
There is a need for communication channel between host and various agents that are running inside a VM guest. The channel will be used for statistic gathering, logging, cut & paste, host screen resolution changes notifications, guest configuration etc. It is undesirable to use TCP/IP for this purpose since network connectivity may not exist between host and guest and if it exists the traffic
2008 Dec 14
5
[PATCH] AF_VMCHANNEL address family for guest<->host communication.
There is a need for communication channel between host and various agents that are running inside a VM guest. The channel will be used for statistic gathering, logging, cut & paste, host screen resolution changes notifications, guest configuration etc. It is undesirable to use TCP/IP for this purpose since network connectivity may not exist between host and guest and if it exists the traffic
2019 May 25
1
Interesting libnbd/nbdkit bug
Try doing: $ nbdsh nbd> h.connect_command (["nbdkit", "-s", "null"]) At this point you may observe your laptop fan starts to spin and nbdkit is consuming 100% of CPU. In all other respects everything works fine, you can send commands etc. Anyway I tracked the issue down. nbdkit sits in a loop continuously reading stdin, each read(2) call returning EAGAIN.
2016 Jun 17
0
https and self signed
>> Then OCSP stapling is the way to go but it could be a real PITA to >> setup for the first time and may not be supported by older browsers >> anyway. >> > not really, because the same server tells the client that the SSL > certificate is good, as the SSL certificate itself; > these must be independent; Says who? Yes, the OCSP response comes from the same
2003 Mar 07
1
Type IV sum of squares
To anyone who can help: I am trying to do an analysis of variance with a very unbalanced design and a few empty cells. How do I get R to use type III and more importantly type IV sums of squares? Thanks Deven Hamilton Department of Sociology University of Washington
2004 Apr 08
0
application Directory
Let's say an unsuspecting soul accidently selects the Directory option from an Auto Attendant (CVS circa 3/22). Three questions: 1) How do they escape if they didn't mean to go there in the first place (without having to hang up...)? exten => 1,1,Directory(vertex) exten => 1,2,Goto(s,200) 2) Why is there a five second pause before the directory instructions start? 3) Why no
2004 Nov 03
2
[Bug 1985] rsync hangs reading pipe
https://bugzilla.samba.org/show_bug.cgi?id=1985 ------- Additional Comments From Uwe.Girlich@philosys.de 2004-11-02 23:13 ------- Created an attachment (id=753) --> (https://bugzilla.samba.org/attachment.cgi?id=753&action=view) shell script to reproduce the rsync problem This shell script creates some directories, a file and a named pipe. Then it tries to copy the "from"
1999 Mar 25
1
plot.formula and pch= (PR#149)
I'm not sure exactly where to point my finger with this one, but there is a nasty surprise to the unsuspecting user. There is no check on the length of the vector passed in the pch= argument to plot, it is just recycled as necessary: plot(1:10,1:10,pch=1:2) gives alternating circles and triangles. The nasty bits come up especially with plot.formula: x<-1:10;y<-1:10
2002 May 20
0
is.na<- coerces character vectors to be factors within dataframes (PR#1577)
I am not sure if this is a bug within is.na<- or if it lies deeper in the dataframe construction process. Indeed, perhaps it is not a bug at all (in which case I would suggest that the help page for NA be provided with a warning for unsuspecting users (like me)). When used on a character vector within a dataframe, is.na<- coerces the vector to factor. > x <- data.frame(var =
2007 Jun 01
2
HTML vignette browser
Hi, this is tangentially related to the recent discussion on vignettes. vignette() currently produces a listing of available vignettes, but these are not clickable. Since R has a browseURL() function, it seems natural to have a version that produces HTML with clickable links. Here's an attempt at that: source("http://dsarkar.fhcrc.org/R/vignette-browser.R") browseVignettes()