search for: rewired

Displaying 20 results from an estimated 48 matches for "rewired".

Did you mean: retired
2016 Oct 20
3
Time DC offline
Hello! How long a DC (samba 4) can be offline without losing the consistency of the data? In the case, how long it is safe I rewire it the network? Regards
2016 Oct 26
1
Time DC offline
Thanks for the info. I have a way to view and change it too? (It would be only the level of knowledge). Regards Em 26-10-2016 05:30, Denis Cardon escreveu: > Hi Carlos, > >> How long a DC (samba 4) can be offline without losing the consistency of >> the data? >> In the case, how long it is safe I rewire it the network? > > by design, tombstone life time (the time
2011 May 03
3
Watts Strogatz game
Hi, I have a erdos-renyi game with 6000 nodes and probability 0.003. g1 = erdos.renyi.game(6000, 0.003) How to create a Watts Strogatz game with the same probability. g1 = watts.strogatz.game(1, 6000, ?, ?) What should be the third and fourth parameter to this argument. -- View this message in context: http://r.789695.n4.nabble.com/Watts-Strogatz-game-tp3491922p3491922.html Sent from the R
2020 Jan 29
2
Value &operator=(const Value &) = delete;
Does it mean we can not dereference the Value variables? Value *val = some operand of an instruction; Value *val2= some operand of another instruction; I am trying to rewire the operand values of an instruction using: *val = *val2; It seems that this is not allowed. Thanks, -- Abid M. Malik ****************************************************** "I have learned silence from the
2005 Jul 14
7
SoftPhones: Bad, or just bad QoS?
Hi again, folks. I've been getting feedback from this list and elsewhere that softphones are generally not considered good enough for hardcore business use. Can someone point me to where I can find more detail on this debate? Is the problem that the technology isn't mature, that the load on the computer is too high, or simply that it doesn't work well in a poorly designed
2005 Jan 24
1
OT: pinout for "standard" telephone headset required.?
Hi, I have a Cisco 7960G phone for which I know the pinout of the headset socket. I have a couple of standard telephone headsets which I do not know the pinout of. I'd like to connect the two. If I have the pinout of a normal/standard headset I can rewire the ones I have to match the cisco. Thanks Mike
2012 May 15
1
[LLVMdev] CloneFunctionInto() overwrites alignment attribute
Hi everybody, I am trying to clone a function body into an existing declaration. That declaration has the same number of parameters but they differ in type and alignment. Fortunately, it does not care about the type. Unfortunately, CloneFunctionInto() copies the attributes from the old function to the new one unconditionally, overwriting the alignment attribute. Also, the Attribute interface
2017 Jul 21
2
[SPIR/PTX] Divergence analysis for BasicBlocks
Hello, Yes? Where is allActive defined, I couldn't find it. Basically, a BB is control divergent if it's execution depends on a branch that itself depends on a divergent ssa value. On Fri, Jul 21, 2017 at 4:13 PM, Zaks, Ayal <ayal.zaks at intel.com> wrote: > What would be the definition of “isControlDivergent(BasicBlock*)”; the > complementary of “allActive(BasicBlock*)” –
2004 Apr 07
3
Dial-In/Out Modem Zap Channel Config. Adtran 750
I've been trying to get a Win 2000 RAS server working with my asterisk PBX for quite some time, to no avail. I've googled, I've tried loads of configurations, I've rewired phone lines, and still I am not winning the battle. Here's my config. PRI->T400P->Asterisk->T400P->Adtran 750(L36 Firmware)->RAS Server. I have 4 Zap channels signalled FXO_KS to the 750 with FXS_LS channels, On-Hook messaging disabled, the rest defaults for the channels. In...
2007 Jan 28
1
T1 Wire Level Tapping
I am trying to do a wire level tap on T1 equipment using digum equipment. So far most call monitoring hardware for call centers try to stay on the analog side requiring a lot of rewiring. I have already posted to the list about T1 "bridging" using DAC's support in the zaptel drivers. I still don't know if I can spy on channel information since I don't have any digium
2004 Dec 18
1
Problem with a TDM400
I have a small system based on one TDM400 card with - 2 FXO modules for incoming lines - 1 FXS module for one phone The system was working fine in the past. The motherboard was exchanged and during the switch, the phones line was rewired with a mistake and a incoming phone line was connected to the FXS module, and there was ringing voltage on the module. Now, the system kinda works but the FXS module stays in state Rsrvd, no ringing, all the call goes directly to voice-mail (it's programmed this way in extensions.conf), no dia...
2017 Jul 14
2
[SPIR/PTX] Divergence analysis for BasicBlocks
Hello, It seems to me that our current DivergenceAnalysis does not save which BasicBlocks may suffer from divergent control. Am I correct? I want to modify our DivergenceAnalysis to add a "bool isControlDivergent(BasicBlock*) const" method and save in the divergence propagator the basicblock that are divergent. I am not sure that is entirely correct, if you have input on that please
2019 Jul 15
2
[libnbd] notify API changes (was: Re: [libnbd PATCH 5/6] api: Add new nbd_aio_FOO_notify functions)
On Sat, Jun 29, 2019 at 08:28:28AM -0500, Eric Blake wrote: > As mentioned in the previous patch, there are situations where an aio > client wants instant notification when a given command is complete, > rather than having to maintain a separate data structure to track all > in-flight commands and then iterate over that structure to learn which > commands are complete. It's
2005 May 31
10
UPS rating for SOHO asterisk box
Slightly OT, but I think this is of possible interest to many of you, I need to get a UPS for my asterisk box. They are rated in VA but I can't quite figure out how that converts to real life. I have a PIII-800 box with two X100P and one TDM400P plus graphics adapter, an IDE hard drive etc. Will a small 400VA box be enough for this? tia
2020 Jun 19
4
Inclusive language in LLVM: can we rename `master` branch?
> On Jun 19, 2020, at 15:38, Mehdi AMINI via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I'm interested to hear more about the actual problem Matt perceives with respect to the release actually: why should the release have any impact with the development branch? > That was just an example of a concrete time. Other transitions requiring wide coordination have had some
2015 May 20
4
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
> On May 19, 2015, at 7:32 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Tue, May 19, 2015 at 4:05 PM, Owen Anderson <resistor at mac.com <mailto:resistor at mac.com>> wrote: > >> On May 19, 2015, at 9:48 AM, Neil Henning <llvm at duskborn.com <mailto:llvm at duskborn.com>> wrote: >> >> The 'backend' in
2005 Jan 26
3
setup questions- many users, little use
Hello All, I?m on the technology committee for a fraternity at the University of Illinois. We?re looking into moving from our current ?party line? (one line shared between every two rooms) system to a PBX with voicemail in an effort to lower our monthly phone bill and provide better communication services. We?ve pretty much settled on Asterisk as we do not wish to rewire all of our pots
2015 May 21
3
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
> On May 20, 2015, at 7:13 AM, Neil Henning <llvm at duskborn.com> wrote: > > On 20/05/15 08:37, Owen Anderson wrote: >> >>> On May 19, 2015, at 7:32 PM, Sean Silva <chisophugis at gmail.com <mailto:chisophugis at gmail.com>> wrote: >>> >>> >>> >>> On Tue, May 19, 2015 at 4:05 PM, Owen Anderson <resistor at
2006 Mar 21
2
How do I get substring of utf-8 string?
I''m trying to get substring from a utf-8 encoded string. (say, first 50 characters of the string) String#[0..49] would give me the first 50 bytes not 50 characters.. I know there is jcode library, but it only let you count number of characters in utf-8 string. unicode gem doesn''t seem to help much. unicode_hacks gem seem to solve the problem, but it also seems to
2006 Oct 12
1
OL/OB on RD
I have a unisys UPS, I probed the RS232 and notice that pin 2, (receive data) is going from -6v (OL) to 12v(OB), but I don't see the setting for the genericups. Seems nobody else is using the RD pin? Any driver I can use? Thanks -Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: