similar to: samba-tool drs showrepl shows WERR_BAD_NETPATH

Displaying 20 results from an estimated 1000 matches similar to: "samba-tool drs showrepl shows WERR_BAD_NETPATH"

2016 Aug 24
0
samba-tool drs showrepl shows WERR_BAD_NETPATH
Am 23.08.2016 um 15:36 wrote Heinz Allerberger via samba: > Hello there, > > I have a problem with replication between two domain controllers, dc1 > and dc2. > Distribution: Debian 8.5 > Samba-Distribution: sernet-samba 4.3.11-14 > > The replication on dc2 working fine without any failures. > But the synchronization on dc1 gives the failure "WERR_BAD_NETPATH".
2016 Aug 22
1
ERROR(<class 'samba.drs_utils.drsException'>): DsReplicaSync failed - drsException: DsReplicaSync failed (-1073610699, 'The operation cannot be performed.')
Hi All, since Friday I get a surprising error, when I try to replicate my domain-controllers. This is new! It worked before in any direction without any failures... When I replicate from dc2 to dc1 this runs also, without any failures: root at dc1:~# samba-tool drs replicate dc1 dc2 DC=mydomain,DC=uni-frankfurt,DC=de Replicate from dc2 to dc1 was successful. Only when I try to replicate from
2014 Jul 24
2
Failed to bind to uuid (GUID)._msdcs.DOMAIN NT_STATUS_NO_LOGON_SERVERS & IRPC callback failed for DsReplicaSync - NT_STATUS_IO_TIMEOUT
Hello everyone. After all the problems I had demoting my DC and managed it to work again, it was working for only a week. Now i am getting this messages on the log: [2014/07/22 16:13:11.745783, 0] .../source4/librpc/rpc/dcerpc_util.c:681(dcerpc_pipe_auth_recv) Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for e3514235-4b06-11d1-ab04-00c04fc2dcd2 at
2018 May 25
2
IRPC callback failed for DsReplicaSync - NT_STATUS_OBJECT_NAME_NOT_FOUND
Hello, I am changing 2 x Gentoo/Samba 4.1 AD DCs for 2 x Ubuntu/Samba 4.7 AD DCs. I have joined the 2 new DCs and transferred the role to #3. I am performing sysvol replication from #3 to #4 quite happily with no errors. I have left them for 2 weeks. Windows desktops, etc. appear fine with no problems. I now want to demote and remove #1 and #2 from the domain and network. In preparation, I
2019 May 28
2
Course Announcement
Dear everyone, Your code is slow and you are interested in performance optimization for scientific software? Figuring out where’s the bottlenecks guided by performance evaluation tools. If you are interested in porting your code to a HPC hardware platform and architecture, than OpenACC as a user-driven directive-based performance-portable parallel programming model might be a solution. What are
2004 Sep 22
1
(euro)ISDN: complete silence / can't hear a word.
Hello, I just got my isdn-card working together with i4l and asterisk. Everything seems to be working fine: I can accept calls coming from the outside and I can dial out. Even setting the msn works like charm but my problem is that I cannot hear a word. There's complete silence in both directions. Any idea what could be the cause? Thanks for your help, Gunther Lspci: 0000:01:07.0 Network
2011 Apr 21
3
R CMD Sweave versus Sweave() on Windows
Dear list subscriber, I am quite puzzled by the behaviour of processing Sweave files within an R session, i.e. Sweave("foo.Rnw") versus R CMD Sweave foo.Rnw In the former the environmental variable 'SWEAVE_STYLEPATH_DEFAULT = TRUE' is obeyed (this is set in etc/Renviron.site as well as under the users home directory in .Renviron). That is the hard-coded path to Sweave.sty is
2009 Apr 24
1
memory.limit(): Typo in Windows NEWS and function returns a "disregarded" error
Dear list subscriber (R-Core), there is a minor typo in the Windows specific NEWS for R 2.9.0: http://cran.at.r-project.org/bin/windows/base/CHANGES.R-2.9.0 There is no function 'memory.limits() but memory.limit() (see below). Secondly, I am kind of irritated by the function's behaviour. It returns an Error, but as it seems the memory limit is set according to the numeric value for
2009 Jan 30
1
Methods not loaded in R-Devel vs 2.8.1
Dear list-member, I am currently developing a package with S4 classes. The NAMESPACE and DESCRIPTION is printed below. Within this package I have set a method "residuals" for two classes. In version 2.8.1 these two are reported whereas in R-Devel (2009-01-28 r47766). What have I missed? What has changed and how can I rectify the issue? Your help and pointers are welcome. For 2.8.1:
2009 Nov 11
1
Sweave() within a function: objects not found
Dear list subscriber, suppose, I do have a minimal Sweave file 'test.Rnw': \documentclass{article} \begin{document} <<printx>>= x @ \end{document} Within R, I define the following function: f <- function(x){ Sweave("test.Rnw") } The call: f(x = 1:10) results in the following error message: > f(x = 1:10) Writing to file test.tex Processing code chunks
2012 Mar 25
2
string substitution for argument in function
hello, I want to iterate through a list of names and use each element as an argument in a function. For instance: > a = c('one','two','three') > data= c() > for(elem in a){data=cbind(elem = 2,data)} > data elem elem elem [1,] 2 2 2 instead I want 'elem' to be substituted by the string in the list. Doing it by hand would be: > data =
2010 Feb 02
1
Build a matrix from another matrix by specifying the indexes
Hello R specialists, I have a base vector called vBase with 102 elements. I have another vector vec1 which elements are only part of vBase but is shorter. I transform vec1 so I get a vector with the same size as vBase and with each common element on the same indexed row. If a value is missing in vec1 then I put a Na like this: vec1 vBase Amsterdam Amsterdam Na
2009 Feb 13
2
Meta-Analyisis on Correlations
Dear R-Community, I'm currently trying to find a way to conduct a meta-analysis in R. I would like to analyze data from mostly-cross-sectional survey-studies. The effect sizes would be correlations. The R packages "meta" and "rmeta" are, as far as I can see, set up for analysis with effect sizes for differences (i.e. comparison of the means/odds-ratios of experimental
2018 Jan 08
1
Switching from Internal DNS to Bind9_DLZ
On 1/2/2018 4:05 PM, Rowland Penny wrote: > On Tue, 2 Jan 2018 15:52:57 -0500 > lingpanda101 <lingpanda101 at gmail.com> wrote: > >> On 1/2/2018 3:37 PM, Rowland Penny wrote: >>> On Tue, 2 Jan 2018 15:23:18 -0500 >>> lingpanda101 <lingpanda101 at gmail.com> wrote: >>> >>> >>>> Actually it looks as if Bind isn't running.
2005 Apr 02
2
We couldn't drop root group privileges
Hi, I just installed dovecot. The installation went well and i configured dovecot to user ~/Maildir. When I tested imap via telnet the login work, but right after that the connection is cutted: Trying 192.168.0.14... Connected to op. Escape character is '^]'. * OK dovecot ready. . login jerik password . OK Logged in. Connection closed by foreign host. And the log says: dovecot:
2006 Mar 10
1
Re: URGENT!!!!! Problem: outlook.pst with samba 3.0.21c!!!!!!!!
You should give us a look at your smb.conf. AFAIK from my very own experience: 3.0.21c somehow behaves different from 3.0.20 with the same smb.conf. Maybe you have to set some values which did not have to be set before. MfG J?rg Nissen ----- Original Message ----- From: "WolverineJR" <jreitwiessner@samson.de> Newsgroups: mailing.unix.samba Sent: Friday, March 10, 2006 9:40 AM
2009 Aug 24
4
Samba "use sendfile" configuration option set do disabled as default - why?
Hello, I had problems with speed of Samba, so I was looking for some solution and I had discovered "use sendfile" configuration option. I was checking all Samba release notes and I had discovered, that from some version (older than is in CentOS repo) this option was turned on as default. So my question is, why in CentOS 5.3 is that option in default set to off? Thank you for responses
2003 Jun 05
3
(no subject)
Hello, I am interested in R as an alternative for a statistical tool at our firm. I do know RATS an SPSS but not S+. As I read that R is close to S+, I would like to know if you could recommend me any books as an introduction to S+ or R. Best regards Marc ---------------------------------------------------------------------------- - Marc Fohr, CFA Equity Portfolio Manager First Private
2018 Apr 20
2
Down C6 ALL without torrent ?
On Thu, 2018-04-19 at 07:59 -0500, Valeri Galtsev wrote: > Aha, now I understand what you want. It probably doesn't exist on master > repository server. You can re-master DVD from two of them or from a copy > of content of both in some directory on hard drive. Unsure how to remaster two DVDs, total 6GB?, onto a USB stick. I can copy both DVDs to a directory. To make the directory
1998 Dec 22
2
Problems with SMB.CONF (2nd)
Majid, On Wed, 23 Dec 1998 00:20:31 +1100, Majid Tajamolian wrote: >> >; hosts allow = *.bol.sharif.ac.ir >> >; hosts allow = .bol.sharif.ac.ir >> >; hosts allow = 194.225.42.* >> > hosts allow = 194.225.42. >> >2. As you see above, if I use a domain detector except with the format >> > "194.225.42." , clients on our LAN