Displaying 20 results from an estimated 900 matches similar to: "AD domain failover not working"
2006 Sep 23
2
samba 3.0.23 integrating with Active Directory + Failed to set ServicePrincipalNames
Hi all
I have a linux server with RHEL 4.0 ES with Samba 3.0.23c . I am trying to
integrate it with our Windows 2003 Active directory.
our Windows domain is EXAMPLE.COM and netbios name of the server is
EXAMPLE. The hostname of our Active directory is lesl-dom.
when we are joining to the domain we are getting the following error.
##########################################################
2018 Jan 20
0
Fwd: Samba 4 DFS Load Balance
Hi Team,
Hope I would get some help regards to samba 4. I am doing own open source
knowledge learning and testing.
I have few doubts and couldn't conclude whether it is problem or not.
If you can clarify this, then proceed to my doubts below.
I have linux samba file server. it is version 4.6. I have setup 2 samba
server and configured sharing and it works fine individually.
I am trying to
2008 May 29
3
Datasets in R
I?m trying to find datasets that will give me residuals, after applying
the lm function, with no normality, non linearity, and heteroscedacity
so I can try to exemplify
those cases in the linear regression model. Can you give any advice on
what datasets would be appropiate? I can?t use the ones in the alr3
package because those have
already been seen in class.
Thank you very much :-)
natorro
2011 Aug 22
1
d, p, q, r - What are the math relations with each other of this functions?
Hi all,
Using the exponential distribution to exemplify: The dexp function is
the PDF (1) and pexp is the CDF (2), that is obtained integrating the
PDF. How can I get the qexp and the rexp? Considering that I have the
PDF, how this two are mathematically related to the PDF?
(1) ke^{-kx}
(2) 1-e^{kx}
Thanks in advance.
2005 Nov 15
1
Share access error
From: samba-bounces+r.natarajan=f5.com@lists.samba.org
[mailto:samba-bounces+r.natarajan=f5.com@lists.samba.org] On Behalf Of
Ravi Natarajan
Sent: Friday, November 11, 2005 1:11 PM
To: samba@lists.samba.org
Subject: [Samba] STATUS_OBJECT_NAME_INVALID error
Hi,
I tried to access a file share on a Windows 2003 server that has around
150 other directories. It didn't succeed, the tcp dump
2012 Sep 07
5
puppet hangs
Hi
I am a newbie to puppet and I am going through the documents at "
http://docs.puppetlabs.com/learning/manifests.html" the exercise were
working normally then suddenly puppet hangs when I tried to apply a manifest
root@nscbose:/home/bala/puppet# puppet -V
2.7.11
root@nscbose:/home/bala/puppet# cat /etc/debian_version
wheezy/sid
root@nscbose:/home/bala/puppet# ps aux | grep -i puppet
2006 Jun 18
0
Thread safety in activerecord(?), connection lost to mysql server - simple code sample provided
Hello all,
I know that this issue has come up before, but I read all the previous posts
regarding thread safety and haven''t come up with a solution. I''m spawning
lots of threads in a backgroundrb worker that each do things with
activerecord models. I get the connection lost to mysql server exception
about 90% of the time, with my process working by sheer luck the other 10%.
2005 Dec 22
0
ActiveRecords: save & relationships
Dear all,
How many steps does ''save method'' save in has_many/belongs_to
relationships ?
Just to exemplify, let''s suppose:
School has_many Classes
Classes has_many Students
School.name = ''school''
Class.name = ''class''
Student1.name = ''student1''
Student2.name = ''student2''
Class.students
2000 May 03
0
Combinatorics for nonparametric tests
For some small sample sizes I would like to exemplify the combinatorics
underlying certain nonparametric tests like Mann-Whitney-Wilcoxon,
Kruskal-Wallis and Spearman's rank correlation. I have written a
function all.perm which delivers all permutations of 1,2,...,n and
which works reasonably well. This can be used to generate P(R=r) of
Spearman's rank correlation:
2024 Mar 20
1
UNSUBSCRIBE
####
Way too many of my fellow boomers exemplify the old saying about being "
born on third base and strutting because you think you hit a triple".
Tim, KA4LFP####
####
Morse code, the original digital mode
Real radios glow in the dark.
SWAN rule number 1: Life is too short to have a puny signal. ? K0MHP
SWAN rule number 2: No menu required. ? K0MHP
##
-------------- next part
2008 Jul 29
0
optimize simultaneously two binomials inequalities using nlm
Dear R users,
I?m trying to optimize simultaneously two binomials inequalities used to
acceptance sampling, which are nonlinear solution, so there is no simple
direct solution. Please, let me explain shortly the the problem and the
question as following.
The objective is to obtain the smallest value of 'n' (sample size)
satisfying both inequalities:
(1-alpha) <= pbinom(c, n, p1)
2011 Jul 26
2
Big data and column correspondence problem
Greetings,
I've been struggling for some time with a problem concerning a big database
that i have to deal with.
I'll try to exemplify my problem since the database is really big.
Suppose I have the following data:
AA = c(4,4,4,2,2,6,8,9)
A1 = c(3,3,5,5,5,7,11,12)
A2 = c(3,3,5,5,5,7,11,12)
A = cbind(A, A1, A2)
BB = c(2,2,4,6,6)
B1 =c(5,11,7,13,NA)
B2 =c(3,12,11,NA,NA)
B3
2011 Nov 07
0
[LLVMdev] r139934 requires (correct?) code organization changes
I've tracked down a problem I've been having with llvm code ensconced in shared
libraries that priori to r139934, on OS X 10.7.1-10.7.2 worked fine. Since r139934,
which involves a configure change (and configure.ac), resulting in the default clang
compiler to be used when building clang, and llvm, it seems I can no longer deposit
llvm code involving jit, and IR gen functionality into
2013 May 16
3
vim-puppet syntax highlight
Hi
I am trying to install vim-puppet for syntax highlight of puppet manifest
file. I first installed vim-puppet and then vim. Then I ran
"vim-addon-manager -w install puppet" I am still unable to see the colours
on site.pp
bala@WheezyMaster:~$ vim-addon-manager
# Name User Status System Status
editexisting removed removed
justify
2012 Mar 09
2
(Fisher) Randomization Test for Matched Pairs: Permutation Data Setup Based on Signs
Hi,
I am currently attempting to write a small program for a randomization test
(based on rank/combination) for matched pairs. If you will please allow me
to introduce you to some background information regarding the test prior to
my question at hand, or you may skip down to the bold portion for my issue.
There are two sample sizes; the data, as I am sure you guessed, is matched
into pairs and
2006 Mar 27
6
Problem installing Rails
Hi
I am getting the following error when i tried to install rails in
windows using command prompt....
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Gem::RemoteSourceException)
Error fetching remote gem cache: getaddrinfo: no address associated
with hostname.
There are proxy settings in
2005 Jun 21
5
Problem with Connecting PBX to Asterisk
We have an old Telrad 128KSU PBX to which I am trying to connect asterisk in
the following manner:
Current Setup:
Telco-> T1->PBX
Desired Setup:
Telco-> T1-> Asterisk-> T1-> PBX.
I am first trying to setup the Asterisk -> T1->PBX part without disturbing
existing setup so I can get asterisk to forward calls to PBX and once that
is done, I would try to move the telco
2009 Jun 02
10
Most used R editors
Hi,
I am a little lonely as R users in my group. So, I would like to know which editor is the most used in the R community.
This post is some kind of survey.
Personally, I use Emacs with ESS, It permits to :
- open more than one R session
- split the emacs editor as many part as you want.
- use a lot of keybindings.
...
I also tried Rkwards, Scilab (windows), JGR etc... but they are not
2013 Mar 06
3
Plotting time data for various countries in same graph
Hi,
I've the following kind of data
Time Country Values
2010Q1 India 5
2010Q2 India 7
2010Q3 India 5
2010Q4 India 9
2010Q1 China 10
2010Q2
2009 Dec 17
8
how to import data from excel to R
Hi,
I am using R and I want to know how data can be transferred from Excel
Spread sheet to R for analyzing. I have done like this
mydata<-read.table("C:\Documents and Settings\admin\Desktop\data.txt");
but its not working how can i do it
regards
Sarath Sankar V