search for: 12557

Displaying 20 results from an estimated 25 matches for "12557".

Did you mean: 1255
2013 Mar 03
0
[linux-linus test] 16875: regressions - trouble: broken/fail/pass
flight 16875 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/16875/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl 15 guest-stop fail REGR. vs. 12557 test-amd64-i386-xl 15 guest-stop fail REGR. vs. 12557 test-amd64-i386-xl-credit2 15 guest-stop fail REGR. vs. 12557 test-amd64-amd64-pv 5 xen-boot fail REGR. vs. 12557 test-amd64-i386-xl-winxpsp3-vcpus1 5 xen-boot...
2003 Dec 09
2
p-value from chisq.test working strangely on 1.8.1
...replicates) data: matrix(c(0, 1, 1, 12555), 2, 2) X-squared = 1e-04, df = NA, p-value = 1 > chisq.test(matrix(c(0, 1, 1, 12556), 2, 2), simulate.p.value=TRUE) [...] data: matrix(c(0, 1, 1, 12556), 2, 2) X-squared = 1e-04, df = NA, p-value = < 2.2e-16 > chisq.test(matrix(c(0, 1, 1, 12557), 2, 2), simulate.p.value=TRUE) [...] data: matrix(c(0, 1, 1, 12557), 2, 2) X-squared = 1e-04, df = NA, p-value = 1 In these three calls to chisq.test, I'm varying the input matrix by only 1 observation, but the p-value changes by 16 orders of magnitude. This is reproducible on my syste...
2012 Nov 06
2
[LLVMdev] undefined symbols in AddressSanitizer tests on darwin
...ter_globals", referenced from: _asan.module_dtor in shared-lib-test-so-moBSTe.o ld: symbol(s) not found for architecture x86_64 clang-3: error: linker command failed with exit code 1 (use -v to see invocation) -- ******************** FAIL: AddressSanitizer :: sleep_before_dying.c (27 of 12557) ******************** TEST 'AddressSanitizer :: sleep_before_dying.c' FAILED ******************** Script: -- /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/bin/clang -g -fsanitize=address -O2 /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/projects/compiler-rt/lib/asan/lit_tests/sleep_before_dying...
2012 Nov 06
0
[LLVMdev] undefined symbols in AddressSanitizer tests on darwin
...; _asan.module_dtor in shared-lib-test-so-moBSTe.o > ld: symbol(s) not found for architecture x86_64 > clang-3: error: linker command failed with exit code 1 (use -v to see > invocation) > -- > > ******************** > FAIL: AddressSanitizer :: sleep_before_dying.c (27 of 12557) > ******************** TEST 'AddressSanitizer :: sleep_before_dying.c' > FAILED ******************** > Script: > -- > /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/bin/clang -g > -fsanitize=address -O2 > /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/projects/compiler-rt/li...
2012 Nov 06
1
[LLVMdev] undefined symbols in AddressSanitizer tests on darwin
...shared-lib-test-so-moBSTe.o >> ld: symbol(s) not found for architecture x86_64 >> clang-3: error: linker command failed with exit code 1 (use -v to see >> invocation) >> -- >> >> ******************** >> FAIL: AddressSanitizer :: sleep_before_dying.c (27 of 12557) >> ******************** TEST 'AddressSanitizer :: sleep_before_dying.c' >> FAILED ******************** >> Script: >> -- >> /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/bin/clang -g >> -fsanitize=address -O2 >> /sw/src/fink.build/llvm32-3.2-0/llvm...
2008 Aug 17
1
Allocated Memory Warnings in Vista 32 bit with 4 GB (PR#12557)
Hello I am running Windows Vista 32 with 4 GB (installed, though Windows of cours= e only recognizes 3326 MB, as reported by Windows "My Computer") I am running R 2.7.1 I was trying to read in a comma delimited single column CSV file, assign th= at file to a variable ("data") and then extract a sample (assigned to "part= ial"). I was getting memory allocation
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
flight 17901 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/17901/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-qemuu-rhel6hvm-intel 4 xen-install fail REGR. vs. 12557 test-amd64-i386-pv 4 xen-install fail REGR. vs. 12557 test-amd64-amd64-pv 4 xen-install fail REGR. vs. 12557 test-amd64-amd64-xl 4 xen-install fail REGR. vs. 12557 test-amd64-i386-qemuu-rhel6hvm-amd 4 xen-install...
2008 Nov 10
0
Interrupt routing issues in FreeBSD 7.1-BETA2
...acpi0 1 0 irq19: re0 39786514 42 irq22: atapci0 8050818241 8515 cpu0: timer 1890881479 1999 cpu1: timer 1890881390 1999 Total 11872367627 12557 This time the problem is not in IRQ19 (re), but on IRQ 22 atapci0. This looked weird to me, as this interrupt is not shared, so i searched what was the model and MFG of this motherboard and found with dmidecode this: Base Board Information Manufacturer: MICRO-STAR INTERANTIONAL CO.,LTD...
2010 Aug 20
0
plotting moving range control chart with qcc. . .
...ubt more elegant ways to do this.] temp.data looks like this [lot number and value. Lot number header left off for other manipulations, lot numbers needed for some manipulations and not others. Adjacent data (see below) does not need lot numbers]: pH 08-10538 7.6 08-11736 7.5 08-12453 8.1 08-12557 7.9 08-13202 7.4 # read table, with header z<-read.table('temp.data',1) # create 'group' column, populate with sequence of integers z2<-cbind(z, group=seq(1,length(z[,1]),1)) # use length(z[,1]) -1 units of data to create adjacent data z3<-rbind(z2, c(z2[-1,])) # renumb...
2009 Mar 11
11
Progams not load after Ubuntu Security Notice USN-732-1 dash
Yesterday I was using normally my " wine programs" under Ubuntu 8.10 / Wine 1.1.16 . Ubuntu pop up a request for critical securiy update ( Ubuntu Security Notice USN-732-1 March 10, 2009 dash vulnerability CVE-2009-0854 ) . Applied . Today I logon on Ubuntu and some programs under wine do not load more . I means they do not start at all . Some other yes . Depend program by program .
2017 Mar 07
5
[Announce] Samba 4.6.0 Available for Download
...s set to "file". * BUG 12604: vfs_fruit: Enabling AAPL extensions must be a global switch. o Volker Lendecke <vl at samba.org> * BUG 12612: Re-enable token groups fallback. o Stefan Metzmacher <metze at samba.org> * BUG 9048: Samba4 ldap error codes. * BUG 12557: gensec:spnego: Add debug message for the failed principal. * BUG 12605: s3:winbindd: Fix endless forest trust scan. * BUG 12612: winbindd: Find the domain based on the sid within wb_lookupusergroups_send(). o Andreas Schneider <asn at samba.org> * BUG 12557: s3:librpc: Handle...
2017 Mar 07
5
[Announce] Samba 4.6.0 Available for Download
...s set to "file". * BUG 12604: vfs_fruit: Enabling AAPL extensions must be a global switch. o Volker Lendecke <vl at samba.org> * BUG 12612: Re-enable token groups fallback. o Stefan Metzmacher <metze at samba.org> * BUG 9048: Samba4 ldap error codes. * BUG 12557: gensec:spnego: Add debug message for the failed principal. * BUG 12605: s3:winbindd: Fix endless forest trust scan. * BUG 12612: winbindd: Find the domain based on the sid within wb_lookupusergroups_send(). o Andreas Schneider <asn at samba.org> * BUG 12557: s3:librpc: Handle...
2017 Mar 07
0
[Announce] Samba 4.6.0 Available for Download
...12604: vfs_fruit: Enabling AAPL extensions must be a global > switch. > > o Volker Lendecke <vl at samba.org> > * BUG 12612: Re-enable token groups fallback. > > o Stefan Metzmacher <metze at samba.org> > * BUG 9048: Samba4 ldap error codes. > * BUG 12557: gensec:spnego: Add debug message for the failed principal. > * BUG 12605: s3:winbindd: Fix endless forest trust scan. > * BUG 12612: winbindd: Find the domain based on the sid within > wb_lookupusergroups_send(). > > o Andreas Schneider <asn at samba.org> >...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
flight 17916 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/17916/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-pv 4 xen-install fail REGR. vs. 12557 test-amd64-amd64-xl 4 xen-install fail REGR. vs. 12557 test-amd64-amd64-xl-win7-amd64 4 xen-install fail REGR. vs. 12557 test-amd64-amd64-pair 6 xen-install/dst_host fail REGR. vs. 12557 test-amd64-amd64-pair 5 xen-install/src_host...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
flight 17325 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/17325/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl 9 guest-start fail REGR. vs. 12557 test-amd64-i386-xl-credit2 15 guest-stop fail REGR. vs. 12557 test-amd64-i386-xl 15 guest-stop fail REGR. vs. 12557 test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557 test-amd64-i386-xend-winxpsp3 3 host-install(3) br...
2015 Nov 03
26
[Bug 11588] New: missing option: preallocate for all files except for sparse
https://bugzilla.samba.org/show_bug.cgi?id=11588 Bug ID: 11588 Summary: missing option: preallocate for all files except for sparse Product: rsync Version: 3.1.2 Hardware: x64 OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: core
2006 Jul 21
20
Struts vs RoR
hi, I recently attended one of the ruby meetings that we have in my city. There one of the speaker said that google,amazon .. are working on RoR but still the performance of RoR is not at par with J2EE others.... he meant that though google,amazon working o it they will not bring it as front applications only parts the reason ruby is slow in comparison to other languages.... and in real time
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
flight 18150 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/18150/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 12557 test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557 Regressions which are regarded as allowable (not blocking): test-amd64-i386-qemuu-rhel6hvm-amd 7 redhat-install fail like 12557 test-amd64-i386-qemut-rhel6hvm-amd 7 redhat-install fail blocked in 1255...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
flight 18181 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/18181/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 12557 test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557 Regressions which are regarded as allowable (not blocking): test-amd64-i386-qemuu-rhel6hvm-amd 7 redhat-install fail like 12557 test-amd64-i386-qemut-rhel6hvm-amd 6 leak-check/basis(6) fail blocked in 1255...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
flight 18805 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/18805/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 12557 test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557 Regressions which are regarded as allowable (not blocking): test-amd64-i386-qemuu-rhel6hvm-amd 7 redhat-install fail like 12557 test-amd64-i386-qemut-rhel6hvm-amd 7 redhat-install fail blocked in 1255...