search for: finicki

Displaying 20 results from an estimated 135 matches for "finicki".

Did you mean: finicky
2012 Feb 18
1
Finicky factor comparison operators
This error occurs because the "==" comparison operator doesn't allow comparison of ordered and normal factors: /df[df5$close_quarter == as.Date("2011-02-01"),]/ Warning message: In /`[.data.frame`(df, df$close_quarter == as.Date("2011-02-01")/, : Incompatible methods ("Ops.ordered", "Ops.Date") for "==" Why should this be a
2015 Feb 24
2
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:20:01AM +1100, Darren Tucker wrote: [...] > Sigh. And now the right patch from the tree that compiled. > (djm: I get the idea :-) Tim: is this sufficient to back out the "Work around finicky USL linker" change? https://anongit.mindrot.org/openssh.git/commit/?id=d1db656021d0cd8c001a6692f772f1de29b67c8b > diff --git a/openbsd-compat/bsd-misc.c
2006 Jun 10
5
Sun + Ubuntu == good for Rails?
Hi, anyone have any experiences running Sun hardware (maybe a T1000 or 2000) with Ubuntu with Rails? Joe
2009 Jan 17
2
Ubuntu and sources.list question about mirror sites...
Evening all: Thought I'd announce myself with a question about setting up sources.list to be able to begin download and install of R. Running version 7.10 of Ubuntu. (Tried 8.04 but found it slow and finicky with my hardware. Perhaps will try 8.10 or above, but that's a thought for another time.) Followed the notes on the R site and added the following lines to my sources.list: deb
2007 Jan 07
3
slow tests on an established project...
Hi all Hope this isn''t too far off-topic on this list, as I think it would largely go ignored on the main rails list. I''m looking for the most pragmatic way to speed up our test suite. This is on an established project, and lets just say that we used way too many fixtures when we started =). For example: Finished in 128.870144 seconds. =============== 392 tests, 2106
2016 Jun 22
5
KVM HA
Once upon a time, John R Pierce <pierce at hogranch.com> said: > On 6/22/2016 10:47 AM, Digimer wrote: > >This is called "fabric fencing" and was originally the only supported > >option in the very early days of HA. It has fallen out of favour for > >several reasons, but it does still work fine. The main issues is that it > >leaves the node in an unclean
2007 Oct 24
1
Alternate File "require" line in TextMate bundle
Ok, this is INCREDIBLY finicky of me, and I''m a really finicky person at the best of times, but I noticed that when you use the TM Alternate File command to create specs, it does it with a header line like this: File.dirname(__FILE__) + ''/../../../spec_helper'' I use a header line like this require File.expand_path(File.join(File.dirname(__FILE__), *%w [..
2012 Dec 26
3
Working with date
Hi, Let say I have a date variable: > ?asd <- as.Date("2012-01-03") > asd [1] "2012-01-03" Now, I want to express this date like 3/1/2012. can somebody help me how to achieve that? Thanks,
2011 Jan 02
1
Accessing files via symlink, does client see a difference?
I have an ancient device, several actually, called an Audiotron that I use Samba for to access media files. Now, I realize these are old and finicky devices. For ease of management, I keep my media files separated into 4.5GB directories (easy to burn to DVD) and then I have a script that goes into each of those directories and creates one big directory full of symlinks pointing into each
2011 Jan 27
3
Warning with mle
Hi there, I'm pretty new to the field of fitting (anything). I try to fit a distribution with mle, because my real data seems to follow a zero-inflated poisson distribution. So far, I tried a simple example to see whether I understand how to do it or not: # example count data x <- 0:10 y <- dpois(x, lambda = 1.4) # zero-inflated poisson zip <- function(x, lambda, prop) { (1 -
2008 Jan 10
1
NFS/NIS and firewalls
I have a few C5 machines on an isolated LAN that connect to a RHEL5 server via NFS and NIS for authentication. I discovered that one of the C5 workstations worked fine for NFS exporting, but refused to collaborate with the EL5 server for NIS user authentication. I had successfully connected other systems to this server without issue, but this machine was finicky. I had initially enabled
2016 Jun 22
1
KVM HA
Digimer wrote: > On 22/06/16 02:01 PM, Chris Adams wrote: >> Once upon a time, John R Pierce <pierce at hogranch.com> said: >>> On 6/22/2016 10:47 AM, Digimer wrote: >>>> This is called "fabric fencing" and was originally the only supported >>>> option in the very early days of HA. It has fallen out of favour for >>>> several
1998 Jul 05
2
R-beta: R 0.61.1 model.matrix(), etc.
1. THANK YOU! to all who make R possible. It is a real joy to use. 2. The following may or may not be (minor) bugs, but I thought I'd mention them anyway: (a) model.matrix() seems unduly finicky: it seems to accept only "simple" variable names (x1, but not, say, dframe$x1 or I(x1^2), for example) in its argument. model.frame(), however, has no problem with these. (b) If A is a
2014 Jul 02
3
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some advice on how to isolate and troubleshoot this. (I can't try pre18 at the moment, but did try 4.07 and 5.10 and saw similar behavior, also with pxelinux.0, so although I'll give pre18 a try soon, some isolation/troubleshooting advice will be a good education no matter what.) To get to our PXE-launched tools from
2017 Feb 01
3
Icecast Server doesn't start even after being properly configured
Same situation with the smartphone, connection timed out. 2017-02-01 1:40 GMT+01:00 Marvin Scholz <epirat07 at gmail.com>: > It is possible that you are not able to connect to your external IP > address and reach Icecast. > Please try doing so from a connection that has not the external IP that > Icecast has, like with > your mobile phone over cellular network. > > The
2003 Oct 09
1
Problem with DTMF 'looping' / mis-dials (X100P card)
Hi all, I'm having a problem with * being very finicky about the length of DTMF key-presses during menus, voicemail, etc. Basically, short (<100 ms) tones are ignored, anything between 100ms (or so) and about 300ms is correctly detected, and anything >300ms is interpreted as multiple presses of the same key. This is terrible for callers who are trying to get to the correct
2006 Sep 01
0
[LLVMdev] gfortran: patch, question
On Fri, 1 Sep 2006, Michael McCracken wrote: > Hi, I have a first quick patch and a question. The patch links f951 > with g++ when LLVM is enabled. It's at the end of this email. Thanks, applied! > I wanted to know if I should submit patches with comments around them > like the "APPLE LOCAL LLVM" ones that mark the LLVM-only changes to > the tree. I'd like to
2015 Jun 02
2
How to invoke a binary file from the dial plan?
Hi everyone. I'm new with Asterisk and I have to create a dial plan that will invoke a binary code. That is, asterisk will execute a program in the same machine. How to do it? Let me explain what I have to do: In the project that I am currently working, there is smartphones, SIP servers and doors/gates to be unlocked remotely. When the user executes an application on his/her phone, it will
2011 Jul 13
2
TDM400p susceptible to EMI?
I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and the 2.5" hard drive. I'm getting a bunch of clicks and pops on all ports. Has anybody had a similar experience? Did you find a solution? -- Thanks in advance,
2014 Jul 02
1
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
Op 2014-07-01 om 22:55 schreef Gene Cumm: > On Jul 1, 2014 10:37 PM, "Alexander Perlis" wrote: > > > > I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some > > advice on how to isolate and troubleshoot this. (I can't try pre18 > > at the moment, but did try 4.07 and 5.10 and saw similar behavior, > > also with pxelinux.0, so