Displaying 2 results from an estimated 2 matches for "oakford".
Did you mean:
afford
2003 Nov 12
5
repeat until function
Hi,
I'm in this situation:
I what to generate N random numbers(integer) that are different from each
other.
One suggestion:
tabel <- rep(NULL, N)
for (i in 1:N){
temp <- as.integer(runif(1,1,max))
if(temp in tabel) {
repeat (?) (temp <- as.integer(runif(i,i,max)))
until (?) ((temp in tabel) ==FALSE)
}
else{ tabel[i] <- temp}
I can't use
1999 Jul 24
5
authentication failure
Hi,
I've just installed Samba 2.0.3 and now I'm getting following error:
PAM_pwdb[306]: 1 authentication failure; (uid=0) -> andreas for samba service
I can connect to all shares and printers, but get the error.
I suppose it has something to do with the passwords (I'm trying to sync Samba
and Linux passwords).
Any ideas?
/Andreas