search for: ss12

Displaying 6 results from an estimated 6 matches for "ss12".

Did you mean: ss1
2007 Aug 09
8
Dtrace - Segmentation Fault
After building and bfu''in the lastest ON build, any time I run a dtrace script I get a Seg Fault. Is there a dtrace for dtrace :) Doug root at prae> dtrace -n ''syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }'' Segmentation Fault (core dumped) root at prae> pstack core core ''core'' of 101364: dtrace -n
2007 Jul 16
1
Problem building R with Sun Studio Compiler
...an infinite loop at the following point: Sun_Studio/sunstudio12/bin/cc -m64 -shared -Kpic -m64 -fPIC -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o mkdir -p -- ../../../../library/grDevices/libs make[5]: Leaving directory `/export/home/leonardz/ccb/HPF/support/R-2.5.1/ss12/R-2.5.1/src/library/grDevices/src' make[4]: Leaving directory `/export/home/leonardz/ccb/HPF/support/R-2.5.1/ss12/R-2.5.1/src/library/grDevices/src' R is running at this point and will run for as long as I do not kill it. If I compile without -fast the next line in the make is: make[...
2011 Jun 24
2
Need help on a R script part
...mean(x1)e2=x2-mean(x2)n1=length(x1)n2=length(x2N=(n1 + n2)nu2=sum( c( ( x1 -mean(x1) )^2 , ( x2-mean(x2) )^2 ) )/Nss=c(e1,e2) b3= N*sum(ss^4)/ (sum( ss^2)^2)............what do lines 6-8 (mathematical notation)?Also the, what means part?............for(j in 1:B){ ss11=sample(x1, n1, replace=TRUE) ss12=sample(x2, n2, replace=TRUE) ............}............????I would appreciate you could help on my inquiry, and I am awaiting for your soon answer Thx in advance, Lusk [[alternative HTML version deleted]]
2011 Nov 14
1
Subset of a subset?
...way since I created by subsets based on the hour. Thanks for any help!! da=paste(Date) tiso= strptime(da,format="%d/%m/%Y %H:%M") tiso$h df1= data.frame(tiso, mv) ## creating a subset of 9am, 12pm and 3pm. ss= subset(mv, tiso$h==9| tiso$h ==12| tiso$h==15) ss9= subset(mv, tiso$h==9) ss12= subset(mv, tiso$h==12) ss15= subset (mv, tiso$h==15) ##create a subset of each event ss0609= subset( ss, tiso==2009-06-01 | tiso==2009-06-02) Example of Data: Date T002_03 T002_25 T004_03 T004_25 T006_03 31/03/2007 23:00 31 3 18 5 6 5.8 7 3.5 1/4/2007 0:00 30 2 16 5 7 2.5 8 4.7 1/4/2007 1:00 3...
2012 Apr 12
0
Can mkdir on samba share but not copy directory from local disk to samba share
Hi We are running a large samba servers within an NT4.0 domain (yes, I know) The samba version is 3.5.10: > smbd -b|less > Build environment: > Built by: root at sfw10-patch > Built on: Wed Oct 26 11:23:15 PDT 2011 > Built using: /ws/on10-tools/SUNWspro/SS12/bin/cc > Build host: SunOS sfw10-patch 5.10 Generic sun4u sparc SUNW,Sun-Fire-V210 > SRCDIR: /sfw10/builds/build/sfw10-patch/usr/src/cmd/samba/samba-3.5.10/source3 > BUILDDIR: /sfw10/builds/build/sfw10-patch/usr/src/cmd/samba/samba-3.5.10/source3 > (...) running on So...
2007 Nov 21
6
Compiling issue on x86!
Hi thanks for your posts so far. Since what I had assumed was a 32 bit kernel which I compiled didn''t work, I religiously set out on compiling a 64 bit version as my system is currently booted in 64 bit mode. I installed SUNStudio12 on the system and set the SPRO_VROOT to point towards it and when I do a make all in usr/src directory, I get the following error when make cwds and runs in