search for: saniti

Displaying 20 results from an estimated 2295 matches for "saniti".

Did you mean: sanity
2015 Jun 08
1
[PATCH] qemu-sanity-check.in: Use '-display none' instead of '-nographic'
Upstream QEMU recommends to use '-display none' as opposed to '-nographic' -- which is a "legacy option that does a whole bunch of confusing stuff" (thanks Peter Maydell). Upstream libguestfs already made the switch [1] in DEC-2013. [1] https://github.com/libguestfs/libguestfs/commit/7a41f5c1 -- "launch: switch from -nographic to -display none " ---
2003 Jun 23
3
"cloud" function doesn't plot
Forgive me please if this has been answered previously, but the r-help archive doesn't have a "search" capability. It's a pity, as I'm sure that there's a wealth of informative help in there. I am unable to get the "cloud" function to produce a fundamental 3D scatterplot. I have a 3-column numeric matrix: >is.matrix(sanity.MIF); is.numeric(sanity.MIF);
2013 Mar 28
0
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
On Wed, Mar 27, 2013 at 3:57 PM, Michael Gottesman <mgottesman at apple.com>wrote: > 3. Later phases do broader, longer lasting testing than earlier phases. > Thus the 4 phases we currently have are: > > a. Phase 1 (sanity): Phase 1 is a quick non-bootstrapped, non-lto > compiler build, to check the ``basic sanity'' of the code base and build > process.
2004 Dec 21
0
Spandsp 0.0.2pre6 configure fails sanity check.
I get a C++ preprocessor sanity check error when trying to configure spandsp 0.0.2pre6: checking for dlfcn.h... yes checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. Config.log: -------------------------------------- configure: failed program was: | /* confdefs.h. */ | | #define
2013 Mar 28
3
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
On Mar 27, 2013, at 6:41 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Wed, Mar 27, 2013 at 3:57 PM, Michael Gottesman <mgottesman at apple.com> wrote: > 3. Later phases do broader, longer lasting testing than earlier phases. Thus the 4 phases we currently have are: > > a. Phase 1 (sanity): Phase 1 is a quick non-bootstrapped, non-lto
2005 Oct 11
1
callerid validation and expression parser problems on Solaris 10
Greetings to All. A little background about what I am trying to do, and please excuse the length of this post. I am setting up a voicemail (VM) system based on Asterisk. From what I've heard Vonage uses Asterisk as their VM platform as well. I am running 1.2beta with a MYSQL backend for extensions and VM user info. All the sound files and vm messages are being stored through an NFS
2020 Jan 04
1
[patch] add sanity checks to quantile()
On 04/01/2020 4:35 p.m., Scott Kostyshak wrote: > On Fri, May 31, 2019 at 01:28:55AM -0400, Scott Kostyshak wrote: >> The attached patch adds some sanity checks to the "type" argument of ... > Bump. For this type of patch proposal, is it better to use the > bug tracker? For almost any patch proposal it is. Certainly if you don't get action (or at least discussion)
2012 Nov 29
9
[PATCH] xen: find a better location for the real-mode trampoline
On some machines, the location at 0x40e does not point to the beginning of the EBDA. Rather, it points to the beginning of the BIOS-reserved area of the EBDA, while the option ROMs place their data below that segment. For this reason, 0x413 is actually a better source than 0x40e to get the location of the real-mode trampoline. But it is even better to fetch the information from the multiboot
2013 Mar 27
6
[LLVMdev] llvmlab (phased buildmaster) is in production mode!
Hello LLVM Dev and Clang Dev! David Dean and I just finished bringing up a new build master on lab.llvm.org, llvmlab, which is located at the url http://lab.llvm.org:8013 and is in #llvm under the username llvmlab. llvmlab is different than the current buildbot based continuous integration systems llvm uses; llvmlab is a phased builder based system. The high level details of the phased builder
2000 Apr 12
1
For wishlist: sanity checks for subsets in lm, glm (PR#515)
I got stung by this yesterday: R> x <- seq(0,1,length=101) R> y <- x + rnorm(101)/5 R> test.data <- data.frame(x=x, y=y, cond=(x <= 0.5)) R> # A perfect fit! But very implausible parameter estimates. R> glm(y ~ x, data=test.data, subset=cond) Call: glm(formula = y ~ x, data = test.data, subset = cond) Coefficients: (Intercept) x -0.1283 29.5571
2008 Aug 24
3
SECURITY QUESTION & SANITY CHECK
SECURITY QUESTION & SANITY CHECK: If only my SIP ports and a small range of RTP ports are facing the public internet, what is the method by which an evildoer would be able to do fraudulent long distance on my nickel? Would it REALLY be as simple as guessing the credentials for ANY of my local sip endpoints? Like most people, my local endpoint credentials would be easy to guess: Username
2017 Jul 04
2
I need a sanity check.
2006 Dec 12
0
sanity check
It's working, and it's marginally intelligible, but not usable, so I thought I'd post a message to make sure I'm still sane. I have the app capturing from the mic at 16kHz. I'm using 3200 byte buffers to read the captured data, which is 100 ms of 16 bit sample data at 16kHz. (1600 samples) When I pass this data unaltered to the playback stream it plays fine with maybe 200 ms
2006 Dec 13
0
sanity check
Frame size of 320 means 320 samples, which is 640 bytes of data if the samples are shorts. Speex can work with samples as shorts or floats - for example, see speex_encode_int vs. speex_encode. In both cases the values should be signed ranging from -32768 to 32767. I suggest trying the sampleenc.c and sampledec.c programs in the doc directory. If those work, then maybe you can spot what
2009 May 28
0
[PATCH] xen_disk: move sanity check to the correct place
Hi, The sanity check which refuses write access to disks configured read-only is at the wrong place. This patch fixes it. please apply, Gerd _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 May 30
0
sanity-checking plans for glmer
Having briefly fallen for the notion that the negative.binomial family in MASS could be used in glmer, I want to use these lists for a sanity check on my final (?) plans. I want to use glmer for logistic regression and for poisson regression on a data set of 10,000 items. There will be two crossed random effects. For the logistic regression, I want odds ratios with confidence intervals.For the
2007 Oct 26
0
Wits end! ndis got me - give me sanity with my wireless!!!
All - desperate plea for help here. Overview Centos 4.5 Kernel 2.6.9.55.0.9.EL with source dell Latitude 810 Im totally at my wits end... Ive tried like mad to get ndiswrapper to work for my lynksys WPC54GS wireless card. No matter what I try ndis gives some kind of error on installing the module after about a dozen attempts 8 kernels, and 5 days- I finally GAVE UP! unreal So, I
2013 Sep 26
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
Hello! I have spent some time on the issue. I'm not sure it's a nouveau bug. I have a fix that changes arch/x86/kernel/sysfb_simplefb.c only. GRUB actually uses graphic mode on my card. That mode is supported by simplefb. However, the resource conflict happens regardless of whether simplefb is enabled. It's sysfb_simplefb that causes it, a completely different driver. If GRUB
2013 May 27
1
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
[root at localhost IceCast]# cd libvorbis [root at localhost libvorbis]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working
2016 Feb 13
2
[Bug 2539] New: Add missing sanity check for read_passphrase() in auth-pam.c
https://bugzilla.mindrot.org/show_bug.cgi?id=2539 Bug ID: 2539 Summary: Add missing sanity check for read_passphrase() in auth-pam.c Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: PAM support