Displaying 20 results from an estimated 156 matches for "storred".
Did you mean:
stored
2012 Apr 30
3
95% confidence interval of the coefficients from a bootstrap analysis
Hello,
I am doing a simple linear regression 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 =
2017 Sep 28
1
upgrade to 3.12.1 from 3.10: df returns wrong numbers
Hi,
When I upgraded my cluster, df started returning some odd numbers for my
legacy volumes.
Newly created volumes after the upgrade, df works just fine.
I have been researching since Monday and have not found any reference to
this symptom.
"vm-images" is the old legacy volume, "test" is the new one.
[root at st-srv-03 ~]# (df -h|grep bricks;ssh st-srv-02 'df -h|grep
2007 May 15
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
Chris Lattner wrote:
>
> This looks like you're compiling llvm-gcc3, which is quite dead by now.
> Please follow these instructions:
> http://llvm.org/docs/CFEBuildInstrs.html
>
>
Oups, sorry for that. Here is the error message with the latest svn version:
gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic
2007 May 22
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
OK, seems like there were unused TARGET_MACHO macros that would protect
these errors from happening. I made some modifications that add #if
TARGET_MACHO.
Now the error is a linkage problem:
/home/varth/project/llvm-cvs/llvm-gcc4/obj/gcc/xgcc: symbol lookup
error: /home/varth/project/llvm-cvs/llvm-gcc4/obj/gcc/libgcc_s.so.1:
undefined symbol: __thenan_sf
And even if I force the definition of
2012 Apr 30
0
Extracting coefficients values with bootstrap
Hello fellow R users,
I am trying to extract the coefficient values during a bootstrap operation.
Here is the list of my variables that I would like to extract the
coefficient values from:
(Intercept)
LogRds_25k
GeoRockbimodal volcanic rocks
GeoRockgranodiorite, quartz diorite
GeoRockintermediate volcanic
2007 May 23
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
On Tue, 22 May 2007, Nicolas Geoffray wrote:
> OK, seems like there were unused TARGET_MACHO macros that would protect
> these errors from happening. I made some modifications that add #if
> TARGET_MACHO.
ok. If you send a patch in that adds these, I would be happy to apply it.
> Now the error is a linkage problem:
>
> /home/varth/project/llvm-cvs/llvm-gcc4/obj/gcc/xgcc:
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:
# cat
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:(1*binwidth)]] <- 1
2006 Feb 21
0
OT Proftpd stopped authenication for users
For some reason proftpd stopped authentication for users. Anonymous
access still works but when someone tries to access the server via their
login it no longer authenticates them. I recently ran yum where proftpd
was updated (that said, I'm not sure that caused the problem). I
uninstalled the new version and and installed a prior version with no
change. Below is a look at my config, a
2007 May 23
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
Hi Chris,
Chris Lattner wrote:
> On Tue, 22 May 2007, Nicolas Geoffray wrote:
>
>> OK, seems like there were unused TARGET_MACHO macros that would protect
>> these errors from happening. I made some modifications that add #if
>> TARGET_MACHO.
>>
>
> ok. If you send a patch in that adds these, I would be happy to apply it.
>
>
I will when
2007 Jan 25
4
Benchmarking
I wasted too much time today doing this, but they do show a few
interesting things:
1) mmap_disable=yes is faster than mmap_disable=no. I didn't expect
this. I'm not yet sure why this is, but possibly because then it updates
the mail index by reading the changes from dovecot.index.log, instead of
reopening and re-mmaping dovecot.index. At least that's the biggest
difference between
2023 Feb 14
1
failed to close Bad file descriptor on file creation after using setfattr to test latency?
Hi all,
Running into a problem with my gluster here in a LAB env. Production is a
slightly different build(distributed replicated with multiple arbiter
bricks) and I don't see the same errors...yet. I only seem to have this
problem on 2 client vm's that I ran "setfattr -n trusted.io-stats-dump -v
output_file_id mount_point" on while trying to test for latency issues.
Curious
2007 May 14
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
On Mon, 14 May 2007, Nicolas Geoffray wrote:
> Hi everyone, I am using linux/ppc and after porting llvm's jit for this
> architecture, I am currently trying to compile llvm-gcc on it.
>
> I have gcc 4.1.1 and use llvm-gcc from cvs.
This looks like you're compiling llvm-gcc3, which is quite dead by now.
Please follow these instructions:
http://llvm.org/docs/CFEBuildInstrs.html
2007 May 14
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
Hi everyone, I am using linux/ppc and after porting llvm's jit for this
architecture, I am currently trying to compile llvm-gcc on it.
I have gcc 4.1.1 and use llvm-gcc from cvs.
Compilation fails and the message is:
gcc -O2 -DIN_GCC
-DDEFAULT_TARGET_MACHINE=\"powerpc-unknown-linux-gnu\" -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long
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 files. Flags and everything else is kept only in
Dovecot's index files
2013 Jul 17
1
pop3c migration?
Hi,
I'm running dsync migrations using imapc and the source IMAP server is
just too slow. It has taken 8 hours to migrate a mailbox with 47,000
messages. It seems most of the mailboxes are never accessed with IMAP,
so it would be just as good to migrate them via POP3 which should work
faster in my case.
Is this actually meant to work?
doveadm -D -o pop3c_user=xxxxxx at example.com -o
2013 Jan 29
2
doveadm migration: Warning: I/O leak
This seems to be happening only when using the pop3c plugin. Any advice?
root at imap01:/etc/dovecot# doveadm -D -o imapc_user=chat_logs at xxxxxx.com
-o 'imapc_password=*******' -o pop3c_user=chat_logs at xxxxxx.com -o
'pop3c_password=*****' backup -u chat_logs at xxxxxx.com -R imapc:
doveadm(root): Debug: Loading modules from directory:
/usr/lib/dovecot/modules
doveadm(root):
2007 Dec 06
0
LVM2: large volume problem?
Hi all,
I'm having problems to create/resize an lv up to 1T (well I can't reach 300G),
my system is a CentOS 5.1 x86_64 on a Dell 2950 with 6x500G SATA (RAID5 to aprox. 2.5T)
[root at Mugello ~]# fdisk -l
Disk /dev/sda: 2497.7 GB, 2497791918080 bytes
255 heads, 63 sectors/track, 303672 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Dispositivo Boot Start
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
2007 Mar 14
2
Benchmarking CVS HEAD vs. v1.0
Some new features in CVS HEAD are:
- v1.0 saves most of the data to dovecot.index.cache only when the
client is FETCHing the messages. With mboxes the message headers are
saved while parsing the mbox, which is almost the same thing.
With CVS HEAD the dovecot.index.cache file is updated already when the
new messages are being saved (with deliver or IMAP APPEND). This avoids
reading the message