similar to: Asynchronous Communications

Displaying 20 results from an estimated 5000 matches similar to: "Asynchronous Communications"

2018 Jul 20
3
cache_traverse_validate_fn: unknown cache entry
Hi,   I tested the following.   stop winbind rm /var/lib/samba/winbindd_cache.* start winbind   And the error is gone.   I did notice the following, before and while having the log message. running : net cache list | grep username That shows the user.   Now after stoping , remove the cache.tdb files and starting i tested it again.   net cache list | grep username  ! This did NOT show the
2015 Jun 03
2
Windows-8 & SMB encryption
Hi Nagendra here I have existing a samba-3 installation which has a smb encrypt as mandatory i.e : smb encrypt* =* mandatory I am trying to connect to this machine's share with windows & I am getting the following error on the windows 8 client System error 5 has occurred. Access is denied. But I use the same client machine to access another windows-8 machine with SMB encryption I am
2005 Oct 28
2
Dear Members - Samba Problem
Dear Members, I have install samba 3.0.10 d # ./smbstatus Sessionid.tdb not initialised /usr/local/samba/var/locks/connections.tdb not initialised This is normal if an SMB client has never connected to your server. Failed to open byte range locking database ERROR: Failed to initialise locking database Can't initialise locking module - exiting # But the var/locks directory
2006 Apr 20
2
group members from trusted domain
Hi @all How can I list members of the group from trusted AD domain? For my domain I can do: net rpc group MEMBERS "group" -U login%password -S dc Yes, I can change DC with -S switch to list information from DC of trusted domain, but usually there is no direct access to that DC.
2015 Dec 23
1
Samba 4 slower ?
Hi All, I have samba 3.6 and samba 4.2 running on 2 different freebsd machines. Both are virtual machines and have 1GB Ethernet and exact same configurations. Samba is joined to a 2K8 server(security = ADS). Both use a minimal similar smb.conf. Am using smbtorture bench.nbench from another freebsd machine. Samba 3.6 Throughput is at: 12.6165 MB/sec Samba 4.2 Throughput is at: 1.5359 MB/sec
2018 Jul 20
0
cache_traverse_validate_fn: unknown cache entry
Hai, Thanks for the reply. I've 2 servers i've tested now. ! MEMBER SERVERS ! Below, without the company's output, just repeat this, if you want to check what it is. net cache list | cut -d"/" -f1 | sort | uniq Key: AD_SITENAME Key: CURRENT_DCNAME Key: DCINFO Key: IDMAP Key: NAME2SID Key: NBT Key: RA Key: SAF Key: SID2NAME SID2NAME shows SID with values DOM\users
2006 Jan 26
0
Re: Samba - joining TO THE DOMAIN
First, this should go to samba@lists.samba.org - not technical. Second - with "net join", you are probably in "security = domain". So you need to add the computer to the domain using the Users and Computers MMC on the domain controller. Eric Roseme Hewlett-Packard Nagendra KV wrote: > HI > > > > Help is required! > > > > I get
2007 Jul 09
2
DTLS for Centos?
Is DTLS available for Centos? Either Centos 4 or 5. DTLS is TLS over UDP. Highly valued to protect SIP traffic.....
2006 Jan 18
0
make: *** [dynconfig.o] Error 1
HI, I am getting the same error too. HELP required as well Dear Members, I am trying install and configure samba-3.0.21a.tar.gz on Solaris 9 The following commands were executed # gunzip samba-3.0.21a.tar.gz # tar xvf samba-3.0.21a.tar # cd samb-3.0.21a # cd source # ./configure It executed compiling everying gcc and cc and other # make I get an error
2007 Feb 28
1
Winbindd has still bottlenecks when used with interdomain trusts.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings! I run samba 3 since several years in a domain with more than 10000 users and multiple departments. We have a central Domain running a PDC and some domains in the departments. The domains in the departments are connected to the central domain via interdomain trusts. All PDCs are samba 3 using the same LDAP backends (very fast SunONE LDAP
2013 Feb 25
6
any available asynchronous dce rpc library?
Hi Thanks in advanced. I'm writing a proxy server doing NTLMv2 authentication. I think I need a NetLogon client service . Is there any available library providing netlogon function? or at least an dce rpc library? an asynchronous library is the best. :) Thanks again. Derek.
2006 Apr 08
0
Re: Rails-spinoffs] Ajax.Updater asynchronous => false
I just ran into this very problem myself. Yes, this is a bug in prototype. If you look in the code you will see that the relevent handlers and callbacks simply aren''t called with a synchronous request (onComplete is similarly not called). I submitted a patch <http://dev.rubyonrails.org/ticket/4657> over at dev.rubyonrails.org which fixes this behavior. If you decide to check it
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 13, 2011, at 2:12 PM, Andrew Trick wrote: > Although I believe asynchronous signals are also best handled by the runtime. They can be converted into cooperative exceptions. I have to say I can't see the value in resuming from an interrupt at literally any instruction address. For what it's worth, SEH (which inspires a lot of this) allows blocks of code to be protected from
2006 Aug 06
1
periodically_call_remote forces asynchronous to true?
Whenever I use periodically_call_remote it outputs as the following: <script type="text/javascript"> //<![CDATA[ new PeriodicalExecuter(function() {new Ajax.Request(''some_url'', {asynchronous:true, evalScripts:true})}, 2) //]]> </script> If I understand correctly, setting asynchronous to true means that if one request takes longer than 2 seconds,
2006 Apr 07
0
Ajax.Updater asynchronous => false
I was just working on a project where I needed to use Ajax.Updater with a synchronous request. It appears like all one would need to do is set the asynchronous option to false. I tried this and noticed that the content was being requested synchronously but the content was never injected into the DOM tree like one would expect from Ajax.Updater. In order to get the content returned by
2010 Jun 07
1
Asynchronous I/O
Hello, Is there any straightforward way to see whether Samba is using "asynchronous i/o"? In other words, if you specify in smb.conf to use aio for all transfers larger than 1 KB (pretty much everything), how can you tell that aio is actually being used? Are there any counters in Linux or in some samba logs that you can see incrementing over time? Thanks in advance. -- Andy
2011 Jun 12
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
Hi Sohail, > Is LLVM expressive enough to represent asynchronous exceptions? not currently. The first step in this direction is to get rid of the invoke instruction and attach exception handling information to basic blocks. See http://nondot.org/sabre/LLVMNotes/ExceptionHandlingChanges.txt for a discussion. Ciao, Duncan.
2011 Jun 13
1
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On 11-06-12 8:53 PM, John McCall wrote: >> > The CFG point is a valid point. In what I've read on the topic so far >> > (yay Internet), it seems like the CFG would have to represent the fact >> > that control can jump to a handler after nearly every instruction in the >> > presence of async exceptions. The Hotspot compiler probably does this. >> >
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 13, 2011, at 2:23 PM, Andrew Trick wrote: >> There is really no alternative to putting EH edges on basic blocks if you're going to support preemptive asynchronous exceptions — some random multiply that gets hoisted out of a loop has to change exception handlers just in case that's where the PC lands during a signal. There isn't much point in complaining that doing so
2019 Oct 15
1
question: asynchronous notification from vhost
Hi, I'm developing a virtualised audio / DSP virtio and vhost driver pair and I'm currently somewhat stuck trying to figure out how to asynchronously notify the guest from the vhost driver. I'm using the vhost_add_used_and_signal() function to return data back to the guest in the guest context, when the guest initiated an operation, that's working well. But how do I