search for: stor

Displaying 20 results from an estimated 154 matches for "stor".

Did you mean: store
2012 Apr 30
3
95% confidence interval of the coefficients from a bootstrap analysis
...analysis that includes few variables. I am using a bootstrap analysis to obtain the variation of my variables to replacement. I am trying to obtain the coefficients 95% confidence interval from the bootstrap procedure. Here is my script for the bootstrap: N = length (data_Pb[,1]) B = 10000 stor.r2 = rep(0,B) stor.r2 = rep(0,B) stor.inter = rep(0,B) stor.Ind5 = rep(0,B) stor.LNPRI25 = rep(0,B) stor.NPRI10 = rep(0,B) stor.Mine = rep(0,B) for (i in 1:B){ idx = sample(1:N, replace=T) newdata = data_Pb[idx,] L_NPRI_25k <- log(newdata$NPRI_25k+1) data_Pb.boot = lm(newdata$Log_Level ~...
2017 Sep 28
1
upgrade to 3.12.1 from 3.10: df returns wrong numbers
...tos-release-gluster312-1.0-1.el7.centos.noarch [root at st-srv-03 ~]# gluster volume info test Volume Name: test Type: Distributed-Replicate Volume ID: b53e0836-575e-46fd-9f86-ab7bf7c07ca9 Status: Started Snapshot Count: 0 Number of Bricks: 8 x 2 = 16 Transport-type: tcp Bricks: Brick1: st-srv-02-stor:/bricks/sda1/test Brick2: st-srv-03-stor:/bricks/sda1/test Brick3: st-srv-02-stor:/bricks/sdb1/test Brick4: st-srv-03-stor:/bricks/sdb1/test Brick5: st-srv-02-stor:/bricks/sdc1/test Brick6: st-srv-03-stor:/bricks/sdc1/test Brick7: st-srv-02-stor:/bricks/sdd1/test Brick8: st-srv-03-stor:/bricks/sdd1...
2007 May 15
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
...style-definition -DHAVE_CONFIG_H -DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include -I/home/varth/project/llvm-cvs/llvm/include -I/usr/local/home/varth/project/llvm-cvs/llvm/include ../../trunk/gcc/stor-layout.c -o stor-layout.o ../../trunk/gcc/stor-layout.c:450:25: error: macro "ADJUST_FIELD_ALIGN" passed 3 arguments, but takes just 2 ../../trunk/gcc/stor-layout.c: In function 'layout_decl': ../../trunk/gcc/stor-layout.c:449: error: 'ADJUST_FIELD_ALIGN' undeclared (first...
2007 May 22
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...E_CONFIG_H -DENABLE_LLVM > -D__STDC_LIMIT_MACROS -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. > -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include > -I/home/varth/project/llvm-cvs/llvm/include > -I/usr/local/home/varth/project/llvm-cvs/llvm/include > ../../trunk/gcc/stor-layout.c -o stor-layout.o > ../../trunk/gcc/stor-layout.c:450:25: error: macro "ADJUST_FIELD_ALIGN" > passed 3 arguments, but takes just 2 > ../../trunk/gcc/stor-layout.c: In function 'layout_decl': > ../../trunk/gcc/stor-layout.c:449: error: 'ADJUST_FIELD_ALIGN...
2012 Apr 30
0
Extracting coefficients values with bootstrap
...fshelf miogeoclinal rocks GeoRocksedimentary and mafic volcanic rocks GeoRockundivided sedimentary rocks GeoRockundivided volcanic rocks There is basically 1 variable (LogRds_25k) and 1 categorical variable (GeoRock) with 10 categories. Here is my script: N = length (data_As[,1]) B = 10000 stor.r2 = rep(0,B) stor.inter = rep(0,B) stor.Rds = rep(0,B) stor.Bimod = rep(0,B) stor.grano = rep(0,B) stor.mafic_intru = rep(0,B) stor.mafic_vol = rep(0,B) stor.nonmarine = rep(0,B) stor.iffshelf = rep(0,B) stor.sedi = rep(0,B) stor.vol = rep(0,B) for (i in 1:B){ idx = sample(1:N, replace=T) newda...
2007 May 23
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
..._LLVM >> -D__STDC_LIMIT_MACROS -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. >> -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include >> -I/home/varth/project/llvm-cvs/llvm/include >> -I/usr/local/home/varth/project/llvm-cvs/llvm/include >> ../../trunk/gcc/stor-layout.c -o stor-layout.o >> ../../trunk/gcc/stor-layout.c:450:25: error: macro "ADJUST_FIELD_ALIGN" >> passed 3 arguments, but takes just 2 >> ../../trunk/gcc/stor-layout.c: In function 'layout_decl': >> ../../trunk/gcc/stor-layout.c:449: error: 'ADJUS...
2002 Aug 12
3
--include option
HI, I'm trying to have files to be included during rsync. I have the filesystem /stor/circuit_design/, with the following subdirectories as its contents: clock_speed fub_layout test_simulations pattern_flow I would only like to rsync the following 2 subdirectories to the destination machine: clock_speed fub_layout and they're contained in the file called files_included: #...
2000 Jul 28
2
Loop removal?
Dear all, I've got a quite large dataframe (stor) with rows subject and rt (reaction time). I would like to split the reaction times per subject into 6 bins of equal size. Right now, I'm using the following code: bindata <- function(rt) { bindata <- rep(-1,length(rt)) binwidth <- length(rt)/6 bindata[order(rt)[(0*binwidth)+1...
2006 Feb 21
0
OT Proftpd stopped authenication for users
...ltRoot ~ !adm AuthPAMAuthoritative off IdentLookups off UseReverseDNS off Port 21 Umask 022 ListOptions "-a" AllowRetrieveRestart on AllowStoreRestart on MaxInstances 20 User nobody Group nobody ScoreboardFile /var/run/proftpd.score <Global> AllowOverwrite yes <Limit ALL SITE_CHMOD> AllowAll </Lim...
2007 May 23
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...D__STDC_LIMIT_MACROS -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. >>> -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include >>> -I/home/varth/project/llvm-cvs/llvm/include >>> -I/usr/local/home/varth/project/llvm-cvs/llvm/include >>> ../../trunk/gcc/stor-layout.c -o stor-layout.o >>> ../../trunk/gcc/stor-layout.c:450:25: error: macro "ADJUST_FIELD_ALIGN" >>> passed 3 arguments, but takes just 2 >>> ../../trunk/gcc/stor-layout.c: In function 'layout_decl': >>> ../../trunk/gcc/stor-layout.c:449: e...
2007 Jan 25
4
Benchmarking
..._drop_priv_before_exec=yes, passdb+userdb = passwd-file Cyrus: Default Debian settings, except sasl_pwcheck_method: alwaystrue Courier: Default Debian settings, using PAM + passwd Results: imaptest parameters: clients=1 msgs=30 secs=120 seed=1 mmap_disable:no fsync_disable:no Logi Sele Fetc Fet2 Stor Dele Expu Appe Disc 1135 1135 1134 1134 577 298 298 378 1134 1125 1125 1124 1124 573 295 295 373 1124 1123 1123 1122 1122 572 294 294 371 1122 mmap_disable:yes fsync_disable:no Logi Sele Fetc Fet2 Stor Dele Expu Appe Disc 1401 1401 1400 1400 710 388 388 480 1400 1398 1398 1397 13...
2023 Feb 14
1
failed to close Bad file descriptor on file creation after using setfattr to test latency?
...e descriptor mess below and knows what I'm doing wrong or missing, besides everything... I had built this gluster in one location, only to receive notice months later the clients were now going to be connecting from another location (different vcenter but with 10G backend). It's basically storing hundreds of thousands of what are usually small flat files. Ran into what seemed to be latency issues(4+sec response) even doing something as simple as an LS of a directory mounted with only a few folders in it mounted on the remote clients. Granted some of those folders have thousands of smal...
2007 May 14
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...prototypes -pedantic > -Wno-long-long -fno-common -DHAVE_CONFIG_H -o f771 f/bad.o f/bit.o > f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o > f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o > f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o > f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o > f/target.o f/top.o f/type.o f/where.o main.o libbackend.a > ../libiberty/libiberty.a > libbackend.a(llvm-out.o): In function `llvm_c_expand_body': > llvm-out.c:(.text+0x1c2): undefined reference to `lang_e...
2007 May 14
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
...rototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -o f771 f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/where.o main.o libbackend.a ../libiberty/libiberty.a libbackend.a(llvm-out.o): In function `llvm_c_expand_body': llvm-out.c:(.text+0x1c2): undefined reference to `lang_expand_function_end'...
2007 Mar 29
1
uiddir mailbox format with benchmarks
I cleaned up the lib-storage code a bit so that it's easier to write support for new mailbox formats. It could still use a bit of cleaning up. Anyway, I thought I'd try how easy it would be to implement Cyrus-like mail store which would consist of only Dovecot's index files and "<uid>." message...
2013 Jul 17
1
pop3c migration?
...ug: Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib/dovecot/modules/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_list_backend (this is usually intentional, so just ignore this message) doveadm(yyyyy at example.com): Debug: Added userdb setting: mail=maildir:/stor/real/domains/example.com/yy/yyyyy/Maildir doveadm(yyyyy at example.com): Debug: Added userdb setting: plugin/quota_rule=*:storage=5120M doveadm(yyyyy at example.com): Debug: Effective uid=1001, gid=1001, home=/stor/real/domains/example.com/yy/yyyyy doveadm(yyyyy at example.com): Debug: Namespace...
2013 Jan 29
2
doveadm migration: Warning: I/O leak
...Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib/dovecot/modules/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_list_backend (this is usually intentional, so just ignore this message) doveadm(chat_logs at xxxxxx.com): Debug: Added userdb setting: mail=maildir:/stor/real/domains/xxxxxx.com/ch/chat_logs/Maildir doveadm(chat_logs at xxxxxx.com): Debug: Added userdb setting: plugin/quota_rule=*:storage=5120M doveadm(chat_logs at xxxxxx.com): Debug: Effective uid=1001, gid=1001, home=/stor/real/domains/xxxxxx.com/ch/chat_logs doveadm(chat_logs at xxxxxx.com): De...
2007 Dec 06
0
LVM2: large volume problem?
...ao 4,00G swap sys -wi-ao 2,00G usr sys -wi-ao 5,00G var sys -wi-ao 5,00G When I try to create a 1T lv it gives me this error: [root at Mugello ~]# lvcreate -L1T -nstor sys device-mapper: reload ioctl failed: Argumento inv??lido Failed to activate new LV. and on /var/log/messages I had this: Dec 6 08:31:27 Mugello kernel: device-mapper: table: device 8:2 too small for target Dec 6 08:31:27 Mugello kernel: device-mapper: table: 253:4: linear: dm-linear: D...
2011 May 05
5
Dovecot imaptest on RHEL4/GFS1, RHEL6/GFS2, NFS and local storage results
We have done some benchmarking tests using dovecot 2.0.12 to find the best shared filesystem for hosting many users, here I share with you the results, notice the bad perfomance of all the shared filesystems against the local storage. Is there any specific optimization/tunning on dovecot for use GFS2 on rhel6??, we have configured the director to make the user mailbox persistent in a node, we will thank's any help from you. we are interested in using GFS2 or NFS, we believe the problem is the locks, how can we improve th...
2007 Mar 14
2
Benchmarking CVS HEAD vs. v1.0
...mostly because of the APPEND optimization. Here are the results: 100MB ext3 filesystem inside a file in XFS. C: CVS HEAD, fsync_disable=yes, mmap_disable=yes S: CVS branch_1_0 (upcoming 1.0.rc28), fsync_disable=yes, mmap_disable=yes ./imaptest seed=1 secs=60 Logi List Stat Sele Fetc Fet2 Stor Dele Expu Appe Logo C: 11275 5647 5597 11275 11264 16179 5571 4126 11256 6074 22531 C: 11287 5740 5606 11287 11275 16193 5698 4154 11267 6064 22553 S: 9201 4660 4575 9197 9190 13107 4614 2843 9184 3601 18382 S: 9271 4701 4657 9267 9260 13189 4580 2799 9256 3540 18522 82% 82%...