Displaying 20 results from an estimated 300 matches similar to: "Samba 3.5.6 - Windows 2008r2 domain trust fail"
2008 Apr 23
2
help on coxph.wtest
Hi,
i need to use pspline. In this pspline function coxph.wtest was used. When I
try to make some change to this function by pulling out the pspline
function, it turns out R gave me an error msg, saying coxph.wtest cannot be
found. Even if i dont change anything in pspline and just rename it and run
the function, it did not work out. Can any one help me with this? is there
anyway to get the
2006 Feb 06
0
Samba & Active Directory Trust
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello All,
I'm having an issue creating a two-way trust relationship between my
Samba Domain and a Windows 2003 Active Directory Domain. Here is a
summary of my environment:
Samba 3.0.14a
OpenLDAP 2.0.23-7
Debian Woody
Active Directory 2003 (running in mixed mode)
Windows 2003
The trust works fine from AD -> Samba:
[root@samba-1 root]$
2004 Oct 18
0
Increasing computiation time per column using lapply
Hi,
Would be very glad for help on this problem. Using this code:
temp<-function(x, bins, tot) {
return(as.numeric(lapply(split(x, bins), wtest, tot)));
}
wtest <- function(x, y) {
return(wilcox.test(x,y)$p.value);
}
rs <- function(x, bins) {
binCount <- length(split(x[,1], bins));
tot <- as.numeric(x);
result<-matrix(apply(x, 2, temp, bins, tot),
2008 Aug 04
1
Problem establishing interdomain trust
Hello group,
I have 2 Samba PCDs w/ LDAP + winbind called FILESERVER and FUNDUS-SRV for
the domains PROFICON and FUNDUS, respectively.
In PROFICON I created a trust account for FUNDUS using
net rpc trustdom add FUNDUS <passwd> -U proficon\\administrator
which creates the LDAP entry:
dn: uid=FUNDUS$,ou=Computers,dc=office,dc=proficon,dc=sk
uid: FUNDUS$
sambaSID:
2008 Mar 15
2
Please find the error in my code
hello everybody
I use the following code for my programming & it runs with the error as specified below.Any help that would disolve the error will be highly appreciated.
Thanks in advance
my code looks like this
#### R programme for simulating the power of the two sample t test vs various
#### non-parametric alternatives
sim.size <- 200
sample.size <- 10
set.seed(231)
mu1 <- 0
delta
2012 Mar 27
1
ignore error getting next result
Dear All,
How do I ignore an error and still getting result of next iteration.
I am trying to do wilcox.test on a loop, when the test fail, I would like to continue doing the next iteration and getting the p-value.
I tried to do tryCatch or try but I cannot retrieve the p-value if the test is not fail.
sample code:
test2=list(numeric(0),c(10,20));
test1=list(c(1),c(1,2,3,4));
for (i in 1:2){
2010 Aug 30
2
reordering levels error
Please consider the following dataset:
I want to reorder the levels by year but get the following error:
Error in tapply(v, x, FUN, ...) : arguments must have same length
?
I suspect that I need to add the levels before I melt the dataset
?but either way I have only use 'reorder' once before and can't figure
?out how it works..Thanks for any advice.
?
winter <- (list(week = c(26L,
2016 Nov 29
1
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
The trusts aren't really working with Windows 2008 either (where DOMAINC
is the Windows 2008 domain.)
# /usr/local/samba/bin/net rpc trustdom establish DOMAINC
Enter DOMAINA$'s password:
Could not connect to server DOMAINC_DC
Trust to domain DOMAINC established
#
Active Directory Domains and Trusts MMC on the Windows 2008 AD DC
(DOMAINC_DC) seems to think the
2005 Nov 14
1
effect sizes for Wilcoxon tests
Hello,
I use t.test for normal distributed and wilcox.test for non-normal
distributed samples.
It is easy to write a function for t.test that calculates the effect
size, because all parts of the formula are available from the t.test
result: r = sqrt(t*t / (t*t + df))
However, for Wilcoxon tests, the formula for effect sizes is:
r = Z / sqrt(N)
I wonder how I can calculate the Z-score in R for
2003 Jun 19
3
Unexpected IP resolution
hi!
Sorry in advance if I am not on the right mailing-list and sorry if my
question is cover somewhere is doc (I didn't find anything).
The result from nmblookup (same result on all platform) for a given
samba server isn't what I expect.
The key part of my smb.conf is:
[global]
netbios name = ourserver2
netbios aliases = ourserverdev ourserverlab ourserver
name
2002 Nov 28
1
Problem authenticating against a W2K server
Hi there.
I'm having a problem letting a Samba server (MYSAMBA) authenticate users
(using "security = domain" and a "password server = MYPDC") against a
Windows 2000 PDC (MYPDC). The Windows 2000 machine seems (I'm not 100%
sure about this) to be configured to restrict anonymous and it seems to
me that this is where the problem lies but don't know what to do.
I
2006 Aug 10
0
An error in the config file of a new vm
Hi all!!
When a i want to start my vm with the command
xm create -c mv01-b
Show these error:
Using config file "mv01-b".
Error: ''features'' is an invalid keyword argument for this function
**Note: I have xen 3.0.1
I was read about the problem in the list, and said these http://lists.xensource.com/archives/html/xen-users/2006-06/msg00711.html
But don''t said
2018 May 03
1
Proposed speedup of ifelse
I propose a patch to ifelse that leverages anyNA(test) to achieve an
improvement in performance. For a test vector of length 10, the change
nearly halves the time taken and for a test of length 1 million, there
is a tenfold increase in speed. Even for small vectors, the
distributions of timings between the old and the proposed ifelse do
not intersect.
The patch does not intend to change the
2002 Nov 27
1
problems using challenge-auth with winbind
Hi,
I'm trying to set up a squid with ntlm authentification, and as I
follow the instructions I read in the squid FAQ I run into this problem.
When I try to do a ``wbinfo -a <domain>\\<user>%<passwd>'' the process
tells me that the authentification did not succeded (both, plaintext
passwords authentification and challenge/response password
authentification). This
2007 May 12
1
Text file busy
Hi!
somebody knows how to avoid that samba mantains the files open on the
server side while the clients close them.
I have problems with a samba file server and windows/linux clients
with the message "text file busy". The clients doesn't have the files
open, the problem is in the server.
I tried with oplocks=no without sucess.
regards,
diegows
--
-------------------
Diego
1998 Apr 22
0
NT4.0 + SP3 reports can't NetServerEnum from DMB using Samba
Dear Ladies and Gentlemen,
I am writing to ask your help with a problem whereby 3 NT4.0 +
Sservice Pack 3 servers frequently log (in their event lists) that the
browsing service cannot get the list of domain resources (the reply to
NetServerEnum2) from the master browser (when the boxes are
functioning as backup browsers).
The situation is :-
. NT machines browsing on both NetBUEI and NetBT
2007 Jan 19
1
Possible bug on net rpc trustdom establish
Hello,
When running net rpc trustdom establish command for PDC trusts, I got
the following error with a core dump in 3.0.21c, on HP-UX and
3.0.21c-7.1.5-SUSE-SL10.0.
Couldn't connect to domain MY_DOM controller. Error was
NT_STATUS_ACCESS_DENIED.
bt
#0 0xc016f4d4 in memset () from /usr/lib/libc.2
#1 0x89ab8 in cli_send_trans ()
#2 0x83b0c in cli_api ()
#3 0x9715c in cli_get_pdc_name ()
#4
2012 Apr 14
3
NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE with Server 2008R2
I am having problems implementing Samba using security=domain against a
Windows 2008R2 server.
I have been able to successfully join the domain via a net rpc join.
Anytime I try to access a share through smbclient I get a
NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE but nothing in the logs (on
either side) seems to be giving me any leads on where to look. The
system is locked down to allow NTLv2
2008 Aug 07
1
smbclient failed --> NT_STATUS_BAD_NETWORK_NAME
I make all steps in the guide:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/install.html#id2546028
but command (exetuded in the same computer where is samba):
smbclient //fc9/tester -Utester%test
gives error:
Domain=[DZTI] OS=[Unix] Server=[Samba 3.2.0-17.fc9]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
The user tester have been created by commands:
useradd tester
smbpasswd -a
2007 Jul 31
1
Can someone help? Strange behaviour of establishing trust
Hello all,
I'm using Samba on Centos5:
[root@centosbdc ~]# rpm -qa | grep samba
system-config-samba-1.2.39-1.el5
samba-client-3.0.23c-2
samba-common-3.0.23c-2
samba-3.0.23c-2
I'm trying to establish a interdom trust with a w2k domain (POLY):
[root@centosbdc ~]# net rpc trustdom establish POLY
Password:
Could not connect to server POLY123
[2007/07/31 14:46:51, 0]