similar to: starting Samba and removing PCNetlink

Displaying 20 results from an estimated 400 matches similar to: "starting Samba and removing PCNetlink"

2007 Jan 05
1
Upgrading to Windows 2003 servers
We have samba 2.2.12 running on Solaris 9. Our PDC and BDC are windows 2000 servers running AD. Our windows admin is ready to promote a new windows 2003 R2 server to a DC. When she started DCPromo she received a warning message about older versions of windows and non-windows systems including SAMBA might not be able to communicate. Our configuration with SAMBA is not restrictive. Below is a
2011 Apr 28
1
Variance
I'm trying to find the variance of various outputs in a matrix: for(l in 2:vl){ for(o in 1:(l-1)){ # Make sure the inputs are for the matrix "m" input3=rownames(v)[o] input4=colnames(v)[l] r=t[(t$Rec1==input3 & t$Rec2==input4),output] if(length(r)==0){ r=t[(t$Rec1==input4 & t$Rec2==input3),output] } v[l,o]=var(q,na.rm=TRUE)
2011 Apr 28
1
Subscript out of Bounds
I currently have this code: for(j in 2:n){ for(i in 1:(j-1)){ # Make sure the inputs are for the matrix "m" input1=rownames(m)[i] input2=colnames(m)[j] q=t[(t$Rec1==input1 & t$Rec2==input2),output] if(length(q)==0){ q=t[(t$Rec1==input2 & t$Rec2==input1),output] } m[i,j]=mean(q) m[j,i]=mean(q) m[j,j]=mean(q) }} I already created a
2011 Sep 30
3
[LLVMdev] Tablegen: RegisterInfoEmitter.cpp
Hi, I just bumped into a bug in this code. The problem was as follows: I have defined a set of registers with rather similar names including digits. The code section at RegisterInfoEmitter::run(){ ... // Process sub-register sets. runs and fills the RegisterAliases map. then, ... for (unsigned i = 0, e = Regs.size(); i != e; ++i) { RegNo[Regs[i].TheDef] = i; NumAliases +=
2007 Sep 10
2
Are the error messages of ConstrOptim() consisten with each other?
Dear Friends. I found something very puzzling with constOptim(). When I change the parameters for ConstrOptim, the error messages do not seem to be consistent with each other: > constrOptim(c(0.5,0.3,0.5), f=fit.error, gr=fit.error.grr, ui=ui,ci=ci) Error in constrOptim(c(0.5, 0.3, 0.5), f = fit.error, gr = fit.error.grr, : initial value not feasible > constrOptim(c(0.5,0.9,0.5),
2020 Aug 14
2
Another possible tracing feature for TableGen
I hacked around a bit with the simple case of tracing just classes and defs (no multiclasses or defms). Below you will see my test file and then the output produced. Note that the regular output from the PrintRecords backend follows the trace, so you can see the final classes and records there. Once the trace can be selective, it makes sense to add another option for PrintRecords that restricts
2005 Apr 07
1
Samba/Cups and printers
Hi All, I'm trying to get samba to work with a CUPS printer setup. Unfortuantely I'm falling over at the first hurdle. I've installed samba 3.0.12 from sources and I've a redhat 9.0 box running CUPS 1.1.71. I've installed the following smb.conf file:- [global] load printers=yes printings=cups printcap name=cups passdb backend = tdsam [printers] comment = All Printers path
2020 Aug 04
2
TableGen trace facility
Are all the records collected as they are parsed, with template parameter substitution and lets, and *then*, after all records are collected, a "pass" is made to calculate the inter-field expressions? Once I understand this, I will add a section to the new guide to explain it. I presume it is the case that this behavior should be publicized. It also appears to be the case that a record
2013 May 03
2
R does not subset
Hi everyone, I know there have been several requests regarding subsetting before, but none of them really helps with my problem: I'm trying to subset only infected individuals from the REC2 data.frame: > str(REC2) 'data.frame': 362 obs. of 7 variables: $ RINGNO : Factor w/ 370 levels "BL17546","BL17577",..: 78 81 67 41 58 66 17 $ year : Factor w/ 8
2013 May 08
1
Selección de valores específicos de una lista mediante una función
Si alguien puede ayudarme con el siguiente problema: Necesito seleccionar los valores dentro de una lista que cumplan con condiciones especificas reemplazando los valores antiguos por los nuevos (los valores de la lista están ordenados). Ejemplo: a<-list(c(1,2,2.5,3,3.3,4,4.1,4.7,5),c(1,1.2,2.1,3,3.2,5)) names(a)<-c("a1","a2") a$a1<-a$a1[a$a1>3] Mediante la
2005 Apr 14
0
problem with winbind and Sun PCNetlink
Sun PCNetlink is a NT4.0 PDC emulator. I'm running samba-3.0.13, joined to an ADS server that has a trust with a PCNetlink domain. My samba can authenticate fine against ADS accounts, but refuses to authenticate against the PCNetlink domain. I can do getent passwd "ADSDOM\user" and get an ADS user printed out, but if I use getent passwd "NT4DOM\user" nothing
2007 May 02
0
Samba 3.x and PCNetLink domain trusts]]]
It looks as if 2-way trusts are working between Samba and PCNL and between Samba/NT4. The one exception seems to be logging in as Samba/myname on the ENT4 PDC. I had created a ENT4/myname account. I had forgotten to add SAMBA/myname to the local users group on the ENT4 PDC before trying to the ENT4 PDC as SAMBA/myname. If I log in as SAMBA/anothername it is OK. This isn't real show
2007 May 02
1
Samba 3.x and PCNetLink domain trusts]
Except that everything isn't fine, because I can't login to the samba domain as a PCNL/NT4 user or vice versa. -------- Forwarded Message -------- > From: Volker Lendecke <Volker.Lendecke@SerNet.DE> > Reply-To: Volker.Lendecke@SerNet.DE > To: Damian Lock (SSCI) <Damian.Lock@ssci.com> > Cc: samba@lists.samba.org > Subject: Re: [Samba] Samba 3.x and PCNetLink
2007 May 02
0
Samba 3.x and PCNetLink domain trusts]]
I found part of the prob may have been that I didn't join the samba PDC to its own domain. # net join samba -U root Joined domain SAMBA Now, commands like "wbinfo -t" and "wbinfo -m" indicate that the domains are trusted. Also, I can run "net rpc samdump" to dump the NT4 domain info (but not the PCNL domain.) If I try to log in to the NT4 server as a
2007 Apr 26
3
Samba 3.x and PCNetLink domain trusts
I am trying to establish a domain trust between a Samba 3.024 domain and a PC Netlink 2.0 domain. Currently, we are using PC Netlink as our primary Windows file server and "NT4" domain controller. (Lets say that the domain is called LEGACY and the domain controller LX1) Windows 2003 servers are unable to join a PC Netlink domain (even with the SignOrSeal option disabled.) For
2010 Apr 15
12
[PATCH] Add :touch option to has_many associations
Hi, it would be nice to have the touch option in has_many associations also. I have a scenario like this: An user has some credit (money) and some advertises. Each advertise can be enabled or disabled depending on some rules. One of the rules is that the user should have money. Each time the money of the user change, the advertises are touched, enabled/disabled and then cached, as they are much
2003 Oct 17
2
exchange server and amba 3 integration
Hi, The decision has been made to use Exchange 2K server despite my efforts in suggesting Cyrus Imap with Sendmail. Has any one used or have suggestions on using an Exchange 2K Mail server with Samba 3 as the "only" PDC? My ?s; 1) Is the 2K Exchange Server integration as simple as having a 2K machine joining a Samba PDC? 2) I use smbpasswd as a backend as I am migrating from
2004 Apr 16
1
Spatial Voter Model
Has anyone coded (in R) a spatial voter model with mutation (e.g., Kimura and Weiss 1964, Holley and Liggett 1975, Durrett and Levin 1996)? In principle, it is quite straightforward, but useful simulations require many many iterations, making my "straightforward" version too time intensive. I am happy to share my version (without mutation, below), for what it is worth. Thank you in
2006 Apr 16
1
Some applications print, some don't
Hi, I have a wine working for an application called Infovet that is written in Visual Basic, i guess (there is a dll called Vbrun200.dll). Everything but printing works fine. I tested with notepad.exe that comes with wine and it worked well. The printer was detected, kprinter was started and the page is OK. Here is my config: karin@servidor:/home/infovet/drive_c/infovet$ dpkg -l |
2009 Mar 15
3
read.xls question
I'm an R newbie and had a question about the read.xls function. I've heard that this is often not a reliable function to use for importing data. However, I have created numerous xls files which contain information about voter turnout and macroeconomic indicators in India. I'm writing a paper on the relationship between economic growth and voter turnout. This is the command I use: