Displaying 20 results from an estimated 105 matches for "15m".
Did you mean:
15
2011 Nov 17
1
lme contrast Error in `$<-.data.frame`(`*tmp*`, "df", value = numeric(0)) :
...eK tSac tAceK tSac tAceK cDMSO
cDMSO tAceK tSac tAceK tSac cDMSO tAceK tSac tSac cDMSO tAceK tSac
tAceK cDMSO
Levels: cDMSO tAceK tSac
> time
[1] 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr 1hr
1hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr 4hr
15m 15m 15m 15m 15m 15m
[43] 15m 15m 15m 15m 15m 15m 15m 15m 15m 15m 15m
Levels: 15m 1hr 4hr
metab2<-data.frame(plate,lnY,gb,time)
fm1<-lme(lnY ~ time*gb,random=~1|plate,metab2,na.action=na.omit)
t1<-contrast(fm1,a = list(gb ="cDMSO" ,time="15m" ),b = list(gb =
"tAc...
2015 Feb 27
7
Glibc sources?
...reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
But, when looking through the source code for this version on the CentOS servers I only see:
<http://vault.centos.org/6.6/updates/Source/SPackages/>
[ ] glibc-2.12-1.149.el6_6.4.src.rpm 07-Jan-2015 22:45 15M
[ ] glibc-2.12-1.149.el6_6.5.src.rpm 27-Jan-2015 23:13 15M
Please point me to the correct source tarball, and all required patches so that I can
reconstruct my loaded version of GlibC. A yum command is also acceptable.
Thanks,
Andy
2001 Jan 14
2
Help
Dear sir,
I am using R in windows. I want to extend R Memory
size.
I use the following command, but unfortunately it
doesn't work.
-- vsize=15M --nsize=1000K
Your help is appreciated.
Thanks,
Esmail Amiri.
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help...
2012 Nov 27
6
How to clean up /
...full. Im really new to FreeBSD so I don?t know what files can be deleted safely.
# find -x / -size +10000 -exec du -h {} \;
16M /boot/kernel/kernel
60M /boot/kernel/kernel.symbols
6.7M /boot/kernel/if_ath.ko.symbols
6.4M /boot/kernel/vxge.ko.symbols
9.4M /boot/kernel/xfs.ko.symbols
15M /boot/kernel/zfs.ko.symbols
15M /boot/kernel.old/kernel
55M /boot/kernel.old/kernel.symbols
6.7M /boot/kernel.old/if_ath.ko.symbols
6.4M /boot/kernel.old/vxge.ko.symbols
9.2M /boot/kernel.old/xfs.ko.symbols
15M /boot/kernel.old/zfs.ko.symbols
15M /boot/kernel.old1/kernel
5...
2003 May 13
1
Creating HD Boot Images
...hail Kupchick's EBCD pages. (The image files I'm trying to duplicate
are from the EBCD site.) What I can't find is a good tutorial on how to
build the image file from scratch. WinImage will build an empty image, but
is limited to floppy sizes. I tried simply building a MEMDISK of 15M and
loading a floppy image into that, but then I get a message indicating that
the image is truncated, and the system won't boot.
I've tried building a blank image from Linux using the following procedure
(where bootsect.w98 is a copy of the bootsector from a bootable Win98
partition u...
2000 Mar 17
2
Windows Memory
...mmand I receive the following message.
Error: cons memory (350000 cells) exhausted
See "help(Memory)" on how to increase the number of cons cells.
>From reading the help file, I've learned a bit more about static memory, but I'm not sure where to place the
R --vsize=15M --nsize=1000k
line. Where should this line be placed? (Or in which file?)
Thanks for your time.
Matt Pocernich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000317/5ffd82eb/attachment.html
2005 Jul 09
5
pxelinux and 2.6.9 kernel parameters
I am using RHEL4 with kernel 2.6.9. I can load this on my hardware by
passing the following kernel parameter: memmap=496M at 16M, and it loads up
and runs OK. If I do not use this parameter, I get a kernel panic.
When I try to load the same software onto the same hardware using PXE, I
add the same parameter on the server's
tftpboot/pxelinux/pxelinux.cfg/default file:
append
2006 Jan 30
1
High Loads
...user, load average: 4.05, 3.45, 3.07
Mem: 1027760K av, 1022644K used, 5116K free, 196K shrd, 141620K
buff
Swap: 2097112K av, 624716K used, 1472396K free 215984K
cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
30404 root 25 0 23848 15M 5428 S 14.0 1.5 86:54 java
7928 root 15 0 12928 12M 6172 S 1.1 1.2 0:02 java
15481 root 16 0 507M 377M 334M S 0.9 37.6 0:03 java
2733 root 15 0 1448 1448 824 R 0.9 0.1 0:00 top
21372 mysql 15 0 23940 11M 5484 S 0.7 1.1 0:12 my...
2008 Sep 09
15
Need help with an odd issue I am experiencing
I have a server with dual nic's running centos 5.2 1 nic connects to the
cable modem, which has 15m d and 2m up, but speed tests barely come back
at 5mb down including road runner's internal speed test. I hook up my
laptop to the same modem, same port, using the same cable and I get 17mb
down. I have ruled out iptables, nics (because same result on both
nics), cables, cable modem(with a b...
2007 Jun 29
1
Comparison: glm() vs. bigglm()
Hi,
Until now, I thought that the results of glm() and bigglm() would
coincide. Probably a naive assumption?
Anyways, I've been using bigglm() on some datasets I have available.
One of the sets has >15M observations.
I have 3 continuous predictors (A, B, C) and a binary outcome (Y).
And tried the following:
m1 <- bigglm(Y~A+B+C, family=binomial(), data=dataset1, chunksize=10e6)
m2 <- bigglm(Y~A*B+C, family=binomial(), data=dataset1, chunksize=10e6)
imp <- m1$deviance-m2$deviance
For...
2012 Oct 04
4
Creating vegetation distance groups from one column
Hi R listers,
I am trying to group distances of nests to the vegetation into classes that
are define by (0-5m, 6-10m, 11-15m, 16-20m, 21-25m, 26-30m, 31-35m, 36-40m,
41-45m, 46-50m, 51-55m, 56-60m). Each row is a nest and all the distances to
the vegetation is in a column.
In plyr, I have tried - below script but I think I am going about this the
wrong way and am not successful.
#Veg index star = resp
Veg.index <...
2005 Feb 15
2
make of asterisk doesn't do anything...
...#39;m making as root, so it's not likely a permission problem.
According to top, grep and cat are running with grep sucking down a huge
amount of processor time.
I did a "make clean" before the make, but that didn't help anything.
It is a slow machine, but I let it run for like 15m and it hasn't produced the
first bit of output.
Anyone run into this?
Thanks for any advice...
--
-M
There are 10 kinds of people in this world:
Those who can count in binary and those who cannot.
2006 Jun 05
4
Swap memory: I can't reconcile this stuff.
...I
tuned on the swap field in top and sort on it. Here's an edited snippet
of the results.
Mem: 775708k total, 764752k used, 10956k free, 60780k buffers
Swap: 1572856k total, 160k used, 1572696k free, 377324k cached
PID VIRT RES SHR %MEM SWAP COMMAND
24729 127m 32m 15m 4.3 94m evolution
3409 97220 5268 4304 0.7 89m evolution-data-
2851 115m 36m 7120 4.8 79m X
10937 109m 45m 14m 6.0 63m firefox-bin
3417 63076 7876 6756 1.0 53m evolution-alarm
3363 40332 7284 6228 0.9 32m eggcups
24745 37480 8176 6876 1.1 28m evolution-excha
3736 53272 29m...
2015 Jan 06
4
setequal: better readability, reduced memory footprint, and minor speedup
...(y)
all(c(x %in% y, y %in% x))
}
Furthermore, replacing 'all(c(x %in% y, y %in x))' with
'all(x %in% y) && all(y %in% x)' improves readability even more and,
more importantly, reduces memory footprint significantly on big vectors
(e.g. by 15% on integer vectors with 15M elements):
setequal <- function (x, y)
{
x <- as.vector(x)
y <- as.vector(y)
all(x %in% y) && all(y %in% x)
}
It also seems to speed up things a little bit (not in a significant
way though).
Cheers,
H.
--
Herv? Pag?s
Program in Computational Biology
Di...
2019 Jun 20
2
IMAP IDLE
...ept for
director_ping_idle_timeout = 30 secs
submission_relay_max_idle_time = 29 mins
but i think they're not imap related (i may be wrong)
any other hint why is this happening?
I was used to the old IMAP server than dovecot, where emails appear in the
inbox, no matter if it was selected for 15m or the last 4 hours
Any ideia please let me know,
-----Original Message-----
From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of @lbutlr via dovecot
Sent: Thursday, June 20, 2019 0:20
To: dovecot at dovecot.org
Subject: Re: IMAP IDLE
On 19 Jun 2019, at 16:11, Jorge Bastos via doveco...
2015 Mar 01
0
Glibc sources?
...lease see:
> <http://www.gnu.org/software/libc/bugs.html>.
>
> But, when looking through the source code for this version on the CentOS servers I only see:
> <http://vault.centos.org/6.6/updates/Source/SPackages/>
> [ ] glibc-2.12-1.149.el6_6.4.src.rpm 07-Jan-2015 22:45 15M
> [ ] glibc-2.12-1.149.el6_6.5.src.rpm 27-Jan-2015 23:13 15M
>
> Please point me to the correct source tarball, and all required patches so that I can
> reconstruct my loaded version of GlibC. A yum command is also acceptable.
Those src.rpms contain the source and the patches. Y...
2008 Aug 07
1
Dovecot 1.1 Quota Plugin Configuration?
...to allow some accounts to have no
quota by setting their size (in bytes) to 0 (via mysql). Following the
upgrade to 1.1 this no longer seems to work and has resulted in a lot of
annoyed people having messages bumped :-(
The config I have is as follows...
quota = maildir
quota_rule = *:storage=15M
quota_rule2 = Trash:ignore
quota_rule3 = INBOX.Trash:ignore
quota_rule4 = INBOX.SpamTrain:ignore
quota_rule5 = SpamTrain:ignore
In the sql.conf I get the quota for each mailbox using this line
user_query = SELECT '/var/vmail/%d/%n' as home,
'maildir:/var/vmail/%d/%n' as ma...
2008 Mar 04
1
Rejecting spam
...can be done and how? I know a milter can reject mail, because I've used
milter-grelist in the past to give temporary fail messages.
Following is my sendmail.m4 directive for spamass-milter:
INPUT_MAIL_FILTER(`spamassassin',
`S=unix:/var/run/spamass-milter/spamass-milter.sock, F=,
T=C:15m;S:4m;R:4m;E:10m')dnl
define(`confMILTER_MACROS_CONNECT',`t, b, j, _, {daemon_name},
{if_name}, {if_addr}')dnl
define(`confMILTER_MACROS_HELO',`s, {tls_version}, {cipher},
{cipher_bits}, {cert_subject}, {cert_issuer}')dnl
2010 Dec 23
1
Deliver limit based of number of destination recipients and size of mails, any option to do that?
...,
not very fast)
Is there any option to limit this type of delivery, the total size of
the mails delivered to each user (total recipients * size of mail), in
dovecot deliver.
I don't want to limit the concurrent delivery more lower than 350
recipients and the max size of the mail we can send is 15M.
Thanks a lot,
--
Andr?s Fernando Yacopino
2001 Oct 22
4
Using rsync to mirror a hard drive.
...ils. It is useless to me if it fails
and then fails to notify me. The man pages fail to totally describe
return values, but I assume that they do describe success/failure.
So I wrote a script to test this out.
#!/bin/sh
export res=$(rsync -avv / /mirror)
echo $(res)
I then mounted a partition of 15M on /mirror, and executed the script
to get an idea of how rsync behaved when it ran out space.
rsync seems to hang in the middle of /etc .
df shows that only 75% of /mirror is filled/
Any idea why rsync hangs.
6) I'm a bit confused by the notation for rsync excludes. I would like
to exclude...