similar to: Is this the wrong forum for Samba4 DRS questions?

Displaying 20 results from an estimated 20000 matches similar to: "Is this the wrong forum for Samba4 DRS questions?"

2012 Nov 17
1
samba4: samba-tool drs showrepl => NO OUTBOUND NEIGHBORS
Hello, I have samba4 rc4 installed and connected it to WIN Server 2003 AD DC, as a DC. and when I see the replication activities, I didn't see any outbound neighbors... is that normal? do anyone know why? [root at MYSERVER2 ~]# samba-tool drs showrepl Default-First-Site-Name\MYSERVER2 DSA Options: 0x00000001 DSA object GUID: 017f9482-5157-4884-aed8-9251a997b047 DSA invocationId:
2012 Apr 09
4
Transfer speed
Hello, I have a little problem which I can't solve with Samba used under Debian Squeeze. (version of Samba : 3.5.6) I made a transfer speed between Samba server and a samba mount on the same PC copy to RAM and the same file directly to RAM. 1. HDD to RAM => 105-115Mo/s 2. Shared the same HDD directory with samba and mount to "/media" locally with (mount -t smbfs) : Samba to RAM
2009 Dec 03
0
Samba4 Directory Replication
I?ve been trying to get replication working on Samba4 for a couple of weeks, with no success. I?ve tried the latest rsync?s, and today?s failure was using the Alpha9. I?m running on 64-bit Ubuntu 9.10 server, fully patched. I?ve tried to replicate the procedure as set forth by Tridge here: http://lists.samba.org/archive/samba-technical/2009-September/066753.htm l My test network is
2019 Mar 25
0
Questions on DRS replicate command
Hi, We fixed a similar problem with the join command in v4.10 - see https://bugzilla.samba.org/show_bug.cgi?id=13612 I think we've done some testing recently around 'samba-tool drs replicate' on large DBs without problems. So it might help if you tell us: - what version of samba you're using. - the actual error you're getting (e.g. a python exception?). - the exact options
2019 Mar 25
2
Questions on DRS replicate command
Hi, I have some question about the command "samba-tool drs replicate" command. On a server with a big number of objects to synchronize, the command makes a timeout error. Now it looks like the sync actually occurs. I also see that there is an option to make the command asynchronous (not waiting for the result of the replication), but then I'm not sure how to confirm the process
2006 Sep 27
2
Samba 3.0.23c panic
Hi, I've just updated (using yum under fedora 5) to the latest version of samba and am now encountering a major problem with samba. Whenever I attempt to access shares (don't have printers or other such non disk shares) the access fails (after prompting for password, and performing some level of authentication, it notes if no password is entered that Anonymous login successful).
2013 Apr 11
2
[LLVMdev] Migration from JIT to MCJIT
Andrew, I've attached a small reproduction of the issue. Reproduce by: $ /usr/bin/g++ `llvm-config --cxxflags` -g -m32 -c mcjit_external_symbol.cpp $ /usr/bin/g++ `llvm-config --ldflags` -g -m32 -o mcjit_external_symbol mcjit_external_symbol.o `llvm-config --libs all` $ ./mcjit_external_symbol verifying... LLVM ERROR: Program used external function '_external' which could not be
2006 Apr 17
7
Serve static XML files how?
Hi, a Javascript in one of my Rails templates needs to load a static XML file. I tried several places to put the actual XML file, and I also tried to make the file a rails template (tried both .rhtml and .rxml) and access it via a controller action. None of these ways worked. Does the lighttpd server know how to serve XML files, or do I need to configure it first? Or, is there a good workaround?
2006 Apr 12
3
Apache 1.3 + remote FastCGI balancing
Cheers, As I have a lot of stability problems with Lighttpd + FastCGI-Cluster I wanted to test Apache 1.3 as most of the "big" sites like 43people or BaseCamp run on it. Every example I find only talks about lokal FastCGI processes and not about remote ones and explains how the requests are balanced. Are there any good examples out there and can Apache1.3/mod_fastcgi load balance
2006 Jan 13
4
Flash not cleared with ActiveRecord session store
Cheers, I''ve stumbled over a bug with 1.0 and ActiveRecord store for session while migrating from pstore sessions. I created the table with `rake create_sessions_table` and set `config.action_controller.session_store = :active_record_store` in environment.rb. Everything runs fine except that the flash messages will not be cleared. I get the same message everytime on everypage I
2013 Apr 10
2
[LLVMdev] Migration from JIT to MCJIT
Existing clients (LLDB) deal with externals by resolving them to constant function pointers that are referenced in the IR. That’s obviously ugly as hell, but it gets things done. The old JIT was able to simplify things because it assumed the JITed code was running in the same process as the JIT compiler. The MCJIT doesn’t assume that, so it has to handle more possibilities. For example, that the
2013 Apr 11
0
[LLVMdev] Migration from JIT to MCJIT
Thanks, Eran. I’m not sure how soon I’ll have a solution for you, but it’s on my to-do list now. I’ll also create a bugzilla record for this problem. -Andy From: Weiss, Eran [mailto:Eran.Weiss at emc.com] Sent: Thursday, April 11, 2013 12:40 AM To: Kaylor, Andrew Cc: llvmdev at cs.uiuc.edu; Jim Grosbach; Jiong Wang Subject: Re: [LLVMdev] Migration from JIT to MCJIT Andrew, I've attached
2013 Apr 10
2
[LLVMdev] Migration from JIT to MCJIT
Thank you for the help. The relocation type value is anded with 0xffffffffL. (RuntimeDyldMachO.cpp:214) Maybe this mask should be different? Anyway, it seems like this relocation isn't implemented. (RuntimeDyldMachO.cpp:104) From: Jiong Wang <jiwang at tilera.com<mailto:jiwang at tilera.com>> Date: Tue, 9 Apr 2013 09:42:03 -0400 To: Eran Weiss <eran.weiss at
2006 Apr 20
12
memcache, sessions, fragments, oh my!
Hi all - I am trying to get rails to use memcache for sessions and fragment caching. I''d also like to use the same connection for general caching of this and that. I''m following the instructions here: http://wiki.rubyonrails.com/rails/pages/HowtoChangeSessionStore and hitting a brick wall. I''m using the new memcache-client since from what I''ve read
2013 Apr 11
0
[LLVMdev] Migration from JIT to MCJIT
Eran, Is there any chance you could boil this down to a small reproducer? I’ve got a mid-to-long-term goal of getting rid of the ugliness in LLDB that Jim mentioned, and fixing your problem would be a good first step. Thanks, Andy From: Jim Grosbach [mailto:grosbach at apple.com] Sent: Wednesday, April 10, 2013 4:19 PM To: Kaylor, Andrew; Jiong Wang Cc: Weiss, Eran; llvmdev at cs.uiuc.edu
2006 May 28
10
Drag''n''Drop out of overflow:auto containers
Cheers, I have some elements inside a div with overflow:auto. When I trie to drag them outside of the div, the div starts to scroll. Is there a way to stop this behaviour for drag and drop? I thought of maybe using callback to disable the overflow and restoring it againg after the drop. Did someone implemented something like this? Thanks, Jonathan -- Jonathan Weiss
2013 Apr 09
2
[LLVMdev] Migration from JIT to MCJIT
Hi, I'm migrating my code (running on mac) from using JIT to MCJIT. My code generates in memory, mostly using the llvm-c api, and then runs the generated code. When I try to use MCJIT I encounter a problem with relocations of external symbols – functions compiled statically beforehand with gcc. I get the following error: Invalid relocation type! UNREACHABLE executed at
2013 Apr 09
0
[LLVMdev] Migration from JIT to MCJIT
? 2013/4/9 21:08, Weiss, Eran ??: > Hi, > > I'm migrating my code (running on mac) from using JIT to MCJIT. My > code generates in memory, mostly using the llvm-c api, and then runs > the generated code. > When I try to use MCJIT I encounter a problem with relocations of > external symbols -- functions compiled statically beforehand with gcc. > > I get the
2017 Mar 22
0
DRS problem after rename
On Wed, 22 Mar 2017 11:29:21 -0300 Edson Tadeu Almeida da Silveira <edson.tadeu at gmail.com> wrote: > Rowland i think that when i was made my changes using that wrong ldb > some problem happened between my DCs. they were working wellm but > now, when i issue this commands, the first one don´t work: > > AT DC2 (server2): > > # samba-tool drs replicate server2 server1
2018 May 16
2
drs shorepl
Hi people I have a questions, i have 3 domain controllers, all with samba dc2 with dc1 drs is perfect dc3 with dc1 drs is perfect but dc2 with dc3 i have errors: WERR_DS_DRA_ACCESS_DENIED in CN=Configuration, DC =DomainDNsZonesm anda DC= ForestDnsZones have you any idea what can do? Sorry for my english, i am from Argentine.