Displaying 20 results from an estimated 4000 matches similar to: "DNS update failed! - Samba 3 joining Samba 4 AD Domain"
2012 May 19
2
Samba4 DNS - Adding CNAME
Hi All,
I'm using samba 4.0.0alpha21-GIT-UNKNOWN provisioned to use the internal
dns server. I'm having a bit of trouble adding a CNAME entry, or more
correctly, getting it to resolve after adding.
Prior to adding the CNAME a query returns (the relevant record);
Name=centos, Records=1, Children=0
A: 192.168.1.11 (flags=f0, serial=2, ttl=900)
It's more than likely me doing
2012 May 24
1
Samba 4 Re-provisioning
What's best practice when it comes to changing a samba4 provision,
without screwing current domain objects (users, computers, policy etc)?
If, for example, I wanted to change the DNS from internal to external
bind9, is it just a case of re-running 'provision' with the different
command line option or will that mangle the domain sid etc?
Cheers,
Mike.
--
Any question is easy if
2007 Jan 28
3
has this been asked about before ? multilple exclude files
I'm was wondering if this has been asked about/for
multiple exclude-from files ? Where I could find this
useful is say I had a common or base exclusion list
for all my AIX boxes --exclude-from=/foo/aix_base
Then be able to add for say all my AIX boxes that are
running SAP
--exclude-from=/foo/aix_base --exclude-from=/foo/sap
or
--exclude-from=/foo/aix-base,/foo/sap
and so on ...
2002 Feb 27
2
Can not get rsync 2.5.2 or CVS t build Solaris8/GNU RTFM
Sorry about that
./configure --with-included-popt
But then 200+ plus lines of warnings :(
I'll read some more
-pete
2009 Jul 09
2
executing an error prone function without stopping a script
Dear R Users,
I've used this a long time ago but have forgotten. Trawling aroung the various sources somehow does not lead me to it. How can I execute an error prone function without stopping a script if it goes wrong ?
Thanks in advance,
Tolga
This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy
2012 Feb 15
7
matching a sequence in a vector?
Hi All,
I've been trawling through the documentation and listserv archives on this topic -- but
as yet have not found a solution. I'm sure this is pretty simple with R, but I cannot work out how without
resorting to ugly nested loops.
As far as I can tell, grep, match, and %in% are not the correct tools.
Question:
given these vectors --
patrn <- c(1,2,3,4)
exmpl <-
2006 Sep 26
5
putting stuff into bins...
Hi All,
I have a vector of data, a vector of bin breakpoints and I want to put my data
in the bins and then extract fanciful informations like the mean value of each bin.
I know I can write my own function, but I would have thought that R should have
somewhere a function that took as arguments something like (data, breaks, what
to do with the data in the bins). I surey could not find it
2016 Jul 12
2
Enforcing password history policy on password resets
Hi there,
We are using Samba as a user directory for our application. Passwords are
stored in unicodePwd attribute, and our application resets passwords
through LDAP (without the knowledge of the previous password, because it's
an email-based reset).
Unfortunately resetting it like this prevents the "password history" policy
enforcement. This is a security problem that will come up
2013 Feb 07
4
help with creating new variables using a loop
Hi there,
I've got a set of 10 numeric variables called Mood1 to Mood10 in a dataset called mood. I'm trying to create a set of 10 new variables called m1 to m10 so that m1=Mood1*1, m2=Mood2*2, etc to m10=Mood10*10
Trawling through the internet, I eventually tried the following code:
for (i in 1:10){
assign(x=paste0("mood$m",i),
2008 Dec 03
2
Making a picture that is wide and small height
How do I make a picture that is a horizontal strip? I tried
> plot(x=c(1,2,3,4),y=c(1,1,1,1)) #works but screen image is square.
> pdf("ratio.pdf",height=1,width=6)
> plot(x=c(1,2,3,4),y=c(1,1,1,1))
I got the following error message:
Error in plot.new() : figure margins too large
Is it possible to produce an on-screen picture that is a horizontal strip?
(I use Mac Os X
2016 Jul 14
2
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
On Thu, 2016-07-14 at 22:05 +0100, Rowland penny wrote:
> On 14/07/16 21:52, Andrew Bartlett wrote:
> >
> > Rowland:
> >
> > Running samba-tool domain exportkeytab for a specific user is quite
> > a
> > reasonable thing to do, and is entirely sensible to recommand as
> > part
> > of adding a new user with an SPN. They keytab can then be
2006 Jan 21
1
HELP: NoMethodError (undefined method `stringify_keys!'' for
We have a flash developer who is intergating with a rails application
when
he posts a particular variable (in this case ''rating'') We get a ''Rails
Application
Error'' Trawling the production log turns up this error;
NoMethodError (undefined method `stringify_keys!'' for "10":String):
The html wireframe has no such problem. A select box is
2010 Aug 29
1
Finding source files automatically within a script
Hi there,
Ive tried trawling the lists for a solution but I could not find any
matches. I am typing up all my code on a Linux machine and I call this
other script file from my script file using source("foo.r"). Now sometimes
i access my folder from my Windows machine at work (the files are on
dropbox). But of course my windows machine would not understand the linux
path name.
Is
2003 Nov 04
1
AW: R function help arranged in categorical order ?
There is a very nice Search Engine, with Keywords arranged by topic, that
comes with R.
If you are under Windows (and have Html help installed), you can find this
in the Help menu, under "Html help".
(The relevant file can also be found as
...\doc\html\search\SearchEngine.html.)
Maybe this helps,
Heinrich.
> -----Urspr?ngliche Nachricht-----
> Von: Neil Osborne
2009 Nov 27
1
plotting two surfaces simultaneously in a single panel
Hi,
I have recently begun using the lattice package, and have been using
the wireframe command to visualise matrices which are model outputs. I
have been trying to plot two surfaces (from two matrices)
simultaneously in one panel, to visualise intersections etc., but
neither my attempts or trawling the net are helping me find how to do
this.
Can someone help? Thanks
Cheers,
Umesh Srinivasan
2003 Jun 17
1
i4l - summary of patches?
Hi,
I'm trying to get asterisk running on kernel 2.4.20 however trawling through
the archives I've found a few references to patches to remove i4l's dtmf
detection, but have been unable to find the patch itself (I think it is
isdn_audio.c). Can anyone point me in the right direction?
The problem I'm seeing is connecting a SIP softphone (tried a few) to an
external number via an
2003 Oct 24
1
Asterisk behind NAT to SIP provider
Hi all,
OK. I've tried trawling the archives, but I'm not getting very far. I've got
an Asterisk box behind a NAT which I want to register with a SIP provider.
In my sip.conf I have (edited to protect the innocent):
-----
[general]
port = 5060
bindaddr = 0.0.0.0
disallow = all
allow = alaw
allow = ulaw
allow = gsm
context = bogus-calls
tos = lowdelay
nat = yes
register =>
2006 Feb 09
1
Possible for Asterisk to output CLID to invoke 3rd party app?
Hi all, please forgive me relative lack of knowledge with Asterisk, but I've
not played with PBX systems for a while and I'm just re-finding my feet.
I've set up my first Asterisk server, I have it configured with a Digium
X100P Analogue pots board, I have my Called ID working and everything is
hunky dorey with the server itself.
But. (and there's always a but) I want to pass
2007 Jun 28
1
navel-gazing
I did some trawling on the ISI web of science,
selecting all papers citing all papers
with "R DEV COR TEAM" in the author field
(which is how ISI seems to be tagging things).
The results are interesting -- about 2400 references.
Enjoy these summaries ...
urlpref = "http://www.zoo.ufl.edu/bolker/R_isidata"
types =
2000 Feb 09
1
Samba breaking for me between 2.0.4b and 2.0.6
Hi All
A lazy question I guess before I start trawling through past messages
and changes docs.
We've been running a fairly simple samba config on Solaris 2.5.1
OK with version 2.0.4b. Just simple file and print sharing in a
workgroup.
After upgrading to 2.0.6 something seems to break.
File and print sharing doesn't work and error messages such as
remote computer (the samba server) not