Displaying 9 results from an estimated 9 matches for "10000,10000".
2006 Oct 11
2
expression as a parameter of binom.test (PR#9288)
Full_Name: Petr Savicky
Version: 2.4.0
OS: Fedora Core release 2
Submission from: (NULL) (62.24.91.47)
the error is
> binom.test(0.56*10000,10000)
Error in binom.test(0.56 * 10000, 10000) :
'x' must be nonnegative and integer
while
> binom.test(5600,10000)
yields correct result.
The same error occurrs for
> binom.test(0.57*10000,10000)
2009 Feb 23
1
Slow indexing access for Matrix
Consider the following little "benchmark"
> require(Matrix)
> tmp <- Matrix(c(rep(1,1000),rep(0,9000)),ncol=1)
> ind <- sample(1:10000,10000)
> system.time(tmp[ind,])
user system elapsed
0.004 0.001 0.005
> ind <- sample(1:1000,10000,replace=TRUE)
> system.time(tmp[ind,])
user system elapsed
0.654 0.006 0.703
> system.time(Matrix(as(tmp,"matrix")[ind,]))
user system elaps...
2007 Feb 12
3
processing a large matrix
I would like to compare every column in my matrix with every other column and
get the r-squared.
I tried using the following formula and looping through every column:
> summary(lm(matrix[,x]~matrix[,y]))$r.squared
If I have 10,000 columns, the loops (10,000 * 10,000) take forever even if
there is no formula inside.
Then, I attempted to vectorize my code:
> cor(matrix)^2
With 10,000
2003 Sep 10
0
can't change password : PANIC failed to set gid
Hi !
When trying to change users password from NT or XP workstations (using
CTRl-ALT-DEL), I get an error under Windows and this in my samba logs:
Sep 10 16:15:08 testbox kernel: pid 2709 (smbd), uid 10000: exited on
signal 6
Sep 10 16:15:08 testbox smbd[2709]: [2003/09/10 16:15:08, 0]
lib/util_sec.c:assert_gid(114)
Sep 10 16:15:08 testbox smbd[2709]: Failed to set gid privileges to
(0,10000) now set to (10000,10000) uid=(0,10000)
Sep 10 16:15:08 testbox smbd[2709]: [2003/09/10 16:15:08, 0]
lib...
2017 Mar 20
3
Samba shared folders and windows 7 permissions dialog.
...exe does not help by the way.
Test 4
Make samba more verbose: "log level = 10". Repeat the Test 1. I was overwhelmed while
reading and comparing logfiles, but I notice a subtle difference there:
successful windows host generates:
[2017/03/20 19:22:05.622880, 5, pid=20151, effective(10000, 10002), real(10000, 0)]
../source3/auth/token_util.c:639(debug_unix_user_token)
UNIX token of user 10000
Primary group is 10002 and contains 1 supplementary groups
Group[ 0]: 10002
[2017/03/20 19:22:05.622904, 5, pid=20151, effective(10000, 10002), real(10000, 0)...
2017 Mar 22
0
Samba shared folders and windows 7 permissions dialog.
...amba more verbose: "log level = 10". Repeat the Test 1. I was
> overwhelmed while
> > reading and comparing logfiles, but I notice a subtle difference there:
> > successful windows host generates:
> >
> > [2017/03/20 19:22:05.622880, 5, pid=20151, effective(10000, 10002),
> real(10000, 0)]
> > ../source3/auth/token_util.c:639(debug_unix_user_token)
> >
> > UNIX token of user 10000
> >
> > Primary group is 10002 and contains 1 supplementary groups
> >
> > Group[ 0]: 10002
> >
> >...
2007 May 30
1
Generating Data using Formulas
...did the following non lagged program.
final<-function(i,j){x<-function(i) {10*i}
y<-function(i,j) {1+.8*10*i+100*rnorm(j)}
datathreeone<- data.frame(replicate(100,coef(lm(y(i,j)~x(i)))))
rowMeans(datathreeone)}
final(1:25,25)
final(1:50,50)
final(1:100,100)
final(1:200,200)
final(1:10000,10000)
Now the "only" thing I need to to is change ".8*10*i" which is exogenous to ".8* y(t-1) ".
There are two reasons why I did it this way. I needed the rnorm(i) to generate a new set of u's each replication, and I wanted to be able to use the function...
2009 Oct 03
1
ad 2003 & nss_ldap produce: smbd/service.c:make_connection_snum(1003): Permission denied
...s.
(let me know if you find a better way doing this type of integration)
I followed several manuals and howtos to get it running. It looks all
working except that I can't mount shares within samba. From my point of
view Samba returns me a strange error:
Here is the log (user tata -> UID 10000 from AD):
[2009/10/03 08:57:51, 5] auth/auth_util.c:debug_unix_user_token(474)
UNIX token of user 10000
Primary group is 10003 and contains 3 supplementary groups
Group[ 0]: 603
Group[ 1]: 600
Group[ 2]: 602
[2009/10/03 08:57:51, 5] smbd/uid.c:change_to_user(273)
change_to_use...
2017 Mar 22
2
Samba shared folders and windows 7 permissions dialog.
...: "log level = 10". Repeat the Test 1. I was
>> overwhelmed while
>>> reading and comparing logfiles, but I notice a subtle difference there:
>>> successful windows host generates:
>>>
>>> [2017/03/20 19:22:05.622880, 5, pid=20151, effective(10000, 10002),
>> real(10000, 0)]
>>> ../source3/auth/token_util.c:639(debug_unix_user_token)
>>>
>>> UNIX token of user 10000
>>>
>>> Primary group is 10002 and contains 1 supplementary groups
>>>
>>> Group[...