search for: 200000

Displaying 20 results from an estimated 464 matches for "200000".

Did you mean: 20000
2003 Mar 20
2
Matrix problems
Hi all. I do not know if it is a bug in the windows version but i have this problem. Reading a file with 200000 rows, 2 columns and transforming into a 200000 x 2 matrix. If I try to find an element by using the which command which gives some correct indexes plus some others passing the 200000 row boundaries. If I try to reach those "outbound" indexs I get an "Error: subscript out of bounds&qu...
1999 Feb 16
3
graphics bug: type="l" (PR#120)
The following commands illustrate a problem with graphing relatively large data sets using the "line" option to plot: temp <- runif(200000) # or whatever other numbers you like; # same thing happens with a sine wave plot(1:200000, temp) # everything fine plot(1:200000, temp, type="l") # data gets cut off The number of points isn't crucial. The cutoff point appears to be about 65,000 points. (70,000 points de...
2011 Jan 04
2
dovecot v1.2.15 - Unknown dict module: quota - Fatal: Quota root storage=200000 proxy init [postfix, dovecot LDA, postfixadmin, mysql]
...DOVECOT.TXT for the additional dovecot configuration. *** ERROR MESSAGES All Emails passed from postfix to dovecot generate: Jan 4 20:35:02 logout dovecot: deliver(test at test.info): Unknown dict module: quota Jan 4 20:35:02 logout dovecot: deliver(test at test.info): Fatal: Quota root storage=200000 proxy init() failed Jan 4 20:57:18 logout dovecot: IMAP(test at test.info): mkdir(/var/mail/vmail/test.info/test at test.info/cur) failed: Permission denied (euid=5000(vmail) egid=5000(vmail) missing +w perm: /var/mail) ** DOVECOT -n # 1.2.15: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-xxxxxxxx...
2016 Aug 12
2
How LLD should create segments when linkerscript is used ?
...;a" .quad 2 .section .AW.1,"aw" .quad 3 And script: SECTIONS { . = ALIGN(CONSTANT (MAXPAGESIZE)); .AX : { *(.AX.*) } . = ALIGN(CONSTANT (MAXPAGESIZE)); .A : { *(.A.*) } . = ALIGN(CONSTANT (MAXPAGESIZE)); .AW : { *(.AW.*) } } ld creates 2 segments here: LOAD 0x0000000000200000 0x0000000000000000 0x0000000000000000 0x0000000000200008 0x0000000000200008 R E 200000 LOAD 0x0000000000600000 0x0000000000400000 0x0000000000400000 0x0000000000000008 0x0000000000000008 RW 200000 Section to Segment mapping: Segment Sections...
2003 Oct 05
1
HTB qdisc, why quantum <= 200000?
Hi, Can anybody explain to me why the upper limit of quantum of a HTB class is 200000? Why the author choose this number? What if we expand this number, for instant, 500000? Thank you in advance Dong _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2008 Feb 29
1
can the matrix size limit be increased?
...e a limitation on the number of elements in a matrix. Is that right? If so, how do I increase the maximum number of elements? I tried another machine's installation of R and it apparently doesn't have a 99,999 element limit. I've tried using: R --max-mem-size=2G R --max-vsize=200000 R --max-nsize=200000 R --max-vsize=200000 --max-nsize=200000 --max-ppsize=200000 R --max-vsize=10M I still end up with the empty-looking matrix when I try these. How do I get my installation to work like the installation on another computer I tried where I was able to have larger matrices? O...
2007 Oct 30
1
long delay when connecting to samba server
...er - version 3.0.26a - running CentOS 5.0 Samba configuration (smb.conf) global section: workgroup = 60framescorp server string = Shared Drives (Samba Server %v) security = domain # required for AD domain encrypt passwords = yes allow trusted domains = no idmap uid = 200000 - 300000 idmap gid = 200000 - 300000 winbind nested groups = yes # this tells Samba to use a separate log file for each machine # that connects (%m = user, %S = share) #log file = /usr/local/samba/var/log.%m log file = /usr/local/samba/var/log.%S log level = 4 auth:1...
2019 Aug 29
2
Permission Issue
...rect: This is the smb.conf: [global] security = ads realm = EXAMPLE.COM workgroup = example winbind refresh tickets = Yes winbind use default domain = yes template shell = /bin/bash idmap config * : range = 1000000 - 1999999 idmap config ZFD : backend = rid idmap config ZFD : range = 0 - 200000 hide dotfiles = yes server string = Standalone server %h (Samba %v) store dos attributes = yes vfs objects = acl_xattr inherit permissions = Yes Afterwards I set up the CTDB cluster and did an "rsync -alpAXvt" to copy the data from the old Fileserver to the cluster net conf list:...
2010 Feb 05
1
Strange "rownames"
...ow in my large dataset. But when I use the "rownames" for the data on the 100,000 row, the result show nothing. I try it by the following example, it still likes that. > tst[rownames(tst)==100000,] [1] x y <0 rows> (or 0-length row.names) ############## > tst=data.frame(x=1:200000,y=200000:1) > tst[rownames(tst)==1,] x y 1 1 200000 > tst[rownames(tst)==10000,] x y 10000 10000 190001 > tst[rownames(tst)==100000,] [1] x y <0 rows> (or 0-length row.names) > tst[100000,] x y 100000 100000 100001 Is it a bug for R? [[alt...
2018 May 02
2
samba 4 joining samba 3 pdc - group mismatch
...bsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user idmap uid = 100000-200000 idmap gid = 100000-200000 idmap cache time = 60 idmap config *:range = 100000-200000 idmap config *:backend = rid winbind use default domain = yes usershare allow guests = yes ... SHARES FOLLOWS ... Cheers Ethy
2005 Jun 26
4
Mixed model
...code but from the for line: > for (i in 1:nb) + fit[[i]] <- lmer(trans1 ~ Index1 + grp + (1|id:grp) + (1|id), + Dataset, na.action = na.exclude) Producing Error in lmer(trans1 ~ Index1 + grp + (1 | id:grp) + (1 | id), Dataset, : flist[[2]] must be a factor of length 200000 In addition: Warning messages: 1: numerical expression has 200000 elements: only the first used in: id:grp 2: numerical expression has 200000 elements: only the first used in: id:grp Any advice on the source and handling of this error would be appreciated? version: _...
2013 Feb 04
1
Trust problems after upgrade from 3.5 to 3.6
...; idmap alloc backend=ldap > idmap alloc config:ldap_url=ldap://localhost > idmap alloc config:ldap_base_dn=ou=idmap,dc=xxxxxxxx,dc=xx > idmap alloc config:ldap_user_dn=cn=root,dc=xxxxxxxx,dc=xx > idmap cache time=120 > idmap uid=150000-200000 > idmap gid=150000-200000 > template shell=/sbin/nologin > idmap config XXXXXXXX:backend=nss > idmap config XXXXXXXX:range=1000-999999 After the upgrade I changed it this way: > idmap config *:backend=ldap > idmap config *:range=150...
2007 Mar 18
2
Lag operator in R does not work
Hi - I'm quite wondering what makes the lag operator does not work for my time series. I have a time series of length about 200000 elements. I would like to have a lag 1 of this time series. I did the following: logprice = log(price, base=exp(1)) # this is my log price which is a vector of price time series of length 200000 ts_logprice = as.ts(logprice, frequency=1) # convert to time series lag_logprice = lag(ts_logprice, 1)...
2007 Oct 16
0
partitioning data [SEC=UNCLASSIFIED]
Hi Stephen, Check the help for predict.glm(). The argument for passing new data is actually 'newdata', as in: > pred = predict(glm.model, newdata=form[150001:200000,-1], > type="response") Cheers Joe -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of stephenc at ics.mq.edu.au Sent: Tuesday, 16 October 2007 5:30 AM To: r-help at stat.math.ethz.ch Subject: [R] partitioning data...
2011 Nov 04
2
Reading parameters from dataframe and loading as objects
...several parameters from data frame and load them as object into R session, Is there any package or function in R for this?? Here is example param <-c("clust_num", "minsamp_size", "maxsamp_size", "min_pct", "max_pct") value <-c(15, 20000, 200000, 0.001, .999) data <- data.frame ( cbind(param , value)) data param value 1 clust_num 15 2 minsamp_size 20000 3 maxsamp_size 2e+05 4 min_pct 0.001 5 max_pct 0.999 My data contains many such parameters, I need to read each parameter and its value fr...
2019 Aug 29
0
Permission Issue
...security = ads > realm = EXAMPLE.COM > workgroup = example > winbind refresh tickets = Yes > winbind use default domain = yes > template shell = /bin/bash > idmap config * : range = 1000000 - 1999999 > idmap config ZFD : backend = rid > idmap config ZFD : range = 0 - 200000 > hide dotfiles = yes > server string = Standalone server %h (Samba %v) > store dos attributes = yes > vfs objects = acl_xattr > inherit permissions = Yes > > Afterwards I set up the CTDB cluster and did an "rsync -alpAXvt" to copy > the data from the old File...
2007 Oct 15
0
partitioning data
I am trying to train on part of my data and test on another part: > glm.model = glm(as.factor(h_finished) ~ . , family=binomial, data=form[1:150000,]) > pred = predict(glm.model, data=form[150001:200000,-1], type="response") > t = table(pred, form[150001:200000,1]) Error in table(pred, form[150001:2e+05, 1]) : all arguments must have the same length but try as I might my pred has too many lines: > length(pred) [1] 150000 > length(form[150000:200000, 1]) [1] 50000 [150...
2005 Oct 10
1
decreasing performance of for() loop
...r() loop below runs slower as it progresses. On a Win XP box, the iterations at the beginning run much faster than those at the end: 1%, iteration 2000, 10:10:16 2%, iteration 4000, 10:10:17 3%, iteration 6000, 10:10:17 98%, iteration 196000, 10:24:04 99%, iteration 198000, 10:24:24 100%, iteration 200000, 10:24:38 Is there something that can be done about this? Would such a loop run faster in C/C++/Fortran? Thank you, b. #---sample code loop.progress <- function(loop,iterations,steps,toprint=NULL) { marks <- c(1,floor(iterations/steps)*(1:steps)) if (loop %in% marks) { if (is.null(toprin...
2004 Jul 13
0
Winbind?
...rs = No add machine script = /usr/sbin/dadduser %m$ domain logons = Yes os level = 36 security = user local master = Yes preferred master = Yes domain master = Yes wins server = x1d.its.umd.umich.edu idmap uid = 100000-200000 idmap gid = 100000-200000 winbind trusted domains only = Yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 Here is the domain member server config. [global] workgroup = UMD wins server = x1d.its.umd.umich.edu name resolve order = host wins...
2010 Apr 30
0
CTDB + Samba + Winbind + ActiveDirectory
...rror. Any assistance would be greatly appreciated. Thanks. Here is a copy of my smb.conf: server string = %h workgroup = [DOMAIN] password server = [DOMAIN CONTROLLER] realm = [DOMAIN].LOCAL security = ads idmap backend = tdb2 private dir = /[DOMAIN]/ctdb idmap uid = 10000-200000 idmap gid = 10000-200000 template shell = /bin/bash # template homedir = /[DOMAIN]/home/%U template homedir = /home/[DOMAIN]/%U winbind uid = 10000-200000 winbind gid = 10000-200000 winbind trusted domains only = no winbind use default domain = true winbind offline logon...