search for: repoduced

Displaying 15 results from an estimated 15 matches for "repoduced".

Did you mean: reproduced
2011 Mar 25
3
samba howto: sticky bit on directories
Hi List, The Samba Howto Collection http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/AccessControls.html#id2611229 says: "When the set user or group ID bit (s) is set on a directory, then all files created within it will be owned by the user and/or group whose `set user or group' bit is set. " while i cannot repoduce this behavior the wikipedia says:
2005 Sep 20
2
Error report upon using the help.search( ) command (PR#8144)
Full_Name: P?l Trosvik Version: 2.0.1 OS: Windows XP Submission from: (NULL) (129.240.91.220) Hi Upon entering the command: help.search("linear") .I get the following error report: Error in rbind(...) : number of columns of matrices must match (see arg 8) I get the same error message whichever search term I enter between the quotation marks. This function was working fine just a few
2012 May 15
1
caret: Error when using rpart and CV != LOOCV
Hy, I got the following problem when trying to build a rpart model and using everything but LOOCV. Originally, I wanted to used k-fold partitioning, but every partitioning except LOOCV throws the following warning: ---- Warning message: In nominalTrainWorkflow(dat = trainData, info = trainInfo, method = method, : There were missing values in resampled performance measures. ----- Below are some
2005 Aug 22
2
queryparser dies badly on double search words.
hey. I'm using the Search::Xapian interface version 0.9.2 (and xapian-core 0.9.2), and feeding the queryparser such things as "one AND NOT two" or "test NOT NOT really" makes it go "Aborted"... I've tried adding the exception handling from the other stubs to QueryParser.xs as well, but I still can't catch this error from perl. Does this mean
2012 Feb 11
1
R Parallel question
Hi All, I have a question about R parallel computing by using snowfall. How can I set the seeds on parallel workers to get the same result as sequential mode? For example: > sfSapply(c(1,1),rnorm) [1] 1.823082 -2.222052 > rnorm(2) [1] -0.5179967 -1.0807196 How to get the identical result? Thanks. Libo Sun Graduate Student, Department of Statistics, Colorado State University Fort
1999 Dec 20
1
aov-related segfault (PR#382)
This crashes the development version, but apparently also earlier versions (a typo of course, but still shouldn't happen) response<-rnorm(60) dag<-gl(3,2,60) rep<-gl(2,1,60) person<-gl(10,6,60) aov(response~dag+Error(person/dag/response)) # error from model.matrix.default gc() # *poof*... --please do not edit the information below-- Version: platform = i586-unknown-linux
2001 Dec 13
1
Error when library() called with no arguments (PR#1215)
Full_Name: Roger peng Version: 1.4.0 (2001-12-13) OS: GNU/Linux (Redhat 7.1) Submission from: (NULL) (128.97.86.126) R compiles fine and runs, but when I call the library() function with no arguments I get the error: > library() Error in FUN(X[[2]], ...) : subscript out of bounds make check also fails when running code in base-Ex.R (I'm assuming it fails where library() function is
2008 Aug 07
1
Fitted values with small weights in lm.wfit (PR#11979)
Full_Name: Alexander Blocker Version: 2.7.1 OS: Ubuntu 8.04 / Windows XP Submission from: (NULL) (76.119.235.225) When running lm(modeleq, weights=wt, data=dataset) with small weights (<1e-10), I have encountered an odd phenomenon with fitted values. Due to numerical precision issues, the fitted values and residuals returned by lm.wfit (from its .Fortran call to dqrls) can differ greatly from
2015 Aug 26
3
FW: Questions about Samba 4
i found the following also .. Aug 7 08:44:10 rtd-print1 autofs[15991]: Starting automount.... Aug 7 08:48:26 rtd-print1 autofs[16291]: Stopping automount.... Aug 7 08:48:27 rtd-print1 automount[16302]: syntax error in map near [ * server.internal.domain.tld: ] Aug 7 08:48:27 rtd-print1 autofs[16297]: Starting automount.... Aug 7 08:48:46 rtd-print1 rpcbind: rpcbind terminating on signal.
2015 Aug 26
0
FW: Questions about Samba 4
ok, i cant make i crash. but i notice my cpu load. 17535 username 20 0 294852 13716 11520 R 100.0 1.3 280:28.70 winbindd 542 username 20 0 291040 16720 14172 R 99.6 1.6 281:45.88 winbindd and the funny thing.. this user isnt logged in anymore since the last 6 hours. Greetz, Louis >-----Oorspronkelijk bericht----- >Van: samba [mailto:samba-bounces at
2005 Dec 06
3
strange behavior of loess() & predict()
..., the difference lies in the line predict(mod, data.frame(x=X), se=TRUE) # strange values predict(mod, x=X, se=TRUE) # plausible values What is the difference whether predict() is called via data.frame(x=X) or "just" x=X ???? Here are the data + R-code. It can be repoduced. <--- snip ---> # data x <- c(3.4,2.8,2.6,2.2,2.0,2.8,2.6,2.6,2.8,4.0,2.4,2.8,3.0,3.6,3.2,2.8,3.2,2.4,2.2,1.8,2.8,2.0,3.6,2.6,2.8,3.2,3.0,2.6) y <- c(3.0,2.6,2.8,2.6,3.0,4.0,3.6,2.4,3.0,4.0,2.4,3.4,3.0,3.2,2.8,3.4,3.4,3.8,3.8,3.6,3.2,2.4,3.8,3.0,3.0,2.0,2.6,2.8) par(mfrow=c(2,1))...
2015 Aug 25
3
Questions about Samba 4
On Tue, Aug 25, 2015 at 08:36:14AM +0200, Sven Schwedas wrote: > On 2015-08-24 20:55, Jeremy Allison wrote: > > On Thu, Aug 13, 2015 at 09:21:23AM +0200, Sven Schwedas wrote: > > winbindd is extremely reliable and fully supported by the Samba > > Team, please don't post FUD about Samba components. If you have > > winbindd problems, post bug reports > > I did,
2010 May 23
3
"order" issue
Hi everybody, this is a real dummy thing. I sorted a matrix based on a given column, and what I get is right, until it comes to columns of negative and positive values; than, "order" orders everything from max to min in the negative values, and then AGAIN from max to min in the positive values!!! Why isn't everything order from max to min, and that's it? Thank you!!! Attached
2014 Nov 05
0
kernel crashes after soft lockups in xen domU
And some more information ... Am 2014-10-13 12:04, schrieb Jonas Meurer: > Am 2014-08-19 12:26, schrieb Jonas Meurer: >> I encounter kernel crashes on an up-to-date Debian/Wheezy Xen domU >> with the >> stock kernel. The dom0 runs the same linux kernel and >> xen/4.1.4-3+deb7u1. > > the bug is still reproducible with the latest kernel and Xen packages >
2014 Oct 13
2
kernel crashes after soft lockups in xen domU
Hey again, Am 2014-08-19 12:26, schrieb Jonas Meurer: > I encounter kernel crashes on an up-to-date Debian/Wheezy Xen domU with > the > stock kernel. The dom0 runs the same linux kernel and > xen/4.1.4-3+deb7u1. the bug is still reproducible with the latest kernel and Xen packages from Debian Wheezy. Unfortunately it seems like a corner case, somehow related to the hardware