similar to: transfered data size question

Displaying 20 results from an estimated 70 matches similar to: "transfered data size question"

2008 Feb 20
1
[LLVMdev] ctpop intrinsic question
Hello, is it correct, that the "llvm.ctpop" Hamming weight intrinsic is currently (LLVM 2.2) implemented in Line 254 in lib/CodeGen/IntrinsicLowering.cpp /// LowerCTPOP - Emit the code to lower ctpop of V before the specified /// instruction IP. static Value *LowerCTPOP(Value *V, Instruction *IP) { assert(V->getType()->isInteger() && "Can't ctpop a
2012 Feb 13
1
multi-regression with more than 50 independent variables
Hi R Users, I am going to run a multiple linear regression with around 57 independent variables. Each time I run the model with just 11 variables, the results are reasonable. With increasing the number of independent variables more than 11, the coefficients will get ?NA? in the output. Is there any limitation for the number of independent variables in multiple linear regressions in R? I attached
2008 Feb 20
0
[LLVMdev] Problems building LLVM 2.2 for ARM
Try make VERBOSE=1 first. Perhaps it'll tell us something. Evan On Feb 19, 2008, at 4:19 PM, Tobias Oberstein wrote: > Hello, > > I'd like to do some initial experiments with LLVM on embedded ARM > (Nokia N800), but ran into a build issue. Could s.o. give me a tip? > > Thx alot, > Tobias > > P.S.: just as sidenote, LLVM 2.2 builds cleanly on GCC 4.2.3 / Linux.
2008 Feb 20
2
[LLVMdev] Problems building LLVM 2.2 for ARM
Hello, I'd like to do some initial experiments with LLVM on embedded ARM (Nokia N800), but ran into a build issue. Could s.o. give me a tip? Thx alot, Tobias P.S.: just as sidenote, LLVM 2.2 builds cleanly on GCC 4.2.3 / Linux. === I'm building on Ubuntu/Scratchbox/ARMEL using GCC 3.4.4 (CodeSourcery ARM 2005q3-2) using ./configure --prefix=$HOME/local/llvm-2.2 --enable-jit
2011 Jun 17
1
show how much bytes transfered per rsynced file?
We use rsync a lot to backup various stuff over bigger distances and its my project to look deeper into this backups to optimize backup. While its easy to make rsync print the size of the files it is transferring I didnt figure out how to determine how much bytes are actually transferred per file which is even more interesting. If I sync a whole data-structure with 100.000 files lets assume 1000
2011 May 03
0
record call transfered from IAX softphone to SIP hardphone
hello List i need to be able to record the call transferred from iax extension to sip extension when i call the sip extension from the IAX extension i can record the call without any issue but when i receive a call from customer in IAX and i transfer this call to SIP client the conversation between customer and IAX client is recorded but the conversation between customer and sip
2005 Mar 01
2
Limit the total bytes transfered?
Has anyone got a method for limiting the total number of bytes transfered with rsync? I was thinking running with -n and then using the output to check how much will been transfered. I ask because a client had a broken filesystem that occasionally has 2T+ files on it (broken filesystem, so they weren't actually that big) but we happily ran up a huge b/w bill with rsync. -Mike
2009 Jun 04
1
what kind attrs are going to be transfered by rsync?
Dear list, I have met this error. I wanna know what attrs are transfer by rsync program? sent 5045 bytes received 262853 bytes 107159.20 bytes/sec total size is 130560 speedup is 0.49 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1535) [generator=3.0.5] Any help is appreciated. Thanks. -- Daniel Li
2010 Aug 12
1
Recording the conversation with MixMonitor() ends when the call is transfered
Hello. I notice that when a call that is recorded with MixMonitor is transfered to another co-worker, the recording ends. exten => 409,n,Macro(SDstartrecording,external,${DID}) the incoming call then goes to a queue... [macro-startrecording] ; ARG1 = incoming DID or CALLERID(name) ; ARG2 = outgoing dialnumber ... exten => s,n,MixMonitor(/var/ftp/${NR}/${recordfile},b,chown -R
2006 Apr 20
0
Fwd: why DUNDi ${IPADDR} has been transfered to 127.0.0.1?
---------- Forwarded message ---------- From: ?? <jeffery9@gmail.com> Date: Apr 20, 2006 5:39 PM Subject: why DUNDi ${IPADDR} can not transfer to 127.0.0.1? To: Asterisk Users Mailing List - Non-Commercial Discussion < asterisk-users@lists.digium.com> in the documents, it said that.... ; 'dest' is the destination to supply for reaching that number. The ; following variables
2008 Nov 19
1
Howto grab back call transfered from SIP phone
Once in a while, someone mis-dials when transfering a call on their Snom SIP phone (using the Transfer button). Instead of sending them to, say, 1940; they mistype and enter 194 or 190 or somesuch. This ends up on the PSTN (for which three digit calls are valid); not what anyone wanted. On our old PBX (Network Alchemy Argent Office) there was a dialcode that grabbed back the last call that went
2015 May 13
0
Inboud call drops when transfered
We are having a strange problem today. We have a SIP trunk from a provider and incoming calls are being dropped after the IVR when attempting to connect to any internal phone. If a you dial a DID that goes directly to a phone you can talk but the call will drop when you attempt a transfer. The trunk provider tells us that they are dropping the call because according to them we are
2006 Nov 21
1
Indexing transfered mails?
Going to be transfering a number of domains from a Courier setup to Dovecot. Is there a way to get Dovecot to index the files before the users access their accounts?
2003 Dec 23
1
Transfering a linux root directory with rsync, too many files transfered!
Hi, I'm transfering a whole linux root dir (+ subdirs) to a backup location. I tried -avr and -avrc switches. My problem is that rsync somewhat seems to transfer nearly everything (2960 files!) while only maybe 10 or 15 were changed. I'm backing up over gsm, so i got a high phone bill and very very slow backup when using it like this. Is there a way to make it correctly transfere only
2004 Jul 06
1
[Windows] Unable to delete files transfered by rsync
Hi all, I'm newbie to rsync, not sure if I use it correctly. I installed rsync v2.6.2 protocol version 28 on 2 of my machines at home. Both running WinXP SP1. On the machine (named machine 1) with NTFS formatted drive, I issued the following commands >rsync -varuz "machine2::My Documents/My Financials/" . The update was success. However the subdirectories
2004 Dec 04
1
How can we avoid partially transfered file
Is it possible to ideintify the file which are partially transfered from the remote machine. We want to avoid the partially transferred file to be in the target machine. If any failure is happen at the time of rsync transfer then that file should be transferred in the next time rathter than current transfer. Please suggest how do we go about this.. Regards, Bala
2023 Jan 19
4
[Bug 3524] New: Rekey interval timeout not working when no package is being transfered
https://bugzilla.mindrot.org/show_bug.cgi?id=3524 Bug ID: 3524 Summary: Rekey interval timeout not working when no package is being transfered Product: Portable OpenSSH Version: 8.9p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component: sshd
2015 Jul 15
2
how to return a transfered call to the transferrer?
Hi all Any of you guys could point me in the right direction? I need to make that a blind transfer to return to the transferrer when the transferee does not answer. Scenario: . Miss Jane Doe, our front desk attendant, picks up an external call to Mr. Smith; . Miss Doe flashes, dial Mr. Smith's extension and then hangup; . Mr Smith's phone rings until timeout; . At this point, how
2003 May 31
3
why are these files being transfered
Setup: Redhat linux 7.3 rrsync: version 2.5.6 protocol version 27 I'm trying to employ rsync in conjuction with with a cvs setup. The setup employs a bufffer where changes are made then moved to a checked out module from cvs repository and finally any cvs actions necessary are done. So far just testing this out with some copies of both directory trees. Right now the files in both are
2011 Nov 29
2
[PATCH] docs: XenBus page has been transfered to new wiki
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1322568055 0 # Node ID 6da8c30fb198adc15136a867a8303b7de3804bcf # Parent fa9deee858b84d4c4fbb5f9523fa5adb7aac3a35 docs: XenBus page has been transfered to new wiki Signed-off-by: Ian Campbell <Ian.Campbell@citrix.com> diff -r fa9deee858b8 -r 6da8c30fb198 docs/misc/xenstore.txt --- a/docs/misc/xenstore.txt Tue