search for: sanity

Displaying 20 results from an estimated 2293 matches for "sanity".

2015 Jun 08
1
[PATCH] qemu-sanity-check.in: Use '-display none' instead of '-nographic'
...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 " --- qemu-sanity-check.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu-sanity-check.in b/qemu-sanity-check.in index 5bb5b292def5caff5ca63071565bd447cf5f4efd..34cd9385f56b5eedd0ec26abd128232a47e51996 100644 --- a/qemu-sanity-check.in +++ b/qemu-sanity-check.in @@ -140,7 +140,8 @@ test_o...
2003 Jun 23
3
"cloud" function doesn't plot
...e 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); dim(sanity.MIF); >cloud(sanity.MIF) [1] TRUE [1] TRUE [1] 2970 3 > A blank grey graphics window is opened, but no vestige of a plot or labels of any kind. Can someone tell me what I am missing please? R 1.7.1 Windows2000 is new to me, but plenty of prior...
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. This generally takes 15-20 minutes to complete. > While most of this sounds great, this one really doesn't. The sanity tests should be...
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: ----------------------------------...
2013 Mar 28
3
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
...handler 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 compiler build, to check the ``basic sanity'' of the code base and build process. This generally takes 15-20 minutes to complete. > > While most of this sounds great, this one really doesn't. > > The sanity tests shou...
2005 Oct 11
1
callerid validation and expression parser problems on Solaris 10
...have tried (the format may be strange to some, but this is for insertion into the mysql db): priority='1',app='Set',appdata='vmid=03413306999'; priority='2',app='Set',appdata='cid=03413306990'; priority='3',app='set',appdata='sanity=$[${vmid} = ${cid}]'; priority='4',app='noop',appdata='${sanity}'; priority='5',app='gotoif',appdata='$[${sanity}]?10:20'; priority='10',app='playback',appdata='vm-doesnotexist'; priority='11',app='Hangup'...
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) within a few days, any other proposal will be forgotten. Dunc...
2012 Nov 29
9
[PATCH] xen: find a better location for the real-mode trampoline
...arch/x86/boot/head.S +++ b/xen/arch/x86/boot/head.S @@ -78,16 +78,19 @@ __start: cmp $0x2BADB002,%eax jne not_multiboot - /* Set up trampoline segment 64k below EBDA */ - movzwl 0x40e,%eax /* EBDA segment */ - cmp $0xa000,%eax /* sanity check (high) */ - jae 0f - cmp $0x4000,%eax /* sanity check (low) */ - jae 1f -0: - movzwl 0x413,%eax /* use base memory size on failure */ - shl $10-4,%eax + /* Set up trampoline segment just below end of base memory. +...
2013 Mar 27
6
[LLVMdev] llvmlab (phased buildmaster) is in production mode!
...less work, stops excessive emails from being sent out for 1 bad commit, and reduces cycle time especially if certain builds take significantly longer than others to fail. 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. This generally takes 15-20 minutes to complete. b. Phase 2 (living on): Phase 2 builds bootstrapped compilers for the different configurations that...
2000 Apr 12
1
For wishlist: sanity checks for subsets in lm, glm (PR#515)
...is isn't a bug. I should have used R> test.data <- data.frame(x=x, y=y, cond=I(x <= 0.5)) to preserve cond as a logical vector, as documented in the help for data.frame. However, it is still very unpleasant behaviour, and no warnings were issued. I can't help thinking that some sanity checks on the subset argument could have helped me. So I suggest that the subset argument should either be * A logical vector of the same length as the number of rows in the data frame, or * A numeric vector of unique integers to ensure that we really do get a subset of the data frame. The more...
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 peo...
2017 Jul 04
2
I need a sanity check.
2006 Dec 12
0
sanity check
...ample data at 16kHz. (1600 samples) When I pass this data unaltered to the playback stream it plays fine with maybe 200 ms lag, which is correct. Encoding: Quality 6, VBR mResult = speex_encoder_ctl( mEncodeState, SPEEX_GET_FRAME_SIZE, & mFrameSize); The encoder returns a frame size of 320. Sanity check 1. This means 320 sample frames of 16 bit samples, or 620 bytes of data right? So encoding my 100 ms, 3200 byte buffer of mic captured samples compresses 5 frames of source at 640 bytes (320 samples) each. You were correct in that each frame of talking data compresses to around 70 bytes or l...
2006 Dec 13
0
sanity check
...this data unaltered to the playback stream it plays fine > with maybe 200 ms lag, which is correct. > > > Encoding: Quality 6, VBR > > mResult = speex_encoder_ctl( mEncodeState, SPEEX_GET_FRAME_SIZE, & > mFrameSize); > > The encoder returns a frame size of 320. Sanity check 1. This means 320 > sample frames of 16 bit samples, or 620 bytes of data right? > > So encoding my 100 ms, 3200 byte buffer of mic captured samples > compresses 5 frames of source at 640 bytes (320 samples) each. > You were correct in that each frame of talking data compres...
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 poisson regression, I'd want multiply...
2007 Oct 26
0
Wits end! ndis got me - give me sanity with my wireless!!!
...d days) this program dosnt have a problem detecting the card, making the lights blink, I cane see the access point using iwlist scan, I know precisely what the essid is, as well as the encryption key, BUT now.... the stupid thing cant get an ip form my dhcp server!! Please help - some kind of sanity check, Im ready to jump out the window!! ;) Im up for ANY solution, I can install kernel source.. ndis bla... I just need some thing that will work. At this point i have an incredibly low opinion of the developers of ndis - that shouldn't not release such stuff. Ive followed the dcs to th...
2013 Sep 26
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
...an area at 0xf0000000-0xf1ffffff, so it includes the existing resource without being equivalent to it. Nouveau correctly calls remove_conflicting_framebuffers() before trying to map that resource. However, sysfb_simplefb is not a real framebuffer, so it doesn't free its resources. iomem_map_sanity_check() doesn't check regions with IORESOURCE_BUSY set. That's the comment from the code: /* * if a resource is "BUSY", it's not a hardware resource * but a driver mapping of such a resource; we don't want * to warn for those; some drivers legitimately...
2013 May 27
1
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
...king for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. [root at localhost libvorbis]# -- Thanks Leigh Rodney Founder/ Systems Administrator leighrodney at globeteck.com (347) 838-2648 Office (866) 657-7227 Toll Free (866) 591-8747 Fax www.globeteck.com -------------- next part -------------- A non-text at...
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 Assignee: u...