similar to: domain controller parameter

Displaying 20 results from an estimated 100 matches similar to: "domain controller parameter"

1998 Nov 06
1
Getting my samba server to show up in browse lists
I've succeeded in making my samba server visible around the net, however I can't convince the thing to appear in the browse lists on remote subnets. I've read John Terpstra's article on configuring a browser at http://samba.anu.edu.au/samba/ftp/docs/BROWSING-Config.txt however my (admittedly willful) ignorance of Microsoft networking is making this article seem rather
1998 Nov 07
1
SAMBA digest 1867
OK, med 19:00 sv tid /Lennart At 13:05 1998-11-07 +1100, you wrote: > SAMBA Digest 1867 > >For information on unsubscribing see http://samba.anu.edu.au/listproc >Topics covered in this issue include: > > 1) Re: nis homedir troubles > by Jeremy Allison <jallison@cthulhu.engr.sgi.com> > 2) calling all Samba vendors! > by Andrew Tridgell
2003 Dec 18
1
Wins registration vanishes
Has anyone seen this yet? I am having a problem with the my WINS entry for my Samba server disappearing from the WINS database. After this takes place I am no longer able to access my Samba server so I am forced to restart NMBD and a new entry is placed in the WINS database. Although over time this entry will vanish again and I have to repeat the restart process. I am aware that I can add a
1998 Jul 15
0
[SUMMARY] Re: New installation (samba passwords)
I had just sent this whine out when I discovered the ENCRYPTION.txt file in the docs directory. Thanks to Bill Knox (no relation that I know of) for confirming what I had begun to suspect when I finally RTFM. My samba installation is now working like a champ. I'm now wondering about an enhancement to smbpasswd that will allow UNIX-like password expiration and forced changes. And of course,
2003 Feb 12
4
Interpolation
Dear all, I have two vectors and connect the points by line segments: x <- c(1990,1994,1995,1997) y <- c(30,40,80,20) plot(x,y,type="l") I want to get the values of y's on these lines at missing x's, i.e., at 1991,1992,1993,and 1996. Is there a simple way to do this? Best regards, Remigijus mailto:remigijus.lapinskas at maf.vu.lt
2002 Jun 29
2
NA=NA
Hello R-help, My vector aa has some NA's: > aa_c(NA,1) > aa=="NA" [1] NA FALSE > aa==NA [1] NA NA How can I detect NA's? In other words, I would like my answer to be TRUE FALSE. Best regards, Remigijus mailto:remigijus.lapinskas at maf.vu.lt -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2005 Sep 29
2
priceIts
Dear All, There is an example for the priceIts function (the its package) which does not work for me as expected. > ?priceIts > x1 <- priceIts(instrument = c("^ftse"), start = "1998-01-01", + quote = "Close") Error in validObject(.Object) : invalid class "its" object: Missing values in dates > x2 <-
1998 Jul 15
1
New installation
>From the docs file WinNT.txt Passwords: ========== One of the most annoying problems with WinNT is that NT refuses to connect to a server that is in user level security mode and that doesn't support password encryption unless it first prompts the user for a password. This means even if you have the same password on the NT box and the Samba server you will get
2003 Feb 28
2
optim
Dear all, I have a function MYFUN which depends on 3 positive parameters TETA[1], TETA[2], and TETA[3]; x belongs to [0,1]. I integrate the function over [0,0.1], [0.1,0.2] and [0.2,0.3] and want to choose the three parameters so that these three integrals are as close to, resp., 2300, 4600 and 5800 as possible. As I have three equations with three unknowns, I expect the exact fit, i.e., the SS
2007 May 07
4
Mardia's multivariate normality test
Dear all, I got this error message > library(dprep) > mardia(Savg) Error in cov(data) : 'x' is empty But with the same data, I got > library(mvnormtest) > mshapiro.test(Savg) Shapiro-Wilk normality test data: Z W = 0.9411, p-value = 0.6739 What does the error message "Error in cov(data) : 'x' is empty" mean? Thanks a lot! Jiao
2007 Jan 31
4
possible spam alert
The last two times I have originated message threads on R or Bioconductor I have received the message included below from someone named Patrick Connolly. Both times I was the originator of the message thread and used what I thought was a unique subject line that explained as best I could what my question was. Patrick seems to be implying that I am abusing the R and BioC help newsgroups in this
2005 Mar 05
4
How to use "lag"?
Is it possible to fit a lagged regression, "y[t]=b0+b1*x[t-1]+e", using the function "lag"? If so, how? If not, of what use is the function "lag"? I get the same answer from y~x as y~lag(x), whether using lm or arima. I found it using y~c(NA, x[-length(x)])). Consider the following: > set.seed(1) > x <- rep(c(rep(0, 4), 9), len=9) > y <-
1998 Jul 15
0
New installation (PR#8373)
cknox@citadel.hypercom.com wrote: > > The document goes on to say that you can do some surgery on your NT > system with regedt32 to allow unencrypte passwords. I presume this is > the situation I'm up against right now, as when I try to map my samba > server to my NT workstation, get a dialog box marked "Enter Network > Password" that looks something like this:
2001 Sep 06
1
East European
Dear List, There has just been this question (as well as the answer to it) in the S list: > I would like to put some text in plots... but in french. How can I > write accented letters? > I suppose that there is a possibility similar as the one which > works in LaTeX, isn't it? What about R (for Windows and in East European languages)? Specifically, how can I give a title like
2004 Aug 29
1
predict(arima)
Dear All, R 1.9.1, Windows When copying and pasting a few lines from the 'predict.Arima' help, I get an error message: > data(lh) > predict(arima(lh, order = c(3,0,0)), n.ahead = 12) Error in eval(expr, envir, enclos) : Object "xreg" not found On the other hand, the following is OK: > data(lh) > predict(arima0(lh, order = c(3,0,0)), n.ahead = 12) $pred Time
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
Introduce the basic VMI sub-arch configuration dependencies. VMI kernels only are designed to run on modern hardware platforms. As such, they require a working APIC, and do not support some legacy functionality, including APM BIOS, ISA and MCA bus systems, PCI BIOS interfaces, or PnP BIOS (by implication of dropping ISA support). They also require a P6 series CPU. Signed-off-by: Zachary Amsden
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
Introduce the basic VMI sub-arch configuration dependencies. VMI kernels only are designed to run on modern hardware platforms. As such, they require a working APIC, and do not support some legacy functionality, including APM BIOS, ISA and MCA bus systems, PCI BIOS interfaces, or PnP BIOS (by implication of dropping ISA support). They also require a P6 series CPU. Signed-off-by: Zachary Amsden
2006 May 17
4
G4-400mhz enough for CentOS 4.3?
It's that time again. I'm stuck with a bunch of older Powermac G4's that I either need to repurpose or give the heave ho. I've not tried CentOS on Mac hardware before. Would the following config be suitable for a (somewhat slow) workstation? PowerMac G4 400mhz 256mb RAM 40gig ATA disk Some sort of dual-head ATI video setup with 64mb VRAM (I've forgotten which cards they
1998 Dec 07
3
How to sync /etc/smbpasswd with /etc/passwd ?
While we do sync our /etc/passwd whenever /etc/smbpasswd is changed via the Samba sync option that does not seem to be possible the other way round: I just want a /etc/smbpasswd generated from my /etc/passwd with the correct passwords as used for the UniX login... Is that possible ? Regards, -- /(__ __|\ Lars Steinke, Research Student @ ( \/ __)_
2013 Oct 21
3
speeding up "sum of squared differences" calculation
All, I am using a sum of squared differences in the objective function of an optimization problem I am doing and I have managed to speed it up using the outer function versus the nested for loops, but my suspicion is that the calculation could be done even quicker. Please see the code below for a simple example. If anyone can point out a faster way I would appreciate it greatly. Thanks, Roger