search for: teston

Displaying 20 results from an estimated 21 matches for "teston".

Did you mean: weston
2002 Mar 21
3
plot question
Hi! I want to display 2 graphs with different number of data points on the x-axis. The code below scales them so it seems that testtwo has the same number of data points as testone. How can I fix that? thanks. z<-1:50; x<-1:100; plot(x,testone,type="l",xlab="",ylab="",main="",lty=4,axes=FALSE,ylim=c(-1.0,1.0),cex=1); par(new=TRUE); plot(z,testtwo,type="l",xlab="",ylab="",main="",lty=1,co...
2007 Nov 01
1
Rcmdr Plugin and menus.txt
...and/menu activation install? menu psychMenu topMenu "" "" "" "" item psychMenu command "Test" testOne "" "" item topMenu cascade "Psych" psychMenu "" "" menu testTwoMenu psychMenu ""...
2010 Jan 02
1
Help with tryCatch
Windows XP R 2.8.1 Colleagues, I am trying to run a function testone() and if the function completes without error do one set of instructions, and if the function generates either a warning or an error run another set of instructions. I have read try, and tryCatch help screens at least 20 times, have tried to experiment with code, but I can't understand how to...
2007 Sep 10
2
'r' flag in ACL stomping on 'l' flag effect
...ox acl file: authenticated lrwik * OK Dovecot ready. 1 login ........ 1 OK Logged in. 2 list "" * * LIST (\Noselect \HasChildren) "." "Testing/" * LIST (\HasNoChildren) "." "Testing/TestTwo" * LIST (\HasNoChildren) "." "Testing/TestOne" 2 OK List completed. 3 select "Testing/TestTwo" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted. * 0 EXISTS * 0 RECENT * OK [UIDVALIDITY 1189458953] UIDs valid * OK [UIDNEXT 1] Predicted next UI...
2009 Feb 25
3
[LLVMdev] [PATCH] Parallelized make check
...0 ; \ PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \ $(RUNTEST) $(RUNTESTFLAGS) ) else -check-local:: site.exp +check-local:: $(SITE_EXP) @echo "*** dejagnu not found. Make sure 'runtest' is in your PATH, then reconfigure LLVM." endif ifdef TESTONE -CLEANED_TESTONE := $(patsubst %/,%,$(TESTONE)) +CLEANED_TESTONE := $(patsubst %/,%,$(TESTONE:$(CURDIR)/%=%)) CLEANED_TESTONE := $(patsubst test/%,%,$(CLEANED_TESTONE)) SUBDIR := $(shell dirname $(CLEANED_TESTONE)) TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE) -check-one: site.exp $(TCLS...
2009 Sep 02
1
[LLVMdev] XPASS forAsmBlocksComplexJumpTarget.c (-fasm-blocks)
Building r80796 of the "release_26" branch on Ubuntu 9.04, I'm getting an XPASS on: ssen at ssen:~/llvm/build$ make TESTONE=FrontendC/2009-08-11- AsmBlocksComplexJumpTarget.c check-one make[1]: Entering directory `/home/ssen/llvm/build/test' Making a new site.exp file... XPASS: /home/ssen/llvm/test/FrontendC/2009-08-11- AsmBlocksComplexJumpTarget.c make[1]: Leaving directory `/home/ssen/llvm/build/test' ssen...
2006 Sep 12
1
unix password sync = yes, did not sync unix passwd
...ogram = /usr/local/sbin/passwd.pl %u passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* However it was working find (able to change unix as well as NT password) when I run from Windows client, such as: c:\> net user example testonly /domain This is incorrect, at least per (surprise) pdbedit documentation: Note pdbedit does not call the unix password syncronisation script if unix password sync has been set. It only updates the data in the Samba user database....
2015 Jan 09
4
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...wheezy), and samba 4.1.14, ./configure --with-ads --with-shared-modules=idmap_ad --enable-cups \ --enable-selftest make quicktest passes: make quicktest ...ALL OK (2086 tests in 310 testsuites) ...A summary with detailed information can be found in: ... ./st/summary ...'testonly' finished successfully (11m24.779s) ./st/summary is found here: http://pastebin.com/zjkHDYUX daemons started manually with /usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 /usr/local/samba/sbin/nmbd --daemon -l /var/log/samba/ -d 1 /usr/local/samba/sbin/winbindd --daemon -l /var...
2015 Jan 09
0
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...ure --with-ads --with-shared-modules=idmap_ad --enable-cups \ > --enable-selftest > >make quicktest passes: >make quicktest > ...ALL OK (2086 tests in 310 testsuites) > > ...A summary with detailed information can be found in: > ... ./st/summary > ...'testonly' finished successfully (11m24.779s) > >./st/summary is found here: >http://pastebin.com/zjkHDYUX > > >daemons started manually with >/usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 >/usr/local/samba/sbin/nmbd --daemon -l /var/log/samba/ -d 1 >/usr/local/...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
...===== --- Makefile (revision 65432) +++ Makefile (working copy) @@ -26,6 +26,8 @@ RUNTESTFLAGS := $(VERBOSE) endif +FORCETGT := FORCE + ifdef TESTSUITE CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE)) CLEANED_TESTSUITE := $(patsubst test/%,%,$(CLEANED_TESTSUITE)) @@ -63,6 +65,7 @@ CLEANED_TESTONE := $(patsubst test/%,%,$(CLEANED_TESTONE)) SUBDIR := $(shell dirname $(CLEANED_TESTONE)) TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE) +FORCETGT := check-one: site.exp $(TCLSH) $(Verb)( echo "source $(LLVM_OBJ_ROOT)/test/site.exp" ; \ echo "set subdir $(SUBDIR)"...
2017 Feb 09
3
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Thu, 2017-02-09 at 10:53 +1100, Tom Robinson via samba wrote: > On 07/02/17 21:45, Tom Robinson via samba wrote: > > On 07/02/17 17:01, Andrew Bartlett via samba wrote: > > > On Tue, 2017-02-07 at 15:58 +1100, Tom Robinson via samba wrote: > > > > Hi, > > > > \ > > > > Next rid = 13001 > > > > krb5_init_context failed (Invalid
2015 Jan 13
1
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...ad --enable-cups \ >> --enable-selftest >> >> make quicktest passes: >> make quicktest >> ...ALL OK (2086 tests in 310 testsuites) >> >> ...A summary with detailed information can be found in: >> ... ./st/summary >> ...'testonly' finished successfully (11m24.779s) >> >> ./st/summary is found here: >> http://pastebin.com/zjkHDYUX >> >> >> daemons started manually with >> /usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 >> /usr/local/samba/sbin/nmbd --daemon -l...
1999 Dec 15
1
R-0.90.1 is released
...o Many help pages have been revised and enhanced. o predict.glm() works again with type="link". o subscripting arrays and matrices no longer loses the names of the dimnames vector. Transpose also preserves the names. o examples in help files containing \testonly are no longer (partially) duplicated. o is.numeric() of a factor is now FALSE o prevent a segfault in plotmath o f <- get("function"); f(,); f(F,F) now "ok" (PR#361). o blank-line reject code in parse.dcf was wrong (Martyn Plummer)...
1999 Dec 15
1
R-0.90.1 is released
...o Many help pages have been revised and enhanced. o predict.glm() works again with type="link". o subscripting arrays and matrices no longer loses the names of the dimnames vector. Transpose also preserves the names. o examples in help files containing \testonly are no longer (partially) duplicated. o is.numeric() of a factor is now FALSE o prevent a segfault in plotmath o f <- get("function"); f(,); f(F,F) now "ok" (PR#361). o blank-line reject code in parse.dcf was wrong (Martyn Plummer)...
2017 Feb 10
0
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...s the build directory etags : build TAGS file using etags install : installs the build files pep8 : run pep8 validator pydoctor : build python apidocs reconfigure : reconfigure if config scripts have changed test : Run the test suite (see test options below) testonly : run tests without doing a build first uninstall : removes the installed files wafdocs : build wafsamba apidocs wildcard_cmd: called on a unknown command waf: error: no such option: --with-aio-support error: Bad exit status from /var/tmp/rpm-tmp.QxZXtr (%build) RPM build errors...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote: > > On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > > > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: > >> I haven't tested with objdir != srcdir. > > > > Ok, that was broken. Attached is a smaller diff that should work in > > all > > cases. > > This
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
...ST) + @$(ECHO) "JCHECKS := \\" > $@ + @$(SED) 's/$$/ \\/' < $(JTESTLIST) >> $@ + @$(ECHO) >> $@ + @$(ECHO) "Running test... " + +ifeq ($(MAKECMDGOALS), jcheck-local) + -include Makefile.jcheck +endif + +$(JCHECKS): site.exp FORCE + @$(MAKE) check-one TESTONE=$(@:%.log=%) FORCESITEEXP= &>$@ + @cat $@ + +jcheck-local: $(JCHECKS) + @$(ECHO) " === Report ===\n" > $(JLOG) + @xargs cat < $(JTESTLIST) >> $(JLOG) + @$(ECHO) "\n\n\n\n === Summary ===\n" >> $(JLOG) + @for R in PASS FAIL...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: >> I haven't tested with objdir != srcdir. > > Ok, that was broken. Attached is a smaller diff that should work in > all > cases. This sounds really cool Julien! Two questions: 1) does it preserve the checking that the existing tcl stuff does, which
2015 Jan 13
0
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...ith-ads --with-shared-modules=idmap_ad --enable-cups \ > --enable-selftest > > make quicktest passes: > make quicktest > ...ALL OK (2086 tests in 310 testsuites) > > ...A summary with detailed information can be found in: > ... ./st/summary > ...'testonly' finished successfully (11m24.779s) > > ./st/summary is found here: > http://pastebin.com/zjkHDYUX > > > daemons started manually with > /usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 > /usr/local/samba/sbin/nmbd --daemon -l /var/log/samba/ -d 1 > /usr/...
2003 Oct 08
1
R-1.8.0 is released
...output from the special \method{GENERIC}{CLASS} markup for indicating the usage of S3 methods, providing the CLASS info in a comment. o \dontrun sections are now marked within comments in the user-readable versions of the converted help pages. o \dontshow is now the preferred name for \testonly. INSTALLATION CHANGES o The zlib code in the sources is used unless the external version found is at least version 1.1.4 (up from 1.1.3). o The regression checks now have to be passed exactly, except those depending on recommended packages (which cannot be assumed to be present)....