similar to: [Fwd: Re: Joining a Samba 3 domain repost]

Displaying 20 results from an estimated 900 matches similar to: "[Fwd: Re: Joining a Samba 3 domain repost]"

2005 Dec 14
7
Joining a Samba 3 domain repost
Sorry still unable to find documentation Hello I have set up a Samba 3 PDC on RHEL4 using the tdbsam backed. I can log in as a user who has been added to the tdbsam database from a workstation. When I try to add the workstation to the domain (after breaking user connections to the server) I get "The following error occurred while trying to joining the domain xyz.com. Access denied. I
2005 Dec 19
1
Password Policy in Samba
Hello Everybody, I have a domain with Samba 3 + OpenLDAP and i would like to create a password policy, for example: - At least 8 characters - Different from the last one - At least 2 numbers Does anyone knows how do i do it? Thanks -- Marcelo Gon?alves Diotto e-mail: marcelo@ceset.unicamp.br Analista de Suporte Computacional / Administrador de Redes Centro Superior de
2009 Apr 28
8
duplicate 'row.names' are not allowed
Hi everyone,   I have got the following problem:   x1 <- rnorm(10,5,1) x2 <- runif(10,0,1) nam1 <- paste("A",1:4,sep=".") nam2 <- paste("A",6:9,sep=".") nam <- c(nam1,"A.4",nam2,"A.9") mydata <- data.frame(x1,x2) rownames(mydata) <- nam Error in `row.names<-.data.frame`(`*tmp*`, value = c("A.1",
2004 Apr 16
2
VoIP SIP SoftPhone Recommendations
What SoftPhone working very well with *? S.O. is Debian Linux Thanks for your comments. JRR _________________________________________________________________ MSN Amor: busca tu ? naranja http://latam.msn.com/amor/
2009 Jun 08
5
mean
Hi, I have gote the following data x1 <- c(rep(1,6),rep(4,7),rep(6,10)) x2 <- rnorm(length(x1),6,1) data <- data.frame(x1,x2) and I would like to compute the mean of the x2 for each individual of x1, i. e. x1=1,4 and 6? Thank you very much in advance, Amori [[alternative HTML version deleted]]
2009 Jul 23
3
Counter
Hi everyone,   Is there any counter function in R for the following purpose: x <- matrix(c(1,1,0,2,1,0,0,2,0,1,2,1,2,1,0,1),nrow=4) As I would like to know how many zeros, ones, and twos in each row of x?   Many thank in advance, Amor     [[alternative HTML version deleted]]
2009 May 12
2
SAS PROC SORT nodupkey
Hi,   I have the following data and I would like to delete douple names, it is almost similar to SAS PROC SORT nodupkey! Is there any function in R does this?   x1 <- rnorm(11,5,1) x2 <- runif(11,0,1) nam <-paste("A", c(1:4,4,5:9,9), sep=".") mydata <- data.frame(x1,x2) crownames(mydata) <- nam   Many thanks in advance, Amor [[alternative HTML version
2017 Jan 20
1
Opus 1.1.4 released
Hi, We just released Opus 1.1.4, which fixes a single bug. A specially-crafted Opus packet could cause an integer wrap-around in the SILK LSF stabilization code. This would cause an out-of-bounds read 256 bytes before a constant table. In most circumstances, the consequences are harmless and the result is simply noise in the audio. This was reported as CVE-2017-0381 [1]. Contrary to that report,
2009 May 27
2
boxplot
Hi gues,   Is there any function in R for boxplot with different time points? t1 <- c(rep(1,20),rep(2,20)) t2 <- c(rep(1,10),rep(2,10),rep(1,10),rep(2,10)) x <- rnorm(40,5,1) dat <- data.frame(t1,t2,x) boxplot(x~t1,t2) Many thanks, Amor [[alternative HTML version deleted]]
2009 Jun 17
2
djustment values not defined
Hello,   I am using mod1 <- lrm(y~x1+x2,na.action=na.pass,method="lrm.fit") summary(mod1) and I've got the following error: Error in summary.Design(mod1) : adjustment values not defined here or with datadist for x1 x2   Many thank, Amor [[alternative HTML version deleted]]
2008 Aug 22
4
swap
Hello everybody,   I wonder if there is any swap function in R that does the following: x <- seq(1,10,12) x1 <- swap(x) x1 1 8 3 4 5 6 7 2 10 Thank you very much!   Amor __________________________________________________ Schutz gegen Massenmails. [[alternative HTML version deleted]]
2002 May 23
5
logistic regression or discriminant analysis ?
Hello, Does logistic regression really provide better results than lda or qda ? (my purpose is not classification but highlighting of discriminant variables). If this is true, where could I get an R script performing stepwise logistic regression ? Thanks -- Daniel AMORESE Lab. M2C "Morphodynamique Continentale et C?ti?re" UMR CNRS 6143 Caen/Rouen Centre de G?omorphologie UCBN
2015 Nov 19
3
Problem setting password: : failed to pull old supplementalCredentialsBlob: NT_STATUS_BUFFER_TOO_SMALL
Hello, I am stuck with a error when setting password for a couple of specific users. This error makes impossible to set the password for the affected users. In Windows I get an operation error but the samba-tool output is more informative: samba-tool user setpassword user2 --newpassword= New Password: ndr_pull_error(11): Pull bytes 2 (../librpc/ndr/ndr_basic.c:103) ERROR: Failed to set
2005 Jun 15
2
Bill seconds
Hi all, We've installed Asterisk on a rural development project and we're testing a prepaid phone service. As far as now we're having terrific service results but there's a problem with the calls billing at our local telecom. For instance, a farmer buys a 1 dollar phone card and use it to dial a USA number, the call should lasts for 60 seconds. Asterisk is doing a great job
2016 Jan 13
5
Test still failing in old CPUs
Opus 1.1.2. As experienced in previous release: """ ./test-driver: line 107: 25185 Illegal instruction "$@" > $log_file 2>&1 FAIL: celt/tests/test_unit_mathops """ -- Jes?s Cea Avi?n _/_/ _/_/_/ _/_/_/ jcea at jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter: @jcea
2007 May 04
2
need more knowledge about asterisk
Hi all, I am working wit a Mandriva 2007 and have installed the asterisk svn 1.4 with success. I also used the patch for cellphones and it works perfectly. I was that happy that I decided to buy a TDM11B and it works. Now, I want to study a bit the code used by this people. Does anybody know how can I go deeper in this code with funcitonal bloqs in order to understand how is possible to
2006 Aug 30
5
Ready for real use?
Hi all, I've been following Theora's progress for a while as the company I work for is looking at replacing the use of the MPEG1 codec with a royalty free alternative. I have evaluated Theora and I think in its current state it is quite close to doing to job as oppose to Dirac which still has a very long way to go. What I would like to ask is how far from 1.0 is Theora? I see periodic
2004 Aug 06
1
How calculate bandwith - How listeners
768 download and 512 upload. Now my question is I just can have 32 user listen my radio??? <p>>From: "Enrico Minack" <enrico.minack@informatik.tu-chemnitz.de> >Reply-To: icecast@xiph.org >To: <icecast@xiph.org> >Subject: Re: [icecast] How calculate bandwith - How listeners >Date: Thu, 27 May 2004 22:03:38 +0200 > > > I have two lines ADSL
2017 Jun 16
2
OPUS/FLAC Metadata
On 16/06/17 18:47, Marvin Scholz wrote: > This concatenation are valid streams, it's called chaining, afaik. So > players not supporting them are broken and the authors should be > notified about it, I think. And my question is... Is THAT the way an OPUS source communicates new metadata to the icecast server?. That is the question I would like to know :-). -- Jesús Cea Avión
2009 Mar 08
2
Using account alias as login
Hello, I use dovecot with a LDAP backend for user account and aliases. The aliases are objects of the class couriermailalias. Some users would like to use the alias address as POP/IMAP login instead of the 'true' account. Is this possible?. I am using dovecot version 1.0,10, from ubuntu hardy packages. Thanks for any answer, Javier